@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.2drl8nn3fe.bundle.scp.css';

/* /Pages/AbsenseView.razor.rz.scp.css */
[b-fbq479wuks] .absense-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Umbrechen erlaubt: die Datumsnavigation behaelt ihre Mindestbreite, "Neu"
   geht bei Platzmangel in die zweite Zeile. */
[b-fbq479wuks] .absense-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

/* Flache Kartenliste - jede Abwesenheit eine eigene Karte, wie in den übrigen
   Listen. Der Abwesenheitsgrund steht auf der Karte selbst. */
[b-fbq479wuks] .absense-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

[b-fbq479wuks] .absense-item {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .5rem .6rem;
    transition: box-shadow .15s ease;
}

[b-fbq479wuks] .absense-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

[b-fbq479wuks] .absense-item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}

[b-fbq479wuks] .absense-item-name {
    font-weight: 600;
    font-size: 0.95em;
}

[b-fbq479wuks] .absense-item-reason {
    font-size: 0.85em;
    color: #324E76;
    font-weight: 600;
}

[b-fbq479wuks] .absense-item-details {
    font-size: 0.85em;
    color: #555;
}

[b-fbq479wuks] .absense-item-note {
    font-size: 0.8em;
    color: #757575;
    margin-top: 4px;
}
/* /Pages/AppointmentView.razor.rz.scp.css */
[b-3gi73fixv3] .project-card {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.15s ease;
}

[b-3gi73fixv3] .project-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-3gi73fixv3] .project-header {
    display: flex;
    align-items: center;
    background: #324E76;
    color: #fff;
    padding: 8px 12px;
    font-size: 0.85em;
    font-weight: 600;
    min-height: 28px;
}

[b-3gi73fixv3] .project-header-current {
    background: linear-gradient(135deg, #324E76 0%, #3d8bfd 100%);
    font-size: 0.95em;
}

[b-3gi73fixv3] .project-body {
    padding: 12px 16px;
}

[b-3gi73fixv3] .resource-section-label {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #757575;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 6px;
}

[b-3gi73fixv3] .resource-section-label:first-child {
    margin-top: 0;
}

[b-3gi73fixv3] .resource-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

[b-3gi73fixv3] .resource-chip {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    border-radius: 24px;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
    border: 1.5px solid transparent;
}

[b-3gi73fixv3] .resource-chip:hover {
    background: #E3F2FD;
    box-shadow: 0 1px 4px rgba(25, 118, 210, 0.15);
}

[b-3gi73fixv3] .resource-chip-employee {
    border-color: #4472C4;
    background: #eaf0f9;
}

[b-3gi73fixv3] .resource-chip-vehicle {
    border-color: #ED7D31;
    background: #fdf1e7;
}

[b-3gi73fixv3] .resource-chip-current {
    background: #e7f1ff;
    border: 1.5px solid #324E76;
}

[b-3gi73fixv3] .resource-chip-current .resource-name {
    color: #324E76;
    font-weight: 700;
}

[b-3gi73fixv3] .resource-name {
    font-size: 0.9em;
    font-weight: 500;
    white-space: nowrap;
}

[b-3gi73fixv3] .note-indicator {
    margin-left: 6px;
    font-size: 0.75em;
    color: #1976D2;
}

[b-3gi73fixv3] .detail-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

[b-3gi73fixv3] .detail-card {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

[b-3gi73fixv3] .detail-header {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #FAFAFA;
    border-bottom: 1px solid #EEE;
}

[b-3gi73fixv3] .detail-title {
    font-size: 1.1em;
    font-weight: 600;
}

[b-3gi73fixv3] .detail-subtitle {
    font-size: 0.85em;
    color: #757575;
}

[b-3gi73fixv3] .detail-body {
    padding: 16px;
}

[b-3gi73fixv3] .detail-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.95em;
}

/* ── Reiter "Projekte" / "Abwesenheiten" ── */
[b-3gi73fixv3] .ap-tabs {
    height: calc(100% - 4rem);
    margin-top: .5rem;
}

[b-3gi73fixv3] .ap-tab-scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Anzahl je Gruppe im Kartenkopf. */
[b-3gi73fixv3] .project-count {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 8px;
    margin-left: auto;
}

/* Abwesenheits-Chip: zweizeilig, Name oben, Zeitraum darunter. */
[b-3gi73fixv3] .resource-chip-absence {
    flex-direction: column;
    align-items: flex-start;
    border-color: #4472C4;
    background: #eaf0f9;
    cursor: default;
    line-height: 1.3;
}

[b-3gi73fixv3] .resource-chip-absence:hover {
    background: #eaf0f9;
}

[b-3gi73fixv3] .resource-sub {
    font-size: 0.78em;
    color: #5a6472;
}
/* /Pages/DamageReportView.razor.rz.scp.css */
.damage-page[b-yi8bqufw6d] {
    padding: 0;
}

.damage-attachment[b-yi8bqufw6d] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #f8f9fa;
    border-radius: 6px;
    padding: .25rem .5rem;
}

    .damage-attachment img[b-yi8bqufw6d] {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 4px;
    }

    .damage-attachment > i[b-yi8bqufw6d] {
        font-size: 1.5rem;
        color: #6c757d;
    }

