@font-face {
  font-family: 'Hellix';
  src: url('../fonts/Hellix-Regular.woff2') format('woff2'),
    url('../fonts/Hellix-Regular.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Hellix Bold';
  src: url('../fonts/Hellix-Bold.woff2') format('woff2'),
    url('../fonts/Hellix-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Italic.woff.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../fonts/PlayfairDisplay-Regular.woff.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

html {
  background-color: #000;
}

body {
  color: #DB7997;
  position: relative;
}

html, body {
  overscroll-behavior: none;
}

html,
body:not(.aframe-inspector-opened) {
  width: 100%;
  height: 100%;
  color: black;
  /* background: linear-gradient(197.01deg, #95FB98 0.44%, black 21.25%, rgba(245, 197, 198, 0.51) 45.94%);
  background-image: url('../images/bg-page.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  overflow: hidden;
}

body:not(.aframe-inspector-opened) {
  font-family: 'Montserrat';
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
  /* background-image: url('../images/bg-loader.png'); */
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}

.top-bar {
  content: "";
  background-color: black;
  color: #DB7997;
  height: 15px;
  width: 100%;
  z-index: 99999;
  font-size: 9px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  justify-content: space-between;
  filter: invert(1);
}

.scanner {
  background: linear-gradient(180deg, rgba(0, 255, 255, 0) 23.95%, rgba(0, 255, 255, 0.326316) 64.81%, #00fffff3 116.42%);
  position: absolute;
  top: 20px;
  width: 100%;
  height: 82px;
  z-index: 99;
  animation: slideVertical 5s linear infinite
}

.page{
  opacity: 0;
  pointer-events: none;
}

.page:not(.hide){
  opacity: 1;
  pointer-events: all;
}

@keyframes slideVertical {
  0% {
    top: 0;
  }

  50% {
    top: 100%;
  }

  100% {
    top: 0;
  }
}

#page-scan {
  /* background-color: white; */
  color: #DB7997;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  /* background-color: white;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; */
  transition: 0.8s;
  display: flex;
  flex-direction: column;
  justify-content: start;
  justify-content: start;
  align-items: center;
  z-index: 998;
}

#video {
  transform: scaleX(-1)
}

.video-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

.face-frame {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 43%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.video-wrapper #video,
.video-wrapper #canvas_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper #canvas_video {
  z-index: 9;
}

.video-wrapper #cropped_canvas,
.video-wrapper #cropped_canvas_copy {
  z-index: 6;
}

.video-wrapper #cropped_canvas_copy {
  pointer-events: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper #canvas_video,
.video-wrapper #cropped_canvas, 
.video-wrapper #cropped_canvas_copy {
  position: absolute;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
  top: 0
}

.video-wrapper #canvas_video.true-scale,
.video-wrapper #cropped_canvas.true-scale,
.video-wrapper #cropped_canvas_copy.true-scale {
  transform: translateX(-50%) scaleX(1);
}

.video-wrapper #video {
  /* opacity: 0; */
}

#cropped_canvas_copy{
  position: absolute;
  height: 100%;
  width: 100;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.instruction3_inguide {
  position: absolute;
  top: 550px;
  left: 50%;
  color: #DB7997;
  transform: translateX(-50%);
  font-size: 1rem;
  font-family: "Montserrat";
  font-weight: 600;
}

.instruction3_logo {
  width: 120px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
}

.result-image,
.result-image img,
.result-image video {
  position: relative;
  width: 100%;
  /* height: 500px; */
  /* max-width: 75%; */
  margin: auto;
  border-radius: 1rem;
  aspect-ratio: calc(3 / 4);
  object-fit: cover;
}
.result-image
{
  width: 86%;;
  margin-bottom: 1.5rem;
}

.modal-logo{
  display: table;
  width: 144px;
  margin: 0 auto 15px auto;
}

.result-modal h4{
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}



.modal-fullscreen .modal-body{
  overflow: hidden;
}

.modal-header{
  position: relative;
}

.modal-header img{
  width: 144px;
  margin: 0 auto 15px auto;
}

.modal-header .modal-title{
  font-size: 14px;
  color: #fff;
}

.modal-backdrop {
  width: 100vw;
  height: 100vh;
  background-color: transparent !important;
  opacity: 1 !important;
  backdrop-filter: blur(30px);
}

.btn-close{
  opacity: 1;
  position: absolute;
  left: 0;
  top: 20px;
}

.goback-btn {
  margin-left: auto;
  appearance: none;
  width: 13px;
  position: absolute;
  right: 40px;
  top: 4px;
  display: block;
  background-image: url(../images/close_icon.png);
  background-size: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  z-index: 99;
  cursor: pointer;
  aspect-ratio: 1;
  filter: brightness(0) invert(1) contrast(0);
}

