@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Reg.woff2'), url('../../fonts/Louis-Global/LouisGlobal2-Reg.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ray-Ban Sans';
  src: url('../../fonts/Ray-BanSans/Ray-BanSans-Bold.woff2'), url('../../fonts/Ray-BanSans/Ray-BanSans-Bold.woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

#app {
  background: url(mobile_background.png);
  background-size: cover;
  font-family: 'Louis Global 2';
  background-position: center;
  color: black;
}

.kiosk-navigation ~ .app-header {
  min-height: 80px;
}

.app-footer {
  display: none !important;
}

.app-footer .content::before {
  content: '';
  background: url('vogue_logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.mode-online .title {
  width: 100%;
  max-width: 477px;
}

.mode-online .title::before {
  content: '' !important;
}

.mode-online .title::after {
  content: 'That looks great, we would share it too!' !important;
  font-weight: bold;
  font-family: 'Ray-Ban Sans';
  text-align: center;
  font-size: 32px;
  width: 90%;
  margin: 50px auto auto auto;
  text-transform: none !important;
}

.share-card {
  max-width: 850px !important;
}

.share-card .share-social .social-icon {
  background-color: transparent;
  width: 75px !important;
  height: 75px !important;
  margin: 15px 0 !important;
}

.share-card .share-social {
  max-height: 100% !important;
  margin-bottom: 25px;
  margin-top: 20px !important;
}

.share-card .middle .grid-right {
  margin-left: 0 !important;
  background-color: #e6e7e8;
  border-radius: 25px;
  max-width: 350px;
}

@media screen and (min-width: 768px) {
  .share-card .middle .grid-right {
    /* background-color: rgba(255, 255, 255, 0.65); */
  }
  .app-footer .content {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #app {
    background: url(mobile_background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .share-card {
    flex-grow: 0 !important;
  }
  .share-card .middle {
    display: flex;
    max-width: 80%;
    margin: -95px auto 25px auto;
    flex-direction: column;
    padding: 0 !important;
  }
  .share-card .middle .grid-left .grid-card {
    margin: 0 !important;
  }
  .share-card .middle .grid-left {
    width: 145px;
    height: 259px;
    /* border: 1px solid black; */
    position: relative;
    margin-right: 0px !important;
    transform: translateY(55%);
  }

  .mode-online .title::after {
    margin: 155px auto auto auto;
  }
}

.share-card .middle .grid-left {
  margin-right: 50px;
}

.share-card .share-social .share-icons {
  display: flex !important;
  flex-wrap: wrap;
  margin: auto;
  flex-grow: 0 !important;
  width: 75%;
}
.social-icon {
  flex: 1 0 34%;
  margin: 15px 0;
}

.share-card .share-social .social-icon.icon-instagram {
  display: none !important;
}

.share-card .share-social .social-icon.icon-sms {
  background-image: url(sms_btn.png);
  order: 3;
}

.share-card .share-social .social-icon.icon-email {
  background-image: url(email_btn.png);
  order: 4;
}

.share-card .share-social .social-icon.icon-twitter {
  background-image: url(twitter_btn.png);
  order: 2;
}

.share-card .share-social .social-icon.icon-facebook {
  order: 1;
  background-image: url(facebook_btn.png);
}

.share-card .share-social .social-icon.icon-download {
  order: 5;
  background-image: url(download_btn.png);
}

.swiper-button-next::after {
  content: url('next_btn.png');
}

.swiper-button-next:hover::after {
  content: url('next_btn_02.png');
}

.swiper-button-prev::after {
  content: url('prev_btn.png');
}

.swiper-button-prev:hover::after {
  content: url('prev_btn_02.png');
}

.app-footer .content::before {
  height: 60px !important;
  margin-bottom: 25px;
}

.share-card .middle {
  grid-template-columns: 55% 1fr !important;
}

.modal-container .modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-container .modal-footer .button {
  border: 1px solid #000000;
  border-radius: 8px;
  color: #000;
  width: 118px;
  height: 42px;
  padding: 12px 0;
  font-size: 12px;
}

.modal-footer .btn-email::before,
.modal-footer .btn-sms::before {
  content: 'Send' !important;
}

.modal-footer .btn-cancel::before {
  content: 'Back' !important;
}

.field label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.field input,
.field textarea {
  background-color: #f6f6f6;
  padding-left: 10px !important;
}

.thanks .content::after {
  padding: 24px;
  box-sizing: border-box;
  max-width: 1024px;
}

.modal-container {
  position: relative;
  border-radius: 25px !important;
}

.modal-container .modal-header {
  display: inline;
}

.modal-container.type-email .modal-header .icon,
.modal-container.type-sms .modal-header .icon {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 71px;
  height: 70px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-container.type-email .modal-header .icon {
  /* background-image: url('email_btn.png'); */
}

.modal-container.type-sms .modal-header .icon {
  /* background-image: url('s ms_btn.png'); */
}

.modal-container .modal-header h2 {
  text-align: center;
  font-weight: normal;
}
.modal-container.sent .modal-header h2 {
  display: block;
  align-self: center;
}

.modal-container.type-email.sent .modal-header h2::before {
  content: 'EMAIL SENT!';
}
.modal-container.type-sms.sent .modal-header h2::before {
  content: 'TEXT SENT!';
}
