#elementor-popup-modal-2414 .dialog-widget-content{animation-duration:0.7s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2414{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2414 .dialog-message{width:600px;height:90vh;align-items:center;}#elementor-popup-modal-2414 .dialog-close-button{display:flex;}/* Start custom CSS */.modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 97vh;
    margin: 5vh auto;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

/* Iframe */
.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}/* End custom CSS */