#qr_image {
  margin-bottom: 24px;
}


.result-modal .close-modal{
  filter: invert(1) brightness(100);
}

.result-image img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.top-bar_title {
  opacity: 0;
  transition: opacity 0.3s;
}

h1,
h2,
h3,
h4,
h5 {}

a {
  text-decoration: none;
  outline: none;
}

#curr_photo {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 50%;
  max-width: 360px;
  transform: translate(-50%) scaleX(-1);
}

small,
.small {
  font-size: 12px;
}

.wrapper {
  height: 100%;
}

.page-title {
  font-size: 19px;
  font-weight: 100;
  position: relative;
  width: 100%;
  color: #6d6d6d;
}

.page-title small {
  font-family: 'PlayfairDisplay';
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-top: 6px;
  color: #6d6d6d;
}

.breadcrumb {
  display: none;
  position: absolute;
  top: -35px;
  margin-left: 12px;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb .btn {
  margin-right: 4px;
  padding: 4px 15px;
  min-width: unset;
  font-size: 13px;
  border: 0;
  color: #DB7997;
}

.notification {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #DB7997;
  z-index: 4;
  text-shadow: 1px 1px 1px #333;
  width: 100%;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s;
}

.btn {
  font-weight: bold;
  border: 0 !important;
  border-radius: 12px;
}

.btn:not(.btn-sm):not(.btn-lg) {
  padding: 11px 28px;
  font-size: 15px;
  min-width: 120px;
}

.btn-lg {
  padding: 13px 30px;
  font-size: 15px;
}

.btn.btn-sm {
  font-size: 12px;
  border-radius: 8px;
  padding: 10px 18px;
}

.btn-ghost {
  background: #b3b3b3;
  border: none;
  color: #000
}

.btn-primary {
  color: #fff !important;
  font-style: 15px;
  background: linear-gradient(90deg, #D97694 0%, #FFB1C9 100%) !important;
  transition: 0.3s filter;
}

.btn-dark {
  border: 0 !important;
  color: #fff !important;
  background-color: black !important;
}

.absolute-back-button {
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  filter: brightness(0) invert(1) !important;
  margin: 0 !important;
}

.btn.disabled {
  opacity: 0.3;
}

.btn:hover {
  filter: brightness(0.9);
}

b,
strong,
.strong {
  font-family: 'Montserrat';
  font-weight: 700;
}

.semi-bold {
  font-family: 'Montserrat';
  font-weight: 500;
}

.btn-icon {
  display: inline-block;
}

.btn-icon .icon {
  width: 13px;
  margin-right: 4px;
  transform: translateY(-4px);
}

.btn-icon-only {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.btn-icon-only .icon {
  width: 13px;
}


.skincare-meter-wrapper {
  width: calc(100% - 30px);
  margin: 16px auto 3px auto;
  display: none;
}

.skincare-meter {
  width: 83%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.skincare-meter::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  background-color: #ACB2B4;
  border-radius: 50%;
  transform: translateX(6px);
}

.skincare-meter::after {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  background-color: #ACB2B4;
  border-radius: 50%;
  transform: translateX(-6px);
}

.skincare-meter-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  color: #333;
  font-size: 12px;
  line-height: 9px;
  margin: 0 auto 0 auto;
}

/* General styling for the slider */
input[type="range"] {
  -webkit-appearance: none;
  /* Removes default styling */
  appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  background: #ACB2B4;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Removes default styling */
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url('../images/meter-thumb.webp') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  background: url('../images/meter-thumb.webp') no-repeat center center;
  background-size: contain;
  border: none;
  cursor: pointer;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(.3);
  }
}

.owl-nav>button {
  position: absolute;
  top: calc(50% - 11px);
  right: 96%;
  z-index: 2;
  outline: none;
}

.owl-nav>button.disabled {
  filter: grayscale(1);
  opacity: 0.25;
}

button.owl-next {
  transform: scaleX(-1);
  left: 96%;
  right: unset
}

.tab-content {
  width: 100%;
}

.tab-arrow img {
  height: 22px;
}

.horizontal-swipe {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* justify-content: center; */
  padding: 0 6px;
}

.tab-makeup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.tab-makeup.nav-tabs-parent {
  width: 83%;
  max-width: 320px;
}

.tab-makeup .nav-item {
  background-color: transparent;
  width: calc(50% - 10px);
}

.tab-makeup .nav-item .nav-link {
  color: #DB7997;
  width: 100%;
  font-size: 12px;
  border: 0;
  border-radius: 5px;
  padding: 9px 10px;
  border: 1px solid #ACB2B4;
  background-color: transparent;
}

.tab-makeup .nav-item .nav-link:hover {
  color: #DB7997;
  background-color: black;
}

.tab-makeup .nav-item .nav-link .colorft-text {
  display: flex;
  align-items: center;
}

.tab-makeup .nav-item .nav-link .colorft-text img {
  height: 7.5px;
  margin-right: 5px;
}

.tab-makeup-content {
  display: none;
}

.tab-makeup .moving-slide {
  border-radius: 30px;
  /* border: 1px solid black; */
  background-color: #95FB98;
}

.tab-makeup-content .nav-tabs {
  max-width: 432px;
  margin: 0 auto;
}

.tab-makeup-content .nav-item {
  width: 100%;
  height: 100%;
}

/* .tab-makeup-content .owl-item:first-child{
  padding-left: 14px;
} */

.tab-pane {
  width: 100%;
}

.color-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

#webar_container {
  width: 100%;
  height: calc(100% - 15px - 29% - 66px - 56px);
  position: relative;
  margin: 0 auto 15px auto;
  overflow: hidden;
}

