:root{
	--corporative-color: #313F21;
	--mirai-ui-border-radius: 0px;
	--mirai-finder-border: solid 0px#ddd;
	--mirai-finder-border-radius: 0px;
	--mirai-finder-padding: 0px;
	--mirai-finder-background: #FFFFFF;
	--mirai-finder-field-border-color: #dddddd;
	--mirai-finder-field-border-radius: 0px;
	--mirai-finder-field-separator-color: #ba956d;
	--mirai-finder-field-border-width: 0px;
	--mirai-finder-field-border-style: solid;
	--mirai-finder-button-border-radius: 0px;
	--mirai-finder-field-icon-color: #313F21;
	--mirai-ui-border-width: 2px;
}

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