:root {
    --corporative-color: #334a5d; /* primary button bg */
    --text-color__over-corporative-color: #eee; /* primary button color */
    --corporative-text-color: #334a5d; /* links color */
	--mirai-finder-button-color: #222 !important;
    --mirai-finder-border-radius: 0px;
	--mirai-finder-button-background: #FFB200 !important;
	--mirai-finder-button-background-active: #996b00 !important;
	--mirai-ui-accent: #FFB200 !important;
	--mirai-ui-button-background-active: #996b00 !important;
	--mirai-ui-accent-background: #FFF7E6 !important;
	--mirai-ui-accent-border: #FFE009 !important;
	--mirai-ui-button-secondary-color-active: #996b00 !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;
}

.KFejBG_highlight .KFejBG_title{
	color: #996b00 !important;
}

.xRSaKa_button:hover{
	color: #996b00 !important;
}

.FCHFva_action:hover{
	color: #996b00 !important;
}

/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}

