:root{
	--corporative-color: #703F2A;
	--mirai-ui-border-radius: 0px;
	--mirai-ui-button-background-active: #482B1D;
	--mirai-ui-button-secondary-color-active: #482B1D;
	--mirai-finder-border-radius: 0px;
	--mirai-finder-field-height: calc(44px + 4px);
	--mirai-finder-padding: 10px;
	--mirai-finder-border: solid 0px#ddd;
	--mirai-finder-field-border-radius: 0px;
	--mirai-finder-field-border-active: #482B1D;
	--mirai-finder-button-border-radius: 0px;
	--mirai-finder-button-background-active: #482B1D;
}

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