.controlButton[data-eyeshadow-type="glitter-dawn1"] {
  background-image: url('../images/glitter-dawn1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c6a17f;
}

.controlButton[data-eyeshadow-type="glitter-dawn2"] {
  background-image: url('../images/glitter-dawn2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efb79d;
}

.controlButton[data-eyeshadow-type="glitter-blaze1"] {
  background-image: url('../images/glitter-blaze1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d4b48c;
}

.makeup-vto>canvas {
  position: absolute;
  top: 0;
  height: 100% !important;
  left: 50% !important;
  width: unset !important;
  transform: translateX(-50%);
}

.divider>canvas {
  position: absolute;
  height: 100% !important;
  width: unset !important;
}

.divider #cloned_video_canvas {
  transform: scaleX(-1);
}

.divider #cloned_face_canvas {
  z-index: 1;
}

.lighting {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  color: #DB7997;
  font-size: 15px;
  text-shadow: 1px 1px 1px black;
  z-index: 10;
}

/* video canvas */
.makeup-vto>#video_canvas {
  transform: translateX(-50%) scaleX(-1);
  /* display: none; */
}

.makeup-vto>canvas#hijab_canvas,
.makeup-vto>canvas#clothes_canvas {
  transform: translateX(-50%) scaleX(-1);
  filter: blur(1px);
  display: none;
}

.makeup-vto>canvas#smoothing_canvas {
  transform: translateX(-50%) scaleX(-1);
  /* display: none; */
}

/* full face canvas */
.makeup-vto>canvas#full_face_canvas {
  z-index: 2;
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transform: translateX(-50%) scaleY(1.04);
  /* transform: translateX(-50%) scaleX(1); */
  margin-top: -11px;
}

/* hair canvas */
.makeup-vto>canvas#hair_canvas {
  z-index: 3;
  filter: blur(4px);
  transform: translateX(-50%) scaleX(-1);
  mix-blend-mode: overlay;
  display: none;
}

.makeup-vto>canvas#eyes_canvas {
  z-index: 4;
  filter: blur(1px);
  display: none;
}

/* hair canvas */
.makeup-vto>canvas#eyelash_canvas {
  z-index: 5;
  filter: blur(1px);
  display: none;
}

/* makeup canvas */
.makeup-vto>canvas[data-engine*="three.js"] {
  z-index: 6;
  filter: blur(1px);
  -webkit-filter: blur(1px);
}

/* gitter canvas */
.makeup-vto>canvas#glitter_canvas {
  filter: blur(0);
  z-index: 7;
  -webkit-filter: blur(0);
  display: none;
}

/* gitter canvas */
.makeup-vto>canvas#face_glass_glitter_canvas {
  filter: blur(0);
  z-index: 8;
  -webkit-filter: blur(0);
  display: none;
}

/* eyeliner canvas */
.makeup-vto>canvas#eyeLiner_canvas {
  z-index: 9;
  filter: blur(0);
  -webkit-filter: blur(0);
  margin-top: -2px;
}

.makeup-vto>#canvas_bone {
  z-index: 11;
  transform: translateX(-50%);
  /* display: none; */
}

.makeup-vto a-scene,
.makeup-vto .a-canvas {
  position: absolute;
  z-index: 10;
  /* height: 107% !important; */
  height: 100% !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.makeup-vto>video {
  position: absolute;
  top: 0;
  height: 100% !important;
  left: 50% !important;
  z-index: -1 !important;
  transform: translateX(-50%) scaleX(-1) !important;
}

#downloader {
  display: none;
}

.lighting-detect {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  color: #DB7997;
  font-size: 16px;
  text-shadow: 1px 1px 1px black;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 6;
}

.divider-vertical {
  height: 100%;
  background-color: black;
  width: 1px;
}

.controls-wrapper {
  /* background-color: #F4EFEA; */
  padding-top: 18px;
  transform: translateY(1px);
  height: 278px;
}

