#preadvisorsBenefits-session-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preadvisorsBenefits-popup-content {
    position: relative;
    text-align: center;
}

.preadvisorsBenefits-popup-content img {
    max-width: 90vw;
    max-height: 80vh;
    display: block;
    margin: 0 auto;
}

#preadvisorsBenefits-close-popup-btn,#preadvisorsBenefits-confirm-no-csf-btn {
    display: inline-block;
    margin-top: 10px;
    min-width: 115px;
    padding: 10px 25px;
    font-size: 14px;
    background: #00AC46;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 2rem;
    margin-left: 32px;
}

.preadvisorsBenefits-session-popup_div{
    display: inline-flex;
    column-gap: 8rem;
}