/* /Features/Aushänge/Components/Blackboard.razor.rz.scp.css */
/* Container für das schwarze Brett */
.blackboard-container[b-2ic732340l] {
    position: relative;
    width: 95%;
    max-width: 1200px;
    aspect-ratio: 16 / 10;
    margin: 20px auto;
    background-image: url('/images/pinnwand.png');
    background-size: auto;
    background-repeat: repeat;
    background-position: top left;
    border: 10px solid #5a3d2b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/* Stil für die einzelnen Aushang-Bilder */
.poster-item[b-2ic732340l] {
    background-color: white;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, z-index 0s linear;
    cursor: grab;
}

    .poster-item.is-dragging[b-2ic732340l] {
        transition: none !important; /* Smoother dragging by disabling transitions */
        cursor: grabbing !important; /* Change cursor while actively dragging */
        /* Optionally, slightly raise or change appearance further */
        /* box-shadow: 0 12px 24px rgba(0,0,0,0.5) !important; */
    }

    .poster-item img[b-2ic732340l] {
        display: block;
        max-width: 180px;
        max-height: 240px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .poster-item:hover[b-2ic732340l] {
        transform: scale(1.1) rotate(var(--original-rotate, 0deg)) !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
        z-index: 999 !important; /* Höchster z-index beim Hovern, über allen anderen */
    }

/* Stile für die Pinnadeln */
.pin[b-2ic732340l] {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #bdc3c7; 
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 10; 
    pointer-events: none; 
}

.poster-item.poster-neu .pin[b-2ic732340l] {
    background-color: #e74c3c; 
}


.pin.top-left[b-2ic732340l] {
    top: -7px;
    left: -7px;
}

.pin.top-right[b-2ic732340l] {
    top: -7px;
    right: -7px;
}

.pin.bottom-left[b-2ic732340l] {
    bottom: -7px;
    left: -7px;
}

.pin.bottom-right[b-2ic732340l] {
    bottom: -7px;
    right: -7px;
}


/* Media Query für kleinere Bildschirme */
@media (max-width: 768px) {
    .blackboard-container[b-2ic732340l] {
        aspect-ratio: 16 / 28;
        border-width: 5px;
    }

    .poster-item img[b-2ic732340l] {
        max-width: 100px;
        max-height: 150px;
    }

    .pin[b-2ic732340l] {
        width: 10px;
        height: 10px;
    }

        .pin.top-left[b-2ic732340l] {
            top: -5px;
            left: -5px;
        }

        .pin.top-right[b-2ic732340l] {
            top: -5px;
            right: -5px;
        }

        .pin.bottom-left[b-2ic732340l] {
            bottom: -5px;
            left: -5px;
        }

        .pin.bottom-right[b-2ic732340l] {
            bottom: -5px;
            right: -5px;
        }
}

@media (max-width: 480px) {
    .poster-item img[b-2ic732340l] {
        max-width: 80px;
        max-height: 120px;
    }
}

.rearrange-button[b-2ic732340l] {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #5a3d2b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

    .rearrange-button:hover[b-2ic732340l] {
        background-color: #7c5948;
    }
/* /Features/Benutzerverwaltung/Pages/Settings.razor.rz.scp.css */
[b-3gh8k3zisr] tbody .dokument-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
[b-3gh8k3zisr] tr:nth-child(even) {
    background: rgba(128,128,128,0.10);
}

[b-3gh8k3zisr] .dokument-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

.grid[b-3gh8k3zisr]  table {
    min-width: 100%;
}
/* Sticky header while scrolling */     
[b-3gh8k3zisr] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-3gh8k3zisr] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}
/* /Features/Dokumentenverwaltung/Pages/Dokumente.razor.rz.scp.css */
[b-3tiwuxj6uq] tbody .dokument-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
[b-3tiwuxj6uq] tr:nth-child(even) {
    background: rgba(128,128,128,0.10);
}

[b-3tiwuxj6uq] .dokument-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

.grid[b-3tiwuxj6uq]  table {
    min-width: 100%;
}
/* Sticky header while scrolling */     
[b-3tiwuxj6uq] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-3tiwuxj6uq] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}
/* /Features/Dokumentenverwaltung/Pages/Papierkorb.razor.rz.scp.css */
[b-ocx0gbtlkd] tbody .dokument-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
[b-ocx0gbtlkd] tr:nth-child(even) {
    background: rgba(128,128,128,0.10);
}

[b-ocx0gbtlkd] .dokument-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

