#elementor-popup-modal-7689 .dialog-message{width:300px;height:100vh;align-items:flex-start;}#elementor-popup-modal-7689{justify-content:flex-start;align-items:center;pointer-events:all;background-color:#11111180;}#elementor-popup-modal-7689 .dialog-close-button{display:flex;}#elementor-popup-modal-7689 .dialog-widget-content{animation-duration:0.4s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */.elementor-popup-modal:not([style="display: none;"]) {
    opacity: 1 !important;
    z-index: 99999999 !important;
    animation: fadeBackgroundIn .3s;
}
div.elementor-popup-modal#elementor-popup-modal-7689[style="display: none;"] {
    opacity: 0;
    display: flex!important;
    z-index: -5 !important;
    bacground: transparent;
    
}
.elementor-popup-modal[style="display: none;"]>div {
    display:none
}
.elementor-popup-modal {
    transition: all 0.3s !important;
}
@keyframes fadeBackgroundIn {
  from { background-color: transparent; }
  to { background-color: rgba(17,17,17, 0.5); }
}/* End custom CSS */