#elementor-popup-modal-3795{background-color:#080808BF;justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-3795 .dialog-message{width:520px;height:100vh;align-items:center;}#elementor-popup-modal-3795 .dialog-close-button{display:flex;}#elementor-popup-modal-3795 .dialog-widget-content{box-shadow:-14px 8px 69px 29px rgba(0, 0, 0, 0.2);}/* Start custom CSS */.dialog-close-button {
    width: 52px !important;
    height: 52px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #F5F5F2 !important;
    color: #080808 !important;

    border-radius: 50% !important;

    opacity: 1 !important;

    font-size: 24px !important;
    line-height: 1 !important;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease !important;
}

.dialog-close-button:hover {
    background: #F5F5F2 !important;
    color: #080808 !important;
    transform: rotate(90deg) scale(1.05);
}

.dialog-close-button i,
.dialog-close-button svg {
    width: 20px !important;
    height: 20px !important;
}/* End custom CSS */