@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Dialogs/MaintenanceDetailModal.razor.rz.scp.css */
.detail-highlighted[b-rbggzppkxb] {
    background-color: rgba(var(--bs-primary-rgb), 0.08);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g4fygthlra] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g4fygthlra] {
    flex: 1;
}

.sidebar[b-g4fygthlra] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g4fygthlra] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g4fygthlra]  a, .top-row[b-g4fygthlra]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g4fygthlra]  a:hover, .top-row[b-g4fygthlra]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g4fygthlra]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g4fygthlra] {
        justify-content: space-between;
    }

    .top-row[b-g4fygthlra]  a, .top-row[b-g4fygthlra]  .btn-link {
        margin-left: 0;
    }

    main[b-g4fygthlra] {
        overflow-x: auto;
    }
}
@media (min-width: 1200px) {
    .page[b-g4fygthlra] {
        flex-direction: row;
    }

    .sidebar[b-g4fygthlra] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g4fygthlra] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g4fygthlra]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g4fygthlra], article[b-g4fygthlra] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g4fygthlra] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g4fygthlra] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Ausdruck: Navigation, Kopfzeile und Fehlerleiste gehoeren nicht aufs Papier. Ohne diesen
   Block druckt die Seitenleiste als 250px breiter Farbblock auf jeder Seite mit. */
@media print {
    .sidebar[b-g4fygthlra],
    .top-row[b-g4fygthlra],
    #blazor-error-ui[b-g4fygthlra] {
        display: none !important;
    }

    .page[b-g4fygthlra] {
        display: block;
    }

    main[b-g4fygthlra] {
        overflow: visible;
    }

    article.content[b-g4fygthlra] {
        padding: 0 !important;
    }
}
                                          
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-84cthbzaof] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* Hamburger SVG is necessary here — checkbox inputs can't use icon font classes */
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-84cthbzaof] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-84cthbzaof] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-84cthbzaof] {
    font-size: 1.1rem;
}

.bi[b-84cthbzaof] {
    display: inline-block;
    font-size: 1.25rem;
    margin-right: 0.75rem;
    vertical-align: middle;
}

.navbar-logo[b-84cthbzaof] {
    height: 2rem;
    width: auto;
}

/* Nav items */
.nav-item[b-84cthbzaof] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-84cthbzaof] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-84cthbzaof] {
    padding-bottom: 1rem;
}

.nav-item[b-84cthbzaof]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-item[b-84cthbzaof]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-84cthbzaof]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Sub-links with left accent */
.nav-item[b-84cthbzaof]  .nav-sub-link {
    padding-left: 2rem;
    border-left: 2px solid transparent;
    border-radius: 0 4px 4px 0;
    margin-left: 0.75rem;
    width: calc(100% - 0.75rem);
}

.nav-item[b-84cthbzaof]  .nav-sub-link:hover {
    border-left-color: rgba(255, 255, 255, 0.3);
}

.nav-item[b-84cthbzaof]  a.nav-sub-link.active {
    border-left-color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255, 255, 255, 0.15);
}

/* Collapsible sections */
.nav-section[b-84cthbzaof] {
    margin: 0.15rem 0;
}

.nav-section-toggle[b-84cthbzaof] {
    display: none;
}

.nav-section-header[b-84cthbzaof] {
    display: flex;
    align-items: center;
    width: calc(100% - 2rem);
    margin: 0 1rem;
    padding: 0.5rem 1rem;
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.15s ease, color 0.15s ease;
}

.nav-section-header:hover[b-84cthbzaof] {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.85);
}

.nav-section-icon[b-84cthbzaof] {
    font-size: 1.25rem;
    margin-right: 0.75rem;
    opacity: 0.7;
}

.nav-section-label[b-84cthbzaof] {
    flex: 1;
    text-align: left;
}

.nav-section-chevron[b-84cthbzaof] {
    display: flex;
    align-items: center;
    transition: transform 0.22s ease;
}

.nav-section-toggle:checked ~ .nav-section-header .nav-section-chevron[b-84cthbzaof] {
    transform: rotate(180deg);
}

.nav-chevron-icon[b-84cthbzaof] {
    font-size: 0.7rem;
    margin: 0;
    opacity: 0.6;
}

