:root {
	--corporative-color: var(--e-global-color-text);
	--mirai-finder-button-background: #062F6E !important;
	--mirai-finder-button-background-active: #1A2940 !important;
	--mirai-ui-button-background: #99804C !important;
	--mirai-ui-accent: #99804C !important;
	
}

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

