.elementor-1621 .elementor-element.elementor-element-ca2bcf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1621 .elementor-element.elementor-element-2f9c0f2 .elementor-wrapper{--video-aspect-ratio:1;}#elementor-popup-modal-1621{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1621 .dialog-message{height:auto;}#elementor-popup-modal-1621 .dialog-close-button{display:flex;background-color:#FAFDEC;font-size:24px;}#elementor-popup-modal-1621 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1621 .dialog-close-button i{color:#E35336;}#elementor-popup-modal-1621 .dialog-close-button svg{fill:#E35336;}/* Start custom CSS *//* Close button */
#elementor-popup-modal-1621 .dialog-close-button {
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    background: #ffffff; /* Change to your desired color */
    
    display: flex;
    align-items: center;
    justify-content: center;

    transition: all .3s ease;
}

/* Mobile */
@media (max-width: 767px) {

    #elementor-popup-modal-1621 .dialog-close-button {
        width: 38px !important;
        height: 38px !important;
        padding: 8px !important;
        border-radius: 50% !important;
        background: #fff;

        display: flex;
        align-items: center;
        justify-content: center;
    }/* End custom CSS */