.controls-wrapper .controls-heading {
  font-size: 13px;
  margin-bottom: 7px;
  text-align: center;
}

.controls-wrapper-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.wrapper-product {
  width: 50%;
}

.wrapper-product h3 {
  text-align: center;
  font-size: 15px;
}

.bg-inner-gray {
  background-color: black;
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100% - 56px - 32px - 7px);
  transition: height 0.3s;
}

.bg-inner-gray.reducing {
  height: calc(100% - 56px - 8px);
}

.controls-color {
  color: #DB7997;
  gap: 5px;
  padding-bottom: 8px;
  width: 100%;
  margin: 13px auto 0 auto;
}

.controls-color.controls-column {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 94%;
}

.controlButton {
  width: 34px;
  min-width: 34px;
  max-width: 34px;
  aspect-ratio: 1;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #DB7997;
  font-size: 11px;
  line-height: 0;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 3px;
}


.controls-color.controls-column .controlButton {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
}

.controlButton[style*="black"],
.controlButton[style*="#FFF"] {
  border: 1px solid #dddddd;
}

/* .controlButton:first-child::before{
  content: "";
  border-bottom: 2px solid red;
  transform: rotate(-45deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -33%;
  left: -33%;
} */

.controlButton.selected {
  border: 2px solid #C1C1C1 !important;
}

.loader {
  position: fixed;
  color: #DB7997;
  /* background-color: #95FB98; */
  /* background-image: url('../images/bg-loader.png'); */
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 997;
}

.loader-1 {
  z-index: 999;
}

.loader-inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 40px);
}

.loader h4 {
  font-size: 20px;
  text-align: center;
}

.loader-image {
  width: 35px;
  margin: 0 auto 17px auto;
  animation: rotation 1.5s infinite linear;
  -webkit-animation: rotation 1.5s infinite linear;
  ;
}

.loader>small {
  padding: 0 10px;
  text-align: center;
}

.loader>img {
  border-radius: 8px;
  text-align: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.loader-2 {
  display: none;
  color: #DB7997;
  background: #75757581;
  z-index: 9998;
}

.loader-3 {
  display: none;
  color: #DB7997;
  background: transparent;
  z-index: 9998;
  justify-content: center;
  align-items: center;
}

.splash {
  position: fixed;
  color: #DB7997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image: url('../images/bg.png'); */
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 999;
  transition: 0.8s opacity;
}

.splash-inner {
  height: 100%;
  margin: 0 auto;
  padding-top: 7.5vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.splash-inner::before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 3.84%, black 55.95%);
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.splash-button {
  margin-bottom: 20px;
  display: none;
}

.splash-camera-text {
  font-size: 13px;
  margin-bottom: 20px;
}

.splash-inner .splash-image {
  width: 100%;
  margin-top: auto;
}

.splash-inner h3 {
  font-size: 35px;
  margin-bottom: 5vh;
}

.splash-inner small {
  font-size: 16px;
  margin-bottom: 5vh;
}

.instruction {
  position: absolute;
  color: #DB7997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  z-index: 998;
  transition: 0.8s opacity;
}

.instruction2 {
  overflow-y: auto;
}

.instruction-inner {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; */
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  gap: 28px;
  position: relative;
  z-index: 2;
  /* padding-top: 14px; */
}

.instruction-inner .logo {
  width: 200px;
}

.instruction-inner h3 {
  font-size: 50px;
  color: #DB7997;
  margin-bottom: 0;
}

#season-items-page .instruction-inner{
  height: calc(100% - 60px);
}

.instruction-item-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
}

.instruction-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
}

.instruction-item p {
  margin-bottom: 6px;
  font-size: 11px;
}