.damage-attachment-name[b-yi8bqufw6d] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.damage-list[b-yi8bqufw6d] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.damage-item[b-yi8bqufw6d] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .5rem .6rem;
}

.damage-item-head[b-yi8bqufw6d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.damage-item-vehicle[b-yi8bqufw6d] {
    font-size: .85rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.damage-item-sub[b-yi8bqufw6d] {
    font-size: .72rem;
    color: #6c757d;
}

.damage-item-text[b-yi8bqufw6d] {
    font-size: .82rem;
    margin-top: .15rem;
    white-space: pre-wrap;
}

.damage-item-note[b-yi8bqufw6d] {
    font-size: .75rem;
    color: #495057;
    background: #f8f9fa;
    border-radius: 4px;
    padding: .2rem .4rem;
    margin-top: .25rem;
}
/* /Pages/EmployeeAccountView.razor.rz.scp.css */
/* Kartenoptik in Anlehnung an die Startseite (cal-card): weisse Karte, Rahmen #dee2e6,
   Akzentfarbe #324E76, Ampelfarben wie in der Kalenderlegende (#198754 / #dc3545). */

[b-7ebgt4840j] .account-page {
    max-width: 980px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
}

[b-7ebgt4840j] .account-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

[b-7ebgt4840j] .account-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    background: #324E76;
    color: #fff;
    font-weight: 600;
    font-size: 0.95em;
}

/* ── Kennzahl ── */
[b-7ebgt4840j] .account-hero {
    text-align: center;
    padding: 1.1rem 1rem 0.9rem 1rem;
    border-bottom: 1px solid #eee;
}

[b-7ebgt4840j] .account-hero-value {
    font-size: 2.6em;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
}

[b-7ebgt4840j] .account-hero-unit {
    font-size: 0.8em;
    color: #6c757d;
    margin-top: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

[b-7ebgt4840j] .account-hero.value-plus {
    background: #f3fff6;
}

[b-7ebgt4840j] .account-hero.value-minus {
    background: #fff5f5;
}

[b-7ebgt4840j] .account-hero.value-plus .account-hero-value {
    color: #198754;
}

[b-7ebgt4840j] .account-hero.value-minus .account-hero-value {
    color: #dc3545;
}

[b-7ebgt4840j] .account-hero.value-neutral .account-hero-value {
    color: #324E76;
}

/* ── Fortschritt genommener Urlaub ── */
[b-7ebgt4840j] .account-progress {
    height: 8px;
    background: #eef0f2;
    margin: 0.9rem 1rem 0.35rem 1rem;
    border-radius: 999px;
    overflow: hidden;
}

[b-7ebgt4840j] .account-progress-fill {
    height: 100%;
    background: #324E76;
    border-radius: 999px;
    transition: width 0.3s ease;
}

[b-7ebgt4840j] .account-progress-legend {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    font-size: 0.75em;
    color: #6c757d;
}

/* ── Aufschlüsselung ── */
[b-7ebgt4840j] .account-rows {
    padding: 0.5rem 1rem 0.25rem 1rem;
}

[b-7ebgt4840j] .account-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

[b-7ebgt4840j] .account-row:last-child {
    border-bottom: none;
}

[b-7ebgt4840j] .account-label {
    font-size: 0.9em;
    color: #495057;
}

[b-7ebgt4840j] .account-value {
    font-weight: 700;
    font-size: 1em;
    color: #333;
    white-space: nowrap;
}

[b-7ebgt4840j] .account-value.value-plus {
    color: #198754;
}

[b-7ebgt4840j] .account-value.value-minus {
    color: #dc3545;
}

/* ── Hinweise ── */
[b-7ebgt4840j] .account-note {
    font-size: 0.78em;
    color: #757575;
    padding: 0.5rem 1rem 0.8rem 1rem;
    line-height: 1.4;
}

[b-7ebgt4840j] .account-updated {
    font-size: 0.75em;
    color: #9e9e9e;
    text-align: center;
    padding-bottom: 0.75rem;
}
/* /Pages/ExpenseView.razor.rz.scp.css */
.expense-page[b-i6jddzvwqy] {
    padding: 0;
}

/* Betrag und Herleitung stehen zusammen - der Mitarbeiter sieht, wie die Summe entsteht. */
.expense-calc[b-i6jddzvwqy] {
    background: #f1f5fa;
    border-radius: 6px;
    padding: .35rem .5rem;
}

.expense-calc-amount[b-i6jddzvwqy] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #324E76;
    margin-right: .5rem;
}

.expense-calc-info[b-i6jddzvwqy] {
    font-size: .74rem;
    color: #495057;
}

.expense-attachment[b-i6jddzvwqy] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #f8f9fa;
    border-radius: 6px;
    padding: .25rem .5rem;
}

    .expense-attachment img[b-i6jddzvwqy] {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 4px;
    }

    .expense-attachment > i[b-i6jddzvwqy] {
        font-size: 1.5rem;
        color: #6c757d;
    }

