:root{
	--corporative-color: #8D5F00;
	--mirai-ui-button-background: #8D5F00;
	--mirai-finder-padding: 8px;
	--mirai-finder-field-border-width: 0px;
	--mirai-finder-button-font-family: -apple-system,BlinkMacSystemFont,;
	--mirai-session-icon-color: #202020;
	--mirai-finder-field-icon-color: #202020;
	--mirai-finder-border: solid 1px#CCCCCC;
	--mirai-session-color: #202020;
}
/* 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;
}