:root {
    --corporative-color: #003A80;
	--mirai-finder-button-border-radius: 0;
    --mirai-booking-query-color: #fff;
	--mirai-booking-query-color-active: #abbed5; 
}

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

