.pods-popup-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.pods-popup-modal.pods-popup-active {
    display: block;
}

.pods-popup-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, .6); */
}

.pods-popup-modal-box {
    position: relative;
    background: #fff;
    margin: 50px auto;
    /* max-width: 600px; */
    /* padding: 30px; */
    transition: all .4s ease;
}

.pods-popup-modal-content{
    height: 100%;
    width: 100%;
}