:root{
	--corporative-color: #626262;
	--mirai-ui-button-background-active: #2e2e2e;
	--mirai-finder-background: #ffffff;
	--mirai-finder-border: solid 1px#CCCCCC;
	--mirai-finder-padding: 8px;
	--mirai-finder-field-border-color: #CCCCCC;
	--mirai-finder-field-border-width: 0px;
	--mirai-finder-field-icon-color: #202020;
	--mirai-finder-field-separator-color: #CCCCCC;
	--mirai-finder-button-font-family: Arial", Sans-serif;
	--mirai-session-color: #202020;
	--mirai-session-icon-color: #202020;
	--mirai-session-color-active: #202020;
	--mirai-session-icon-color-active: #202020;
	--mirai-ui-button-secondary-color: #626262;
	--mirai-ui-calendar-selected-background: #202020;
	--mirai-ui-button-background: #626262;
	--mirai-ui-button-font-weight: 500;
}

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