:root {
    --corporative-color: #EF0909;
	--mirai-booking-query-color: #ffffff;
	--mirai-booking-query-color-active: #EF0909;
	--text-color__over-corporative-color: #fff; /* primary button color */
	--corporative-text-color: #007DC4; /* links color */
	--border-radius: 0px;
}
.xzMBSq_text:hover
Specificity: (0,2,0)
 {
    color: #007DC4;
}

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