.mb-overlay {
    z-index: 90 !important;
}

.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 330px;
    padding: 20px 30px 30px 30px;
    background: #FFFFFF;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s;
    z-index: 100;
}

@media (max-width: 768px) {
    .custom-modal {
        width: 250px;
    }
}

.custom-modal__close {
    float: right;
    background: none;
    border: none;
    transition: 0.3s;
    padding: 0;
    width: 25px;
    height: 25px;
}

.custom-modal__close:hover {
    transform: rotateZ(360deg);
}

.custom-modal__content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.custom-modal__content_title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.custom-modal__content_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#retailcrm-consultant-app {
    position: sticky !important;
    margin-right: 55px;
}

.bxmaker-authid-area__list.bxmaker-authid-area__list--personal {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    color: #989898;
    font-size: 18px;
    overflow-y: auto;
    cursor: auto;
}