.masajio-elementor-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001282b3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.masajio-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

.masajio-popup-content h3 {
    margin: 0 0 15px;
}

.masajio-popup-content-content {
    max-height: 600px;
    overflow-y: auto;
}

.masajio-popup-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}