/* _content/WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-snfefjgk3b] {
    position: relative;
    display: flex;
    flex-direction: column;
}



.page-no-chrome[b-snfefjgk3b] {
    min-height: 100vh;
}

main[b-snfefjgk3b] {
    flex: 1;
}

.sidebar[b-snfefjgk3b] {
    background: linear-gradient(180deg, #0d2e2a 0%, #113631 55%, #153a36 100%);
}

.top-row[b-snfefjgk3b] {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(16, 32, 52, 0.06);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.content-no-chrome[b-snfefjgk3b] {
    padding: 0 !important;
}

.app-top-row[b-snfefjgk3b] {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}

.app-top-row-selectors[b-snfefjgk3b] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.app-top-row-field[b-snfefjgk3b] {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.app-top-row-select-liga[b-snfefjgk3b] {
    width: 220px;
}

.app-top-row-select-rocnik[b-snfefjgk3b] {
    width: 180px;
}

.app-top-row-user[b-snfefjgk3b] {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.app-top-row-profile-link[b-snfefjgk3b] {
    color: #153640;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.88rem;
}

.app-top-row-profile-link:hover[b-snfefjgk3b] {
    text-decoration: underline;
}

    .top-row[b-snfefjgk3b]  a, .top-row .btn-link[b-snfefjgk3b] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-snfefjgk3b] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-snfefjgk3b] {
        display: none;
    }

    .top-row.auth[b-snfefjgk3b] {
        justify-content: flex-start;
        height: auto;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
    }

    .top-row a[b-snfefjgk3b], .top-row .btn-link[b-snfefjgk3b] {
        margin-left: 0;
    }

    .app-top-row[b-snfefjgk3b] {
        flex-direction: column;
        align-items: stretch;
    }

    .app-top-row-selectors[b-snfefjgk3b] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .app-top-row-field[b-snfefjgk3b] {
        display: grid;
        grid-template-columns: 4.2rem minmax(0, 1fr);
        gap: 8px;
        align-items: center;
    }

    .app-top-row-select-liga[b-snfefjgk3b],
    .app-top-row-select-rocnik[b-snfefjgk3b] {
        width: 100%;
    }

    .app-top-row-user[b-snfefjgk3b] {
        margin-left: 0;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 0.9rem;
    }
}

@media (min-width: 641px) {
    .page[b-snfefjgk3b] {
        flex-direction: row;
    }

    .top-row.auth[b-snfefjgk3b] {
        justify-content: flex-start;
    }

    .app-top-row-selectors[b-snfefjgk3b] {
        flex-wrap: nowrap;
    }

    .sidebar[b-snfefjgk3b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-snfefjgk3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-snfefjgk3b], article[b-snfefjgk3b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/WebApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c2wpa7m53j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c2wpa7m53j] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-c2wpa7m53j] {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #a7f3d0 !important;
}

.oi[b-c2wpa7m53j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-c2wpa7m53j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c2wpa7m53j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c2wpa7m53j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c2wpa7m53j]  a {
        color: rgba(255, 255, 255, 0.75);
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        line-height: 1;
        font-weight: 500;
        transition: background-color 140ms ease, color 140ms ease;
    }

.nav-item[b-c2wpa7m53j]  a.active {
    background-color: rgba(167, 243, 208, 0.18);
    color: #a7f3d0;
    font-weight: 700;
}

.nav-item[b-c2wpa7m53j]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c2wpa7m53j] {
        display: none;
    }

    .collapse[b-c2wpa7m53j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-c2wpa7m53j] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