.expense-attachment-name[b-i6jddzvwqy] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expense-list[b-i6jddzvwqy] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.expense-item[b-i6jddzvwqy] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .5rem .6rem;
}

.expense-item-head[b-i6jddzvwqy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.expense-item-type[b-i6jddzvwqy] {
    font-size: .85rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expense-item-sub[b-i6jddzvwqy] {
    font-size: .72rem;
    color: #6c757d;
}

.expense-item-amount[b-i6jddzvwqy] {
    font-size: .95rem;
    font-weight: 700;
    color: #212529;
}

.expense-item-text[b-i6jddzvwqy] {
    font-size: .82rem;
    margin-top: .15rem;
    white-space: pre-wrap;
}

.expense-item-note[b-i6jddzvwqy] {
    font-size: .75rem;
    color: #495057;
    background: #f8f9fa;
    border-radius: 4px;
    padding: .2rem .4rem;
    margin-top: .25rem;
}
/* /Pages/ProjectDocumentationView.razor.rz.scp.css */
.attachment-page[b-bmp5tbudlm] {
    padding: 0;
}

.attachment-status[b-bmp5tbudlm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin: 0 0 .75rem;
}

/* Feste Groesse - sonst erbt der Text die x-large-Schrift von body.e-bigger. */
.attachment-status-text[b-bmp5tbudlm] {
    font-size: .875rem;
    color: #6c757d;
}

.attachment-list[b-bmp5tbudlm] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.attachment-item[b-bmp5tbudlm] {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .4rem .5rem;
}

.attachment-thumb[b-bmp5tbudlm] {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #adb5bd;
    font-size: 1.6rem;
}

    .attachment-thumb img[b-bmp5tbudlm] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.attachment-info[b-bmp5tbudlm] {
    flex: 1 1 auto;
    min-width: 0;
}

.attachment-title[b-bmp5tbudlm] {
    font-size: .85rem;
    font-weight: 600;
}

.attachment-sub[b-bmp5tbudlm] {
    font-size: .75rem;
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Pages/RefuelingView.razor.rz.scp.css */
.fuel-page[b-nhx8h5iqsf] {
    padding: 0;
}

.fuel-attachment[b-nhx8h5iqsf] {
    display: flex;
    align-items: center;
    gap: .5rem;
    background: #f8f9fa;
    border-radius: 6px;
    padding: .25rem .5rem;
}

    .fuel-attachment img[b-nhx8h5iqsf] {
        width: 44px;
        height: 44px;
        object-fit: cover;
        border-radius: 4px;
    }

    .fuel-attachment > i[b-nhx8h5iqsf] {
        font-size: 1.5rem;
        color: #6c757d;
    }

.fuel-attachment-name[b-nhx8h5iqsf] {
    flex: 1 1 auto;
    min-width: 0;
    font-size: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fuel-list[b-nhx8h5iqsf] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.fuel-item[b-nhx8h5iqsf] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .5rem .6rem;
}

.fuel-item-head[b-nhx8h5iqsf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.fuel-item-vehicle[b-nhx8h5iqsf] {
    font-size: .85rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Die getankte Menge ist die eine Zahl, die beim Durchblättern zählt. */
.fuel-item-quantity[b-nhx8h5iqsf] {
    flex: 0 0 auto;
    font-size: .85rem;
    font-weight: 600;
}

.fuel-item-sub[b-nhx8h5iqsf] {
    font-size: .72rem;
    color: #6c757d;
}
/* /Pages/TimeSheetView.razor.rz.scp.css */
[b-imtu0ox0zz] .timesheet-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-imtu0ox0zz] .hidden-grid {
    height: 0;
    width: 0;
    overflow: hidden;
    position: fixed;
    left: -9999px;
    top: -9999px;
}

[b-imtu0ox0zz] .hidden-grid .e-dialog,
[b-imtu0ox0zz] .hidden-grid .e-dlg-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* Umbrechen erlaubt: die Datumsnavigation behaelt ihre Mindestbreite, "Neu"
   geht bei Platzmangel in die zweite Zeile. */
[b-imtu0ox0zz] .ts-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    flex-shrink: 0;
}

[b-imtu0ox0zz] .ts-cards-area {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

[b-imtu0ox0zz] .ts-day-summary {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

[b-imtu0ox0zz] .ts-day-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-imtu0ox0zz] .ts-total-hours {
    background: #e7f1ff;
    color: #324E76;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95em;
}

[b-imtu0ox0zz] .ts-day-count {
    font-size: 0.8em;
    color: #888;
    margin-top: 2px;
}

[b-imtu0ox0zz] .ts-timeline {
    position: relative;
    padding-left: 32px;
}

    [b-imtu0ox0zz] .ts-timeline::before {
        content: '';
        position: absolute;
        left: 13px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #dee2e6;
    }

[b-imtu0ox0zz] .ts-timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    /* Etwas Luft zwischen Punkt und Karte - vorher stiessen beide fast aneinander.
       Der Punkt haengt absolut an der Karte und wird um denselben Betrag
       gegengerechnet (siehe .ts-timeline-dot), damit er auf der Linie stehen bleibt. */
    margin-left: 5px;
    cursor: pointer;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: box-shadow 0.15s, background 0.15s;
}

    [b-imtu0ox0zz] .ts-timeline-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        background: #f8fbff;
    }

[b-imtu0ox0zz] .ts-timeline-dot {
    position: absolute;
    /* -28px Ausgangslage minus die 5px, um die die Karte nach rechts gerueckt ist. */
    left: -33px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.6em;
    z-index: 1;
}

[b-imtu0ox0zz] .ts-timeline-content {
    flex: 1;
    min-width: 0;
}

[b-imtu0ox0zz] .ts-timeline-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}

[b-imtu0ox0zz] .ts-timeline-project-hours {
    display: flex;
    flex-direction: column;
}

[b-imtu0ox0zz] .ts-timeline-project {
    font-size: 1em;
    font-weight: 700;
    color: #333;
}

[b-imtu0ox0zz] .ts-timeline-hours {
    font-size: 1.1em;
    font-weight: 700;
    color: #004896;
}

[b-imtu0ox0zz] .ts-timeline-worktime {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 2px;
}

[b-imtu0ox0zz] .ts-break {
    color: #999;
    margin-left: 4px;
}

[b-imtu0ox0zz] .ts-timeline-detail {
    font-size: 0.82em;
    color: #666;
    margin-top: 1px;
}

[b-imtu0ox0zz] .ts-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

[b-imtu0ox0zz] .btn-delete-item {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 0.9em;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

    [b-imtu0ox0zz] .btn-delete-item:hover {
        color: #dc3545;
        background: #fff5f5;
    }

[b-imtu0ox0zz] .ts-item-note {
    font-size: 0.8em;
    color: #757575;
    margin-top: 4px;
}
/* /Shared/Controls/HpoFilePicker.razor.rz.scp.css */
/* Kachelliste der angehängten Dateien.

   Dieselbe Darstellung wie in der Projektdokumentation. Die Regeln stehen hier noch einmal,
   weil scoped CSS nur für die Elemente gilt, die das jeweilige Bauteil selbst rendert -
   die Seite kann sie dem Steuerelement nicht vererben. */

.attachment-list[b-dszan8ldhw] {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.attachment-item[b-dszan8ldhw] {
    display: flex;
    align-items: center;
    gap: .6rem;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: .4rem .5rem;
}

.attachment-thumb[b-dszan8ldhw] {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #adb5bd;
    font-size: 1.6rem;
}

    .attachment-thumb img[b-dszan8ldhw] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.attachment-info[b-dszan8ldhw] {
    flex: 1 1 auto;
    min-width: 0;
}

/* Feste Groesse - sonst erbt der Text die x-large-Schrift von body.e-bigger. */
.attachment-title[b-dszan8ldhw] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    font-weight: 600;
}

.attachment-sub[b-dszan8ldhw] {
    font-size: .75rem;
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vd6i2qjw69] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vd6i2qjw69] {
    flex: 1;
}

.sidebar[b-vd6i2qjw69] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vd6i2qjw69] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vd6i2qjw69]  a, .top-row[b-vd6i2qjw69]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vd6i2qjw69]  a:hover, .top-row[b-vd6i2qjw69]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vd6i2qjw69]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vd6i2qjw69] {
        display: none;
    }

    .top-row.auth[b-vd6i2qjw69] {
        justify-content: space-between;
    }

    .top-row[b-vd6i2qjw69]  a, .top-row[b-vd6i2qjw69]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vd6i2qjw69] {
        flex-direction: row;
    }

    .sidebar[b-vd6i2qjw69] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vd6i2qjw69] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vd6i2qjw69]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vd6i2qjw69], article[b-vd6i2qjw69] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w7tvt0fvoi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w7tvt0fvoi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w7tvt0fvoi] {
    font-size: 1.1rem;
}

