:root {
    --corporative-color: #C45327;
	--mirai-finder-button-border-radius: 8px;
	--mirai-finder-border-radius: 8px;
	--mirai-booking-query-color: #202020;  
}

:root .mft-wrapper-footer{
  --mirai-booking-query-color: #fff;
	--mirai-booking-query-color-active: #FFDE65 ;
}

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

/* centrar verticalmente log in header */

.mft-header [data-mirai-component="session"]{
	   display: flex;
}


/* Ocultar un chatbot al abrir una modal en mobile */
@media(max-width:768px){
	body:has(ui-modal-overflow[class*="_visible"]) [data-mirai-component="finder"]{
    visibility: hidden;
}
}

