﻿
.bv-sidebar .list-group-item-action {
    background-color: transparent;   
}

.bv-sidebar .list-group-item-action.active {
background-color: rgba(0, 0, 0, 0.08);
font-weight: 500;
border-radius: 0.6rem;
}

.bv-sidebar .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.bv-sidebar .list-group-item-action:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.04);
}

.bv-sidebar .list-group-item-action.ms-3 {
    border-left: 0.125em solid rgba(0, 0, 0, 0.06);
    padding-left: 1.25em;
}

    .bv-sidebar .list-group-item-action.ms-3 i {
        opacity: 0.7;
    }

    .bv-sidebar .list-group-item-action.ms-3.active {
        background-color: rgba(0, 0, 0, 0.06);
        font-weight: 500;
    }

.bv-sidebar .sidebar-toggle {
    background-color: transparent;
    font-weight: 500;
}

    .bv-sidebar .sidebar-toggle:not(.active) {
        background-color: rgba(0, 0, 0, 0.03);
    }

.bv-sidebar .badge-sidebar {
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    padding-inline: 0.5em;
    padding-block: 0.25em;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.08);
    color: inherit;
}

.bv-sidebar .list-group-item-action.ms-3 .badge-sidebar {
    font-size: 0.7em;
    opacity: 0.8;
}

.bv-sidebar .sidebar-toggle .badge-sidebar {
    background-color: rgba(0, 0, 0, 0.12);
}

.bv-sidebar .list-group-item-action.active .badge-sidebar {
    background-color: rgba(255, 255, 255, 0.25);
}

.bv-sidebar .list-group-item-action.active {
    background-color: var(--bs-primary);
    color: #fff;
}

.bv-sidebar .list-group-item-action.ms-3.active {
    background-color: rgba(0, 0, 0, 0.06);
  /*  color: inherit;*/
}
.bv-sidebar .list-group-item-action.active {
    background-color: var(--bs-primary) !important;
}



.bv-sidebar {
    background-color: #fff;
    padding: 0.5rem;
}










.bv-topbar {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding-inline: 1rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 1030;
}

.bv-topbar-brand {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
}

.bv-topbar-context {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9em;
}

.bv-topbar-user {
    display: flex;
    align-items: center;
    gap: 0.5em;
    opacity: 0.85;
}

.bv-topbar-action {
    font-size: 0.85em;
}

.bv-sidebar .list-group-item.text-muted {
    opacity: 0.6;
}

.bv-sidebar .sidebar-toggle {
    background-color: rgba(0, 0, 0, 0.03);
    font-weight: 500;
}

.bv-sidebar .sidebar-subitem {
    padding-left: 1.5em;
    font-size: 0.95em;
    opacity: 0.85;
}

.bv-sidebar .list-group-item.text-muted {
    margin-top: 1.25rem;
    padding-block: 0.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.7em;
}

.bv-sidebar .bv-sidebar-public .list-group-item-action {
    margin-block: 0.5rem;
    padding-block: 0.75rem;
}

.bv-sidebar .bv-sidebar-public .list-group-item-action {
    border-radius: 0.75rem;
    background-color: rgba(0, 0, 0, 0.04);
}

    .bv-sidebar .bv-sidebar-public .list-group-item-action:hover {
        background-color: rgba(0, 0, 0, 0.08);
    }

    .bv-sidebar .bv-sidebar-public .list-group-item-action[href*="register"] {
        background-color: rgba(0, 123, 255, 0.12);
        font-weight: 600;
    }

        .bv-sidebar .bv-sidebar-public .list-group-item-action[href*="register"]:hover {
            background-color: rgba(0, 123, 255, 0.18);
        }

.bv-sidebar .bv-sidebar-public i {
    font-size: 1.1em;
}




/* Sidebar Badges */
.badge-sidebar.d-flex,
.badge-sidebar > .d-flex {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;   
}

/* Kleine Badges im Text */
.badge-sidebar .badge {
    font-size: 0.75rem;
    font-weight: 600;
}


