/* /Components/Layout/FahrerDienstLayout.razor.rz.scp.css */
.driver-shell[b-x8dqz32oy7] {
    min-height: 100vh;
    min-height: 100dvh;
    background: #f4f6f8;
    color: #14263a;
}

.driver-topbar[b-x8dqz32oy7] {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 4.4rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    color: #fff;
    background: linear-gradient(120deg, #082844 0%, #0c3859 100%);
    box-shadow: 0 2px 12px rgba(9, 34, 55, .18);
}

.driver-topbar-inner[b-x8dqz32oy7] {
    width: min(100%, 1080px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.driver-brand[b-x8dqz32oy7] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .7rem;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: -.015em;
}

.driver-brand-mark[b-x8dqz32oy7] {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.55rem;
}

.driver-theme-toggle[b-x8dqz32oy7] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .42rem;
    min-height: 2.35rem;
    padding: .42rem .72rem;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: .7rem;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font: inherit;
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
}

.driver-theme-toggle:hover[b-x8dqz32oy7] {
    background: rgba(255, 255, 255, .14);
}

.driver-theme-toggle:focus-visible[b-x8dqz32oy7] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.driver-content[b-x8dqz32oy7] {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: .8rem .75rem 2rem;
}

@media (min-width: 760px) {
    .driver-topbar[b-x8dqz32oy7] {
        min-height: 4.8rem;
        padding-inline: 1.5rem;
    }

    .driver-content[b-x8dqz32oy7] {
        padding: 1.2rem 1.25rem 2.5rem;
    }
}

@media (max-width: 420px) {
    .driver-theme-toggle span[b-x8dqz32oy7] {
        display: none;
    }

    .driver-theme-toggle[b-x8dqz32oy7] {
        width: 2.5rem;
        padding-inline: .5rem;
    }
}

#blazor-error-ui[b-x8dqz32oy7] {
    display: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j2d5guzoti] {
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: var(--rp-background);
}