.oi[b-w7tvt0fvoi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-w7tvt0fvoi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w7tvt0fvoi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w7tvt0fvoi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w7tvt0fvoi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w7tvt0fvoi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w7tvt0fvoi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w7tvt0fvoi] {
        display: none;
    }

    .collapse[b-w7tvt0fvoi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NotificationBell.razor.rz.scp.css */
.hpo-bell[b-ykxx0h385z] {
    position: relative;
    display: flex;
    align-items: center;
}

/* Zähler an der Glocke - klein und oben rechts, wie man es vom Telefon kennt. */
.hpo-bell-badge[b-ykxx0h385z] {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 8px;
    background: #dc3545;
    color: #fff;
    font-size: .62rem;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

/* Fängt den Klick daneben ab, damit die Liste wieder zugeht. */
.hpo-bell-backdrop[b-ykxx0h385z] {
    position: fixed;
    inset: 0;
    z-index: 1040;
}

/* Die Farbe muss hier stehen: die Glocke haengt in der Kopfzeile, und die vererbt
   color: #fff. Ohne eigene Angabe stuenden Ueberschrift und Titel weiss auf weiss. */
.hpo-bell-panel[b-ykxx0h385z] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 1050;
    width: min(92vw, 340px);
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .18);
}

.hpo-bell-head[b-ykxx0h385z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem .6rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: .85rem;
}

