:root {
    --corporative-color: #863752;
	--mirai-ui-border-radius: 0px;
	--mirai-places-items-per-column: 10;
	/* 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-mirai-component="session"] {
    display: flex;
}

/***** CLUB PAGES *****/
/* ALIGN CENTER CLUB FORM ON SIGNGUP PAGE */
[data-mirai-component="signup"] {
	display: flex;
	justify-content: center;
}

/* PADDING FOR SINGUP AND MEMBERS AREA PAGE */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
	padding: 50px 0;
}

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

