.elementor-1185 .elementor-element.elementor-element-3bdf57e{--display:flex;}#elementor-popup-modal-1185{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1185 .dialog-message{height:80vh;align-items:flex-start;}#elementor-popup-modal-1185 .dialog-close-button{display:flex;}#elementor-popup-modal-1185 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS *//* Remove all padding and white frame */
#elementor-popup-modal-1185 .dialog-widget-content{
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

/* Make the content fill the popup */
#elementor-popup-modal-1185 .elementor{
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep iframe default */
#elementor-popup-modal-1185 iframe{
    display: block;
    width: 100%;
    border: none;
}

/* Clean Elementor Close X */
#elementor-popup-modal-1185 .dialog-close-button{
    position: absolute !important;
    top: 38px !important;
    right: 18px !important;
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    z-index: 100 !important;
}

/* Black X */
#elementor-popup-modal-1185 .dialog-close-button i{
    color: #FFFFF0 !important;
    font-size: 28px !important;
}

#elementor-popup-modal-1185 .dialog-close-button svg{
    width: 24px !important;
    height: 24px !important;
}

#elementor-popup-modal-1185 .dialog-close-button svg *{
    fill: #FFFFF0 !important;
    stroke: #000000 !important;
}

/* Hover */
#elementor-popup-modal-1185 .dialog-close-button:hover{
    transform: scale(1.35);
    background: transparent !important;
}


/* Tablet */
@media (max-width:1024px){
    #elementor-popup-modal-1185 .dialog-close-button{
        top: 14px !important;
        right: 14px !important;
    }
}

/* Mobile */
@media (max-width:767px){
    #elementor-popup-modal-1185 .dialog-close-button{
        top: 10px !important;
        right: 10px !important;
    }
}/* End custom CSS */