#custom-popup-scan{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

#custom-popup-scan .remove{
    display: none;
}
/*Class added from elementor*/
.option-scan-pop-form {
    text-align: center;
}


/*Submit button class can be changed for the other popup*/
.option_scan_profile_select_submit {
    border-radius: 8px 8px 8px 8px;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    
    padding: 15px 17px;
}


.option_scan_profile_select_function .select_email {
    width: 270px;
    border-radius: 8px 8px 8px 8px;
}

/*Class added from elementor*/
.option-scan-pop-form input {
    width: 270px;
    background-color: #fff;
    font-weight: 600;
}

.error{
    color: red !important;
}

.success{
    color: green !important;
}

.timer{
    position: absolute;
    text-align: center;
    background: transparent;
    font-size: 184px;
    margin-left: 40%;
        margin-top: -40%;
}