:root{
	--corporative-color: #666E68;
	--mirai-field-content-color:#202020!important;
	--mirai-finder-background: #FFFFFFCC;
	--mirai-finder-padding: 8px;
	--mirai-finder-border-radius: 56px;
	--mirai-finder-gap: 0px;
	--mirai-finder-field-border-radius: 56px;
	--mirai-finder-field-separator-color: #999999;
	--mirai-finder-field-border-color: #999999;
	--mirai-finder-field-border-width: 0px;
	--mirai-finder-border: solid 1px #999999;
	--mirai-finder-button-border-radius: 56px;
}

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