@font-face {
  font-family: 'Roboto';
  src: url('../../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
    url('../../fonts/Roboto/Roboto-Light.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nuesa Next Std';
  src: url('../../fonts/Nuesa/NeusaNextStd-WideBold.woff2') format('woff2'),
    url('../../fonts/Nuesa/NeusaNextStd-WideBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nuesa Next Std';
  src: url('../../fonts/Nuesa/NeusaNextStd-WideItalic.woff2') format('woff2'),
    url('../../fonts/Nuesa/NeusaNextStd-WideItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nuesa Next Std';
  src: url('../../fonts/Nuesa/NeusaNextStd-WideRegular.woff2') format('woff2'),
    url('../../fonts/Nuesa/NeusaNextStd-WideRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#app {
  color: #fff;
  background-color: #000;
  font-family: 'Nuesa Next Std', 'Arial Black', Arial, sans-serif;
}

.img-portrait {
  border: 2px solid #fff;
}
h2 {
  font-weight: normal;
}
.kiosk-navigation ~ .app-header {
  min-height: 80px;
}

.share-page {
  font-weight: bold;
}
.grid-card-wrapper {
  margin-top: 35px !important;
}
.share-card .title {
  font-size: 26px !important;
  margin-top: 40px;
}
.share-card .title::before {
  font-size: 1.7em !important;
}
.share-card .share-social {
  margin: 10px 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: '' !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;
    text-transform: capitalize !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:
      'sms email'
      'facebook twitter';
    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 {
  width: 75% !important;
}

.modal-container.type-email .modal-header .icon {
  background-image: url(share-email.svg);
  width: 78px;
  height: 78px;
  margin-top: -70px;
  background-size: contain;
  margin-right: 80%;
}
.modal-container.type-sms .modal-header .icon {
  background-image: url(share-sms.svg);
  width: 78px;
  height: 78px;
  margin-top: -70px;
  background-size: contain;
  margin-right: 80%;
}
.modal-container .modal-header h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-top: 45px;
}
.modal-container.type-email .modal-header h2::before {
  content: 'Share via Email';
  color: #000;
  font-size: 30px;
}
.modal-container.type-sms .modal-header h2::before {
  content: 'Share via Text';
  color: #000;
  font-size: 30px;
  margin-top: 67px;
}
.modal-container.type-email.sent .modal-header h2::before {
  content: '';
  color: #000;
  font-weight: bold;
}
.modal-container.type-sms.sent .modal-header h2::before {
  content: '';
  color: #000;
  font-weight: bold;
}
.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;
  font-family: 'Roboto', 'Arial Black', Arial, sans-serif !important;
}
.modal-container .modal-body textarea {
  border: 1px solid #373536;
  font-family: 'Roboto', 'Arial Black', Arial, sans-serif !important;
}
.modal-container .modal-footer .button {
  font-weight: bold;
  background-color: #fff;
  border-radius: 7.5px;
  padding: 10.8px 25.2px 9px 25.2px;
  color: #fff;
  text-transform: uppercase;
  background: #e4002b;
  width: 100px;
}
.modal-container .modal-footer .button::before {
  content: 'Send';
}
.modal-container .modal-footer .btn-cancel {
  border-color: transparent;
  display: none;
}
.modal-container .modal-footer .btn-cancel::before {
  content: 'X';
  display: none;
}
.modal-container .modal-footer .btn-cancel:active {
  color: inherit;
  border-color: #c7871d;
  background-color: #fff;
}
.modal-container .modal-footer .btn-continue::before {
  content: 'Done';
}
.share-social .share-icons .social-icon {
  background-color: #000;
}

.thanks .content {
  text-align: left;
}
.thanks .content::before {
  color: #b6862d;
}
.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-footer {
  background-color: #393839;
  display: none;
  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;
  }
}