.instruction-item-image {
  aspect-ratio: 1;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instruction-item-image img {
  max-height: 110px;
  object-fit: contain;
  max-width: 100%;
}

.hover-box {
  position: relative;
  container-type: inline-size;
}

.hover-desc {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: justify-content 0.3s, background 0.3s;
}

.hover-text {}

.hover-desc h4 {
  margin-bottom: 0;
  font-size: 5cqi;
  font-weight: bold;
}

.hover-desc h5 {
  margin-bottom: 0;
  font-family: 'PlayfairDisplay';
  font-style: italic;
  font-size: 5cqi;
  padding-left: 17px;
}

.hover-box .hover-text {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  transition: top 0.3s;
}

.hover-box:hover .hover-text,
.hover-box.selected .hover-text {
  top: 50%;
}

.hover-box:hover .hover-desc,
.hover-box.selected .hover-desc {
  background: linear-gradient(to right, #f8a8c4d7 0%, #fdd0dcb0 40%, #ffffff00 100%);
}

.hover-box:nth-child(2):hover .hover-desc,
.hover-box:nth-child(2).selected .hover-desc {
  background: linear-gradient(to right, #d7648ad7 0%, #d7648a8f 40%, #ffffff00 100%);
}

.hover-box:nth-child(3):hover .hover-desc,
.hover-box:nth-child(3).selected .hover-desc {
  background: linear-gradient(to right, #f59287cc 0%, #f59287a4 40%, #ffffff00 100%);
}

.hover-box:nth-child(4):hover .hover-desc,
.hover-box:nth-child(4).selected .hover-desc {
  background: linear-gradient(to right, #ce8351c2 0%, #ce83519d 40%, #ffffff00 100%);
}

#tech-page .hover-box:hover .hover-desc,
#tech-page .hover-box.selected .hover-desc {
  background: linear-gradient(to right, #e15c86bb 0%, #e15c86a8 40%, #ffffff00 100%);
}

#tech-page .hover-box:nth-child(2):hover .hover-desc,
#tech-page .hover-box:nth-child(2).selected .hover-desc {
  background: linear-gradient(to right, #bdc69cc5 0%, #bdc69ca1 40%, #ffffff00 100%);
}

#tech-page .hover-box:nth-child(3):hover .hover-desc,
#tech-page .hover-box:nth-child(3).selected .hover-desc {
  background: linear-gradient(to right, #d56701bd 0%, #d567019a 40%, #ffffff00 100%);
}

small,
.small {
  color: #808080;
}

.input-wrapper {
  margin-top: 16px;
}

input[type="checkbox"] {
  margin-right: 7px;
  min-width: 15px;
  min-height: 15px;
  transform: translateY(2px);
}

.checkbox-wrapper,
label.checkbox {
  color: #6d6d6d;
}

.checkbox-wrapper,
.checkbox-text {
  font-size: 11px;
  color: #6d6d6d;

}

label.checkbox a {
  color: #54aae9;
  text-decoration: underline;
}

#tech-page {
  overflow-y: auto;
}

#form-page{
  margin-top: 10vh;
}

#form {
  width: 100%;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

*::placeholder {
  color: rgba(253, 253, 253, 0.562) !important;
  font-style: italic;
}

.form-control {
  background-color: transparent !important;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  font-size: 13px;
  color: #6d6d6d !important;
  padding: 14px 18px;
  margin-bottom: 5px;
  box-shadow: unset !important;
}

#form .form-label {
  margin-bottom: -13px;
  color: #6d6d6d;
  background-color: #fff;
  margin-left: 16px;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 20px;
  /* background-color: #DB7997; */
  position: relative;
  display: table;
}

.error-validation {
  font-size: 11px;
  display: none;
  margin-bottom: 0;
  color: red;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.selector-hijab input {
  position: absolute;
  top: -100%;
  left: -100%;
  opacity: 0;
}

.selector-hijab {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  margin: 0;
  overflow: auto;
}

.selector-hijab label {
  display: inline-block;
  flex: 0.5;
  min-width: 120px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  box-sizing: border-box;
  aspect-ratio: calc(156/208);
  transition: background 0.3s;
}

.style-name {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 3rem 0 1rem;
  left: 0;
  text-align: center;
  color: #DB7997;
  z-index: 9;
  content: 'Selected';
  font-family: 'FairplayDisplay';
  font-style: italic;
  background: linear-gradient(to bottom, #F9C8C400, #FFAAA4F0);
  z-index: 1;
  transition: opacity 0.3s;
}

.thumbs label.selected {
  background: linear-gradient(to bottom, #F9C8C400, #FFAAA4F0);
}

.thumbs label.selected .style-name {
  opacity: 0;
}

.thumbs label .style-name{
  display: none;
}

.thumbs label.selected::before {
  content: 'Selected';
  font-family: 'FairplayDisplay';
  font-style: italic;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30%;
  left: 0;
  background: linear-gradient(to bottom, #F9C8C400, #ffaaa4);
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.style-desc {
  text-align: center;
  width: 80%;
  margin: auto;
}

.style-desc h4 {
  font-weight: 600;
  text-align: center;
}

.style-desc .style-desc-item {
  text-align: left;
  position: relative;
  color: #DB7997;
  font-size: 0.8rem;
  margin: 0.5rem 0;
  font-weight: 500;
  padding-left: 1.5rem;
}

.style-desc .style-desc-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #DB7997;
  content: "";
}

.divider {
  left: 0;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 11;
  cursor: ew-resize;
  display: none !important;
}

.divider::before {
  content: "";
  width: 1px;
  right: 0;
  background-color: black;
  height: 100%;
  position: absolute;
  z-index: 5;
}

img.arrow-divider {
  width: 24px;
  cursor: pointer;
  left: 50%;
  position: absolute;
  aspect-ratio: 1;
  margin-left: -13px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 14;
  user-select: none;
  display: none !important;
}

.makeup-vto {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.copy {
  font-size: 7px;
  width: 100%;
  text-align: center;
  line-height: 9px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  bottom: 13px;
  color: #DB7997 !important;
  /* color: black; */
}

.capture-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 720px;
  height: 1280px;
  z-index: -1;
  opacity: 0;
}

.capture-wrapper>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
}

/* makeup canvas */
.capture-wrapper>img:first-child {
  transform: translateX(-50%) scaleX(-1);
  -webkit-filter: blur(2px) brightness(75%) contrast(190%);
  filter: blur(2px) brightness(75%) contrast(190%);
  z-index: 3;
}

/* video canvas */
.capture-wrapper>img:nth-child(2) {
  z-index: 1;
}

/* hair canvas */
.capture-wrapper>img:nth-child(3) {
  z-index: 2;
  filter: blur(3px);
}

/* full face canvas */
.capture-wrapper>img:nth-child(4) {
  filter: blur(7px) saturate(1.7);
  -webkit-filter: blur(7px) saturate(1.7);
  transform: translateX(-50%) scaleY(1.04);
  /* transform: translateX(-50%) scaleX(1); */
  -webkit-transform: translateX(-50%) scaleY(1.04);
  margin-top: -24px;
  opacity: 0.93;
  z-index: 2;
}

/* eyeliner canvas */
.capture-wrapper>img:nth-child(7) {
  margin-top: -2px;
  z-index: 4;
}

.modal-fullscreen {
  /* background-image: url('../images/bg.png'); */
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-captured {
  height: 68vh;
}

.header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 10px;
  /* background-image: url('../images/bg-header.png'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 44%;
  border-radius: 8px;
}

.header .arrow-back {
  width: 20px;
}

.footer {
  width: 100%;
  height: 56px;
  /* background-color: #F4EFEA; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 8px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.button-capture {
  pointer-events: none;
}

.modal {
  padding-right: 0 !important;
}

.mindar-ui-loading {
  display: none !important;
}

.available-color {
  color: #82373B;
}

.icon-white {
  filter: grayscale(1) brightness(0) invert(1);
}

.splash,
.loader,
.instruction {
  left: 50%;
  transform: translateX(-50%);
}

.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
  width: 100%;
}

.horizontal-scroll>* {
  display: inline-flex;
}

.d-landscape-block,
.d-portrait-block,
.d-landscape-flex,
.d-portrait-flex {
  display: none;
}

.instruction_select {
  background-image: none;
  display: flex;
  flex-direction: column;
  justify-content: start;
  justify-content: start;
  align-items: center;
  overflow-y: auto;
  padding-bottom: 13px;
}


.page {
  /* background-color: #FBCAC6; */
  opacity: 0;
  pointer-events: none;
}

#main-page {
  background-position: top center;
  background-size: auto 90%;
  background: linear-gradient(203.1deg, #FFFFFF 15.25%, #F7E1E1 76.18%);
}

#main-page .copy{
  color: #fff !important;
}

#main-page>img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

#main-page span.subtitle {
  font-size: 20px;
}


.instruction-item-wrapper {
  display: block;
  padding: 1rem;
  border: 1px solid #DB7997BF;
  border-radius: 1rem;
  background-color: #ffffff66;
}

.example-title {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: left;
}

.instruction-title {
  font-weight: 600;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-align: left;
}

.instruction-item {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.4rem;
  padding-left: 2rem;
  font-size: 0.8rem;
  align-items: initial;
  font-weight: 500;
  justify-content: initial;
}

.instruction-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1rem;
  object-fit: contain;
  object-position: center;
}

.camera-take {
  position: absolute;
  left: 50%;
  top: -8px;
  width: 66px;
  height: 66px;
  border: 2px solid #A0A0A0;
  background-color: #DB7997;
  border-radius: 50%;
  transform: translateX(-50%);
  appearance: none;
  box-sizing: border-box;
}

.camera-gallery,
.camera-switch {
  position: absolute;
  left: 2rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background-color: #DB79976B;
  box-sizing: border-box;
  appearance: none;
  text-align: center;
  place-content: center;
}

.camera-gallery img,
.camera-switch img {
  width: 32px;
  object-fit: cover;
  pointer-events: none;
}

.loader-inner small {
  text-align: center;
  color: #DB7997;
}

.camera-switch {
  left: initial;
  right: 2rem;
}

.face_ok {
  color: #DB7997;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: 'Montserrat';
}

.close-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  appearance: none;
  background-color: transparent;
  border: none;
  background-image: url(../images/ui/close_icon.png);
  background-size: 16px 16px;
  background-color: transparent;
  background-position: 2rem 2rem;
  background-repeat: no-repeat;
  z-index: 2;
}

#console-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: gray;
  max-height: 200px;
  overflow: scroll;
  display: none;
}


