.sidebarmenu .sidebar-nav {
    display: none;
}

.sidebarmenu .sidebar-nav.d-block {
    display: block;
}

.sidebar-nav .collapse.in,
.sidebar-nav .collapse.show {
    display: block;
}

.sidebartoggler {
    cursor: pointer;
}

.project-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
    padding: 0.35rem 0.5rem;
    color: var(--bs-body-color);
}


.project-sidebar-brand-fallback {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    border: 1px solid var(--bs-border-color);
}

.project-sidebar-brand-logo {
    object-fit: contain;
    background: var(--bs-white);
}

.project-sidebar-brand-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 700;
}

.project-sidebar-brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.2;
}

.project-sidebar-brand-kicker {
    color: var(--bs-secondary-color);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
}

.project-sidebar-brand-name {
    overflow: hidden;
    color: var(--bs-heading-color);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
