#af-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0,0,0,0.7) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 999999 !important;
}

#af-popup .af-box {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    width: 350px !important;
    max-width: 90% !important;
}

#af-popup .step { display: none !important; }
#af-popup .step.active { display: block !important; }

#af-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#af-popup .af-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    width: 350px;
    max-width: 90%;
}

#af-popup .step { display: none; }
#af-popup .step.active { display: block; }

#af-popup input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

#af-popup button {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}


#af-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}


#af-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 28px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.2s;
}

#af-close:hover {
    background: rgba(0,0,0,0.1);
}

.af-box {
    position: relative;
}








#af-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.btn-google img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 8px;
}