:root {
   --mirai-finder-button-background: #5E684E !important;
   --mirai-ui-calendar-highlight-color: #5E684E !important;
   --mirai-header-accent: #5E684E !important;
   --mirai-ui-button-secondary-color: #5E684E !important;
	--corporative-color: #5E684E;
}

@media (min-width:780px) {
   :root {
	--corporative-color: #5E684E;
	--mirai-ui-action-color: #5E684E;
	--mirai-field-icon-color: #242424;
	--mirai-ui-content: #202020;
	--mirai-ui-input-color: #202020;
	--mirai-ui-input-backgroud: #fff;
	--mirai-finder-button-background-active: #5E684E;
	--mirai-finder-button-font-weight: 600;
	--mirai-finder-button-font-size: 16px;
	--mirai-finder-button-focus-color: #5E684E;
	--mirai-finder-button-background: #5E684E !important;
	--mirai-finder-button-background-active: #394329;
	--mirai-header-accent: #5E684E !important;
	--mirai-ui-button-secondary-color: #5E684E !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;
}