/* ageGate steps */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
#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;
}
#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;
}
#agv2 .agv2__p {
  font-size: 1rem;
}
#agv2 .form-age__header{
  margin-top: 70px;
}
#agv2 .agegate-btn {
  background: white;
  border: none;
  width: 180px;
  height: 50px;
  color: #c42939;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px;
}

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