#dob_div {
    background: #dddfe2;
    padding: 10px;
    padding-left: 50px;
    text-align: center;
}
.small-select-box {
    padding: 4px !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.93) !important;
}
.vss_ageverificarion_error {
    color: red;
    font-size: 15px;
    font-weight: bold;
}
.vss_popup {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 15px;
}
.vss_popup_container {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    min-height: 500px;
}