:root{
	--corporative-color: #002d5c;
	--mirai-finder-padding: 15px;
	--mirai-finder-background: #FFFFFF40;
	--mirai-finder-gap: 40;
	--mirai-finder-field-icon-color: #896C22;
	--mirai-ui-border-radius: 4px;
	--mirai-places-items-per-column: 9;
	--mirai-finder-border: solid 0;
	--mirai-finder-field-separator-color: transparent;
}

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