main[b-j2d5guzoti] {
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.theme-toggle[b-j2d5guzoti] {
    position: absolute;
    top: .55rem;
    right: 1rem;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 5.1rem;
    justify-content: center;
    background: var(--rp-surface);
    box-shadow: 0 2px 8px rgba(16, 42, 67, .12);
}

.content[b-j2d5guzoti] {
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: .45rem;
}

/* Aktivitäten- und Dispositionsseiten verwalten ihre Scrollbereiche selbst. */
.content:has(.ak-plan)[b-j2d5guzoti],
.content:has(.disp-plan)[b-j2d5guzoti] {
    overflow: hidden;
}

.content:has(.ak-plan)[b-j2d5guzoti]  .container-fluid.py-3,
.content:has(.disp-plan)[b-j2d5guzoti]  .container-fluid.py-3 {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
}

.content:has(.ak-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .mb-3:first-child,
.content:has(.disp-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .mb-3:first-child {
    flex: 0 0 auto;
    margin-bottom: .3rem !important;
}

.content:has(.ak-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card.mb-3,
.content:has(.disp-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card.mb-3 {
    flex: 0 0 auto;
    margin-bottom: .3rem !important;
}

.content:has(.ak-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card:not(.mb-3),
.content:has(.disp-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card:not(.mb-3) {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: .1rem;
}

.content:has(.ak-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card:not(.mb-3) > .ak-plan,
.content:has(.disp-plan)[b-j2d5guzoti]  .container-fluid.py-3 > .card:not(.mb-3) > .disp-plan {
    min-height: 0;
    flex: 1 1 auto;
    max-height: none !important;
    overflow: auto;
}

.sidebar[b-j2d5guzoti] {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(180deg, var(--rp-navy-strong) 0%, var(--rp-navy) 58%, #153a55 100%);
    box-shadow: 8px 0 28px rgba(11, 31, 51, 0.12);
}

@media (min-width: 641px) {
    .page[b-j2d5guzoti] {
        flex-direction: row;
    }

    .sidebar[b-j2d5guzoti] {
        width: 270px;
        height: 100%;
        position: relative;
        flex: 0 0 270px;
    }

    article[b-j2d5guzoti] {
        padding-left: clamp(1.5rem, 3vw, 3rem) !important;
        padding-right: clamp(1.5rem, 3vw, 3rem) !important;
        width: 100%;
        max-width: 1700px;
        margin-inline: auto;
    }
}

@media (max-width: 640px) {
    .theme-toggle[b-j2d5guzoti] {
        top: .35rem;
        right: .45rem;
    }
}

#blazor-error-ui[b-j2d5guzoti] {
    color-scheme: light only;
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1000;
    padding: 0.85rem 3rem 0.85rem 1rem;
    color: #fff;
    background: var(--rp-red);
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#blazor-error-ui .reload[b-j2d5guzoti] {
    margin-left: 0.5rem;
    color: #fff;
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-j2d5guzoti] {
    position: absolute;
    right: 0.9rem;
    top: 0.65rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ohdtw4swgm] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.65rem;
    color: white;
    position: absolute;
    top: 0.65rem;
    left: 0.75rem;
    z-index: 120;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.7rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.55rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-ohdtw4swgm] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-ohdtw4swgm] {
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-ohdtw4swgm] {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.navbar-brand[b-ohdtw4swgm]::before {
    content: "RP";
    width: 2.35rem;
    height: 2.35rem;
    margin-right: 0.75rem;
    display: inline-grid;
    place-items: center;
    color: #fff;
    background: var(--rp-red);
    border-radius: 0.7rem;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    vertical-align: middle;
}

.nav-section[b-ohdtw4swgm] {
    margin: 1.25rem 1rem 0.45rem;
    padding: 0 0.35rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.nav-item[b-ohdtw4swgm] {
    padding: 0.14rem 0.8rem;
    font-size: 0.92rem;
}

.nav-item:first-of-type[b-ohdtw4swgm] {
    padding-top: 1rem;
}

.nav-item[b-ohdtw4swgm]  .nav-link {
    width: 100%;
    min-height: 2.85rem;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.8rem;
    color: rgba(255, 255, 255, 0.76);
    border-left: 3px solid transparent;
    border-radius: 0.7rem;
    text-decoration: none;
    transition: color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.nav-item[b-ohdtw4swgm]  a.active {
    color: white;
    background: rgba(255, 255, 255, 0.13);
    border-left-color: var(--rp-red);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.nav-item[b-ohdtw4swgm]  .nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(2px);
}

.logout-form[b-ohdtw4swgm] {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.logout-form .logout-link[b-ohdtw4swgm] {
    appearance: none;
    font: inherit;
    cursor: pointer;
}

.nav-icon[b-ohdtw4swgm] {
    width: 1.7rem;
    margin-right: 0.7rem;
    display: inline-flex;
    justify-content: center;
    filter: grayscale(1) brightness(2.2);
    opacity: 0.9;
}

.nav-scrollable[b-ohdtw4swgm] {
    display: none;
    padding-bottom: 1.5rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ohdtw4swgm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ohdtw4swgm] {
        display: none;
    }

    .nav-scrollable[b-ohdtw4swgm] {
        display: block;
        height: calc(100vh - 5.25rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xnvhap39zy],
.components-reconnect-repeated-attempt-visible[b-xnvhap39zy],
.components-reconnect-failed-visible[b-xnvhap39zy],
.components-pause-visible[b-xnvhap39zy],
.components-resume-failed-visible[b-xnvhap39zy],
.components-rejoining-animation[b-xnvhap39zy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-retrying[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-failed[b-xnvhap39zy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xnvhap39zy] {
    display: block;
}


#components-reconnect-modal[b-xnvhap39zy] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xnvhap39zy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xnvhap39zy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xnvhap39zy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xnvhap39zy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xnvhap39zy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xnvhap39zy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xnvhap39zy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xnvhap39zy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xnvhap39zy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xnvhap39zy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xnvhap39zy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xnvhap39zy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xnvhap39zy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xnvhap39zy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xnvhap39zy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xnvhap39zy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xnvhap39zy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xnvhap39zy {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Aktivitaeten.razor.rz.scp.css */
/* Basislayout der kombinierten Aktivitaetenansicht. */
[b-z17mbaksa5] .ak-toolbar { display:flex; gap:.5rem; align-items:end; flex-wrap:wrap; }
[b-z17mbaksa5] .ak-toolbar .veranstaltung { min-width:320px; flex:1 1 420px; }
[b-z17mbaksa5] .ak-tage { display:flex; gap:.35rem; flex-wrap:wrap; }
[b-z17mbaksa5] .ak-tag { display:inline-flex; align-items:center; gap:.35rem; padding:.3rem .65rem; border:1px solid #ced4da; border-radius:.4rem; background:#fff; }
[b-z17mbaksa5] .ak-tag.active { background:#0d6efd; border-color:#0d6efd; color:#fff; }
[b-z17mbaksa5] .ak-tag-status { display:inline-flex; align-items:center; gap:.16rem; font-size:.78rem; line-height:1; }
[b-z17mbaksa5] .ak-tag-status-art { color:#6c757d; font-size:.72rem; }
[b-z17mbaksa5] .ak-tag-status-trenner { color:#adb5bd; font-weight:600; margin:0 -.08rem; }
[b-z17mbaksa5] .ak-tag-offen { color:#ffc107; }
[b-z17mbaksa5] .ak-tag-ok { color:#198754; }
[b-z17mbaksa5] .ak-tag.active .ak-tag-status-art,
[b-z17mbaksa5] .ak-tag.active .ak-tag-status-trenner { color:rgba(255,255,255,.85); }

[b-z17mbaksa5] .ak-tabs { display:flex; gap:.25rem; border-bottom:1px solid #dee2e6; }
[b-z17mbaksa5] .ak-tab { border:0; background:transparent; padding:.5rem .85rem; font-weight:600; color:#6c757d; border-bottom:3px solid transparent; }
[b-z17mbaksa5] .ak-tab.active { color:#0d6efd; border-bottom-color:#0d6efd; }

[b-z17mbaksa5] .ak-plan {
    overflow-x:auto !important;
    overflow-y:auto !important;
    max-height:65vh;
    padding-bottom:10px;
    position:relative;
}

[b-z17mbaksa5] .ak-scale,
[b-z17mbaksa5] .ak-row {
    display:grid;
    grid-template-columns:150px minmax(var(--ak-track-min, 720px),1fr);
    min-width:calc(150px + var(--ak-track-min, 720px));
}

[b-z17mbaksa5] .ak-scale {
    position:sticky;
    top:0;
    z-index:30;
    background:#f8f9fa;
    box-shadow:0 1px 2px rgba(0,0,0,.12);
}

[b-z17mbaksa5] .ak-label {
    position:sticky;
    left:0;
    z-index:40;
    background:var(--bs-body-bg,#fff);
    border-right:1px solid #dee2e6;
    box-shadow:1px 0 0 var(--bs-border-color,#dee2e6);
    padding:.3rem .55rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

[b-z17mbaksa5] .ak-scale .ak-label {
    z-index:42;
    background:var(--bs-tertiary-bg,#f8f9fa);
}

[b-z17mbaksa5] .ak-fahrer-label { overflow:visible; text-overflow:clip; }
[b-z17mbaksa5] .ak-fahrer-label:focus-within { z-index:1000; }

[b-z17mbaksa5] .ak-track {
    position:relative;
    min-height:55px;
    border-bottom:1px solid #edf0f2;
    overflow:hidden;
}

[b-z17mbaksa5] .ak-scale-track {
    position:relative;
    height:30px;
    background:#f8f9fa;
    border-bottom:1px solid #dee2e6;
    overflow:hidden;
}

[b-z17mbaksa5] .ak-hour { position:absolute; top:0; bottom:0; z-index:5; border-left:1px solid #adb5bd; font-size:.7rem; color:#6c757d; padding-left:.2rem; transform:translateX(-1px); }
[b-z17mbaksa5] .ak-hour-line,
[b-z17mbaksa5] .ak-grid-hour { position:absolute; top:0; bottom:0; z-index:2; border-left:1px solid rgba(0,0,0,.10); pointer-events:none; }
[b-z17mbaksa5] .ak-half-line,
[b-z17mbaksa5] .ak-grid-half { position:absolute; top:0; bottom:0; z-index:2; border-left:1px dotted rgba(0,0,0,.08); pointer-events:none; }

[b-z17mbaksa5] .ak-phase-bg { position:absolute; top:0; bottom:0; z-index:1; pointer-events:none; overflow:hidden; }
[b-z17mbaksa5] .ak-phase-label { position:absolute; left:.3rem; right:.3rem; top:1.05rem; font-size:.68rem; font-weight:600; line-height:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left; color:rgba(33,37,41,.82); }
[b-z17mbaksa5] .ak-phase-training { background:rgba(250,128,114,.11)!important; }
[b-z17mbaksa5] .ak-phase-rennen { background:rgba(100,181,246,.11)!important; }
[b-z17mbaksa5] .ak-phase-uebergang { background:rgba(129,199,132,.14)!important; }

[b-z17mbaksa5] .ak-night-bg { position:absolute; top:0; bottom:0; background:rgba(33,37,41,.055); pointer-events:none; z-index:1; }
[b-z17mbaksa5] .ak-sun-marker { position:absolute; top:0; bottom:0; width:0; border-left:1px solid rgba(108,117,125,.65); pointer-events:auto; z-index:8; }
[b-z17mbaksa5] .ak-sunrise { border-left-style:solid; }
[b-z17mbaksa5] .ak-sunset { border-left-style:dashed; }

[b-z17mbaksa5] .ak-unavailable { position:absolute; top:0; bottom:0; z-index:3; pointer-events:none; background-color:rgba(108,117,125,.20); background-image:repeating-linear-gradient(135deg,rgba(73,80,87,.34) 0,rgba(73,80,87,.34) 2px,transparent 2px,transparent 8px); border-left:1px solid rgba(73,80,87,.35); border-right:1px solid rgba(73,80,87,.35); }
[b-z17mbaksa5] .ak-unavailable-defekt { background-color:rgba(220,53,69,.18); background-image:repeating-linear-gradient(135deg,rgba(176,42,55,.58) 0,rgba(176,42,55,.58) 2px,transparent 2px,transparent 8px); border-left-color:rgba(176,42,55,.65); border-right-color:rgba(176,42,55,.65); }
[b-z17mbaksa5] .ak-unavailable-ausfall { background-color:rgba(107,142,35,.20); background-image:repeating-linear-gradient(135deg,rgba(85,107,47,.62) 0,rgba(85,107,47,.62) 2px,transparent 2px,transparent 8px); border-left-color:rgba(85,107,47,.70); border-right-color:rgba(85,107,47,.70); }

[b-z17mbaksa5] .ak-bar { position:absolute; border-radius:0!important; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:.13rem .3rem; font-size:.72rem; line-height:1.25; border:1px solid rgba(0,0,0,.18); cursor:pointer; box-sizing:border-box; display:flex; align-items:center; }
[b-z17mbaksa5] .ak-segment-handle { position:absolute; top:29px; height:22px; z-index:6; border:1px dashed transparent; border-radius:0!important; background:transparent; cursor:grab; box-sizing:border-box; }
[b-z17mbaksa5] .ak-segment-handle:active { cursor:grabbing; }

/* Fahrerzeilen */
[b-z17mbaksa5] .ak-fahrer-row .ak-track,
[b-z17mbaksa5] .ak-fahrer-row .ak-label { min-height:48px!important; }
[b-z17mbaksa5] .ak-fahrer { top:13px!important; height:34px!important; min-height:34px!important; max-height:34px!important; padding:0 .42rem!important; box-sizing:border-box!important; z-index:8; font-size:.70rem; font-weight:600; border-radius:0!important; }
[b-z17mbaksa5] .ak-fahrer.ak-fahrer-zweizeilig { display:flex!important; flex-direction:column!important; align-items:flex-start!important; justify-content:center!important; text-align:left!important; padding:.07rem .24rem!important; line-height:1.02!important; white-space:normal!important; overflow:hidden!important; }
[b-z17mbaksa5] .ak-fahrer-zweizeilig .ak-balken-bezeichnung,
[b-z17mbaksa5] .ak-fahrer-zweizeilig .ak-balken-zeit { display:block; width:100%; min-width:0; overflow:hidden; white-space:nowrap; text-overflow:clip; text-align:left!important; }
[b-z17mbaksa5] .ak-fahrer-zweizeilig .ak-balken-bezeichnung { font-weight:700; }
[b-z17mbaksa5] .ak-fahrer-zweizeilig .ak-balken-zeit { margin-top:.06rem; font-size:.78em; line-height:1; font-weight:500; opacity:.92; }

[b-z17mbaksa5] .ak-fahrer.ak-fahrer-reserve,
[b-z17mbaksa5] .ak-fahrer.ak-fahrer-einsatzleitung,
[b-z17mbaksa5] .ak-fahrer.ak-fahrer-status { top:2px!important; height:10px!important; min-height:10px!important; max-height:10px!important; display:flex!important; align-items:center!important; justify-content:center!important; padding:0 .18rem!important; line-height:10px!important; overflow:hidden!important; white-space:nowrap!important; z-index:12!important; }
[b-z17mbaksa5] .ak-fahrer-reserve .ak-balken-bezeichnung,
[b-z17mbaksa5] .ak-fahrer-einsatzleitung .ak-balken-bezeichnung,
[b-z17mbaksa5] .ak-fahrer-status .ak-balken-bezeichnung { display:block!important; width:100%!important; min-width:0!important; overflow:hidden!important; white-space:nowrap!important; text-align:center!important; line-height:10px!important; }

/* Bootssicht */
[b-z17mbaksa5] .ak-boot { display:none!important; }
[b-z17mbaksa5] .ak-boot-fahrer-schnitt.ak-boot-fahrer-schnitt-zweizeilig { top:7px!important; height:34px!important; min-height:34px!important; max-height:34px!important; z-index:14!important; display:flex!important; flex-direction:column!important; align-items:flex-start!important; justify-content:center!important; text-align:left!important; padding:.07rem .24rem!important; line-height:1.02!important; white-space:normal!important; }
[b-z17mbaksa5] .ak-boot-fahrer-schnitt-zweizeilig .ak-balken-bezeichnung,
[b-z17mbaksa5] .ak-boot-fahrer-schnitt-zweizeilig .ak-balken-zeit { display:block; width:100%; min-width:0; overflow:hidden; white-space:nowrap; text-overflow:clip; text-align:left!important; }
[b-z17mbaksa5] .ak-boot-fahrer-schnitt-zweizeilig .ak-balken-bezeichnung { font-weight:700; }
[b-z17mbaksa5] .ak-boot-fahrer-schnitt-zweizeilig .ak-balken-zeit { margin-top:.06rem; font-size:.78em; line-height:1; font-weight:500; opacity:.92; }
[b-z17mbaksa5] .ak-segment-handle.ak-segment-zweizeilig,
[b-z17mbaksa5] .ak-segment-handle.ak-segment-einzeilig { top:7px!important; height:34px!important; min-height:34px!important; max-height:34px!important; }
[b-z17mbaksa5] .ak-segment-handle.ak-segment-einzeilig { display:flex!important; align-items:center!important; justify-content:flex-start!important; padding:0 .22rem!important; line-height:1!important; overflow:hidden!important; white-space:nowrap!important; text-overflow:clip!important; }

/* Separatorleiste bleibt fest; nur die Zeitleiste scrollt. */
[b-z17mbaksa5] .ak-section { position:sticky; left:0; z-index:24; width:100%; max-width:100%; min-width:0; box-sizing:border-box; padding:.3rem .55rem; font-size:.72rem; text-transform:uppercase; font-weight:700; color:#6c757d; background:#f8f9fa; border-top:1px solid #dee2e6; border-bottom:1px solid #dee2e6; }
[b-z17mbaksa5] .ak-section-with-action { display:flex; align-items:center; justify-content:space-between; gap:.75rem; }
[b-z17mbaksa5] .ak-section-with-action > * { text-transform:none; }
[b-z17mbaksa5] .ak-section-with-action > span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-transform:uppercase; }
[b-z17mbaksa5] .ak-section-with-action > :last-child { flex:0 0 auto; margin-left:auto; }

[b-z17mbaksa5] .ak-open-empty .ak-label { color:#6c757d; font-style:italic; }
[b-z17mbaksa5] .ak-open-empty .ak-track { background:rgba(108,117,125,.035); }
[b-z17mbaksa5] .ak-resource-spacer { height:9px; min-width:900px; border-bottom:1px solid #edf0f2; background:#fff; }

[b-z17mbaksa5] .ak-umlauf-handle { display:inline-flex; align-items:center; gap:.2rem; max-width:100%; margin-top:.18rem; padding:.08rem .28rem; border:1px solid #ced4da; border-radius:.25rem; background:#f8f9fa; color:#495057; font-size:.68rem; font-weight:600; overflow:hidden; text-overflow:ellipsis; cursor:grab; }
[b-z17mbaksa5] .ak-label > .ak-umlauf-handle { display:flex; width:max-content; margin-top:.2rem; }

[b-z17mbaksa5] .ak-zoom-controls { display:inline-flex; align-items:center; gap:.2rem; }
[b-z17mbaksa5] .ak-zoom-label { min-width:4.7rem; text-align:center; font-size:.72rem; color:#6c757d; white-space:nowrap; }

/* Popover/Validierungen dürfen weiterhin bewusst über die feste linke Grenze hinausgehen. */
[b-z17mbaksa5] .ak-row,
[b-z17mbaksa5] .ak-fahrer-row,
[b-z17mbaksa5] .ak-fahrer-validierung { overflow:visible!important; }
[b-z17mbaksa5] .ak-row > .ak-label:has(.boot-ausser-betrieb-backdrop),
[b-z17mbaksa5] .ak-row > .ak-label:has(.boot-validierung:hover),
[b-z17mbaksa5] .ak-row > .ak-label:has(.boot-validierung:focus-within),
[b-z17mbaksa5] .ak-fahrer-row > .ak-label:has(.ak-fahrer-validierung:hover),
[b-z17mbaksa5] .ak-fahrer-row > .ak-label:has(.ak-fahrer-validierung:focus-within) { overflow:visible!important; z-index:2100!important; }

[b-z17mbaksa5] .ak-fahrer-validierung { position:relative; display:inline-flex; align-items:center; flex:0 0 auto; cursor:help; }
[b-z17mbaksa5] .ak-fahrer-validierung-tooltip { position:absolute; left:100%; top:50%; z-index:999!important; display:none; width:max-content; max-width:min(620px,70vw); margin-left:.45rem; padding:.45rem .55rem; transform:translateY(-50%); border:1px solid rgba(0,0,0,.18); border-radius:.35rem; background:#fff; box-shadow:0 .25rem .8rem rgba(0,0,0,.18); color:#212529; font-size:.72rem; font-weight:400; line-height:1.35; white-space:normal; }
[b-z17mbaksa5] .ak-fahrer-validierung:hover .ak-fahrer-validierung-tooltip,
[b-z17mbaksa5] .ak-fahrer-validierung:focus .ak-fahrer-validierung-tooltip,
[b-z17mbaksa5] .ak-fahrer-validierung:focus-within .ak-fahrer-validierung-tooltip { display:block; }
/* /Components/Pages/Disposition.razor.rz.scp.css */
.disp-toolbar[b-2nentoeayq] { display:flex; gap:.8rem; align-items:end; flex-wrap:wrap; }
.disp-veranstaltung[b-2nentoeayq] { min-width:24rem; }
.disp-tage[b-2nentoeayq],.disp-tabs[b-2nentoeayq] { display:flex; gap:.3rem; align-items:center; flex-wrap:wrap; }
.disp-tag[b-2nentoeayq],.disp-tab[b-2nentoeayq] { border:0; background:transparent; color:var(--bs-secondary-color); padding:.4rem .65rem; text-decoration:none; font-weight:600; }
.disp-tag[b-2nentoeayq] { border:1px solid var(--bs-border-color); border-radius:.25rem; padding:.18rem .45rem; }
.disp-tag.active[b-2nentoeayq],.disp-tab.active[b-2nentoeayq] { background:var(--bs-primary); color:var(--bs-white); }
.disp-tab:hover[b-2nentoeayq] { background:var(--bs-tertiary-bg); color:var(--bs-body-color); }

/* Die Disposition füllt den verfügbaren Viewport. Dadurch bleibt die horizontale
   Scrollleiste immer am unteren Rand sichtbar; bei vielen Booten scrollt nur die
   eigentliche Dispositionsfläche vertikal. */
.container-fluid.py-2[b-2nentoeayq] { height:calc(100vh - 1rem); min-height:0; display:flex; flex-direction:column; overflow:hidden; }
.container-fluid.py-2 > .mb-1[b-2nentoeayq],
.container-fluid.py-2 > .card:not(.disp-card)[b-2nentoeayq] { flex:0 0 auto; }
.disp-card[b-2nentoeayq] { min-height:0; flex:1 1 auto; overflow:hidden; display:flex; flex-direction:column; }
.disp-card > .card-header[b-2nentoeayq] { flex:0 0 auto; }
.disp-zoom-controls[b-2nentoeayq] { display:flex; align-items:center; gap:.3rem; }
.disp-zoom-label[b-2nentoeayq] { min-width:5.4rem; text-align:center; font-size:.76rem; color:var(--bs-secondary-color); font-variant-numeric:tabular-nums; }
.disp-plan[b-2nentoeayq] { flex:1 1 auto; overflow-x:scroll; overflow-y:auto; overscroll-behavior:contain; scrollbar-gutter:stable both-edges; --disp-boot-label-width:7.7rem; --disp-role-label-width:5.7rem; --disp-track-width:1200px; width:100%; height:auto; min-height:0; }
.disp-scale[b-2nentoeayq],.disp-boot-group[b-2nentoeayq] { display:grid; grid-template-columns:var(--disp-boot-label-width) var(--disp-role-label-width) var(--disp-track-width); width:calc(var(--disp-boot-label-width) + var(--disp-role-label-width) + var(--disp-track-width)); }
.disp-scale[b-2nentoeayq] { min-height:2rem; border-bottom:1px solid var(--bs-border-color); background:var(--bs-body-bg); position:sticky; top:0; z-index:30; }
.disp-boot-group[b-2nentoeayq] { grid-template-rows:2.35rem 2.35rem 2.75rem 1.5rem; grid-auto-flow:row; border-bottom:2px solid var(--bs-secondary-border-subtle); background:var(--bs-body-bg); }
.disp-boot-head[b-2nentoeayq],.disp-role-head[b-2nentoeayq],.disp-boot-label[b-2nentoeayq],.disp-role-label[b-2nentoeayq] { padding:.3rem .48rem; background:var(--bs-body-bg); border-right:1px solid var(--bs-border-color); }
.disp-boot-head[b-2nentoeayq] { grid-column:1; display:flex; align-items:center; font-size:.74rem; font-weight:600; color:var(--bs-secondary-color); position:sticky; left:0; z-index:32; }
.disp-role-head[b-2nentoeayq] { grid-column:2; display:flex; align-items:center; font-size:.74rem; font-weight:600; color:var(--bs-secondary-color); position:sticky; left:var(--disp-boot-label-width); z-index:31; }
.disp-scale>.disp-track[b-2nentoeayq] { grid-column:3; }
.disp-boot-label[b-2nentoeayq] { grid-column:1; grid-row:1/5; display:flex; flex-direction:column; justify-content:center; gap:.1rem; font-size:.84rem; position:sticky; left:0; z-index:8; }
.disp-boot-meta[b-2nentoeayq] { display:block; font-size:.68rem; font-weight:400; color:var(--bs-secondary-color); }
.disp-role-label[b-2nentoeayq] { grid-column:2; display:flex; align-items:center; font-size:.74rem; font-weight:600; color:var(--bs-body-color); position:sticky; left:var(--disp-boot-label-width); z-index:7; border-bottom:1px solid rgba(127,127,127,.10); }
.disp-role-boot[b-2nentoeayq] { border-bottom:0; }
.disp-boot-group>.disp-track[b-2nentoeayq] { grid-column:3; border-bottom:1px solid rgba(127,127,127,.10); }
.disp-boot-group>.disp-track:last-child[b-2nentoeayq] { border-bottom:0; }
.disp-track[b-2nentoeayq] { position:relative; isolation:isolate; width:var(--disp-track-width); min-width:var(--disp-track-width); min-height:100%; background:var(--bs-body-bg); }
.disp-track-person[b-2nentoeayq] { min-height:2.35rem; }
.disp-track-fahrer[b-2nentoeayq] { min-height:2.75rem; }
.disp-track-boot[b-2nentoeayq] { min-height:1.5rem; }
.disp-hour[b-2nentoeayq] { position:absolute; top:.4rem; transform:translateX(-50%); font-size:.7rem; color:var(--bs-secondary-color); white-space:nowrap; z-index:4; }

/* Raster() erzeugt die Linien per RenderFragment. Diese Elemente erhalten bei
   CSS-Isolation kein Scope-Attribut; deshalb müssen sie mit ::deep angesprochen
   werden. Die Rasterlinien liegen in einem eigenen Stacking-Kontext ausdrücklich
   unter den Aktivitätsbalken. */
.disp-track[b-2nentoeayq]  .disp-grid-hour,
.disp-track[b-2nentoeayq]  .disp-grid-quarter { position:absolute; top:0; bottom:0; width:0; pointer-events:none; z-index:0; }
.disp-track[b-2nentoeayq]  .disp-grid-hour { border-left:1px solid rgba(73,80,87,.46); }
.disp-track[b-2nentoeayq]  .disp-grid-quarter { border-left:1px solid rgba(108,117,125,.15); }

/* Nacht wird nur über die Hintergrundtönung und Sonnenmarker vermittelt. */
.disp-track[b-2nentoeayq]  .disp-phase-night > span { display:none !important; }

.disp-person[b-2nentoeayq],.disp-fahrer[b-2nentoeayq],.disp-boot-segment[b-2nentoeayq] { position:absolute; border-radius:0!important; overflow:hidden; min-width:2px; box-sizing:border-box; z-index:2; }
.disp-person[b-2nentoeayq],.disp-fahrer[b-2nentoeayq] { top:.12rem; bottom:.12rem; display:flex; flex-direction:column; justify-content:center; padding:.12rem .3rem; white-space:nowrap; text-overflow:ellipsis; font-size:.72rem; line-height:.86rem; }
.disp-person>strong[b-2nentoeayq],.disp-fahrer>strong[b-2nentoeayq],.disp-person>span[b-2nentoeayq],.disp-fahrer>span[b-2nentoeayq] { overflow:hidden; text-overflow:ellipsis; }
.disp-person[b-2nentoeayq] { background:#d7f0d2; color:#173b1a; border:1px solid #74b96b; }
.disp-fahrer[b-2nentoeayq] { color:var(--bs-body-color); border:1px solid rgba(0,0,0,.18); }
.disp-fahrer-geschleppt[b-2nentoeayq] { border-style:dashed; }
.disp-boot-segment[b-2nentoeayq] { top:.13rem; bottom:.13rem; display:flex; align-items:center; justify-content:center; padding:0 .28rem; white-space:nowrap; text-overflow:ellipsis; font-size:.68rem; line-height:.82rem; font-weight:600; }
.disp-boot-einsatz[b-2nentoeayq] { background:#c8ecc3; color:#173b1a; border:1px solid #68b45f; }
.disp-boot-verfuegbar[b-2nentoeayq] { background:#dfe4e8; color:#495057; border:1px solid rgba(73,80,87,.24); }
.disp-boot-defekt[b-2nentoeayq] { background:repeating-linear-gradient(135deg,#dc3545 0,#dc3545 6px,#ffd7db 6px,#ffd7db 12px); color:#5f0009; border:1px solid #b02a37; }
.disp-boot-gesperrt[b-2nentoeayq] { background:repeating-linear-gradient(135deg,#212529 0,#212529 6px,#adb5bd 6px,#adb5bd 12px); color:#fff; border:1px solid #212529; }
.disp-now[b-2nentoeayq] { position:absolute; top:0; bottom:0; width:2px; background:#dc3545; z-index:20; pointer-events:none; }
@media (max-width:768px) { .disp-veranstaltung[b-2nentoeayq]{min-width:100%;} .disp-plan[b-2nentoeayq]{--disp-boot-label-width:6.2rem;--disp-role-label-width:5rem;} }
/* /Components/Pages/FahrerDienstliste.razor.rz.scp.css */
.dl-page[b-7zz5jhsuj5] {
    --dl-navy: #0b2f4d;
    --dl-text: #18293b;
    --dl-muted: #6d7e8f;
    --dl-border: #dbe2e8;
    display: grid;
    gap: .8rem;
}

.dl-daynav[b-7zz5jhsuj5],
.dl-person[b-7zz5jhsuj5],
.dl-card[b-7zz5jhsuj5],
.dl-footer[b-7zz5jhsuj5],
.dl-empty[b-7zz5jhsuj5] {
    background: #fff;
    border: 1px solid var(--dl-border);
    border-radius: 1rem;
    box-shadow: 0 3px 14px rgba(14, 41, 64, .045);
}

.dl-daynav[b-7zz5jhsuj5] {
    display: grid;
    grid-template-columns: 3rem 1fr 3rem;
    align-items: center;
    gap: .55rem;
    padding: .65rem;
}

.dl-navbtn[b-7zz5jhsuj5] {
    width: 2.7rem;
    height: 2.7rem;
    border: 0;
    border-radius: .75rem;
    background: #f2f5f7;
    color: var(--dl-navy);
    font-size: 2rem;
    line-height: 1;
}

.dl-navbtn:disabled[b-7zz5jhsuj5] {
    opacity: .28;
}

.dl-daytitle[b-7zz5jhsuj5] {
    min-width: 0;
    text-align: center;
}

.dl-date[b-7zz5jhsuj5] {
    font-weight: 800;
    font-size: clamp(1rem, 4vw, 1.32rem);
}

.dl-event[b-7zz5jhsuj5] {
    margin-top: .12rem;
    color: var(--dl-muted);
    font-size: .84rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dl-person[b-7zz5jhsuj5] {
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .9rem;
}

.dl-avatar[b-7zz5jhsuj5] {
    width: 3.6rem;
    height: 3.6rem;
    flex: 0 0 3.6rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #76579d, #9d83b7);
    font-size: 1.25rem;
    font-weight: 800;
}

.dl-person-name[b-7zz5jhsuj5] {
    font-weight: 800;
    font-size: 1.05rem;
}

.dl-person-role[b-7zz5jhsuj5],
.dl-person-meta[b-7zz5jhsuj5] {
    color: var(--dl-muted);
    font-size: .82rem;
}

.dl-person-meta[b-7zz5jhsuj5] {
    display: flex;
    gap: .45rem;
    margin-top: .18rem;
}

.dl-list[b-7zz5jhsuj5] {
    display: grid;
    gap: .38rem;
}

.dl-overlay-group[b-7zz5jhsuj5] {
    display: grid;
    gap: .38rem;
    padding-left: .55rem;
    border-left: 3px solid transparent;
}

.dl-overlay-group-el[b-7zz5jhsuj5] {
    border-left-color: #f0d92f;
}

.dl-overlay-boundary[b-7zz5jhsuj5] {
    min-height: 4.2rem;
    display: grid;
    align-content: center;
    gap: .08rem;
    padding: .62rem .78rem;
    background: #fff;
    border: 1px solid var(--dl-border);
    border-radius: .82rem;
    box-shadow: 0 3px 14px rgba(14, 41, 64, .045);
    color: var(--dl-text);
}

.dl-overlay-boundary strong[b-7zz5jhsuj5] {
    font-size: .9rem;
}

.dl-overlay-boundary span[b-7zz5jhsuj5] {
    color: var(--dl-muted);
    font-size: .79rem;
}

.dl-card[b-7zz5jhsuj5] {
    position: relative;
    overflow: hidden;
    border-radius: .82rem;
}

.dl-card.dl-changed[b-7zz5jhsuj5] {
    border: 2px solid #e34242;
    box-shadow: 0 0 0 1px rgba(227, 66, 66, .08), 0 5px 16px rgba(111, 32, 32, .08);
}

.dl-card-main[b-7zz5jhsuj5] {
    width: 100%;
    min-height: 5.15rem;
    display: grid;
    grid-template-columns: 3.5rem 2.7rem minmax(0, 1fr) 1.25rem;
    align-items: center;
    gap: .62rem;
    padding: .58rem .62rem .58rem .82rem;
    border: 0;
    background: transparent;
    color: var(--dl-text);
    text-align: left;
}

.dl-time[b-7zz5jhsuj5] {
    display: grid;
    gap: .12rem;
    align-self: center;
    font-size: .79rem;
    white-space: nowrap;
}

.dl-time strong[b-7zz5jhsuj5] {
    font-size: .88rem;
}

.dl-time span[b-7zz5jhsuj5] {
    color: var(--dl-muted);
}

.dl-code[b-7zz5jhsuj5] {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: .35rem;
    background: var(--chip, #eef2f5);
    font-weight: 900;
    color: #162535;
}

.dl-summary[b-7zz5jhsuj5] {
    min-width: 0;
}

.dl-title-row[b-7zz5jhsuj5] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .55rem;
}

.dl-title-row strong[b-7zz5jhsuj5] {
    min-width: 0;
    font-size: .9rem;
}

.dl-boat[b-7zz5jhsuj5] {
    flex: 0 0 auto;
    max-width: 45%;
    color: #111827;
    font-size: .74rem;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dl-route[b-7zz5jhsuj5],
.dl-subtitle[b-7zz5jhsuj5] {
    margin-top: .15rem;
    color: #34495c;
    font-size: .79rem;
    line-height: 1.25;
}

.dl-subtitle[b-7zz5jhsuj5] {
    color: var(--dl-muted);
}

.dl-chevron[b-7zz5jhsuj5] {
    color: #40596f;
    font-size: 1.35rem;
    text-align: center;
}

.dl-details[b-7zz5jhsuj5] {
    display: grid;
    gap: .48rem;
    padding: .72rem .9rem .82rem 4.25rem;
    border-top: 1px solid #edf0f2;
    background: #fbfcfd;
}

.dl-details > div[b-7zz5jhsuj5] {
    display: grid;
    grid-template-columns: 6rem minmax(0, 1fr);
    gap: .7rem;
    font-size: .78rem;
}

.dl-details span[b-7zz5jhsuj5] {
    color: var(--dl-muted);
}

.dl-details strong[b-7zz5jhsuj5] {
    overflow-wrap: anywhere;
}

.dl-change-note strong[b-7zz5jhsuj5] {
    color: #c72e2e;
}

.dl-purple[b-7zz5jhsuj5] { --accent: #ad91ca; --chip: #d9c9e9; --boat: #75579a; }
.dl-red[b-7zz5jhsuj5]    { --accent: #eaa1a7; --chip: #f7c4c8; --boat: #c34e58; }
.dl-yellow[b-7zz5jhsuj5] { --accent: #efc450; --chip: #ffd768; --boat: #b17c00; }
.dl-green[b-7zz5jhsuj5]  { --accent: #8bc486; --chip: #cce8c8; --boat: #397e36; }

.dl-footer[b-7zz5jhsuj5] {
    padding: .85rem;
}

.dl-legend[b-7zz5jhsuj5] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .9rem;
    color: #42566a;
    font-size: .74rem;
}

.dl-legend span[b-7zz5jhsuj5] {
    display: inline-flex;
    align-items: center;
    gap: .32rem;
}

.lg[b-7zz5jhsuj5] {
    min-width: 1.65rem;
    height: 1.65rem;
    display: inline-grid;
    place-items: center;
    border-radius: .25rem;
    color: #1f2a35;
    font-size: .68rem;
}

.lg-vb[b-7zz5jhsuj5], .lg-de[b-7zz5jhsuj5] { background: #d9c9e9; }
.lg-pf[b-7zz5jhsuj5] { background: #f7c4c8; }
.lg-t[b-7zz5jhsuj5] { background: #ffd768; }
.lg-r[b-7zz5jhsuj5] { background: #cce8c8; }

.dl-footer small[b-7zz5jhsuj5] {
    display: block;
    margin-top: .75rem;
    color: var(--dl-muted);
    text-align: center;
}

.dl-empty[b-7zz5jhsuj5],
.dl-state[b-7zz5jhsuj5] {
    min-height: 18rem;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .45rem;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--dl-muted);
}

.dl-empty strong[b-7zz5jhsuj5],
.dl-state strong[b-7zz5jhsuj5] {
    color: var(--dl-text, #18293b);
}

.dl-empty-icon[b-7zz5jhsuj5] {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    margin-bottom: .35rem;
    border-radius: 50%;
    background: #edf2f6;
    color: #5b7185;
    font-size: 2rem;
}

.dl-state-error strong[b-7zz5jhsuj5] {
    color: #b52828;
}

.dl-spinner[b-7zz5jhsuj5] {
    width: 2.1rem;
    height: 2.1rem;
    border: 3px solid #dce4ea;
    border-top-color: #0b4e7b;
    border-radius: 50%;
    animation: dlspin-b-7zz5jhsuj5 .8s linear infinite;
}

@keyframes dlspin-b-7zz5jhsuj5 { to { transform: rotate(360deg); } }

@media (min-width: 760px) {
    .dl-page[b-7zz5jhsuj5] {
        gap: 1rem;
    }

    .dl-card-main[b-7zz5jhsuj5] {
        min-height: 4.7rem;
        grid-template-columns: 4.3rem 3rem minmax(0, 1fr) 1.5rem;
        gap: .85rem;
        padding-inline: 1rem;
    }

    .dl-code[b-7zz5jhsuj5] {
        width: 2.75rem;
        height: 2.75rem;
    }

    .dl-title-row strong[b-7zz5jhsuj5] {
        font-size: .96rem;
    }

    .dl-route[b-7zz5jhsuj5],
    .dl-subtitle[b-7zz5jhsuj5] {
        font-size: .84rem;
    }

    .dl-details[b-7zz5jhsuj5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 6.1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 390px) {
    .dl-card-main[b-7zz5jhsuj5] {
        grid-template-columns: 3.15rem 2.35rem minmax(0, 1fr) 1rem;
        gap: .42rem;
        padding-left: .68rem;
    }

    .dl-code[b-7zz5jhsuj5] {
        width: 2.25rem;
        height: 2.25rem;
        font-size: .78rem;
    }

    .dl-boat[b-7zz5jhsuj5] {
        max-width: 42%;
    }
}
/* /Components/Pages/Fahrerverwaltung.razor.rz.scp.css */
.fahrer-toolbar[b-psvjrhl2eo] {
    margin-bottom: 1rem;
}

.fahrer-editor[b-psvjrhl2eo] {
    max-width: 720px;
    margin-bottom: 2rem;
    padding: 1.25rem;
    border: 1px solid #d6d6d6;
    border-radius: 0.5rem;
    background: #fafafa;
}

.fahrer-form-actions[b-psvjrhl2eo] {
    display: flex;
    gap: 0.75rem;
}

/*
 * Der Personen-Editor wird von Blazor direkt gerendert und nicht durch
 * bootstrap.js geöffnet. Deshalb erzwingen wir die eigentliche Modal-Lage
 * hier unabhängig vom Bootstrap-JavaScript.
 */
.modal[b-psvjrhl2eo] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2000 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog[b-psvjrhl2eo] {
    min-height: calc(100% - 2rem);
    margin: 1rem auto;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.modal-content[b-psvjrhl2eo] {
    width: 100%;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    pointer-events: auto;
}

.modal-backdrop[b-psvjrhl2eo] {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1990 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #000;
    opacity: 0.5 !important;
}
/* /Components/Pages/FahrerWechselMarker.razor.rz.scp.css */
/* Taxi und PF werden seit Schritt 5 fachlich und visuell von FahrerTimeline
   gerendert. Hier bleibt für Taxi nur eine unsichtbare Klickfläche erhalten,
   damit der bestehende Dialog für "Externer Fahrer" weiter erreichbar ist. */
.ak-taxi-fahrer[b-hqxrqofsgu] {
    position: absolute;
    top: 13px !important;
    z-index: 21;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    min-width: 4px;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 !important;
    pointer-events: auto;
    cursor: pointer;
}

.ak-taxi-fahrer:hover[b-hqxrqofsgu] {
    outline: 2px solid rgba(133, 100, 4, .28);
    outline-offset: 1px;
}

/* Externer Fahrer verändert nur die Fachlogik. Die sichtbare Taxi-Aktivität
   kommt ebenfalls aus der zentralen FahrerTimeline und wird hier nicht übermalt. */
.ak-taxi-extern[b-hqxrqofsgu] {
    background: transparent;
    border: 0;
}

.ak-wechsel-punkt[b-hqxrqofsgu] {
    position: absolute;
    top: 3px;
    z-index: 24;
    width: 11px;
    height: 11px;
    border: 2px solid rgba(33, 37, 41, .82);
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    cursor: help;
    pointer-events: auto;
}

.ak-wechsel-ende[b-hqxrqofsgu] {
    transform: translateX(-100%);
}

.ak-wechsel-beginn[b-hqxrqofsgu] {
    transform: translateX(0);
}

.ak-wechsel-steg[b-hqxrqofsgu] {
    background: rgba(33, 37, 41, .82);
}
/* /Components/Pages/PersonenbewegungsbedarfListe.razor.rz.scp.css */
.ak-bewegungen[b-savj665hfm] {
    border-top: 1px solid var(--bs-border-color);
    padding: .5rem .75rem .65rem;
    background: var(--bs-tertiary-bg);
}

.ak-bewegungen-title[b-savj665hfm] {
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .35rem;
}

.ak-bewegungen-gruppe[b-savj665hfm] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-top: .25rem;
}

.ak-bewegungen-zeit[b-savj665hfm] {
    flex: 0 0 3.25rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.7rem;
}

.ak-bewegungen-items[b-savj665hfm] {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}

.ak-bewegung[b-savj665hfm] {
    display: inline-flex;
    align-items: baseline;
    gap: .3rem;
    min-height: 1.7rem;
    padding: .2rem .45rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .35rem;
    background: var(--bs-body-bg);
    font-size: .75rem;
    white-space: nowrap;
}

.ak-bewegung small[b-savj665hfm] {
    color: var(--bs-secondary-color);
}
/* /Components/Pages/VeranstaltungsortGeodatenEditor.razor.rz.scp.css */
.geo-map[b-1wllndhvqj] {
    width: 100%;
    min-height: 560px;
    height: min(72vh, 820px);
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    overflow: hidden;
}

[b-1wllndhvqj] .geo-map-pick {
    cursor: crosshair;
}

.position-card[b-1wllndhvqj] {
    background: var(--bs-body-bg);
}

.position-card > summary[b-1wllndhvqj] {
    cursor: pointer;
    user-select: none;
    min-height: 36px;
    list-style: none;
}

.position-card > summary[b-1wllndhvqj]::-webkit-details-marker {
    display: none;
}

.position-card > summary[b-1wllndhvqj]::after {
    content: "▸";
    margin-left: auto;
    color: var(--bs-secondary-color);
    transition: transform .15s ease;
}

.position-card[open] > summary[b-1wllndhvqj]::after {
    transform: rotate(90deg);
}

.position-farbpunkt[b-1wllndhvqj] {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex: 0 0 11px;
    border: 1px solid rgba(0, 0, 0, .25);
}

.position-meta-badge[b-1wllndhvqj] {
    font-size: .66rem;
    font-weight: 600;
}

.position-planung[b-1wllndhvqj] {
    background: var(--bs-tertiary-bg);
}

.position-planung > summary[b-1wllndhvqj] {
    cursor: pointer;
    user-select: none;
}

.wegematrix-section[b-1wllndhvqj] {
    background: var(--bs-body-bg);
}

.wegematrix-scroll[b-1wllndhvqj] {
    overflow: auto;
    max-width: 100%;
    padding: .4rem;
}

.wegematrix-table[b-1wllndhvqj] {
    border-collapse: separate;
    border-spacing: 2px;
    width: max-content;
    min-width: 0;
    font-size: .72rem;
}

.wegematrix-table th[b-1wllndhvqj] {
    width: 48px;
    min-width: 48px;
    max-width: 64px;
    height: 30px;
    padding: .2rem .25rem;
    text-align: center;
    font-size: .7rem;
    line-height: 1.05;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--bs-tertiary-bg);
}

.wegematrix-table tbody th[b-1wllndhvqj] {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: right;
    width: 70px;
    min-width: 70px;
    max-width: 90px;
    padding-right: .35rem;
}

.wegematrix-table thead th[b-1wllndhvqj] {
    position: sticky;
    top: 0;
    z-index: 3;
}

.wegematrix-table thead th:not(.wegematrix-ecke)[b-1wllndhvqj] {
    height: 92px;
    vertical-align: bottom;
    padding: .2rem 0;
    overflow: visible;
}

.wegematrix-spaltenname[b-1wllndhvqj] {
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    line-height: 1;
}

.wegematrix-ecke[b-1wllndhvqj] {
    left: 0;
    z-index: 4 !important;
    width: 70px !important;
    min-width: 70px !important;
}

.wegematrix-zelle-wrapper[b-1wllndhvqj],
.wegematrix-diagonal[b-1wllndhvqj] {
    width: 48px;
    min-width: 48px;
    height: 30px;
    padding: 0;
}

.wegematrix-diagonal[b-1wllndhvqj] {
    background: var(--bs-secondary-bg);
    border: 1px solid var(--bs-border-color);
    opacity: .75;
}

.wegematrix-zelle[b-1wllndhvqj] {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 .15rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .2rem;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-size: .72rem;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
}

.wegematrix-zelle:hover[b-1wllndhvqj],
.wegematrix-aktiv[b-1wllndhvqj] {
    background: var(--bs-tertiary-bg);
    border-color: var(--bs-primary);
}

.wegematrix-luftlinie[b-1wllndhvqj] {
    border: 2px solid var(--bs-warning);
    line-height: 26px;
}

.wegematrix-manuell[b-1wllndhvqj] {
    color: var(--bs-primary);
    font-weight: 700;
}

.wegematrix-menu[b-1wllndhvqj] {
    background: var(--bs-tertiary-bg);
    font-size: .85rem;
}

.matrix-zeit-eingabe[b-1wllndhvqj] {
    width: 105px;
}

/*
 * Das Matrixfenster ist ein fachlicher Unterdialog. Globale Bestätigungsdialoge
 * des DialogService müssen darüber liegen können (z. B. „Gegenrichtung überschreiben“).
 * Bootstrap verwendet für normale Modals 1055/1050; deshalb liegt der Matrixdialog
 * bewusst eine Ebene darunter, aber weiterhin oberhalb der Seite/Navigation.
 */
.modal.d-block[b-1wllndhvqj] {
    z-index: 1040;
}

.modal-backdrop.show[b-1wllndhvqj] {
    z-index: 1035;
}

@media (min-width: 1200px) {
    .wegematrix-section[b-1wllndhvqj] {
        width: calc(58.333333% - .5rem);
        margin-right: auto;
        margin-top: calc(min(72vh, 820px) - 100% + 0px);
    }
}

@media (max-width: 1199.98px) {
    .wegematrix-section[b-1wllndhvqj] {
        width: 100%;
    }
}
