.wpipsv5-auth-modal{
    position:fixed;
    inset:0;
    z-index:999999;
}
.wpipsv5-auth-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.5);
}
.wpipsv5-auth-box{
    position:relative;
    width:420px;
    max-width:95%;
    margin:7% auto;
    background:#fff;
    z-index:2;
    border-radius:12px;
    padding:20px;
}
.wpipsv5-close-auth{
    position:absolute;
    top:10px;
    left:10px;
    border:none;
    background:none;
    font-size:24px;
    cursor:pointer;
}
.wpipsv5-tabs{
    display:flex;
    gap:10px;
    margin-bottom:15px;
}
.wpipsv5-tabs button{
    border:none;
    background:#eee;
    padding:10px 16px;
    cursor:pointer;
    border-radius:8px;
}
.wpipsv5-tabs button.active{
    background:#2271b1;
    color:#fff;
}
.wpipsv5-tab-content{
    display:none;
}
.wpipsv5-tab-content.active{
    display:block;
}
.wpipsv5-tab-content input{
    width:100%;
    margin-bottom:10px;
    padding:10px;
}
.wpipsv5-tab-content button{
    width:100%;
    padding:10px;
}
