/**
* Theme Name: Archzilla Child
* Description: This is a child theme of Archzilla.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: archzilla
* Version: 1.0.0
*/

.elementor-popup-modal .dialog-widget-content,
        .elementor-popup-modal .dialog-message,
        .elementor-popup-modal .dialog-widget,
        .elementor-location-popup .dialog-widget-content,
        div[id^="elementor-popup-modal"] .dialog-widget-content,
        div[id^="elementor-popup-modal"] .dialog-message {
            background-color: #ffffff !important;
            background: #ffffff !important;
                
        }
        
        /* Fix z-index of close button */
.elementor-popup-modal .dialog-close-button {
    z-index: 9999 !important;
    cursor: pointer !important;
}

/* Make sure overlay isn't blocking it */
.elementor-popup-modal .dialog-widget-content {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
#elementor-popup-modal-2051 .dialog-message {
    width: 100vw;
    height: 100vh;
    align-items: center; padding: 20px;
}


/* The overlay behind should be lower */
.elementor-popup-modal {
   
}