@font-face {
  font-family: 'Doyle';
  src: url('../../fonts/Doyle/Doyle-Black.woff2') format('woff2'),
    url('../../fonts/Doyle/Doyle-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ITC Souvenir';
  src: url('../../fonts/Souvenir/Souvenir-Light.woff2') format('woff2'),
    url('../../fonts/Souvenir/Souvenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@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 {
  font-family: 'Louis Global 2', sans-serif;
}
.title {
  color: #f05746;
  margin-top: -20px;
  font-family: 'Doyle';
}
.title::after {
  font-family: 'ITC Souvenir';
}
.kiosk-navigation {
  position: relative;
  text-indent: -9999px;
}
.kiosk-navigation::after {
  content: url('./back_btn.png');
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: 20px;
  text-indent: 0;
  transform: scale(0.8);
}
.logo {
  background-image: url('./share_aphd_logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 100px;
  margin: 0 auto;
  display: none;
}
.share-card .logo {
  transform: translateY(50px);
}
.grid-card {
  margin: 0 15px !important;
}
.grid-card .grid-card-wrapper {
  background-color: transparent;
  border: none;
  padding: 15px 15px 0px 15px;
}
.grid-card .grid-card-logo {
  background-image: url('./share_aphd_logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 100px;
  margin: 0 auto;
  display: none;
}

.title::after {
  color: black;
}

.share-card .middle .grid-right .title::before {
  content: 'Share \ayour photo';
  text-transform: uppercase;
  white-space: pre-wrap;
}
.share-card .middle .grid-right .title::after {
  content: 'Select one of the following';
  text-transform: uppercase;
}
.share-card .middle .grid-right .social-icon {
  display: none;
}
.share-card .middle .grid-right .social-icon:nth-child(-n + 4) {
  display: block;
  border-radius: 0;
  text-indent: -9999px;
  margin-top: 15px;
  position: relative;
}
.share-card .middle .grid-right .social-icon:nth-child(1)::after {
  content: url('./email_btn.png');
}
.share-card .middle .grid-right .social-icon:nth-child(2)::after {
  content: url('./text_btn.png');
}
.share-card .middle .grid-right .social-icon:nth-child(3)::after {
  content: url('./facebook_btn.png');
}
.share-card .middle .grid-right .social-icon:nth-child(4)::after {
  content: url('./twitter_btn.png');
}
.share-card .middle .grid-right .social-icon:nth-child(1)::after,
.share-card .middle .grid-right .social-icon:nth-child(2)::after,
.share-card .middle .grid-right .social-icon:nth-child(3)::after,
.share-card .middle .grid-right .social-icon:nth-child(4)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  transform: translate(-50%, -50%) scale(0.6);
}

.modal-container.type-email .modal-header .icon,
.modal-container.type-sms .modal-header .icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 44px;
  margin: 0 auto;
}
.modal-container.type-email .modal-header .icon {
  background-image: url('./email_icon.svg?external');
}
.modal-container.type-sms .modal-header .icon {
  background-image: url('./text_icon.svg?external');
}
.modal-container .modal-header h2 {
  color: #f05746;
  font-family: 'Doyle';
  font-size: 26px;
  text-transform: uppercase;
}
.modal-container.type-email .modal-header h2::before {
  content: 'Share photo via email';
}
.modal-container.type-sms .modal-header h2::before {
  content: 'Share photo 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: 18px;
  color: #f05746;
  font-family: 'Doyle';
  text-transform: uppercase;
}
.modal-container .modal-body input,
.modal-container .modal-body textarea {
  font-family: 'ITC Souvenir';
  font-size: 18px;
}
.modal-container .modal-body input {
  border-bottom: 1px solid #ebebeb;
}
.modal-container .modal-body textarea {
  border: 1px solid #ebebeb;
}
.modal-container .modal-footer .button {
  font-family: 'Doyle';
  font-size: 25px;
  color: #fff;
  background-color: #f05746;
  line-height: 1;
  padding: 20px 50px;
}
.modal-container .modal-footer .btn-cancel {
  background-color: #fff;
  color: #f05746;
  padding: 20px 50px;
}
.modal-container .modal-footer .btn-continue::before {
  content: 'continue';
}

.thanks {
  background-image: url('./aphd_thanks_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: #fff !important;
}
.thanks {
  justify-content: flex-end !important;
  margin: 0 !important;
}
.thanks .content {
  text-align: left;
  margin-right: 50px;
}
.thanks .content::before {
  content: 'Thank \AYou';
  font-family: 'Doyle';
  font-size: 80px;
  line-height: 1;
  margin-bottom: 30px;
  white-space: pre-wrap;
}
.thanks .content::after {
  content: 'Invite your\A friends to see\A your photo';
  font-family: 'ITC Souvenir';
  line-height: 1.2;
  white-space: pre-wrap;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after {
  content: url('./prev_btn.png');
  transform: scale(0.8) translateX(-15px);
}
.swiper-button-next::after {
  content: url('./next_btn.png');
  transform: scale(0.8) translateX(-30px);
}

@media only screen and (max-width: 767px) {
  .app-header .content {
    width: 350px;
  }
}

.kiosk .top {
  margin: 20px 0 0;
}

.kiosk .top .kiosk .top h1 {
  display: none;
}

.kiosk .top .kiosk-logo {
  width: 50%;

  height: auto;
  content: url('select_photo.png');
}
.kiosk .policy {
  float: right;
}
.kiosk .wrapper-scrollable::after {
  content: 'Scroll Down For More Photos';
  color: black;
  font-family: 'Louis Global 2', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.policy,
.policy > * {
  color: black !important;
}

.app-footer {
  padding: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .title::before {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .modal-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .modal-container input,
  .modal-container textarea {
    width: 90% !important;
  }
}
@media screen and (max-width: 400px) {
  .modal-container h1 {
    text-align: left;
    font-size: 25px;
  }
  .modal-container .modal-header .share-email,
  .modal-container .modal-header .share-text {
    transform: translateX(-25px);
  }
}
@media screen and (max-width: 350px) {
  .modal-container input,
  .modal-container textarea {
    width: 100% !important;
  }
  .modal-container h1 {
    font-size: 20px;
  }
  .modal-container .modal-header .share-email,
  .modal-container .modal-header .share-text {
    transform: translateX(0px);
  }
  .modal-container .modal-default-button,
  .modal-container .modal-cancel-button {
    padding: 10px 40px !important;
    font-size: 16px !important;
  }
}
