/* line 1, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home {
  position: fixed;
  z-index: 10000;
  left: 0;
  width: 100%;
  background: #EAEAEA;
  padding: 8px;
  box-sizing: border-box;
  box-shadow: 4px 4px 10px 0px #565656;
  transition: transform 0.2s ease-in;
  display: none;
}

/* line 13, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information {
  display: flex;
  align-items: center;
  font-size: 1.0em;
}

/* line 18, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information .add_to_home_information_logo {
  height: auto;
  width: 50px;
  padding: .2rem;
}

/* line 24, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_information .add_to_home_text {
  flex-grow: 1;
}

/* line 29, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_cancel {
  transform: rotateX(34deg);
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  font-size: 1.1em;
}

/* line 37, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home_button {
  padding: 8px;
  color: red;
  font-size: 0.7em;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}

/* line 48, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information {
  font-size: 0.7em;
  margin-top: 1%;
  margin-bottom: 1%;
  display: none;
  margin-left: auto;
  align-items: center;
  width: 60%;
}

/* line 57, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information a {
  border: 1px solid rgba(var(--color_dark), 1);
  border-radius: 0.7em;
  text-align: center;
  padding: 3px;
  text-decoration: none;
}

/* line 65, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home .add_to_home--Apple-information img {
  margin-left: .25rem;
  width: 25px;
  margin-right: .25rem;
}

/* line 73, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Android {
  top: 0;
  display: initial;
  transform: translateY(-110%);
}

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

/* line 83, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple {
  bottom: 0;
  display: initial;
  transform: translateY(110%);
}

/* line 88, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--Apple .add_to_home--Apple-information {
  display: flex !important;
}

/* line 93, app/assets/stylesheets/pwa/add-to-home.scss */
.add_to_home--show {
  display: block;
  transform: none;
}
/* line 1, app/assets/stylesheets/pwa/notification.scss */
.notification {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: white;
  display: flex;
  width: 250px;
  font-size: 0.9rem;
  box-shadow: 4px 4px 10px 0px #1919198c;
  animation: cssAnimation .5s ease-in 4s forwards;
  animation-fill-mode: forwards;
}

/* line 14, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-img {
  flex: 0 0 50px;
  padding: 0rem 0.5rem;
}

/* line 18, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-img img {
  width: 100%;
}

/* line 23, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-text {
  padding: .5rem;
  color: black !important;
}

/* line 27, app/assets/stylesheets/pwa/notification.scss */
.notification .notification-text div:not(:first-child) {
  font-size: 0.8rem;
}

@keyframes cssAnimation {
  to {
    transform: translateY(-170%);
  }
}
/* 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 105, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner {
  background: #c8c8c8;
  width: 70vw;
  max-width: 400px;
  padding: 2rem 2rem;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #141414;
  border-radius: 5vw;
}

/* line 115, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .close-icon {
  position: absolute;
  bottom: 5vh;
  right: 10vw;
  text-align: center;
  text-decoration: none;
  color: #c8c8c8;
}

/* line 124, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-header {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

/* line 128, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content {
  display: flex;
  font-size: 1rem;
  align-items: center;
}

/* line 133, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content img {
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
}

/* line 139, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content-logo, .offline-display .install-banner .install-content-title {
  text-align: center;
  margin-top: 1rem;
}

/* line 143, app/assets/stylesheets/pwa/offline-view.scss */
.offline-display .install-banner .install-content-logo img, .offline-display .install-banner .install-content-title img {
  width: 50%;
}

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

/* line 155, 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.
 *

 */
