/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AgeVerification
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mpageverify-img-notice {
    max-width: 50px;
    max-height: 50px
}
.mpageverify-img-notice img {
    height: 100%;
}
.mpageverify-verify-checkbox a {
    color: #006bb4;
}
.mpageverify-verify-checkbox a:hover {
    text-decoration: underline;
}
#mpageverify-popup, #mpageverify-overlay {
    display: none;
}

#mpfotorama {
    position: absolute;
}

#mpageverify-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 680px;
    width: 96%;
    border-radius: 8px;
}
.mpageverify-overlay-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 888;
}

#mpageverify-popup-content {
    background: #FFFFFF;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    border-radius: 10px;
}

.mpageverify-popup-title {
    font-weight: 700;
    background: #61bb61;
    padding: 9px 0;
    font-size: 16px;
}

.mpageverify-popup-logo {
    margin: 10px;
}

.mpageverify-popup-logo img {
    display: block;
    margin: 0 auto;
}

.mpageverify-verify-checkbox {
    margin: 8px;
    display: inline-block;
}

.mpageverify-verify-checkbox label {
    margin-bottom: 0;
    margin-left: 6px;
    display: inline;
}
.mpageverify-verify-action {
    padding: 20px 0 32px;
    font-weight: 600;
}

.mpageverify-verify-action .mpageverify-confirm {
    font-size: 15px;
    padding: 10px 0;
    border: none !important;
    width: 20%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.mpageverify-verify-action .mpageverify-cancel {
    font-size: 15px;
    padding: 10px 0;
    border: none !important;
    width: 20%;
    height: 100%;
    color: #FFFFFF;
    margin-left: 20%;
    cursor: pointer;
    border-radius: 4px;
}

#mpageverify-popup-dob {
    padding: 10px;
}

#mpageverify-popup-dob .label {
    font-weight: 700;
    padding-bottom: 5px;
}

#mpageverify-popup-dob .mpageverify-select-wrapper {
    display: inline-table;
    width: 20%;
    margin-right: 8px;
}
.mpageverify-select-wrapper select {
    width: 100%;
    margin-right: 6px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .mpageverify-month {
        width: 35% !important;
    }

    .mpageverify-year {
        width: 25% !important;
    }
}







