:root {
    --corporative-color: #003E52;
	--mirai-ui-calendar-selected-background: #607D8B;
	--mirai-ui-button-background-active: #B6C7CE;
	--mirai-ui-button-color: #FFFFFF;
	--mirai-finder-field-border-active: #607D8B;
	--mirai-finder-button-background-active: #607D8B;
}

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

/*correcciones finder UX*/
/*Botón Finder*/
.YRq8BG_finder:not(.YRq8BG_compact) .YRq8BG_button:not(:hover):not(.YRq8BG_skeleton){
    background-color:#D0B787!important;
    color:#003E52!important;
	border-radius:0!important;
}

/*hover*/
.YRq8BG_finder:not(.YRq8BG_compact) .YRq8BG_button:hover:not(.YRq8BG_skeleton){
    background-color:#012A37!important;
    color:white!important;
}

/*quitar el borde*/
.YRq8BG_finder:not(.YRq8BG_column):not(.YRq8BG_compact){
	border:none!important;
	border-radius:0;
	padding:0px!important;
}
