@font-face {
  font-family: 'Buick Futura ND Book';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-Book.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Buick Futura ND Book';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-BookOblique.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Buick Futura ND';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-MediumOblique.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-MediumOblique.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Buick Futura ND';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-Light.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Buick Futura ND';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-LightOblique.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Buick Futura ND';
  src: url('../../fonts/BuickFuturaND/BuickFuturaND-Medium.woff2') format('woff2'),
    url('../../fonts/BuickFuturaND/BuickFuturaND-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#app {
  background-color: #2b2b2b;
  font-family: 'Buick Futura ND';
}
.kiosk .title {
  color: #fff;
  margin: 20px 0 0 0 !important;
  font-family: 'Buick Futura ND Book';
  padding-top: 30px;
}

.kiosk .title::before {
  content: 'SELECT YOUR VIDEO' !important;
  font-weight: normal !important;
  letter-spacing: 13px;
  font-family: 'Buick Futura ND Book';
}
.grid-card-image {
  max-width: 450px;
}
.app-header {
  background: white;
}
.mode-kiosk .app-header .content {
  background: url(buick_ncaa_logo.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
  height: 0px;
  background-color: white;
  background-position: center;
  background-size: 35%;
}
.mode-online .app-header {
  background-color: #fff;
  background-position: center;
}
.mode-online .app-header .content {
  background: #fff url(web-logo_lockup.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  height: 0;
  background-position: center;
  background-size: 60%;
}
@media screen and (max-width: 850px) {
  .mode-online .app-header .content {
    height: 100px;
    padding-bottom: 0;
  }
  .grid-right .top::before {
    margin-top: 20px;
    text-align: center !important;
    align-items: center;
  }
  .share-card {
    align-items: center;
  }
  .mode-online .share-card .grid-right .top::after {
    text-align: center !important;
  }
  .mode-online .share-card .grid-right .title::after {
    text-align: center !important;
  }
  .policy {
    right: 35% !important;
  }
  .share-social .share-icons {
    justify-content: center !important;
    flex-grow: 0 !important;
    align-items: center !important;
  }
  .middle {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 850px) {
  .mode-online .app-header .content {
    height: 113px;
    padding-bottom: 0;
  }
}
.mode-online .app-header .content {
  height: 113px;
  padding-bottom: 0;
}
.mode-kiosk .app-header .content {
  height: 130px;
  padding-bottom: 0;
}
.mode-kiosk .middle .grid-right .title::before {
  content: 'SCAN THE QR CODE' !important;
  text-transform: uppercase;
  text-align: left;
  font-size: 24x !important;
  line-height: 1.2;
  font-weight: normal !important;
  white-space: pre-wrap;
  display: block;
  color: #fefefe;
  letter-spacing: 5px;
}
.mode-kiosk .middle .grid-right .title::after {
  content: 'TO SHARE ON SOCIAL' !important;
  font-size: 24px !important;
  margin-left: 0;
  text-align: left;
  color: #fefefe;
  letter-spacing: 5px;
}
.mode-online .middle .grid-right .title::after {
  content: 'Select one of the following' !important;
  text-transform: uppercase;
  text-align: left;
  font-size: 24x !important;
  line-height: 1.2;
  font-weight: normal !important;
  white-space: pre-wrap;
  display: block;
  color: #fefefe;
}
.mode-online .middle .grid-right .title::before {
  content: none !important;
}

.kiosk-navigation {
  text-indent: -9999px;
}
.kiosk-navigation::before {
  content: url('./circle_arrow_btn1.png');
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  margin: 30px 20px;
  text-indent: 0;
  transform: rotate(180deg) scale(0.35);
}
.kiosk-navigation::after {
  content: 'BACK';
  width: 20px;
  height: 20px;
  color: #000;
  position: absolute;
  top: 52px;
  left: 95px;
  font-size: 30px;
  text-indent: 0;
  transform: scale(0.8);
}
.app-footer {
  position: relative;
  background-color: #2b2b2b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40px;
}
.policy {
  display: flex;
  justify-content: center;
}
.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-left {
  padding-right: 0 !important;
}
.grid-right {
  margin-left: 0 !important;
}
.grid-card {
  margin: 0 !important;
}
.grid-card .grid-card-wrapper {
  background-color: transparent;
  border: none;
  /* padding: 15px 15px 0px 15px; */
}
.grid-card .grid-card-image {
}
.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;
}
.qr-code {
  margin-right: 25px;
}
.share-social .share-icons {
  justify-content: center !important;
  flex-grow: 0 !important;
  align-items: flex-start !important;
}
.mode-kiosk .share-card .top::before {
  content: 'SHARE YOUR VIDEO';
  color: white;
  font-size: 80px;
  text-align: center;
  display: grid;
  letter-spacing: 13px;
  font-family: 'Buick Futura ND Book';
}
.mode-kiosk .share-card .grid-right .top::before {
  display: none;
}
.mode-online .share-card .grid-right .top::before {
  content: 'SHARE';
  color: white;
  font-size: 40px;
  text-align: center;
  display: grid;
  letter-spacing: 13px;
  font-family: 'Buick Futura ND Book';
  text-align: left;
}
.mode-online .share-card .grid-right .top::after {
  content: 'YOUR VIDEO';
  color: white;
  font-size: 40px;
  display: grid;
  letter-spacing: 13px;
  font-family: 'Buick Futura ND Book';
  text-align: left;
  margin-bottom: 20px;
}
.share-card .share-social .social-icon {
  background-color: inherit;
}
.share-card .share-social .social-icon.icon-sms {
  background-image: url(text_btn.png);
}
.share-card .share-social .social-icon.icon-email {
  background-image: url(email_btn.png);
}
.share-card .share-social .social-icon.icon-facebook {
  background-image: url(facebook_btn.png);
}
.share-card .share-social .social-icon.icon-twitter {
  background-image: url(twitter_btn.png);
}
.share-card .share-social .social-icon.icon-instagram {
  background-image: url(insta_btn.png);
}

.modal-wrapper .modal-container {
  background-color: #f3f3f3;
}
.modal-container.type-email .modal-header {
  align-items: center;
}
.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: 60px;
  height: 64px;
}
.modal-container.type-email .modal-header .icon {
  background-image: url('./kiosk-email-icon.png');
}
.modal-container.type-sms .modal-header .icon {
  background-image: url('./kiosk-text_icon.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!';
}
.modal-container .modal-body {
  display: flex;
  flex-direction: column;
}
.modal-container .modal-body .field.email {
  margin-bottom: 20px;
}
.modal-container .modal-body .field.sms {
  margin-bottom: 20px;
}
.modal-container .modal-body .field.message {
  margin-top: 0;
}
.modal-container .modal-body label {
  font-size: 18px;
  text-transform: uppercase;
}
.modal-container .modal-body input,
.modal-container .modal-body textarea {
  font-size: 16px;
}
.modal-container .modal-footer {
  justify-content: space-between;
}
.modal-container .modal-footer .btn-email {
  content: 'Send';
  border: 1px solid #c9480c;
  color: #c9480c;
}
.modal-container .modal-footer .button::before {
  display: none;
}
.modal-container .modal-footer .btn-continue {
  border: 1px solid black;
  background: none;
  color: #393839;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 25px;
  text-transform: uppercase;
  background-color: transparent !important;
  width: auto;
  height: auto;
}
.modal-container .modal-footer .btn-continue::before {
  content: 'continue';
  display: inline;
}

.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: #2b2b2b;
  /* width: 100vw;
  height: 100vh; */
  overflow: hidden;
  color: #393839 !important;
  text-align: left;
}
.mode-kiosk .thanks {
  background-image: url('./buick_thanks_logo.png');
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
}
/* .thanks {
  justify-content: flex-end !important;
} */
.thanks .content {
  position: relative;
  text-align: center;
  /* margin-right: 50px; */
}
.mode-kiosk .thanks .content {
  position: absolute;
  top: 85%;
}
.mode-online .thanks .content::before {
  content: 'THANK YOU';
  font-family: 'Buick Futura ND';
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
}
.mode-kiosk .thanks .content::before {
  content: 'THANK YOU!';
  font-family: 'Buick Futura ND';
  line-height: 1;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
  font-size: 1.25em;
}
.mode-online .thanks .content::after {
  font-family: 'Buick Futura ND';
  line-height: 1.2;
  font-weight: 300;
  color: white;
  content: 'Invite your friends to view your video';
}
/* .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: 'Buick Futura ND';
  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.2) translateX(-15px);
}
.swiper-button-next::after {
  content: url('./next_btn.png');
  margin-right: 10px;
  transform: scale(0.2) 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: 'Buick Futura ND', 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%);
  }
  .share-card .middle .grid-right .social-icon {
    margin: 0 0 10px 10px;
  }
  .app-footer .content {
    left: 5%;
  }
}

@media screen and (max-width: 600px) {
  .modal-container {
    width: 100% !important;
    max-width: 100% !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;
  }
}
