:root {
    --corporative-color: #2A4A7A;
	--mirai-ui-border-radius: 0px;
	--mirai-finder-padding: var(--mirai-ui-space-M);
	--mirai-ui-input-text-padding-x: var(--mirai-ui-space-XL);
	--mirai-ui-button-padding-x:30px;
	--mirai-finder-border-radius:4px;
}

/*** MEDIA QUERY FOR FINDER*/

@media (max-width:1280px) {
 :root {
	--mirai-ui-input-text-padding-x: var(--mirai-ui-space-M);
	--mirai-ui-button-padding-x:var(--mirai-ui-space-L);
	--mirai-finder-padding: var(--mirai-ui-space-XS);
 }
}

/***** FINDER *****/
/* HIDDEN IN DETAIL PAGES */
body.cat-room-detail [data-mirai-component="finder"],
body.cat-offer-detail [data-mirai-component="finder"] {
    display: none;
}

/* MAX-WIDTH COLUMN FINDER */
.column-finder.elementor-widget-Mirai-Finder {
    max-width: 330px;
    margin: 0 auto;
}

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

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

/* Mantener el calendario del hero por encima del header al scroll */
body:not(:has(#main [data-mirai-component="finder"] [data-role="layer-content"][class*="_hidden"] [data-role="calendar"])) header .elementor-sticky {
    z-index: 1;
}