.camera-utils {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  z-index: 99;
}

.instruction-next-container {
  position: absolute;
  z-index: 9;
  top: 540px;
  left: 1rem;
  right: 1rem;
}

.examples-item-wrapper {
  display: block;
}

.example-item {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.example-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.example-item .brand {
  position: absolute;
  top: 9%;
  width: 100%;
  height: unset;
  left: 3.5%;
  z-index: 2;
  font-size: 11px;
  color: #fff;
}

.brand .logo-brand {
  width: 39%;
  max-width: 182px;
  margin-left: 2.5%;
  height: unset;
  display: block;
}

.brand p {
  margin-bottom: 5px;
  font-size: 17px;
}

.examples-list {
  position: relative;
  display: block;
  width: 100%;
}

.landscape-item {
  aspect-ratio: calc(389/181);
}

.goback-btn {
  margin-left: auto;
  appearance: none;
  width: 13px;
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  width: 15px;
  background-image: url(../images/ui/close_icon.png);
  background-size: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  aspect-ratio: 1;
  filter: brightness(0) invert(1) contrast(0);
}

/* Carousel container */
.carousel-wrap {
  width: 100%;
  transform: translate(0, 0);
  height: 100%;
  /* change to desired width */
}

.carousel-wrap .owl-stage{
  height: calc(100% - 0);
}

.carousel-wrap .owl-stage-outer{
  height: calc(100% - 0);
}

.carousel-wrap .item{
  width: 100%;
  /* height: 85vh; */
  height: calc(100% - 0);
  position: relative;
}

.carousel-wrap .owl-item{
  height: calc(100% - 0);
}

.carousel-wrap .item::after{
  content: "";
  background-position: center center;
  background-size: cover;
  border-radius: 0 0 3rem 3rem;
  position: absolute;
  content: "";
  height: 87%;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
}

.carousel-wrap .item.summer::after,
.carousel-wrap .item.winter::after{
  background-color: #ffdce3;
  background-image: url(../images/autumn-bg.png);
}

.carousel-wrap .item.spring::after{
  background-color: #f9e7dd;
  background-image: url(../images/spring-bg.png);
}

.carousel-wrap .item.autumn::after{
  background-color: #f9e7dd;
  background-image: url(../images/autumn-bg.png);
}

.category-season {
  text-align: center;
  position: absolute;
  font-family: 'PlayfairDisplay';
  font-style: italic;
  transform: rotate(-90deg);
  font-size: 40px;
  display: table;
  color: #fff;
}

.text-tone-name {
  top: 22%;
  left: -19%;
}

.text-season-name {
  top: 60%;
  right: -19%;
}

.item.summer .text-tone-name {
  left: -75px;
}

/* Slide card */
.card-carousel {
  padding: 28px;
  gap: 18px;
  position: relative;
  overflow: visible;
  max-width: 72%;
  margin: 0 auto;
}

/* Main big image area */
.big-image {
  width: 100%;
  height: 57vh;
  /* height: 497px; */
  /* aspect-ratio: calc(4 / 5); */
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-image img {
  width: 128% !important;
  height: 128% !important;
  object-fit: cover;
  display: block;
}

#instruct_select_btn {
  /* position: absolute;
  bottom: 10px; */
}

#season-select-page{
  overflow-y: auto !important;
  position: static !important;
  transform: unset !important;
  height: unset !important;
}

