@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: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff2'), url('../../fonts/Louis-Global/LouisGlobal2-Bold.woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: 'Louis Global 2';
  src: url('../../fonts/Louis-Global/LouisGlobal2-HeavyItalic.woff2'),
    url('../../fonts/Louis-Global/LouisGlobal2-HeavyItalic.woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
#app {
  font-family: 'Louis Global 2';
  background-position: center;
  z-index: -3;
  color: black;
}

.mode-kiosk.kiosk {
  background: url(background.png);
  background-size: 100%;
  background-position: center !important;
  width: 1024px;
  height: 768px;
  background-repeat: no-repeat;
}

.mode-kiosk.share {
  background: url(background.png);
  background-size: 100%;
  background-position: center !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.mode-kiosk.share .share-card .middle::before,
.share .thanks::before,
.mode-kiosk.kiosk .title::before {
  content: 'SHARE YOUR VIDEO';
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  line-height: 1.2;
  font-weight: 900;
  white-space: pre-wrap;
  display: block;
  color: white;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100vw;
}
.mode-kiosk.kiosk .title::before {
  content: 'SELECT YOUR VIDEO' !important;
  /* width: 1024px; */
}
.share .thanks::before {
  content: 'THANK YOU!';
}
.mode-kiosk.share .thanks::before {
  font-size: 7.5em;
}
.mode-online.share .thanks::before {
  font-size: 3em !important;
  margin-top: 200px;
  /* text-shadow: 0px 0px 2px #000; */
}
.mode-online.share .thanks .content {
  margin-top: 80px;
}

.kiosk-navigation ~ .app-header {
  min-height: 80px;
}
.app-footer {
  /* background-color: #ccc; */
  position: relative;
  z-index: 99;
}

.app-footer .content::before {
  /* content: '';
  background: url('chevrolet_logo.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  padding: 30px 0 0; */
}

.app-footer .policy {
  color: white;
  background-color: black;
}

.grid-right .title {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 900;
}
.mode-kiosk .middle .grid-right .title::before {
  font-size: 65px !important;
  line-height: 65px !important;
  font-weight: 600 !important;
}
.mode-kiosk .middle .grid-right .title::after {
  font-size: 43px;
  font-weight: 400;
  white-space: nowrap !important;
}

.mode-online {
  background: url(background.png), #393839;
  background-size: cover;
  background-position: center !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.mode-online .title,
.mode-kiosk .title {
  width: 100%;
  max-width: 477px;
  /* color: #f7d736; */
  color: #fff;
}

.mode-online .title::before {
  content: 'SELECT' !important;
}
.mode-online .title::before,
.mode-online .title::after {
  /* text-shadow: 0px 0px 2px #000; */
}

.share-card .share-social .social-icon {
  background-color: transparent;
  /* width: 100px !important; */
  /* height: 110px !important; */
  /* margin: auto !important; */
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .share-social .social-icons {
    display: grid !important;
    grid-template-columns: auto auto !important;
    grid-template-rows: auto auto !important;
  }
}

.share-card .share-social {
  max-height: 100% !important;
}

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

.share-card .middle .grid-right {
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .share-card .middle {
    display: flex;
    flex-direction: column;
  }

  .share-card .middle .grid-left {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .share-card .share-social .share-icons {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    grid-row-gap: 30px !important;
    grid-column-gap: 12px !important;
  }
}

@media screen and (orientation: landscape) {
  .mode-online.share {
    background: url(background.png), #393839;
    background-size: cover;
    background-position: center !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
}

@media (orientation: portrait) {
  .mode-online.share {
    background: url(mobile_bg.png), #393839;
    background-size: cover;
    background-position: center !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
}

.share-card .share-social .social-icon {
  border-radius: 10px;
  background-color: #fff;
  width: 48px !important;
  height: 48px !important;
}
.mode-kiosk .share-card .share-social .social-icon {
  width: 120px !important;
  height: 120px !important;
}

.mode-online .share-card .share-social .social-icon {
  margin: 0 auto !important;
  background-color: #fff;
  background-size: cover;
  border-radius: 6px;
  background-position: center;
}

.share-card .share-social .social-icon.icon-instagram {
  background-image: url(insta.png);
}

.share-card .share-social .social-icon.icon-sms {
  background-image: url(sms.png);
}
.mode-kiosk .share-card .share-social .social-icon.icon-sms {
  background-image: url(sms.png);
}

.share-card .share-social .social-icon.icon-email {
  background-image: url(email.png);
}
.mode-kiosk .share-card .share-social .social-icon.icon-email {
  background-image: url(email.png);
}

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

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

.share-card .share-social .social-icon.icon-tiktok {
  background-image: url(tiktok.png);
}

.swiper-button-next {
  right: -30px !important;
}

.swiper-button-prev {
  left: -30px !important;
}

.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;
}

.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 teal;
  color: #000;
  width: 118px;
  height: 42px;
  padding: 12px 0;
  font-size: 12px;
}

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

.modal-footer .btn-tiktok::before {
  content: 'Download' !important;
  text-transform: none !important;
}

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

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

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

.thanks .content::after {
  /* content: 'Boom! Your Chevy Comic Strip is fantastic! Thanks for visiting Chevrolet at the 2022 St. Louis Auto Show. For more information on our award-winning cars, trucks, SUVs and crossovers, visit www.chevrolet.com.'; */
  /* font-size: 16px; */
  padding: 24px;
  box-sizing: border-box;
  max-width: 1024px;
}

.modal-container {
  position: relative;
}

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

.modal-container.type-email .modal-header .icon,
.modal-container.type-sms .modal-header .icon,
.modal-container.type-instagram .modal-header .icon,
.modal-container.type-tiktok .modal-header .icon {
  border: 1px solid black;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 71px;
  height: 70px;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  /* left: 35px; */
}

.modal-container.type-email .modal-header .icon {
  background-image: url('email.svg');
}

.modal-container.type-instagram .modal-header .icon {
  background-image: url('insta.svg');
}

.modal-container.type-sms .modal-header .icon {
  background-image: url('sms.svg');
}

.modal-container.type-tiktok .modal-header .icon {
  background-image: url('tiktok.svg');
}

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

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

.modal-container.type-tiktok.sent .modal-header h2::before {
  color: black !important;
  content: 'VIDEO DOWNLOADED!';
}

.modal-container .modal-footer-success .btn-continue::before {
  content: 'CONTINUE';
}

.thanks .content {
  width: 600px;
  height: 180px;
  background-image: url('logo_lockup.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.thanks .content::before,
.thanks .content::after {
  content: ' ' !important;
}

.swiper-wrapper {
  margin-top: 150px;
}

.kiosk-navigation {
  padding: 30px 0 0 5px;
  color: white !important;
}

.grid-card {
  margin: 0 15px !important;
}

.carousel {
  transform: scale(0.75) !important;
  margin-top: -60px !important;
}
.share-card .grid-card video {
  max-height: 460px !important;
  margin-top: 110px !important;
}

body {
  height: unset !important;
}
