#elementor-popup-modal-6542 .dialog-message {
    width: 640px;
    height: auto;
}

#elementor-popup-modal-6542 {
    justify-content: center;
    align-items: center;
    pointer-events: all;
    background-color: rgba(0, 0, 0, .8);
}

#elementor-popup-modal-6542 .dialog-close-button {
    display: flex !important;
    background-color: #FFFFFF;
    font-size: 40px;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#elementor-popup-modal-6542 .dialog-close-button i:before {
    content: "\00d7" !important;
    font-family: Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: bold !important;
}

#elementor-popup-modal-6542 .dialog-widget-content {
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}