.grid[b-ocx0gbtlkd]  table {
    min-width: 100%;
}
/* Sticky header while scrolling */     
[b-ocx0gbtlkd] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-ocx0gbtlkd] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}
/* /Features/Dokumentenverwaltung/Pages/ShowZipDocument.razor.rz.scp.css */
[b-gqiqffumkj] tbody .dokument-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
[b-gqiqffumkj] tr:nth-child(even) {
    background: rgba(128,128,128,0.10);
}

[b-gqiqffumkj] .dokument-name .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>');
}

.grid[b-gqiqffumkj]  table {
    min-width: 100%;
}
/* Sticky header while scrolling */     
[b-gqiqffumkj] thead {
    position: sticky;
    top: 0;
    background-color: #d8d8d8;
    outline: 1px solid gray;
    z-index: 1;
}

[b-gqiqffumkj] tr {
    height: 30px;
    border-bottom: 0.5px solid silver;
}
/* /Features/Formulare/Components/DigiMitarbeiterUndExterneAuswahl.razor.rz.scp.css */
/* Toggle Container mit �berschrift und Link */
.mode-toggle-container[b-pr53jy7w9j] {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title[b-pr53jy7w9j] {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
}

.link-toggle-mode[b-pr53jy7w9j] {
    color: #2196F3;
    cursor: pointer;
    font-size: 0.85em;
    text-decoration: underline;
}

.link-toggle-mode:hover[b-pr53jy7w9j] {
    color: #0b7dda;
}

/* Container f�r die zwei Listen */
.person-selection-container[b-pr53jy7w9j] {
    display: grid;
    gap: 0;
}

/* Anzeigen-Modus: Eine Spalte, volle Breite, max 100px H�he */
.person-selection-container.view-mode[b-pr53jy7w9j] {
    grid-template-columns: 1fr;
    height: auto;
}

/* Panel f�r jede Liste */
.person-list-panel[b-pr53jy7w9j] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    height: 400px;
}

/* Header-Bereich */
.panel-header[b-pr53jy7w9j] {
    background-color: #f5f5f5;
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

/* Suchfeld-Container */
.search-container[b-pr53jy7w9j] {
    padding: 0;
}

.search-input[b-pr53jy7w9j] {
    width: 100%;
}

/* Liste mit Personen */
.person-list-content[b-pr53jy7w9j] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem;
}

/* Kostenstellen-Gruppierung */
.kostenstelle-group[b-pr53jy7w9j] {
    margin-bottom: 1rem;
}

.kostenstelle-header[b-pr53jy7w9j] {
    font-weight: bold;
    margin-bottom: 0.25rem;
    padding: 0.25rem;
    background-color: #e0e0e0;
}

/* Personen-Karte */
.person-card[b-pr53jy7w9j] {
    margin-bottom: 2px;
    padding: 2px 5px;
    font-size: 0.8em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.person-card-available[b-pr53jy7w9j] {
    /* Standard-Hintergrund */
}

.person-card-selected[b-pr53jy7w9j] {
    background-color: #e8f5e9;
}

.person-card-content[b-pr53jy7w9j] {
    position: relative;
}

.person-detail[b-pr53jy7w9j] {
    font-size: smaller;
}

/* Buttons */
.btn-add[b-pr53jy7w9j] {
    float: right;
    margin-top: -2rem;
    background: #4CAF50;
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
}

.btn-add:hover[b-pr53jy7w9j] {
    background: #45a049;
}

.btn-remove[b-pr53jy7w9j] {
    float: right;
    margin-top: -2rem;
    background: #f44336;
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: bold;
}

.btn-remove:hover[b-pr53jy7w9j] {
    background: #da190b;
}

/* Leerer Zustand */
.empty-state[b-pr53jy7w9j] {
    text-align: center;
    color: gray;
    padding: 2rem;
}

.empty-state-hint[b-pr53jy7w9j] {
    font-size: smaller;
}

/* Anzeigen-Modus: Badge-Ansicht mit max. 100px H�he und Scroll */
.view-mode-content[b-pr53jy7w9j] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
    padding: 3px;
    max-height: 100px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.person-badge[b-pr53jy7w9j] {
    background-color: #e8f5e9;
    border: 1px solid #4CAF50;
    border-radius: 6px;
    padding: 1px 2px;
    font-size: 0.8em;
    display: inline-block;
    height: fit-content;
}

.person-badge-name[b-pr53jy7w9j] {
    font-size: 0.8em;
}

.person-badge-detail[b-pr53jy7w9j] {
    font-size: smaller;
    color: #555;
}
/* /Features/Formulare/Pages/Bausteine/FormWissenstestListe.razor.rz.scp.css */
.pager-bar[b-ayzgfi4v32] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    outline: none;
}

