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

/*  */
.component_finder.top {
	bottom: 20dvh;
}

.component_finder {
	position: fixed;
	bottom: 2dvh;
	z-index: 999;
	justify-self: center;
	transition: bottom .3s ease-in-out;
	width: 100%;

}

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

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

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

/* FIXES */
body:has(ui-finder-compact) :is([data-testid="widgetButtonFrame"], #gotop.visible) {
	bottom: 12dvh !important;
}

body:has(ui-finder-compact)[data-mirai-modal="true"] [data-testid="widgetButtonFrame"] {
	display: none;
}