#rrs-otp-box{
    display:none;
    position:fixed !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;
    width:400px;
    max-width:90%;
    background:#fff !important;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
    padding:25px;
    z-index:999999999 !important;
    text-align:center;
    visibility:visible !important;
    opacity:1 !important;
}

#rrs-otp-box h3{
    margin:0 0 10px;
    font-size:22px;
}

#rrs-otp-box p{
    margin-bottom:20px;
    color:#666;
}

#rrs-otp-code{
    width:100%;
    height:45px;
    border:1px solid #ddd;
    border-radius:8px;
    text-align:center;
    font-size:20px;
    margin-bottom:15px;
    box-sizing:border-box;
}

#rrs-verify-btn{
    width:100%;
    height:45px;
    border:none;
    background:#1e88e5;
    color:#fff;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}

#rrs-message{
    margin-top:15px;
    font-size:14px;
    color:#333;
} 