@font-face {
  font-family: 'PP Editorial New';
  src: url('../../fonts/Jordan/PPEditorialNew-Ultralight.woff2') format('woff2'),
    url('../../fonts/Jordan/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jordan NHG Disp 65';
  src: url('../../fonts/Jordan/JordanNHGDisp-65Medium.woff2') format('woff2'),
    url('../../fonts/Jordan/JordanNHGDisp-65Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Editorial New';
  src: url('../../fonts/Jordan/PPEditorialNew-UltralightItalic.woff2') format('woff2'),
    url('../../fonts/Jordan/PPEditorialNew-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Jordan NHG Disp 75';
  src: url('../../fonts/Jordan/JordanNHGDisp-75Bold.woff2') format('woff2'),
    url('../../fonts/Jordan/JordanNHGDisp-75Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

#app {
  color: #fff;
  background-color: #000;
  font-family: 'MonospaceTypewriter', monospace, sans-serif;
}
input,
textarea {
  font-family: 'PP Editorial New', sans-serif;
}

.grid-card .grid-card-image {
  display: flex;
  justify-content: center;
}
.img-portrait {
  max-width: 75% !important;
}
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: 15px !important;
  margin-top: 40px;
}
.share-card .title::before {
  font-size: 15px !important;
}
.share-card .share-social {
  margin: 10px 0;
}

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

.middle .grid-right .title:before {
  content: 'Share your video' !important;
  font-size: 48px !important;
  text-transform: uppercase !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 video' !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 500 !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 download';
  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-download {
  background-image: url(share-download.svg);
  transform: translateZ(0);
  will-change: transform;
  grid-area: download;
}
.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 download';
    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-alt.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-alt.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;
  width: 65%;
  text-align: center;
}
.modal-container.type-email .modal-header h2::before {
  text-transform: uppercase !important;
  content: 'Share\A via Email';
  white-space: pre; /* Preserves whitespace and line breaks */
  display: block; /* Makes the content including the line break to be displayed as a block */
  color: #000;
  font-size: 30px;
}
.modal-container.type-sms .modal-header h2::before {
  text-transform: uppercase !important;
  content: 'Share\A via Text';
  white-space: pre; /* Preserves whitespace and line breaks */
  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: 'PP Editorial New', sans-serif !important;
}
.modal-container .modal-body textarea {
  border: 1px solid #373536;
  font-family: 'PP Editorial New', sans-serif !important;
}
.modal-container .modal-footer .button {
  background: transparent;
  border: none;
  width: 104.99px;
  height: 41.56px;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 36px;
  margin-top: 40px;
  margin-left: 200px;
  margin-bottom: 25px;
  font-weight: bold;
  color: #000;
}
.modal-container .modal-footer .button::before {
  content: '';
}
.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;
  }
}
