#gds-age-popup {
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.5); ; color: #c31e20;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Poppins", Sans-serif;
}


#av-content {
    display: inline-block;
    max-width: 502px;
    background-color: #fff;
    padding: 20px 20px 80px;
    position: relative;
    margin: 20px;
    z-index: 1;
} 
    

 #av-content:before {
        content: '';
        background-image: url(https://overseas.graindesail.store/wp-content/uploads/2025/07/wave.svg);
        width: 100%;
        height: 140px;
        max-height: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -70px;
        left: 0;
    }
    
    #av-content:after {
        content: '';
        background-image: url(https://overseas.graindesail.store/wp-content/uploads/2025/07/map.svg);
        width: 100%;
        position: absolute;
        bottom: -80px;
        left: 0;
        background-repeat: no-repeat;
        height: 170px;
        max-height: 100%;
        z-index: -1;
    }

    

#av-title {
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  color: #c31e20;
  font-family: "Oswald Stencil", Sans-serif;
}

#av-text {
    margin: 16px 0;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
}

#form-age {
  z-index: 1;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}


#field-age {
  font-size: 2.375em;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Oswald Stencil", Sans-serif;
}

/* Custom slider container */
#slider-age-wrap {

  position: relative;
    width: 100%;
    height: 30px;
    border-radius: 80px;
    padding: 10px;
    cursor: pointer;
}

#slider-age {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

#slider-age-bar {
  height: 100%;
  border-radius: 10px;
  background-color: rgb(195, 30, 32);
  position: relative;
}

#slider-age-handle {
    position: absolute;
    left: 100%;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    margin-top: -10px;
    margin-left: -15px;
    transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    transition: all 0.33s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: all 0.33s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: all 0.33s cubic-bezier(0.55, 0, 0.1, 1);
}

#enter-site {
    font-size: 16px;
     webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding: 0px 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'oswald_stencilbold';
    background-color: #c31e20;
    z-index: 1;
    font-family: "Oswald Stencil", Sans-serif;

}

div#av-error-inner p {
    font-size: 0.875em;
    margin: 16px 0;
}


@media (min-width: 426px) {
    #av-content:before {
        top: -90px;
    }
    
    #av-content:after {
        bottom: -60px;
    }
}

@media (min-width: 600px) {
    #av-content:before {
        top: -110px;
    }
    
        #av-content:after {
        bottom: -40px;
    }
}