:root {
    --corporative-color: #BC4B02;
	--mirai-ui-border-radius: 0px;
	--mirai-finder-button-background:#FC6C0F !important;
    --mirai-finder-button-background-active: #712D01 !important;
    --mirai-finder-button-color: #050505 !important;
    --mirai-finder-button-color-active: #FFFFFF !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;
}