.nav-section-items[b-84cthbzaof] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.nav-section-toggle:checked ~ .nav-section-items[b-84cthbzaof] {
    max-height: 400px;
}

/* Scrollable sidebar */
.nav-scrollable[b-84cthbzaof] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-84cthbzaof] {
    display: block;
}

@media (min-width: 1200px) {
    .navbar-toggler[b-84cthbzaof] {
        display: none;
    }

    .nav-scrollable[b-84cthbzaof] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media print {
    body *[b-84cthbzaof] {
        visibility: hidden !important;
    }

    .print-area[b-84cthbzaof] {
        visibility: visible !important;
    }
}
/* /Components/Pages/Auswertung.razor.rz.scp.css */
@media print {
    @page {
        size: A4 landscape;
        margin: 10mm;
    }

    /* hide everything */
    body *[b-6m517o0osf] {
        visibility: hidden !important;
    }

    /* show only print-area */
    .print-area[b-6m517o0osf], .print-area *[b-6m517o0osf] {
        visibility: visible !important;
    }

    .print-area[b-6m517o0osf] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /* only show the extra header row in print */
    .print-only[b-6m517o0osf] {
        display: table-row !important;
    }

    /* ensure THEAD repeats */
    thead[b-6m517o0osf] {
        display: table-header-group;
    }

    .print-report-header[b-6m517o0osf] {
        display: grid;
        background: #fff !important;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 6mm;
        padding: 3mm 0 4mm 0;
        border-bottom: 1px solid #ccc;
    }

    .print-logo[b-6m517o0osf] {
        height: 8mm;
    }

    .print-title[b-6m517o0osf] {
        text-align: center;
        font-size: 14pt;
        font-weight: 600;
    }

    .print-date[b-6m517o0osf] {
        text-align: right;
        font-size: 9pt;
        color: #6c757d !important;
        white-space: nowrap;
    }

    .table[b-6m517o0osf] {
        font-size: 9pt;
    }

    .text-muted[b-6m517o0osf] {
        color: #6c757d !important;
    }
    .print-only th[b-6m517o0osf] {
        background: #fff !important; /* override table-light */
    }
    *[b-6m517o0osf] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}

@media screen {
    /* header row hidden on screen */
    .print-only[b-6m517o0osf] {
        display: none !important;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* =========================================================
   Home / Landing page — scoped styles
   NOTE: the article.content background override cannot live
   here because Blazor scoped CSS only pierces downward
   (::deep), not upward to parent elements. That single rule
   remains in a <style> block inside Home.razor.
   ========================================================= */

.landing-wrapper[b-wfaak96v1d] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.landing-card[b-wfaak96v1d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 420px;
    width: 100%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1.75rem;
    padding: 2.5rem 2.25rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.45);
}

.landing-logo[b-wfaak96v1d] {
    width: 180px;
    max-width: 100%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
    margin-bottom: 0.25rem;
}

.landing-title[b-wfaak96v1d] {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
}

.landing-subtitle[b-wfaak96v1d] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
    text-align: center;
    margin: 0 0 0.5rem;
    line-height: 1.3;
}

/* Divider between branding and form */
.login-form-area[b-wfaak96v1d] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 1.25rem;
}

/* Input fields and floating labels are styled in Home.razor's unscoped <style> block.
   Reason: <InputText> is a child Blazor component — it renders the actual <input>
   element, so Blazor never stamps the scope attribute [b-xxx] on it.
   Scoped selectors like .login-input[b-xxx] therefore never match.
   See Home.razor for those rules. */

/* Remember-me row */
.remember-label[b-wfaak96v1d] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
}

.remember-check[b-wfaak96v1d] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.remember-check:checked[b-wfaak96v1d] {
    background-color: rgba(255, 255, 255, 0.85) !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
}

/* Error banner */
.alert-glass[b-wfaak96v1d] {
    background: rgba(220, 53, 69, 0.25);
    border: 1px solid rgba(220, 53, 69, 0.5);
    color: #ffb3ba;
    border-radius: 0.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.875rem;
}

/* Submit button */
.landing-btn[b-wfaak96v1d] {
    display: block;
    width: 100%;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #1a1a2e;
    background: #ffffff;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.landing-btn:hover[b-wfaak96v1d] {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.2);
}

.landing-btn:active[b-wfaak96v1d] {
    transform: translateY(0);
    box-shadow: none;
}

