/**
 * Weblytic Labs © 2024
 *
 * All rights reserved,
 *
 * @category   Weblytic Extensions
 * @package    Wbl_AgeVerification Module
 * @author     WeblyticLabs <support@weblyticlabs.com>
 * @copyright  Copyright © 2024 Weblytic Labs (https://weblyticlabs.com)
 * @store      Buy online at https://store.weblyticlabs.com
 * @license    One Paid Licence For One Website. No Rent. No Sell. No Share.
 */

.wbl-popup-modal {
    pointer-events: auto;
}

.wbl-popup-modal .modal-inner-wrap {
    width: fit-content;
    margin: 15% auto;
}

@media only screen and (max-width: 768px) {
    .wbl-popup-modal .modal-inner-wrap {
        height: auto !important;
        min-height: 0 !important;
        margin: 45px 40px 0 0 !important;
        max-height: 90vh !important;
    }
}

.wbl-age-error-message {
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 55px;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.9);
    top: -11.5px;
    transition: 0.3s ease all;
    box-sizing: border-box;
    z-index: 1;
}
.wbl-age-error-message-show {
    opacity: 1;
    top: 0;
}

#under_age_message {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
}
#brand_logo {
    padding: 5px 0;
    text-align: center;
}
#brand_image {
    height: 150px;
    width: 150px;
}
#popup_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
}
#dob_field_message {
    text-align: center;
    margin-bottom: 15px;
}
#label_field_msg {
    font-size:15px;
    font-weight: 600;
}
#content_field {
    display: flex;
    justify-content: center;
}
.button_yes_no {
    width: auto;
    min-width: 40%;
    margin: 10px;
    padding: 12px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    top: 0;
}

#year_age {
    width : 100%;
    text-align : center;
}
#year_btn {
    margin-top: 30px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    border-radius: 3px;
    padding: 10px;
    min-height: 50px;
}
.date-box {
    display: flex;
    padding: 0 25px;
    justify-content: space-around;
}
.dob_btn_enter {
    padding: 0 25px;
}
#day {
    width:100%; margin-right: 10px;
}
#month {
    width:100%; margin-right: 10px;
}
#year {
    width:100%;
}
#date_enter {
    margin-top: 30px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    border-radius: 3px;
    padding: 10px;
    min-height: 50px;
}
#additional_info {
    text-align: center;
}
#para_additional_info {
    padding-top: 10px;
    font-size: 1.2rem;
}