@media(max-width: 480px)
{
  .big-image {
    /* max-height: 57%; */
    margin-top: 20px;
  }

  .example-item .brand {
    left: 3%;
  }

  .brand p {
    font-size: 13px;
  }

  #season-select-page .instruction-inner,
  #tech-page .instruction-inner{
    max-width: 84% !important;
  }

  .card-carousel{
    max-width: 88%;
    margin: 0 auto;
    padding: 20px 25px;
  }

  .category-season {
    font-size: 26px;
  }

  .text-season-name {
    right: -33px;
    bottom: 20%;
  }

  .text-tone-name {
    left: -33px;
  }

  .item.summer .text-tone-name {
    left: -23px;
  }

  .item.summer .text-season-name {
    right: -42px;
  }

  .item.winter .text-tone-name {
    left: -25px;
  }

  .item.winter .text-season-name {
    right: -33px;
  }

  .item.spring .text-tone-name {
    left: -32px;
  }


  .item.autumn .text-season-name {
    right: -39px;
  }
    
  #form-page {
    margin-top: 2vh;
  }
}
@media(max-width: 720px)
{
  .instruction-inner .logo
  {
    width: 60%;
  }
  .instruction-inner h3
  {
    font-size: 30px;
  }
  .instruction-inner
  {
    padding: 18px;
  }
  
}

