/* line 1, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home {
  position: fixed;
  z-index: 10000;
  left: 0;
  width: 100%;
  display: none;
  padding: 0;
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_card {
  padding: 1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
  background: rgb(var(--color_bg, 255, 255, 255));
  color: rgb(var(--color-contrast-text, 33, 37, 41));
  font-family: var(--family_body, inherit);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
}

/* line 19, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_header {
  display: flex;
  align-items: center;
}

/* line 24, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_information_logo {
  width: 3rem;
  height: 3rem;
  margin-right: .75rem;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_information_logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 38, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_text {
  flex-grow: 1;
  min-width: 0;
}

/* line 42, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_text strong {
  font-family: var(--family_header, inherit);
  color: rgb(var(--color_dark, 14, 0, 46));
}

/* line 48, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_cancel {
  cursor: pointer;
  margin-left: .5rem;
  font-size: 1.1em;
}

/* line 54, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_button {
  display: none;
  margin-top: .75rem;
  padding: .7rem;
  background: rgb(var(--color_dark, 14, 0, 46));
  color: rgb(var(--color_dark-fg, 255, 255, 255));
  text-align: center;
  cursor: pointer;
}

/* line 64, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_steps {
  display: none;
  margin: .75rem 0 0;
  padding-left: 1.25rem;
  font-size: .95rem;
  line-height: 1.4;
}

/* line 72, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home_steps li + li {
  margin-top: .45rem;
}

/* line 76, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Android {
  top: 0;
}

/* line 79, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Android .add_to_home_button {
  display: block;
}

/* line 84, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple {
  bottom: 0;
}

/* line 87, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple .add_to_home_steps {
  display: block;
}

/* line 92, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--show {
  display: block;
}
/* line 4, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner {
  background: #141414;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 100000;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 18, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner .offline-text {
  margin-right: 16px;
}

/* line 22, app/assets/stylesheets/pwa/offline-banner.scss */
.offline-banner .offline-image {
  height: 45px;
}
/* line 4, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display {
  background-color: #141414;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3rem;
  flex-direction: column;
}

/* line 15, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display a {
  color: #c8c8c8;
  font-size: 2rem;
}

/* line 20, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 26, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

/* line 30, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8c8c8;
  margin: -4px 0 0 -4px;
}

/* line 40, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

/* line 43, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

/* line 47, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

/* line 50, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

/* line 54, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

/* line 57, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

/* line 61, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

/* line 64, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

/* line 68, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

/* line 71, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

/* line 75, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

/* line 78, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

/* line 82, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

/* line 85, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

/* line 89, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

/* line 92, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 106, app/assets/stylesheets/pwa/offline-view.scss */
.offline.offline-no-display {
  display: none;
}

/* line 110, app/assets/stylesheets/pwa/offline-view.scss */
.online.online-no-display {
  display: none;
}
/* line 1, app/assets/stylesheets/pwa/register-element.scss */
.register_element {
  cursor: pointer;
  display: none !important;
}

/* line 6, app/assets/stylesheets/pwa/register-element.scss */
.register_element--active {
  display: block !important;
}

/* line 10, app/assets/stylesheets/pwa/register-element.scss */
.register_element--registered {
  display: block !important;
  position: relative;
  color: green !important;
  opacity: 0.8;
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/pwa/register-element.scss */
.register_element--registered::before {
  content: "\f00c";
  font: normal normal normal 1rem FontAwesome;
  font-display: swap;
  position: absolute;
  top: 25%;
  left: 58%;
  color: #008e00;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */
