/* ageGate steps */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
#agv2.cl-text-primary {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#agv2 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 16px !important;
  font-family: "DINO-font", sans-serif;
  z-index: 99999;
  color: #ffffff;
  overflow: hidden;
  display: none !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.agegate-visible #agv2 {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

.agegate-validated #agv2 {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

#agv2 .agv2__wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#agv2 .agv2__brand {
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 65px;
}
#agv2 .agv2__brand img {
  width: 100%;
}
#agv2 .agv2__header_text {
  font-weight: 100;
  margin-top: 10px;
  font-family: 'Moret-Bold';
  font-size: 35px;
}
#agv2 .agv2__p {
  font-size: 1rem;
}
#agv2 .form-age__header{
  margin-top: 70px;
}
#agv2 .agegate-btn {
  background: #FFD700;
  border: none;
  width: 180px;
  height: 50px;
  color: #001369;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px;
  border-radius: 25px;
  font-family: 'Moret-Bold';
}

.dateform-warppper input[type="number"] {
  height: 36px;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #fff!important;
  border-radius: 7px;
  color: #101010;
  max-width: 123px;
  padding: 0.8rem 0.5rem;
  text-align: center;
  margin: 20px 10px;
}
.dateform-warppper #validateage{
  height: 36px;
  padding: 0 10px;
  background: #000;
  color: #fff;
  width: 120px;
  border-radius: 7px;
  border: 1px solid #fff;
  font-size: 18px;
}
.dateform-warppper #validateage:hover{
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.dateform-warppper .error {
  display: inline-block;
  background: #fff;
  width: auto;
  color: red;
  text-align: center;
  font-size: 18px;
  padding: 3px 51px;
  border-radius: 4px;
  margin: 0 20px;
}
#agv2 .dateform-warppper button.age-gate-no.agegate-btn {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0!important;
  text-transform: uppercase;
  width: auto;
  height: auto;
}

.ag-step {
  transition: all 0.3s ease;
}

#age-gate-01 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 260px;
  height: 48px;
  max-width: 80%;
  margin: auto;
  padding: 0 45px 0 16px;
  border-radius: 5px;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  color: #007bff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

#age-gate-01 select:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6),
              0 4px 12px rgba(0, 0, 0, 0.2);
}

#age-gate-01 select{
  background-image: url("data:image/svg+xml;utf8,<svg fill='%231a2a6c' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

#age-gate-01 option {
  color: #000;
}

#ag-step-2 h3.agv2__header_text{
  margin-top: 50px;
}