/* Footer */
.landing-footer[b-wfaak96v1d] {
    position: absolute;
    bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.78rem;
    letter-spacing: 0.02em;
}
/* /Components/Pages/LanCertificate.razor.rz.scp.css */
/* Farbe der Anwendung (MainLayout.razor.css) nur als kleines Emblem – eine grosse dunkle
   Flaeche direkt unter der dunklen Navigation wirkt wie ein zweiter Kopfbereich. */
.cert-emblem[b-4r48u92z22] {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
  background-image: linear-gradient(160deg, rgb(5, 39, 103) 0%, #3a0647 100%);
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Schrittnummern – Bootstrap hat für den runden Zähler nichts Passendes. */
.cert-step[b-4r48u92z22] {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgb(5, 39, 103);
  color: #fff;
  font-size: .95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Hinweise: ruhiger als eine ausgefüllte Warnfarbe, davon gibt es auf der Seite zu viele. */
.cert-hint[b-4r48u92z22] {
  background: var(--bs-tertiary-bg);
  border-left: .1875rem solid var(--bs-warning);
  border-radius: .25rem;
  padding: .6rem .8rem;
}

.cert-url[b-4r48u92z22] {
  display: inline-block;
  max-width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: .375rem;
  background: var(--bs-tertiary-bg);
  padding: .45rem .75rem;
  font-size: .95rem;
  overflow-wrap: anywhere;
}

.cert-qr[b-4r48u92z22] {
  width: 100%;
  max-width: 13.5rem;
  height: auto;
  /* Der QR-Code ist ein PNG in Modulgröße 8 – glatt skaliert wird er unscharf. */
  image-rendering: pixelated;
}

.cert-steps li[b-4r48u92z22] {
  margin-bottom: .45rem;
}

.cert-steps li:last-child[b-4r48u92z22] {
  margin-bottom: 0;
}

/* Deutsche Komposita wie "Zertifikatsvertrauenseinstellungen" sprengen sonst schmale Displays. */
.cert-steps[b-4r48u92z22],
.cert-steps li[b-4r48u92z22] {
  overflow-wrap: break-word;
}

/* Reiter ohne aktiven Zustand sollen nicht wie Links aussehen. :not(.active) ist noetig:
   scoped CSS haengt an jede Regel ein Attribut an und wuerde sonst das Blau von
   .nav-pills .nav-link.active gleichrangig ueberschreiben. */
.nav-pills .nav-link:not(.active)[b-4r48u92z22] {
  color: var(--bs-body-color);
  background: var(--bs-tertiary-bg);
}

.nav-pills .nav-link:not(.active):hover[b-4r48u92z22] {
  background: var(--bs-secondary-bg);
}

/* Abschluss-Zeile am Ende der Anleitung. */
.cert-done[b-4r48u92z22] {
  background: var(--bs-tertiary-bg);
  border-left: .1875rem solid var(--bs-success);
  border-radius: .25rem;
  padding: .6rem .8rem;
}

/* Ausdruck: genau eine A4-Seite. Bootstrap richtet sich nach der Papierbreite (~794px) und
   wuerde die Spalten stapeln – gestapelt passt der Inhalt auf keine Seite mehr. */
@media print {
  .row > .col-lg-4[b-4r48u92z22] {
    flex: 0 0 34%;
    max-width: 34%;
  }

  .row > .col-lg-8[b-4r48u92z22] {
    flex: 0 0 66%;
    max-width: 66%;
  }

  .card[b-4r48u92z22] {
    break-inside: avoid;
    box-shadow: none !important;
    border-color: #ccc;
  }

  .card-body[b-4r48u92z22] {
    padding: .55rem .7rem;
    font-size: .72rem;
  }

  .cert-emblem[b-4r48u92z22] {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 1rem;
  }

  .cert-step[b-4r48u92z22] {
    width: 1.35rem;
    height: 1.35rem;
    font-size: .72rem;
  }

  .cert-qr[b-4r48u92z22] {
    max-width: 8.5rem;
  }

  .cert-url[b-4r48u92z22] {
    padding: .2rem .45rem;
    font-size: .68rem;
  }

  .cert-hint[b-4r48u92z22],
  .cert-done[b-4r48u92z22] {
    padding: .35rem .5rem;
  }

  .cert-steps li[b-4r48u92z22] {
    margin-bottom: .25rem;
  }
}
/* /Components/Pages/MachineMultiSelect.razor.rz.scp.css */
.tagbox[b-pq1xj66gcl] {
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

.chips[b-pq1xj66gcl] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.chip[b-pq1xj66gcl] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    border-radius: 999px;
    padding: 4px 10px;
    cursor: pointer;
}

.chip-x[b-pq1xj66gcl] {
    font-weight: 700;
    opacity: .7;
}

.chip-input[b-pq1xj66gcl] {
    border: none;
    outline: none;
    min-width: 160px;
    padding: 6px;
    flex: 1;
}

.dropdown[b-pq1xj66gcl] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 6px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
}

.dd-scroll[b-pq1xj66gcl] {
    max-height: 240px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS */
}

.dd-item[b-pq1xj66gcl] {
    padding: 10px 12px;
    cursor: pointer;
}

    .dd-item:hover[b-pq1xj66gcl], .dd-item.active[b-pq1xj66gcl] {
        background: #efefef;
    }


/* ── .small modifier ─────────────────────────────────────────────────────────
   Usage: wrap the component in a container with class="tagbox-small", e.g.:
     <div class="tagbox-small">
       <TagMultiSelect ... />
     </div>
   All sizing is self-contained here — existing usages are unaffected.
   --------------------------------------------------------------------------- */

.tagbox-small .tagbox[b-pq1xj66gcl] {
    position: relative;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 0.75rem;
}

.tagbox-small .chips[b-pq1xj66gcl] {
    gap: 3px;
}

.tagbox-small .chip[b-pq1xj66gcl] {
    padding: 1px 6px;
    gap: 4px;
    font-size: 0.75rem;
}

.tagbox-small .chip-input[b-pq1xj66gcl] {
    padding: 2px 4px;
    min-width: 90px;
    font-size: 0.75rem;
}

.tagbox-small .dropdown[b-pq1xj66gcl] {
    border-radius: 5px;
    margin-top: 3px;
    font-size: 0.75rem;
}

.tagbox-small .dd-item[b-pq1xj66gcl] {
    padding: 5px 8px;
}

.tagbox-small .dd-scroll[b-pq1xj66gcl] {
    max-height: 160px;
}
/* /Components/Pages/OverviewPendingMaintenances.razor.rz.scp.css */
.min-w-0[b-tuof6x1vqu] {
    min-width: 0;
}

.cursor-pointer[b-tuof6x1vqu],
.cursor-pointer *[b-tuof6x1vqu] {
    cursor: pointer;
}

.card.cursor-pointer:hover[b-tuof6x1vqu] {
    background-color: rgba(0, 0, 0, 0.03);
    transition: background-color 0.1s;
}
/* /Components/Pages/ProvisoryAuswertung.razor.rz.scp.css */
@media print {
    @page {
        size: A4 landscape;
        margin: 10mm;
    }

    /* hide everything */
    body *[b-g2czk3ym0k] {
        visibility: hidden !important;
    }

    /* show only print-area */
    .print-area[b-g2czk3ym0k], .print-area *[b-g2czk3ym0k] {
        visibility: visible !important;
    }

    .print-area[b-g2czk3ym0k] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    /* ensure table headers repeat on every page */
    thead[b-g2czk3ym0k] {
        display: table-header-group;
    }

    .table[b-g2czk3ym0k] {
        font-size: 9pt;
    }

    /* force white backgrounds — no zebra/hover colours in print */
    .table td[b-g2czk3ym0k], .table th[b-g2czk3ym0k],
    .table-light[b-g2czk3ym0k], .table-active[b-g2czk3ym0k],
    .table-hover tbody tr[b-g2czk3ym0k] {
        background-color: #fff !important;
        background: #fff !important;
    }

    .text-muted[b-g2czk3ym0k] {
        color: #6c757d !important;
    }

    *[b-g2czk3ym0k] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
/* /Components/Pages/StoerDetails.razor.rz.scp.css */
/* /Components/Pages/Stoerungen.razor.rz.scp.css */
/* ── Filter cell (inline in Bereich sub-header cell) ────────────────────── */

.filter-cell[b-0xh5v19mtr] {
    font-weight: normal;
    vertical-align: bottom;
    min-width: 160px;
}


/* ── Bezeichnung column (kept narrow so the ratio columns fit) ───────────── */

.desc-cell[b-0xh5v19mtr] {
    max-width: 120px;
}

/* Ratio columns: percent badge + small hours line, kept narrow */
.ratio-cell[b-0xh5v19mtr] {
    white-space: nowrap;
}

/* ── Tag filter bar ──────────────────────────────────────────────────────── */

.filter-bar[b-0xh5v19mtr] {
    max-width: 480px;
}

.filter-label[b-0xh5v19mtr] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

/* ── Sortable column headers ─────────────────────────────────────────────── */

.th-sortable[b-0xh5v19mtr] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .th-sortable:hover[b-0xh5v19mtr] {
        background-color: rgba(0, 0, 0, 0.04);
    }

.sort-icon[b-0xh5v19mtr] {
    font-size: 0.7rem;
    opacity: 0.25;
    margin-left: 3px;
}

    .sort-icon.active[b-0xh5v19mtr] {
        opacity: 1;
    }

/* ── Störungen group header ──────────────────────────────────────────────── */

.stoerungen-header[b-0xh5v19mtr] {
    background-color: #e9f0fb;
    color: #1a3a6e;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #bdd0f0;
}

/* Applied per-cell in the sub-header row, not on the <tr> */
.stoerungen-subheader[b-0xh5v19mtr] {
    background-color: #f3f7fd;
    color: #4a6891;
    font-size: 0.82rem;
}

/* Applied per-cell in the sub-header row, not on the <tr> */
.smaller-text-lux[b-0xh5v19mtr] {
    font-size: 0.82rem;
}

/* Smaller text for the actions sub-header label */
.actions-subheader[b-0xh5v19mtr] {
    font-size: 0.75rem;
    font-weight: 400;
}

/* ── Heatmap classes (blue → yellow → red) ───────────────────────────────── */

.heat-none[b-0xh5v19mtr] {
    background-color: #e9ecef !important;
    color: #495057 !important;
}

.heat-1[b-0xh5v19mtr] {
    background-color: #4a90d9 !important;
    color: #fff !important;
}

.heat-2[b-0xh5v19mtr] {
    background-color: #7ab8f5 !important;
    color: #1a3a6e !important;
}

.heat-3[b-0xh5v19mtr] {
    background-color: #f5c542 !important;
    color: #5a3e00 !important;
}

.heat-4[b-0xh5v19mtr] {
    background-color: #f58a1e !important;
    color: #fff !important;
}

.heat-5[b-0xh5v19mtr] {
    background-color: #dc3545 !important;
    color: #fff !important;
}
/* /Components/Pages/TagMultiSelect.razor.rz.scp.css */
.tagbox[b-rlmv10a3qz] {
    position: relative;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
}

.chips[b-rlmv10a3qz] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.chip[b-rlmv10a3qz] {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid #d6d6d6;
    background: #f6f6f6;
    border-radius: 999px;
    padding: 4px 10px;
    cursor: pointer;
}

.chip-x[b-rlmv10a3qz] {
    font-weight: 700;
    opacity: .7;
}

.chip-input[b-rlmv10a3qz] {
    border: none;
    outline: none;
    min-width: 160px;
    padding: 6px;
    flex: 1;
}

.dropdown[b-rlmv10a3qz] {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 6px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 1000;
}

.dd-scroll[b-rlmv10a3qz] {
    max-height: 240px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS */
}

.dd-item[b-rlmv10a3qz] {
    padding: 10px 12px;
    cursor: pointer;
}

    .dd-item:hover[b-rlmv10a3qz], .dd-item.active[b-rlmv10a3qz] {
        background: #efefef;
    }


/* ── .small modifier ─────────────────────────────────────────────────────────
   Usage: wrap the component in a container with class="tagbox-small", e.g.:
     <div class="tagbox-small">
       <TagMultiSelect ... />
     </div>
   All sizing is self-contained here — existing usages are unaffected.
   --------------------------------------------------------------------------- */

.tagbox-small .tagbox[b-rlmv10a3qz] {
    position: relative;
    padding: 4px 4px;
    border-radius: 5px;
    font-size: 0.75rem;
}

.tagbox-small .chips[b-rlmv10a3qz] {
    gap: 3px;
}

.tagbox-small .chip[b-rlmv10a3qz] {
    padding: 1px 6px;
    gap: 4px;
    font-size: 0.75rem;
}

.tagbox-small .chip-input[b-rlmv10a3qz] {
    padding: 2px 4px;
    min-width: 90px;
    font-size: 0.75rem;
}

.tagbox-small .dropdown[b-rlmv10a3qz] {
    border-radius: 5px;
    margin-top: 3px;
    font-size: 0.75rem;
}

.tagbox-small .dd-item[b-rlmv10a3qz] {
    padding: 5px 8px;
}

.tagbox-small .dd-scroll[b-rlmv10a3qz] {
    max-height: 160px;
}
/* /Components/Pages/WeekCalendar.razor.rz.scp.css */
/* Feste Spaltenbreiten, damit Mehrtagesbalken (colspan) sauber über die Tage spannen. */
.cal-table[b-732vyh6krs] {
  table-layout: fixed;
}

.cal-time-col[b-732vyh6krs] {
  width: 64px;
  white-space: nowrap;
  vertical-align: middle;
}

/* Balkenzelle: nur minimaler Rand, der farbige Balken füllt die Zelle. */
.cal-bar-cell[b-732vyh6krs] {
  padding: 2px !important;
}

.cal-bar[b-732vyh6krs] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: .2rem .4rem;
  border-radius: .375rem;
  line-height: 1.15;
  overflow: hidden;
  cursor: pointer;
}

.cal-bar:hover[b-732vyh6krs] {
  filter: brightness(0.94);
}

.cal-bar-title[b-732vyh6krs] {
  font-size: .82rem;
  font-weight: 600;
  text-align: center;
}

.cal-bar-sub[b-732vyh6krs] {
  font-size: .7rem;
  opacity: .85;
  text-align: center;
}

.cal-arrow[b-732vyh6krs] {
  font-weight: 700;
}

/* Heutige Spalte / Wochenende dezent einfärben (nur Lückenzellen, nicht unter Balken). */
.cal-today[b-732vyh6krs] {
  background-color: rgba(13, 110, 253, .09);
}

.cal-weekend[b-732vyh6krs] {
  background-color: rgba(0, 0, 0, .09);
}

/* Legenden-Farbpunkt. */
.cal-legend[b-732vyh6krs] {
  display: inline-block;
  width: .85rem;
  height: .85rem;
  border-radius: .2rem;
  vertical-align: -1px;
  margin-right: .2rem;
}

/* Provisorien heben sich farblich (lila) und durch die getönte Zeile vom Zeitraster ab. */
.cal-bar-prov[b-732vyh6krs] {
  background-color: #6f42c1;
  color: #fff;
}

/* Provisorien heben sich farblich (lila) und durch die getönte Zeile vom Zeitraster ab. */
.cal-bar-prov-qm[b-732vyh6krs] {
    background-color: #0d6efd;
    color: #000;
}

/* Provisorien heben sich farblich (lila) und durch die getönte Zeile vom Zeitraster ab. */
.cal-bar-prov-over[b-732vyh6krs] {
    background-color: #cf3241;
    color: #fff;
}

/* Provisorien heben sich farblich (lila) und durch die getönte Zeile vom Zeitraster ab. */
.cal-bar-prov-future[b-732vyh6krs] {
    background-color: #f0b507;
    color: #000;
}

.cal-prov-row[b-732vyh6krs] {
  background-color: rgba(111, 66, 193, .06);
}

.cal-prov-label[b-732vyh6krs] {
  color: #6f42c1;
  font-size: 1.05rem;
}

.cal-legend-prov[b-732vyh6krs] {
  background-color: #6f42c1;
}

/* Laufzeit-Prognosen: eigene getönte Zeile + gestrichelter Rand am Balken als Hinweis „Schätzung". */
.cal-runtime-row[b-732vyh6krs] {
  background-color: rgba(13, 110, 253, .06);
}

.cal-runtime-label[b-732vyh6krs] {
  color: #0d6efd;
  font-size: 1.05rem;
}

.cal-bar-forecast[b-732vyh6krs] {
  border: 1px dashed rgba(0, 0, 0, .55);
}

.cal-legend-forecast[b-732vyh6krs] {
  background-color: rgba(13, 110, 253, .35);
  border: 1px dashed rgba(0, 0, 0, .55);
}
