:root {
    --corporative-color: #b85756;
    --custom-position: 32dvh;
}

/* Old engine */
.reserva.red.eso {
    display: none !important;
}

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

    &.top:not(:has(ui-finder-compact)) {
        bottom: var(--custom-position);
        transition: bottom .3s ease-in-out;
    }
}

body:has(ui-finder-compact) #chat {
    bottom: 12dvh;
}

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

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

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

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