@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Reg.woff2') format('woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-Reg.woff') format('woff');
  font-weight: normal;
  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;
}
@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-HeavyItalic.woff2') format('woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#app {
  color: #373536;
  font-family: 'Louis Global 2', 'Arial Black', Arial, sans-serif;
}
.title {
  color: #393839;
  margin: 20px 0 0 0 !important;
  font-family: 'Louis Global 2';
}
.title::after {
  content: 'TO SHARE FROM YOUR PHONE \A SCAN THE QR CODE';
  /* margin-left: 17%; */
  font-weight: bold;
  font-size: 30px;
  color: #393839 !important;
  white-space: pre-wrap;
  /* display: inline-block; */
  text-align: center;
  /* width: 100%; */
  display: block;
}

.carousel {
  padding-top: 190px !important;
}

.share-card .middle .grid-right .title::before {
  content: 'Share \ayour photo';
  text-transform: uppercase;
  white-space: pre-wrap;
}
.middle .grid-right .title::after {
  content: 'SCAN THE QR CODE TO SHARE ON SOCIAL' !important;
  margin-left: 0;
}
.kiosk-navigation {
  position: relative;
  text-indent: -9999px;
}
.kiosk-navigation::before {
  content: url('./back_btn.png');
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: 20px;
  text-indent: 0;
  transform: scale(0.7);
}
.kiosk-navigation::after {
  content: 'Back';
  width: 20px;
  height: 20px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 105px;
  font-size: 40px;
  text-indent: 0;
  transform: scale(0.8);
}
.app-footer {
  position: relative;
  background-color: #393839;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 40px;
}
.app-footer .content {
  position: absolute;
  top: 0;
  left: 40%;
  background-image: url('./share_chevy_logo.png');
  background-size: 245px auto;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.policy {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.policy a {
  color: #fff !important;
}
.share-social .qr-code {
  display: block !important;
}
.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-social .icon-sms {
  background-image: url(text_btn.png);
}
.share-social .icon-email {
  background-image: url(email_btn.png);
}
.share-social .icon-facebook {
  background-image: url(facebook_btn.png);
}
.share-social .icon-twitter {
  background-image: url(twitter_btn.png);
}
.share-social .icon-instagram {
  background-image: url(insta_btn.png);
}

.modal-container.type-email .modal-header .icon {
  background-image: url(email_icon.svg);
  width: 46px;
  height: 30px;
}
.modal-container.type-sms .modal-header .icon {
  background-image: url(text_icon.svg);
  width: 50px;
  height: 51px;
}
.modal-container .modal-header h2 {
  font-size: 24px;
}
.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: 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 #c7871d;
  padding: 24px 70px;
}
.modal-container .modal-footer .button::before {
  content: 'Send';
}
.modal-container .modal-footer .button:active {
  color: #fff;
  background-color: #c7871d;
}
.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: #c7871d;
  background-color: #fff;
}
.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;
  transform: translate(-50%, -50%); */
  background-color: white;
  /* width: 100vw;
  height: 100vh; */
  overflow: hidden;
  color: #393839 !important;
  text-align: left;
}
.thanks .content {
  position: relative;
  text-align: left;
  /* margin-right: 50px; */
}
.thanks .content::before {
  content: 'THANK YOU';
  font-family: 'Louis Global 2';
  line-height: 1;
  margin-bottom: 30px;
  color: #b6862d;
}
.thanks .content::after {
  content: 'SHARE WITH YOUR FRIENDS';
  font-family: 'Louis Global 2';
  line-height: 1.2;
  font-weight: 900;
}
/* .thanks .after-thanks::before {
  content: 'USING';
  display: inline-block;
  font-weight: 900;
  font-size: 30px;
} */
.thanks .content .after-thanks {
  position: absolute;
  left: 0;
  bottom: -45px;
  margin-left: 1px;
  display: block !important;
  font-weight: 900;
  font-size: 30px;
}
.thanks .after-thanks span {
  color: #b6862d;
}
/* .thanks .after-thanks::after {
  content: '#TEAMCHEVY';
  display: block;
  font-weight: 900;
  font-size: 30px;
  color: #b6862d;
} */
/* .thanks .content .after-thanks::after {
  content: 'USING #TEAMCHEVY';
  display: block;
  width: 50px;
  height: 50px;
  font-family: 'Louis Global 2';
  line-height: 1.2;
  color: #b6862d !important;
} */

.swiper-button-next::after,
.swiper-button-prev::after {
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after {
  content: url('./back_btn.png');
  transform: scale(0.8) translateX(-15px);
}
.swiper-button-next::after {
  content: url('./next_btn.png');
  margin-right: 10px;
  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) {
  .share-page {
    padding-bottom: 50px;
  }
  .title::before {
    margin-top: 30px;
  }
  .social-icon {
    transform: translateX(2%);
  }
  .app-footer .content {
    left: 5%;
  }
}
@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: 370px) {
  .app-footer .content {
    left: -10px;
    transform: scale(0.7);
  }
}
@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;
  }
}
