body {
  background-color: #0a203e;
}
.app-footer .policy {
  color: #fff;
  margin: 4px;
}
/* @font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff2') format('woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#app {
  color: #373536;
  font-family: 'Louis Global 2', 'Arial Black', Arial, sans-serif;
}
.kiosk-navigation ~ .app-header {
  min-height: 80px;
}

.share-page {
  font-weight: bold;
}
.share-card .title {
  font-size: 26px !important;
  margin-top: 40px;
}
.share-card .title::before {
  font-size: 1.7em !important;
}
.share-card .share-social {
  margin-top: 30px;
}

.share-social .icon-sms {
  background-image: url(text_btn.png);
}
.share-social .icon-email {
  background-image: url(email_btn.png);
}
.share-social .icon-facebook {
  background-image: url(facebook_btn.png);
}
.share-social .icon-twitter {
  background-image: url(twitter_btn.png);
}
.share-social .icon-instagram {
  background-image: url(insta_btn.png);
}

.modal-container.type-email .modal-header .icon {
  background-image: url(email_icon.png);
  width: 48px;
  height: 30px;
}
.modal-container.type-sms .modal-header .icon {
  background-image: url(text_icon.png);
  width: 50px;
  height: 51px;
}
.modal-container .modal-header h2 {
  font-size: 20px;
  text-transform: uppercase;
}
.modal-container.type-email .modal-header h2::before {
  content: 'Share via Email';
}
.modal-container.type-sms .modal-header h2::before {
  content: 'Share via Text';
}
.modal-container.type-email.sent .modal-header h2::before {
  content: 'Email Sent!';
}
.modal-container.type-sms.sent .modal-header h2::before {
  content: 'Text Sent!';
}
.modal-container .modal-body label {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.modal-container .modal-body input {
  border-bottom: 1px solid #373536;
}
.modal-container .modal-body textarea {
  border: 1px solid #373536;
}
.modal-container .modal-footer .button {
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #c7871d;
  padding: 24px 70px;
}
.modal-container .modal-footer .button::before {
  content: 'Send';
}
.modal-container .modal-footer .button:active {
  color: #fff;
  background-color: #c7871d;
}
.modal-container .modal-footer .btn-cancel {
  border-color: transparent;
}
.modal-container .modal-footer .btn-cancel::before {
  content: 'Cancel';
}
.modal-container .modal-footer .btn-cancel:active {
  color: inherit;
  border-color: #c7871d;
  background-color: #fff;
}
.modal-container .modal-footer .btn-continue::before {
  content: 'Continue';
}

.thanks .content {
  text-align: left;
}
.thanks .content::before {
  color: #b6862d;
}

.app-footer {
  background-color: #393839;
}
.app-footer .content::before {
  content: '';
  background: url(logo.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 50px auto 20px;
  width: 90%;
  max-width: 398px;
  height: 53px;
}
.app-footer .policy {
  color: #fff;
  margin: 15px;
}

@media screen and (min-width: 768px) {
  .share-card .title {
    font-size: 35px !important;
    margin-top: 0;
  }
} */
