:root {
	--corporative-color: #8F6F38;
	--mirai-session-icon-color: #fff;
	--mirai-session-color: #fff;
}

.component_finder {
	width: 100%;
	position: fixed;
	bottom: 2%;
	z-index: 9999;
	transition: bottom .5s ease-in-out;
}

.component_finder.top {
	bottom: 24%;
	transition: bottom .5s ease-in-out;
}

ui-finder,
ui-finder-compact {
	margin: 0 auto;
}

/* ================================= */
/* CSS FOR NEW CLUB */
[data-mirai-component="signup"],
[data-mirai-component="profile"] {
	display: flex;
	justify-content: center;
}

[data-mirai-component="session"] {
	color: #ffffff;
}

body:not(:has(ui-finder-compact)) header .uk-navbar-right [data-mirai-component="session"] {
	display: none;
}