:root {
    --corporative-color: var(--e-global-color-text);
	--mirai-finder-button-background: #184141 !important;
	--mirai-finder-button-background-active: #102B2B !important;
	--mirai-ui-button-background: #184141;
	--text-color__over-corporative-color: var(--e-global-color-6cb047a);
	--corporative-text-color:var(--e-global-color-text);
	--mirai-ui-accent-dark: #184141;
	--mirai-header-accent: #184141;
	--mirai-ui-accent: #184141;
	--mirai-ui-accent-background: #004b4b14;
}

/* 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;
}
.NtOAYa_day:hover, .NtOAYa_daySelected{
	background-color: #102B2B !important;
}
/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}