@media(max-width: 480px)
{
  .instruction-inner h3
  {
    font-size: 24px;
  }

}


/* Thumbnails row */
.thumbs {
  display: flex;
      gap: 10px;
      justify-content: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 7px;
      align-items: center;
      width: 120%;
      margin-left: -10%;
      margin-right: -10%;
}

.thumb {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: calc(4/6);
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
}

.thumb input[type="radio"]{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb:hover img {
  transform: scale(1.03);
}

/* selected thumbnail */
.thumb.selected {
  border-color: #f6aeb2;
  box-shadow: 0 6px 18px rgba(246, 174, 178, 0.18);
}


@media(max-width: 480px)
{
  /* Thumbnails row */
  .thumbs {
    display: block;
    white-space: nowrap;
    /* flex-wrap: wrap; */
    /* overflow-x: auto; */
    align-items: start;
  }

  .thumb {
    min-width: 70px;
    max-width: 70px;
  }

  .big-image {
    height: 48vh;
  }
}

/* Left/Right arrows (page nav) - floating at sides of card */
.page-nav {
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  background: linear-gradient(180deg, rgba(240, 188, 200, 0) 14.9%, rgba(240, 188, 200, 0.3) 50%, rgba(240, 188, 200, 0) 83.17%);

}

.page-nav.left {
  left: -8px;
}

.page-nav.right {
  right: -8px;
}

.page-nav.right img{
  transform: rotate(180deg);
}

.page-nav img {
  width: 13px !important;
}

/* Bottom Next button (in card) */
.next-btn {
  display: block;
  margin: 0 auto;
  background: var(--pill);
  color: #fff;
  border-radius: 10px;
  padding: 12px 36px;
  cursor: pointer;
  border: none;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* vertical decorative rotated text */
.season {
  position: absolute;
  left: 12px;
  top: 40px;
  transform: rotate(-90deg);
  transform-origin: left top;
  color: rgba(0, 0, 0, 0.14);
  font-size: 20px;
  letter-spacing: 2px;
}


@media(orientation: portrait) {
  .d-portrait-flex {
    display: flex;
  }

  .d-portrait-block {
    display: block;
  }

  .modal {
    left: 50%;
    max-width: 538px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
}

@media(orientation: landscape) {
  .d-landscape-flex {
    display: flex;
  }

  .d-landscape-block {
    display: block;
  }
}


@media(min-width: 1292px) and (max-height: 620px) {
  .tab-makeup-content .nav-tabs {
    max-width: 556px;
  }

  .controls-wrapper {
    padding-top: 15px;
  }

  .footer.d-landscape-flex {
    margin-top: 6px !important;
  }
}

@media(max-width: 360px) or (max-height: 720px) {
  html {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 8/5) and (orientation: landscape) {
  #webar_container {
    max-height: 46vw;
  }
}

@media(max-width: 767px) and (orientation: portrait) {
  .header {
    position: absolute;
    /* background-image: url(../images/bg-header.png); */
    background-color: black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    z-index: 2;
  }

  #webar_container {
    width: 100%;
    height: calc(100vh - 220px);
    object-fit: cover;
    position: absolute;
    /* top: 6%; */
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .controls-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 40%; */
    z-index: 2;
    /* background-image: url(../images/bg-tab-content.png); */
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}


.share-qr-container {
  position: relative;
  display: block;
  margin-top: 1rem;
}

#qr_image {
  width: 83%;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
}

#qr_image img,
#qr_image canvas {
  display: block;
  width: 100%;
  /* height: 100%; */
}
#download_btn, #share_btn
{
  display: block;
  max-width: 220px;
  margin:0 auto 1rem;
}

#download_qr {
    font-size: 14px;
    margin: 0 auto;
    display: table;
    width: 83% !important;
}

.tech-item {
  aspect-ratio: calc(945/500);
  object-fit: cover;
  object-position: left top;
  margin-bottom: 3vh;
}

.season-select{
  cursor: pointer;
}

@media(min-width: 720px) {
  body {
    max-width: 720px;
    margin: 0 auto;
  }

  .modal{
    left: 50%;
    transform: translateX(-50%);
  }
}

@media(min-width: 820px){
  .result-modal {
    padding: 20px;
    max-width: 720px;
    margin: 0 auto;
  }
  
  .modal{
    max-width: 720px;
    margin: 0 auto;
  }
}

@media(max-width: 820px){
  .result-modal {
    padding: 20px;
    max-width: unset;
    margin: 0 auto;
  }
  
  .modal{
    max-width: unset;
    margin: 0 auto;
  }
}

@media(max-width: 820px) and (min-height: 1024px) and (orientation: portrait) and (hover: none) {
  body {
    max-width: unset;
  }
}

#season-items-page
{
  overflow: hidden;
}