/* CSS Document */
#ageverify-overlay {
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998; }

#ageverify-popup-wrapper {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 500px;
  max-width: 97%; }

#ageverify-popup {
  background-color: #222;
  position: relative;
  padding: 30px;
  width: 100%; }
  #ageverify-popup .av-logo {
    width: 100%;
    text-align: center; }
    #ageverify-popup .av-logo img {
      max-width: 90%; }
  #ageverify-popup .av-title-1, #ageverify-popup .av-title-2 {
    text-align: center; }
  #ageverify-popup .av-title-1 {
    padding: 10px 0px;
    font-size: 25px;
    font-weight: bold; }
  #ageverify-popup .av-buttons {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    margin-top: 10px; }
    #ageverify-popup .av-buttons span {
      background-color: #ff00ff;
      flex-grow: 1;
      height: 40px;
      line-height: 40px;
      text-align: center;
      cursor: pointer; }
    #ageverify-popup .av-buttons .button-av-yes {
      margin-right: 5px; }
    #ageverify-popup .av-buttons .button-av-no {
      margin-left: 5px; }
  #ageverify-popup .av-date-entry {
    width: 80%;
    margin: 10px auto 0 auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    #ageverify-popup .av-date-entry div {
      height: 40px;
      flex-grow: 1; }
      #ageverify-popup .av-date-entry div input {
        display: inline;
        max-width: 100%;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: none;
        outline: none; }
  #ageverify-popup .button-av-confirm-age {
    cursor: pointer;
    width: 80%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 0 auto; }
  #ageverify-popup .button-av-confirm-age.disabled {
    pointer-events: none;
    opacity: 0.5; }

/*# sourceMappingURL=ageverify.css.map */
