:root {
    --corporative-color:#C2A471;
	--mirai-finder-button-color:#403625;
	--mirai-finder-button-color-active:#403625;
	--mirai-ui-button-background:#C2A471;
	--mirai-ui-button-background-active:#806C4B;
	--mirai-ui-button-color:#403625;
}

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


/* Keep the hero calendar above the header when scrolling */
body:not(:has(#main [data-mirai-component="finder"] [data-role="layer-content"][class*="_hidden"] [data-role="calendar"])) header .elementor-sticky {
    z-index: 2;
}