.elementor-7262 .elementor-element.elementor-element-68c77ea{--display:flex;}#elementor-popup-modal-7262{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7262 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-7262 .dialog-close-button{display:flex;font-size:0px;}#elementor-popup-modal-7262 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:479px){.elementor-7262 .elementor-element.elementor-element-68c77ea{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-7262 .dialog-close-button{font-size:0px;}}/* Start custom CSS *//* =========================
   CLOSE BUTTON RESET
========================= */
.elementor-popup-modal .dialog-lightbox-close-button {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;

    width: 36px !important;
    height: 36px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #000 !important;
    border-radius: 50% !important;

    padding: 0 !important;
    margin: 0 !important;

    border: none !important;
    box-shadow: none !important;

    cursor: pointer !important;
    z-index: 99999 !important;
}

/* =========================
   REMOVE THE WHITE CORNER BUG
========================= */
.elementor-popup-modal .dialog-lightbox-close-button::before,
.elementor-popup-modal .dialog-lightbox-close-button::after {
    content: none !important;
    display: none !important;
}

/* =========================
   FIX ICON
========================= */
.elementor-popup-modal .dialog-lightbox-close-button svg {
    width: 14px !important;
    height: 14px !important;
    fill: #fff !important;
}

/* =========================
   MOBILE FIX (VERY IMPORTANT)
========================= */
@media (max-width: 767px) {
    .elementor-popup-modal .dialog-lightbox-close-button {
        top: 8px !important;
        right: 8px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

/* =========================
   PREVENT THE HALF-CUT ISSUE
========================= */
.elementor-popup-modal {
    overflow: visible !important;
}/* End custom CSS */