@font-face {
  font-family: 'Chevy Sans';
  src: url('../../fonts/ChevySans/ChevySans-Bold.otf') format('opentype'),
    url('../../fonts/ChevySans/ChevySans-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chevy Sans';
  src: url('../../fonts/ChevySans/ChevySans-Regular.otf') format('opentype'),
    url('../../fonts/ChevySans/ChevySans-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#app {
  background-color: #393839 !important;
  color: #fff;
  font-family: 'Chevy Sans', '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 {
  content: 'Share your photo';
  text-transform: none !important;
  font-size: 1.7em !important;
}

.share-card .title::after {
  content: 'with your friends';
  text-transform: lowercase !important;
  font-size: 1.7em !important;
}
.share-card .share-social {
  margin: 30px 0;
}

.middle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-order: column-reverse;
  /* grid-template-areas: */
  /* 'flip .' 'right left' !important; */
  /* grid-template-columns: 2fr 1.5fr !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 {
  font-weight: normal !important;
  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;

  /* display: none !important; */
}
.share-social .icon-twitter {
  background-image: url(share-x.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: twitter;
  /* display: none !important; */
}
.share-social .icon-instagram {
  background-image: url(insta_btn.png);
  /* transform: translateZ(0);
  will-change: transform; */
  display: none;
  grid-area: instagram;

  display: none !important;
}
@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 {
  color: #393839;
  font-size: 20px;
  text-transform: uppercase;
}
.modal-container.type-email .modal-header h2::before {
  text-transform: none;
  content: 'Share your photo';
}
.modal-container.type-sms .modal-header h2::before {
  text-transform: none;
  content: 'Share your photo';
}
.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 #0077d9;
  padding: 24px 70px;
  color: #393839;
}
.modal-container .modal-footer .button::before {
  content: 'Send';
}
.modal-container .modal-footer .button:active {
  color: #393839;
  background-color: #fff;
}
.modal-container .modal-footer .btn-cancel {
  border-color: #0077d9;
  color: #393839;
}
.modal-container .modal-footer .btn-cancel::before {
  content: 'Cancel';
}
.modal-container .modal-footer .btn-cancel:active {
  color: inherit;
  border-color: #0077d9;
  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: 93%;
  height: 11%;
  min-width: 363px;
  min-height: 100px;
}
.app-footer .content::before {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  content: url('logo-mobile.png');
  /* background: url(logo-mobile.png) no-repeat; */
  /* background-size: contain; */
  /* display: block; */
  width: 100%;
  height: 100%;
}
.app-footer .policy {
  color: #fff;
  margin: 15px 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .middle {
    grid-template-areas:
      /* 'flip .' */ 'right left' !important;
    grid-template-columns: 2fr 1.5fr !important;
  }

  .share-card .title {
    font-size: 35px !important;
    margin-top: 0;
  }

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