@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(border_logo.png), url(select.png), url(background.png);
    background-size: 92%, 100%, 100%;
    background-position: center, -55px 400%, center !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }

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

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


.kiosk .title::before {
  content: '' !important;
}

.grid-right .title {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-weight: 900;
}

.mode-online {
  background: url(background.png);
  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;
}

.mode-online .title::before {
  content: 'SELECT' !important;
  text-shadow: -1px 1px #2087a6, -2px 2px #2087a6, -3px 3px #2087a6, -4px 4px #2087a6, -5px 5px #2087a6,
    -6px 6px #2087a6;
}

.share-card .share-social .social-icon {
  background-color: transparent;
  /* width: 100px !important; */
  /* height: 110px !important; */
  /* margin: auto !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);
    background-size: cover;
    background-position: center !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
}

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

.share-card .share-social .social-icon {
  width: 48px !important;
  height: 48px !important;
}

.mode-online .share-card .share-social .social-icon {
  margin: 0 auto !important;
}

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

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

.share-card .share-social .social-icon.icon-sms:hover {
  /* background-image: url(sms_btn_hover.png); */
}

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

.share-card .share-social .social-icon.icon-email:hover {
  /* background-image: url(email_btn_hover.png); */
}

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

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

.share-card .share-social .social-icon.icon-facebook:hover {
  /* background-image: url(facebook_btn_hover.png); */
}

.share-card .share-social .social-icon.icon-facebook:hover {
  /* background-image: url(facebook_btn_hover.png); */
}

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

.share-card .share-social .social-icon.icon-tiktok {
  background-image: url(tiktok_btn.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');
}

/* .grid-card-wrapper .grid-card-image img {
  content: url('sample.jpeg');
} */

.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 {
  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_btn.png');
}

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

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

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

.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{
  color: #f7d736 !important;
}

.thanks .content::after {
  content: 'Invite your friends\Ato see your video';
  line-height: 1.2;
  white-space: nowrap !important;
  text-align:center;
  font-size: 24px;
}

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

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

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