:root{
	--corporative-color: #A08964;
	--mirai-ui-button-background: #A08964;
	--mirai-ui-button-secondary-color: #A08964;
	--mirai-ui-calendar-selected-background: #A08964;
	--mirai-deals-modal-z-index: 9999;
	--mirai-places-items-per-column: 12;

}

/* CLUB */
/* focus the modal in the viewport*/
[data-mirai-component="signup"] {
    display: flex;
    justify-content: center;
}

/* focus the form signup and profile in the container */
[data-mirai-component="profile"],
[data-mirai-component="signup"] {
    padding: 50px 0;
}

/* FIX OVERFLOW BY SECTION WITH HORIZONTAL ENTRANCE ANIMATIONS */
html {
	overflow-x: hidden;
}