.bulletbar[b-ayzgfi4v32] {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
}

.dot[b-ayzgfi4v32] {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    border: 0;
    background: #c8c8c8;
    cursor: pointer;
}

    .dot.active[b-ayzgfi4v32] {
        /* Radzen-Primärfarbe anlehnen */
        background: #1976d2;
    }

    .dot:focus-visible[b-ayzgfi4v32] {
        outline: 2px solid #1976d2;
        outline-offset: 2px;
        box-shadow: 0 0 0 3px rgba(25,118,210,.25);
    }
/* /Features/Formulare/Pages/Bausteine/StringListEditor.razor.rz.scp.css */
.csswrapper[b-2kbwh139fz] {
    --rz-datalist-item-padding: 0px !important;
    --rz-datalist-padding: 0px !important;
}

/* 2. Style für korrekt markierte Elemente (grüner Text) */
.item-correct[b-2kbwh139fz] {
    /* Beispiel: Grüne Textfarbe */
    color: var(--rz-success-darker);
    /* Optionale dezente Hintergrundfarbe */
    background-color: var(--rz-success-lighter);
}

/* 3. Style für die kleineren und unauffälligeren Buttons */
/* Zielt auf die RadzenButtons in der Datenliste ab und reduziert die Padding */
.datalist-item .rz-button[b-2kbwh139fz] {
    /* Macht die Buttons kleiner, da Radzen ExtraSmall verwendet */
    padding: 0.2rem;
    height: 1.5rem;
    width: 1.5rem;
}

/* Macht die "Move" und "Delete" Buttons unauffälliger (grau) */
.move-button[b-2kbwh139fz], .delete-button[b-2kbwh139fz] {
    color: var(--rz-text-secondary); /* Graue Textfarbe */
}

/* Der Stern-Button bleibt in seiner Farbe, aber die Größe wird durch .rz-button angepasst */
.star-button.rz-button[b-2kbwh139fz] {
    padding: 0; /* Radzen hat manchmal Standard-Padding, entfernen wir */
}
/* /Features/Intern/Pages/Index.razor.rz.scp.css */
.media span[b-i9qy79l3bw] {
    border-right: 1px solid #ccc;
    padding-right: 10px; /* optional, um den Abstand zwischen dem Strich und dem Icon zu erhöhen */
}
/* /Features/Mandanten/Components/EnumProgrammFunktionenSelector.razor.rz.scp.css */
.scroll-container[b-ztejxsszq2] {
    max-height: 230px; /* entspricht ca. 8 Checkbox-Zeilen */
    overflow-y: auto;
    padding-right: 4px; /* Platz für Scrollbar */
    border: 1px solid #ccc;
    border-radius: 6px;
}

.flagline[b-ztejxsszq2] {
    display: block;
    padding: 3px 2px;
}
/* /Features/Nachrichten/Pages/UserMessages.razor.rz.scp.css */
/* Subtle stripe effect */
[b-fzvexmjwt5] tr:nth-child(even) {
    background: rgba(128,128,128,0.2);
}

[b-fzvexmjwt5] tbody .betreff {
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    text-overflow: ellipsis;
}

[b-fzvexmjwt5] tbody .vorschau {
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
    text-overflow: ellipsis;
}

.vertical-line[b-fzvexmjwt5] {
    border-right: 1px solid #ccc;
    height: 100%;
}

ul[b-fzvexmjwt5] {
    list-style-type: none;
}

.tree[b-fzvexmjwt5] {
    list-style-type: none;
    padding-left: 0;
}

.active[b-fzvexmjwt5] {
    background: rgb(220,220,220);
}

.tree .caret[b-fzvexmjwt5] {
    user-select: none;
}

.tree .nested[b-fzvexmjwt5] {
    display: block;
}

.tree a[b-fzvexmjwt5], .tree ul a[b-fzvexmjwt5], .tree ul li a[b-fzvexmjwt5] {
    padding: 5px;
    display: block;
}

    .tree a:hover[b-fzvexmjwt5], .tree ul a:hover[b-fzvexmjwt5], .tree ul li a:hover[b-fzvexmjwt5] {
        background: rgb(230,230,230);
    }

.tree li[b-fzvexmjwt5], .tree ul li[b-fzvexmjwt5] {
    margin-bottom: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8an0h1y9ed] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8an0h1y9ed] {
    flex: 1;
}

