:root {
	--corporative-color: #D37030;
	/*--mirai-ui-border-radius: 50px;*/
	--mirai-finder-border-radius: 50px;
	--mirai-finder-background: white;
}

div#chatbot {
	display: none!important;
}
@media (min-width: 1024px) {
	div[data-mirai-component="finder"] {
		padding: 16px;
		background-color: rgba(255, 255, 255, .6);
		border-radius: var(--mirai-finder-border-radius);
		border: 1px solid #E8D7CE;
		display: flex;
		flex-direction: column;
	}
	
}

@media (max-width: 768px) {
	.mft-finder-fixed-bottom {
		padding: 0px;
	}
	ui-finder, ui-finder-compact {
		width: 100%;
    	max-width: unset!important;
	}
	
	.elementor-widget-Mirai-Finder {
		width: 100%;
	}
	.ui-finder-compact {
		max-width: unset;
	}
	
	div[data-mirai-component="finder"] {
		padding: 0px;
		background-color: unset;
		border-radius: 0px;
		border: unset;
		display: flex;
		flex-direction: column;
	}
	:root {
		--mirai-finder-border-radius: 0px;
	}
}


/***** FINDER *****/
/* HIDDEN IN DETAIL PAGES */
body:has(:where([data-mirai-component="deals"], [data-mirai-component="rooms"])) [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;
}

@media (max-width: 1024px) {
/* ICON SIZE WHEN YOU ARE LOGGED IN */
	:root [data-mirai-component="session"]:has([data-role="account"]){
		--mirai-ui-font-size-action:17px;
		--mirai-ui-space-L: 27px;
	}
}

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

