.wacv-modal-get-email {
    /*display: none; !* Hidden by default *!*/
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    color: #1b1b1b;

}

.wacv-modal-wrapper {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px; /* Could be more or less, depending on screen size */
}

.wacv-modal-content {
    position: relative;
    padding: 25px;
    border-radius: 3px;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(43, 43, 43, 0.24), 0 10px 20px rgba(0, 21, 64, .15);
}

.wacv-close-popup {
    color: black;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 35px;
    font-weight: normal;
    /*background-color: black;*/
    /*border: 3px solid white;*/
    /*border-radius: 40px;*/
    width: 25px;
    height: 25px;
    line-height: 0.7;
    text-align: center;
    vertical-align: middle;
    /*box-shadow: 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 1px 0 rgba(63, 63, 68, .15);*/
}

.wacv-close-popup:hover, .wacv-close-popup:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

.wacv-popup-input-email:focus, .wacv-popup-input-phone-number:focus, button:focus {
    outline: none !important;
}

.wacv-get-email-title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
}

.wacv-get-email-sub-title {
    margin: 10px 0;
    line-height: 1;
    text-align: center;
}


.wacv-get-email-btn:hover {
    color: #000000;
    background-color: #dddddd;
}

.template-1 .wacv-popup-input-email, .template-1 .wacv-popup-input-phone-number {
    width: 100%;
    margin: 10px 0;
    box-shadow: none !important;
    line-height: 1.2;
    padding: 10px !important;
    border-radius: 3px;
}

.template-1 .wacv-get-email-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    flex: 1;
    text-transform: capitalize;
    line-height: 1.2;
    width: 100%;
}

.template-2 .wacv-get-email-btn {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.5;
    padding: 10px;
}

.template-2 .wacv-popup-input-email {
    width: 100%;
    /*margin-bottom: 25px;*/
    /*border-radius: 3px !important;*/
    height: auto;
    margin: unset;
    box-shadow: none !important;
    line-height: 1.5;
    padding: 10px !important;
}

.wacv-exe-group {
    display: flex;
}

.wacv-btn-margin {
    margin: 0 0 0 10px;
}

.wacv-btn-first {
    margin: 0;
}


.wacv-email-invalid-notice, .wacv-phone-number-invalid-notice {
    display: none;
}

@media screen and (max-width: 600px) {
    .wacv-get-email-title {
        font-size: 1.5rem;
    }

    .wacv-modal-wrapper {
        width: 100%;
    }

    .wacv-get-email-btn-group {
        flex-direction: column;
    }

    .wacv-get-email-btn {
        /*margin-bottom: 5px !important;*/
    }

    .wacv-btn-margin {
        margin-left: 0;
    }
}