
#wtpb-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:999999;
    padding:20px;
    box-sizing:border-box;
}

#wtpb-popup-box{
    background:#ffffff;
    position:relative;
    overflow:auto;
    box-sizing:border-box;
}

#wtpb-close-btn{
    position:absolute;
    top:10px;
    right:15px;
    border:none;
    background:none;
    font-size:32px;
    cursor:pointer;
    z-index:9999;
}

.wtpb-content{
    width:100%;
    height:100%;
}
