/* /Components/DetailsPane.razor.rz.scp.css */
.details-pane[b-u3xti6j0hy] {
    width: 280px;
    flex-shrink: 0;
    transition: width 0.2s ease;
}

.details-toggle[b-u3xti6j0hy] {
    color: var(--bs-secondary-color);
    border-radius: 0;
}

.details-toggle:hover[b-u3xti6j0hy] {
    color: var(--bs-primary);
}

.details-toggle .chevron-icon[b-u3xti6j0hy] {
    transition: transform 0.2s ease;
}

.details-toggle .chevron-icon.compact[b-u3xti6j0hy] {
    transform: rotate(180deg);
}

.details-icon[b-u3xti6j0hy] {
    margin-right: 0.25rem;
    flex-shrink: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
aside[b-ktqoha86n9] {
    width: 220px;
    transition: width 0.2s ease;
    z-index: 1040;
}

aside.sidebar-compact[b-ktqoha86n9] {
    width: 56px;
}

.sidebar-toggle[b-ktqoha86n9] {
    width: 100%;
    height: 32px;
    flex-shrink: 0;
    color: var(--bs-secondary-color);
    border-radius: 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.sidebar-toggle:hover[b-ktqoha86n9] {
    color: var(--bs-primary);
    background: var(--bs-tertiary-bg);
}

.sidebar-toggle .chevron-icon[b-ktqoha86n9] {
    transition: transform 0.2s ease;
}

@media (max-width: 767.98px) {
    aside[b-ktqoha86n9] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        z-index: 1050;
    }
}

.bottom-nav[b-ktqoha86n9] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 56px;
    padding: 4px 0;
    flex-shrink: 0;
}

.bottom-nav-item[b-ktqoha86n9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 12px;
    text-decoration: none;
    color: var(--bs-secondary-color);
    border-radius: 8px;
    font-size: 0.7rem;
}

.bottom-nav-item.active[b-ktqoha86n9] {
    color: var(--bs-primary);
}

.bottom-nav-item:hover[b-ktqoha86n9] {
    color: var(--bs-primary);
}

.offcanvas-backdrop[b-ktqoha86n9] {
    z-index: 1045;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-link[b-h5n1dscemv] {
    color: var(--bs-body-color);
    transition: background-color 0.15s;
    white-space: nowrap;
}

.nav-link:hover[b-h5n1dscemv] {
    background-color: var(--bs-tertiary-bg);
}

.nav-link.active[b-h5n1dscemv] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}
