:root {
    --corporative-color: #9d600b;
}

.component_finder,
.component_finder.top:has(ui-finder-compact) {
    position: fixed;
    width: 100%;
    bottom: 2dvh;
    left: 0;
    z-index: 9;
    transition: bottom ease-in-out 0.3s;
}

.component_finder.top {
    bottom: 8dvh;
}

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

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

body:has([data-mirai-component="finder"]) {
    margin-bottom: 100px;
}

body:has(ui-finder-compact) .wab {
    bottom: 12dvh;
}

body:has(ui-finder-compact)[data-mirai-modal="true"] .web {
    display: none !important;
}

[data-mirai-component="finder"] svg *,
ui-modal-overflow svg * {
    color: initial;
}

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

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