@font-face {
  font-family: 'Toyota';
  src: url('../../fonts/Toyota/ToyotaType-Semibold.ttf') format('truetype'),
    url('../../fonts/Toyota/ToyotaType-Semibold.otf') format('openfont');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Toyota';
  src: url('../../fonts/Toyota/ToyotaType-Regular.otf') format('openfont'),
    url('../../fonts/Toyota/ToyotaType-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#app {
  font-family: Toyota !important;
}

.share-page {
  background: url(background.png) !important;
  background-size: 100%;
  background-position: center !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: white !important;
}

@media (max-width: 767px) {
  .grid-left {
    margin-top: 85px !important;
    position: relative;
  }

  .grid-left:before {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    content: 'thank you for using the toyota photo booth';
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
}

.kiosk-navigation ~ .app-header {
  min-height: 80px;
}
.app-footer {
  display: none;
}
.app-footer .content::before {
  display: none;
}

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

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

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

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

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

.share-card .share-social .social-icon.icon-download {
  width: 200px;
  height: 60px;
  border-radius: 12px;
  order: 1;
  background-color: red;
  position: relative;
}

.share-card .share-social .social-icon.icon-download:after {
  position: absolute;
  content: 'Download';
  text-transform: uppercase;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-card .share-social .social-icon.icon-download:before {
  position: absolute;
  content: '';
  text-transform: uppercase;
  border-radius: 12px;
  width: 184px;
  height: 45px;
  border: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.share-social .share-icons {
  justify-content: center !important;
}

.middle .grid-right .title {
  display: none !important;
}
