:root {
    --corporative-color: #0A663D;
	--mirai-ui-accent-dark: #085533;
	--mirai-ui-border-radius: 0px;
	/* fix z-index when finder is in a pop up */
	--mirai-deals-modal-z-index: 99999;
	--mirai-ui-border-radius: 4px;
	--mirai-ui-content-light: #595959;
}

/* CLUB */
.elementor-widget-Mirai-Club-Login {
    line-height: normal;
}

/* login */
[data-role="login"] [data-role="content"] {
    font-family: 'Lobster';
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-5c843f5-line-height);
}

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

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

