:root {
    --corporative-color: #3D1E1D;
	--mirai-ui-border-radius:0px;
	--mirai-ui-button-background-active: #281413;
	--mirai-ui-button-color: #FFFFFF;
	--mirai-ui-button-color-active: #D8C7AE;
	--mirai-field-content-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;
}

