:root{
	--corporative-color: #000000;
	--mirai-ui-button-background-active:#5c0e2bad;
	--mirai-finder-border-radius: 0;
	--mirai-places-item-height: 30px;
	--mirai-finder-gap: 50px;
	--mirai-finder-border-color: #e6e6e6;
	--mirai-finder-border: solid 0px#ddd;
	--mirai-ui-border-radius: 0px;
	
}
@media (min-width: 580px) and (max-width: 769px) {
	:root {
	--mirai-finder-gap:0px;
	}
}

/* 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;
}


/*Calendar-header position*/

body:not(:has(#main [data-mirai-component="finder"] [data-role="layer-content"][class*="_hidden"] [data-role="calendar"])) header .elementor-sticky {
    z-index: 1;
}
