:root{
	--corporative-color: #D06D50;
	--mirai-finder-background: #00000000;
	--mirai-field-background:#F2E1D7;
	/*--mirai-field-border-radius:50px!important;*/
	--mirai-finder-border: solid 1px#b39d913d!important;
	--mirai-finder-border-radius: 50px!important;
	--mirai-finder-padding: 16px;
	--mirai-finder-gap: 12px;
	--mirai-finder-field-border-radius: 50px;
	--mirai-finder-field-separator-color: #00000000;
	--mirai-finder-button-font-family: Montserrat, -apple-system,BlinkMacSystemFont,;
	--mirai-ui-font:"Montserrat", sans-serif!important;
	--mirai-ui-border-radius: 20px!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;
}
