/* /Components/OvcinaGrid.razor.rz.scp.css */
[b-i5cxfdbu2r] .ovcina-grid-alt-row {
    background-color: var(--oh-surface-alt);
}

[b-i5cxfdbu2r] .ovcina-grid {
    height: 100%;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ohvjnuzw1k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ohvjnuzw1k] {
    flex: 1;
    background-color: var(--oh-surface-alt);
}

.sidebar[b-ohvjnuzw1k] {
    background: var(--oh-sidebar);
}

.top-row[b-ohvjnuzw1k] {
    background-color: var(--oh-surface);
    border-bottom: 1px solid var(--oh-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ohvjnuzw1k]  a, .top-row[b-ohvjnuzw1k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--oh-text-secondary);
    }

    .top-row[b-ohvjnuzw1k]  a:hover, .top-row[b-ohvjnuzw1k]  .btn-link:hover {
        text-decoration: underline;
        color: var(--oh-primary);
    }

    .top-row[b-ohvjnuzw1k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-ohvjnuzw1k]  .btn-outline-secondary {
        color: var(--oh-text-secondary);
        border-color: var(--oh-border);
        font-size: 0.8125rem;
        border-radius: var(--oh-radius-sm);
    }

    .top-row[b-ohvjnuzw1k]  .btn-outline-secondary:hover {
        color: var(--oh-primary);
        border-color: var(--oh-primary-light);
        background-color: var(--oh-primary-surface);
    }

@media (max-width: 640.98px) {
    .top-row[b-ohvjnuzw1k] {
        justify-content: space-between;
    }

    .top-row[b-ohvjnuzw1k]  a, .top-row[b-ohvjnuzw1k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ohvjnuzw1k] {
        flex-direction: row;
    }

    .sidebar[b-ohvjnuzw1k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-row[b-ohvjnuzw1k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ohvjnuzw1k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ohvjnuzw1k], article[b-ohvjnuzw1k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0tuojaeoyy] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-0tuojaeoyy] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 0 1rem;
}

.navbar-brand[b-0tuojaeoyy] {
    font-family: var(--oh-font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--oh-header-text);
    letter-spacing: 0.01em;
}

.oh-nav-section-label[b-0tuojaeoyy] {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1rem 0.25rem 1rem;
    font-weight: 600;
}

.nav-item[b-0tuojaeoyy] {
    font-size: 0.875rem;
    padding-bottom: 0.125rem;
}

    .nav-item:first-of-type[b-0tuojaeoyy] {
        padding-top: 0.5rem;
    }

    .nav-item:last-of-type[b-0tuojaeoyy] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-0tuojaeoyy]  a {
        color: rgba(255, 255, 255, 0.75);
        border-radius: var(--oh-radius-sm);
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 2.5rem;
        gap: 0.625rem;
        transition: all 0.15s ease;
    }

    .nav-item[b-0tuojaeoyy]  a .bi {
        font-size: 1rem;
        opacity: 0.7;
        width: 1.25rem;
        text-align: center;
    }

.nav-item[b-0tuojaeoyy]  a.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

    .nav-item[b-0tuojaeoyy]  a.active .bi {
        opacity: 1;
    }

.nav-item[b-0tuojaeoyy]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-footer[b-0tuojaeoyy] {
    padding: 0.75rem 1rem;
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 641px) {
    .navbar-toggler[b-0tuojaeoyy] {
        display: none;
    }

    .collapse[b-0tuojaeoyy] {
        display: block;
    }

    .nav-scrollable[b-0tuojaeoyy] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .nav-scrollable nav[b-0tuojaeoyy] {
        flex: 1;
    }
}
