.age-check-dob-overlay {
  display: none;
  position: fixed;
  z-index: 999998;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.age-check-dob-popup::before,
.age-check-dob-popup::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: linear-gradient(135deg, #7fc24c 0%, #04a1bf 100%);
  left: 0;
}

.age-check-dob-popup::before {
  top: 0;
}

.age-check-dob-popup::after {
  bottom: 0;
}

.age-check-dob-popup {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  min-height: 375px;
  text-align: center;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.age-check-dob-popup p {
  margin: 0 0 1.41575em !important;
  font-size: 1em;
  color: #000;
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
  .age-check-dob-popup {
    width: 50%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 540px) {
  .age-check-dob-popup {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .age-check-dob-popup {
    width: 100%;
  }
}
