@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/ChevySans/.woff2') format('woff2'),
    url('../../fonts/ChevySans/LouisGlobal2-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#app {
  background-color: #393839;
  color: #fff;
  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: 30px 0;
}

/* .middle {
  grid-template-areas:
    'flip .'
    'right left' !important;
} */

.middle .grid-right .title:before {
  content: 'Share your photo' !important;
  font-size: 48px !important;
}

.middle .grid-right .title:after {
  content: 'with friends' !important;
  font-size: 48px !important;
}

@media screen and (max-width: 560px) {
  .middle .grid-right .title:before {
    content: 'Share your photo' !important;
    font-size: 32px !important;
  }

  .middle .grid-right .title:after {
    content: unset !important;
  }
}

.share-card .share-social:before {
  content: 'Select one of the following';
}
.share-card .share-social {
  display: block !important;
  max-height: unset !important;
}
.share-card .share-social .share-icons {
  display: grid !important;
  grid-template-areas: 'sms email facebook twitter';
  margin: 24px auto 0 auto !important;
}

.share-social .icon-sms {
  background-image: url(share-sms.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: sms;
}
.share-social .icon-email {
  background-image: url(share-email.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: email;
}
.share-social .icon-facebook {
  background-image: url(share-fb.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: facebook;
}
.share-social .icon-twitter {
  background-image: url(share-x.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: twitter;
}
.share-social .icon-instagram {
  background-image: url(insta_btn.png);
  /* transform: translateZ(0);
  will-change: transform; */
  display: none;
  grid-area: instagram;
}
@media screen and (max-width: 767px) {
  .share-card .share-social .share-icons {
    gap: 32px;
    grid-template-areas:
      'facebook twitter'
      'sms email';
    width: min-content !important;
  }
  .share-card .share-social .share-icons .social-icon {
    width: 80px;
    height: 80px;
  }
  .share-card .share-social:before {
    display: block;
    text-align: center;
  }
}

.modal-container.type-email .modal-header .icon {
  background-image: url(share-email.svg);
  width: 78px;
  height: 78px;
  margin-top: -70px;
  background-size: contain;
}
.modal-container.type-sms .modal-header .icon {
  background-image: url(share-sms.svg);
  width: 78px;
  height: 78px;
  margin-top: -70px;
  background-size: contain;
}
.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 #f2bc18;
  padding: 24px 70px;
}
.modal-container .modal-footer .button::before {
  content: 'Send';
}
.modal-container .modal-footer .button:active {
  color: #fff;
  background-color: #f2bc18;
}
.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: #f2bc18;
  background-color: #fff;
}
.modal-container .modal-footer .btn-continue::before {
  content: 'Continue';
}

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

.app-footer {
  background-color: #393839;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
}
.app-footer .content {
  width: 96px;
  height: 43px;
}
.app-footer .content::before {
  content: '';
  background: url(logo.png) no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.app-footer .policy {
  color: #fff;
  margin: 15px 0;
}

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