:root {
	--corporative-color: #a26825;
}

.component_finder {
	position: fixed;
	bottom: 2%;
	z-index: 9999;
	justify-self: center;
}

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

[data-mirai-component="finder"] input {
	font-size: unset !important;
	padding: inherit !important;
}

body:is([data-mirai-modal="true"], :has([data-mirai-component="finder"]>ui-finder>ui-layer-content:not([class*="_hidden"]))) :is(header) {
	z-index: 1 !important;
}

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

[data-mirai-component="profile"],
[data-mirai-component="signup"] {
	padding: 100px 0;
}