:root {
    --corporative-color: #AE2323;
}

/* FINDER */
/* focus the modal in the viewport & the form signup and profile in the container */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
	display: flex;
    justify-content: center;
    padding: 50px 0;
}

/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}

.mi-be-datepicker-select .DateRangePicker_picker,  .mi-be .mi-dropdown .mi-dropdown-layout {z-index: 600;} 

body.mi-be-datepicker-open .mirai-modal.mi-active { z-index: 999999; }

@media only screen and (max-width:767px) {
    :root:has([data-elementor-type="popup"] [data-mirai-component]) {
        --mirai-deals-modal-z-index: 99999;
    }
}