.sidebar[b-8an0h1y9ed] {
    background-image: linear-gradient(180deg, #0078bf 0%, #073973 70%);
}

.top-row[b-8an0h1y9ed] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8an0h1y9ed]  a, .top-row[b-8an0h1y9ed]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8an0h1y9ed]  a:hover, .top-row[b-8an0h1y9ed]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8an0h1y9ed]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8an0h1y9ed] {
        display: none;
    }

    .top-row.auth[b-8an0h1y9ed] {
        justify-content: space-between;
    }

    .top-row[b-8an0h1y9ed]  a, .top-row[b-8an0h1y9ed]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8an0h1y9ed] {
        flex-direction: row;
    }

    .sidebar[b-8an0h1y9ed] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8an0h1y9ed] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8an0h1y9ed]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

   /* .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }*/
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-020m4b95ng] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    transition: all var(--transition-fast);
}

.navbar-toggler:hover[b-020m4b95ng] {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-row[b-020m4b95ng] {
    height: 3.5rem;
    background: rgba(0,0,0,0.4);
    box-shadow: var(--shadow-sm);
}

.navbar-brand[b-020m4b95ng] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.logo[b-020m4b95ng] {
    height: 32px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.nav.item a[b-020m4b95ng], .nav-link a[b-020m4b95ng] {
    color: #d7d7d7;
}
.nav-item[b-020m4b95ng] {
    color: #d7d7d7;
    font-size: 0.9rem;
    position: relative;
}

.nav-item .nav-link[b-020m4b95ng] {
    color: rgba(255, 255, 255, 0.95);
    border-left: 3px solid transparent;
}

    .nav-item .nav-link.active[b-020m4b95ng] {
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.01) 100% );
        color: white;
        border-left-color: var(--color-accent);
        font-weight: 500;
    }

.nav-item .nav-link:hover[b-020m4b95ng] {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-020m4b95ng] {
    overflow-y: auto;
    max-height: calc(100vh - 3.5rem);
}

.nav-scrollable[b-020m4b95ng]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-020m4b95ng]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.nav-scrollable[b-020m4b95ng]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
}

.nav-scrollable[b-020m4b95ng]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

.dropdown-divider[b-020m4b95ng] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: var(--spacing-sm) 0;
}

@media (min-width: 641px) {
    .navbar-toggler[b-020m4b95ng] {
        display: none;
    }

    .collapse[b-020m4b95ng] {
        display: block;
    }
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-020m4b95ng] {
        background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    }

    .top-row:not(.auth) .navbar-brand[b-020m4b95ng] {
        color: white !important;
    }
}

.bottom[b-020m4b95ng] {
    margin-top: auto;
    padding-top: var(--spacing-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* /Shared/RoleNavItem.razor.rz.scp.css */
.navbar-toggler[b-4xl7271ezt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4xl7271ezt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4xl7271ezt] {
    font-size: 1.1rem;
}
.logo[b-4xl7271ezt]{
    width: 30px;
}
.oi[b-4xl7271ezt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.messagesubitem[b-4xl7271ezt] {
    display: none;
}

.nav-item:first-of-type[b-4xl7271ezt] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-4xl7271ezt] {
    padding-bottom: 1rem;
}

.nav-item[b-4xl7271ezt]  a {
    height: 3rem;
    line-height: 3rem;
    color: #d7d7d7;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

    .nav-item[b-4xl7271ezt]  a.active {
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.01) 100% );
        color: white;
    }

.nav-item[b-4xl7271ezt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4xl7271ezt] {
        display: none;
    }

    .collapse[b-4xl7271ezt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-4xl7271ezt] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Rolle spezifische Styles */
/* Badge und Content Layout */
.role-item-content[b-4xl7271ezt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.role-item-child[b-4xl7271ezt] {
    display: flex;
    align-items: center;
    min-width: 0;
}

/* Badge Styling: entfernt translate/absolute Effekte und macht Badge inline */
.role-item-badge[b-4xl7271ezt] {
    display: inline-flex;
    align-items: center;
    margin-left: -20px;
    margin-top: -20px;
}

.role-item-badge .badge[b-4xl7271ezt] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    transform: none;
}

/* Icon fixe Breite, Text bleibt links davon konsistent ausgerichtet */
.nav-item[b-4xl7271ezt]  a i.fa-fw,
.nav-item[b-4xl7271ezt]  a i.icon {
    display: inline-block;
    width: 1.4rem;
    min-width: 1.4rem;
    text-align: center;
}

.nav-item[b-4xl7271ezt]  a .nav-text {
    display: inline-block;
    line-height: 1;
}

/* Halbtransparent Effekt f�r Mandantenwechsel */
.halbtransparent[b-4xl7271ezt] {
    opacity: 0.5;
}
