.otAgeVerifier h1,
.otAgeVerifier h2,
.otAgeVerifier h3,
.otAgeVerifier h4,
.otAgeVerifier h5,
.otAgeVerifier h6,
.otAgeVerifier p {
  color: #fff;
}
.otAgeVerifier #av-overlay-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.otAgeVerifier #av-overlay-form {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%);
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 0 30px #00000059;
  margin: 0;
  padding: 24px;
  z-index: 99999999999 !important;
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 96%;
  max-width: 800px;
}
.otAgeVerifier .headline_text {
  font-weight: 700;
}
.otAgeVerifier select.av_datepicker {
  display: inline-block;
  width: auto;
  margin: 0 4px 2px 0;
  font-size: 16px;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  height: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.otAgeVerifier .av_date_submit_form {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.otAgeVerifier .av_date_submit,
.otAgeVerifier .av_date_cancel {
  width: 45%;
  padding: 15px 0 0;
}
.otAgeVerifier .av_date_submit {
  float: left;
}
.otAgeVerifier .av_date_submit > a,
.otAgeVerifier .av_date_cancel > a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
}
#av_submit_form:hover,
#av_cancel_form:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}
.otAgeVerifier .av_date_cancel {
  float: right;
}
@-webkit-keyframes form_shake {
  0%,
  to {
    margin-left: 0;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    margin-left: -10px;
  }
  20%,
  40%,
  60%,
  80% {
    margin-left: 10px;
  }
}
@keyframes form_shake {
  0%,
  to {
    margin-left: 0;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    margin-left: -10px;
  }
  20%,
  40%,
  60%,
  80% {
    margin-left: 10px;
  }
}
.otAgeVerifier .form_shake {
  -webkit-animation-name: form_shake !important;
  animation-name: form_shake !important;
}
.otAgeVerifier .logo-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.otAgeVerifier .logo-image img {
  max-width: 30%;
}
@media (min-width: 992px) {
  .otAgeVerifier #av-overlay-form {
    max-width: 40%;
  }
}
.otAgeVerifier .av_checkbox_form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.otAgeVerifier .av_checkbox_form label {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