.hpo-bell-clear[b-ykxx0h385z] {
    border: none;
    background: none;
    padding: 0;
    color: #dc3545;
    font-size: .75rem;
}

.hpo-bell-empty[b-ykxx0h385z] {
    padding: 1rem .6rem;
    text-align: center;
    color: #6c757d;
    font-size: .8rem;
}

.hpo-bell-item[b-ykxx0h385z] {
    display: flex;
    align-items: flex-start;
    gap: .35rem;
    padding: .45rem .6rem;
    border-bottom: 1px solid #f1f3f5;
}

    /* Ungelesenes hebt sich ab, bis die Liste einmal offen war. */
    .hpo-bell-item.is-unread[b-ykxx0h385z] {
        background: #f1f5fa;
    }

.hpo-bell-item-body[b-ykxx0h385z] {
    flex: 1 1 auto;
    min-width: 0;
}

.hpo-bell-item-title[b-ykxx0h385z] {
    font-size: .82rem;
    font-weight: 600;
}

.hpo-bell-item-text[b-ykxx0h385z] {
    font-size: .76rem;
    color: #495057;
}

.hpo-bell-item-date[b-ykxx0h385z] {
    font-size: .68rem;
    color: #adb5bd;
}

.hpo-bell-remove[b-ykxx0h385z] {
    flex: 0 0 auto;
    border: none;
    background: none;
    color: #adb5bd;
    padding: 0 .15rem;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */

.floating-update-button[b-ykdn05k5z9] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-ykdn05k5z9 2s ease-out;
}

@keyframes fadein-b-ykdn05k5z9 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
