/* :root{
	--corporative-color: #B77333;
} */

/* VARIABLES MOBILE */
:root {
    --corporative-color:#310C58; /* primary button bg */
    --text-color__over-corporative-color: #fff; /* primary button color */
    --corporative-text-color: #a19b67; /* links color */
    --border-radius: 0px;
   --corporative-gold: #dbd8c4;
   --light-grey: #C7C7C7;
   --mirai-ui-button-background:#310C58;
   --mirai-ui-calendar-selected-background: #310C58;
   --mirai-session-icon-color: #fff;
   --mirai-session-color: #fff;
   --mirai-deals-modal-z-index: 9999;
}

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