:root{
	--corporative-color: #00759A;
	--mirai-finder-border-radius: 50px;
	/*--mirai-finder-field-border-color: #dddddd;*/
	--mirai-finder-field-separator-color: #394A58;
	--mirai-finder-button-border-radius: 64px;
	--mirai-session-color: #394A58;
	--mirai-session-icon-color: #394A58;
	--mirai-session-color-active: #394A58;
	--mirai-session-icon-color-active: #394A58;
	/* fix z-index when finder is in a pop up */
	--mirai-deals-modal-z-index: 9999;
}

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

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

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

/* FINDER */
body:not(.cat-booking) [data-role="finder"],
body:not(.cat-booking) [data-role="finder-compact"] {
    box-shadow: 0px 0px 15px #394a5859;
}

/* focus the modal in the viewport & the form signup and profile in the container */
[data-mirai-component="profile"] {
	display: flex;
    justify-content: center;
    padding: 50px 0;
}

[data-mirai-component="signup"] {
    padding: 50px var(--mft-space-4xl);
}

@media (max-width: 767px) {
	[data-mirai-component="signup"] {
		padding: 50px var(--mft-space-xs);
	}
}

/* remove the grey background of the email imput in profile */
[data-mirai-component="profile"] input[disabled] {
    background-color: transparent;
}
