/* /Components/Addresses/AddressAutocompleteFields.razor.rz.scp.css */
.business-address-fields[b-avpd32l98i] {
    position: relative;
    min-width: 0;
}

.business-address-grid[b-avpd32l98i] {
    display: grid;
    grid-template-columns: minmax(92px, .55fr) minmax(150px, .9fr) minmax(230px, 1.65fr) minmax(92px, .55fr) minmax(135px, .75fr);
    gap: 12px;
}

.business-address-grid label[b-avpd32l98i] {
    min-width: 0;
}

.business-address-grid input[b-avpd32l98i] {
    width: 100%;
}

.business-address-suggestions[b-avpd32l98i] {
    position: absolute;
    z-index: 3200;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #aeb8c4;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 28px rgb(15 35 55 / 18%);
}

.business-address-suggestion[b-avpd32l98i] {
    width: 100%;
    min-height: 52px;
    padding: 8px 11px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid #e1e6eb;
    border-radius: 0;
    background: #fff;
    color: #202b38;
    text-align: left;
    cursor: pointer;
}

.business-address-suggestion:hover[b-avpd32l98i],
.business-address-suggestion.is-active[b-avpd32l98i] {
    background: #edf5fc;
}

.business-address-suggestion > .material-symbols-outlined:first-child[b-avpd32l98i] {
    color: #0066a6;
    font-size: 20px;
}

.business-address-suggestion > span:nth-child(2)[b-avpd32l98i] {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.business-address-suggestion strong[b-avpd32l98i],
.business-address-suggestion small[b-avpd32l98i] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.business-address-suggestion small[b-avpd32l98i] {
    color: #687789;
    font-size: 12px;
    font-weight: 500;
}

.business-address-precise[b-avpd32l98i] {
    color: #168342;
    font-size: 18px;
}

.business-address-suggestion-state[b-avpd32l98i] {
    min-height: 54px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #526173;
}

.business-address-suggestion-state.is-error[b-avpd32l98i] {
    color: #9c2d20;
}

.business-address-provider[b-avpd32l98i] {
    padding: 5px 11px;
    background: #f4f6f8;
    color: #718096;
    font-size: 10px;
    text-align: right;
}

@media (max-width: 1180px) {
    .business-address-grid[b-avpd32l98i] {
        grid-template-columns: minmax(100px, .6fr) minmax(170px, 1fr) minmax(230px, 1.5fr) minmax(90px, .55fr);
    }

    .business-address-country[b-avpd32l98i] {
        grid-column: 1 / -1;
    }
}
/* /Components/Communications/NotificationCenter.razor.rz.scp.css */
.communication-center[b-1yh1b4iesd] {
    position: relative;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.communication-trigger[b-1yh1b4iesd],
.communication-header button[b-1yh1b4iesd],
.compose-heading button[b-1yh1b4iesd],
.item-archive[b-1yh1b4iesd] {
    display: inline-grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #66717c;
    cursor: pointer;
}

.communication-trigger[b-1yh1b4iesd] {
    position: relative;
    width: 24px;
    height: 24px;
    padding: 0;
}

.communication-trigger:hover:not(:disabled)[b-1yh1b4iesd],
.communication-trigger:focus-visible[b-1yh1b4iesd] {
    color: #0064a6;
    background: #edf5fb;
}

.communication-trigger:disabled[b-1yh1b4iesd] {
    cursor: default;
    opacity: .45;
}

.communication-trigger .material-symbols-outlined[b-1yh1b4iesd] {
    font-size: 19px;
}

.communication-badge[b-1yh1b4iesd] {
    position: absolute;
    top: -7px;
    right: -8px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 9px;
    background: #c62828;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 13px;
    text-align: center;
}

.communication-dismiss[b-1yh1b4iesd] {
    position: fixed;
    inset: 0;
    z-index: 145;
    border: 0;
    background: transparent;
    cursor: default;
}

.communication-panel[b-1yh1b4iesd] {
    position: absolute;
    z-index: 146;
    top: 31px;
    right: -70px;
    display: flex;
    flex-direction: column;
    width: min(440px, calc(100vw - 24px));
    max-height: min(690px, calc(100vh - 58px));
    overflow: hidden;
    border: 1px solid #b9c5d0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgb(34 48 61 / 24%);
    color: #1d2935;
}

.communication-header[b-1yh1b4iesd],
.compose-heading[b-1yh1b4iesd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.communication-header[b-1yh1b4iesd] {
    min-height: 62px;
    padding: 11px 14px 10px 16px;
    border-bottom: 1px solid #d2d9e0;
    background: #f5f6f7;
}

.communication-header span[b-1yh1b4iesd],
.compose-heading span[b-1yh1b4iesd] {
    color: #6b7783;
    font-size: 10px;
    font-weight: 800;
}

.communication-header h2[b-1yh1b4iesd],
.compose-heading h3[b-1yh1b4iesd] {
    margin: 2px 0 0;
    font-size: 18px;
    line-height: 1.15;
}

.communication-header button[b-1yh1b4iesd],
.compose-heading button[b-1yh1b4iesd] {
    width: 32px;
    height: 32px;
}

.communication-header button:hover[b-1yh1b4iesd],
.compose-heading button:hover[b-1yh1b4iesd],
.item-archive:hover[b-1yh1b4iesd] {
    color: #005b96;
    background: #e9f2f8;
}

.communication-tabs[b-1yh1b4iesd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 43px;
    border-bottom: 1px solid #cad3dc;
}

.communication-tabs button[b-1yh1b4iesd] {
    position: relative;
    border: 0;
    border-right: 1px solid #e0e5e9;
    background: #fff;
    color: #596674;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.communication-tabs button:last-child[b-1yh1b4iesd] {
    border-right: 0;
}

.communication-tabs button[b-1yh1b4iesd]::after {
    position: absolute;
    right: 12px;
    bottom: -1px;
    left: 12px;
    height: 3px;
    background: transparent;
    content: "";
}

.communication-tabs button.is-active[b-1yh1b4iesd] {
    color: #005b96;
}

.communication-tabs button.is-active[b-1yh1b4iesd]::after {
    background: #0069aa;
}

.communication-tabs button span[b-1yh1b4iesd] {
    display: inline-grid;
    min-width: 19px;
    height: 19px;
    margin-left: 5px;
    place-items: center;
    border-radius: 10px;
    background: #e6f0f7;
    color: #005b96;
    font-size: 10px;
}

.communication-toolbar[b-1yh1b4iesd] {
    display: flex;
    min-height: 45px;
    padding: 7px 12px 7px 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e6ea;
    background: #fbfbfc;
}

.communication-toolbar > span[b-1yh1b4iesd] {
    color: #697684;
    font-size: 12px;
}

.communication-toolbar button[b-1yh1b4iesd],
.communication-state button[b-1yh1b4iesd] {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid #bcc8d2;
    border-radius: 3px;
    background: #fff;
    color: #334250;
    font-weight: 700;
    cursor: pointer;
}

.communication-toolbar button:disabled[b-1yh1b4iesd] {
    cursor: default;
    opacity: .45;
}

.communication-toolbar .primary-quiet[b-1yh1b4iesd] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-color: #0064a6;
    color: #005b96;
}

.primary-quiet .material-symbols-outlined[b-1yh1b4iesd] {
    font-size: 17px;
}

.communication-list[b-1yh1b4iesd] {
    min-height: 180px;
    overflow: auto;
    overscroll-behavior: contain;
}

.communication-item[b-1yh1b4iesd] {
    position: relative;
    border-bottom: 1px solid #e2e7eb;
    background: #fff;
}

.communication-item.is-unread[b-1yh1b4iesd] {
    background: #f1f7fb;
}

.communication-item-main[b-1yh1b4iesd] {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 78px;
    padding: 12px 42px 11px 15px;
    align-items: flex-start;
    gap: 11px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.communication-item-main:hover[b-1yh1b4iesd] {
    background: rgb(0 100 166 / 5%);
}

.severity-marker[b-1yh1b4iesd] {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: #54708a;
}

.severity-success .severity-marker[b-1yh1b4iesd] { background: #198754; }
.severity-warning .severity-marker[b-1yh1b4iesd] { background: #e18b00; }
.severity-critical .severity-marker[b-1yh1b4iesd] { background: #c62828; }

.communication-item-copy[b-1yh1b4iesd] {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: 3px;
}

.communication-item-copy strong[b-1yh1b4iesd],
.communication-item-copy span[b-1yh1b4iesd],
.communication-item-copy small[b-1yh1b4iesd] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.communication-item-copy strong[b-1yh1b4iesd] {
    font-size: 13px;
    line-height: 1.25;
}

.communication-item-copy span[b-1yh1b4iesd] {
    display: -webkit-box;
    color: #526170;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.communication-item-copy small[b-1yh1b4iesd] {
    color: #82909d;
    font-size: 10px;
}

.item-arrow[b-1yh1b4iesd] {
    margin-top: 13px;
    color: #84909b;
    font-size: 20px;
}

.item-archive[b-1yh1b4iesd] {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.communication-item:hover .item-archive[b-1yh1b4iesd],
.item-archive:focus-visible[b-1yh1b4iesd] {
    opacity: 1;
}

.message-row[b-1yh1b4iesd] {
    position: relative;
}

.sender-avatar[b-1yh1b4iesd] {
    display: inline-grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #bfd0dd;
    border-radius: 50%;
    background: #e7f1f8;
    color: #005b96;
    font-size: 11px;
    font-weight: 800;
}

.message-body[b-1yh1b4iesd] {
    margin: 0;
    padding: 0 16px 14px 60px;
    color: #263543;
    font-size: 12px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.communication-state[b-1yh1b4iesd],
.communication-empty[b-1yh1b4iesd] {
    display: grid;
    min-height: 245px;
    padding: 28px;
    place-items: center;
    align-content: center;
    gap: 7px;
    color: #5d6b78;
    text-align: center;
}

.communication-state strong[b-1yh1b4iesd],
.communication-empty strong[b-1yh1b4iesd] {
    color: #253442;
    font-size: 14px;
}

.communication-state small[b-1yh1b4iesd],
.communication-empty small[b-1yh1b4iesd] {
    max-width: 290px;
    font-size: 12px;
    line-height: 1.4;
}

.communication-empty .material-symbols-outlined[b-1yh1b4iesd],
.communication-state .material-symbols-outlined[b-1yh1b4iesd] {
    color: #8a9aa7;
    font-size: 32px;
}

.communication-state.is-error .material-symbols-outlined[b-1yh1b4iesd] {
    color: #b12b2b;
}

.communication-spinner[b-1yh1b4iesd] {
    width: 25px;
    height: 25px;
    border: 3px solid #d8e4ec;
    border-top-color: #0064a6;
    border-radius: 50%;
    animation: communication-spin-b-1yh1b4iesd .8s linear infinite;
}

.communication-notice[b-1yh1b4iesd],
.compose-error[b-1yh1b4iesd] {
    margin: 0;
    padding: 8px 16px;
    border-bottom: 1px solid #c8dec7;
    background: #eff8ef;
    color: #236b2c;
    font-size: 12px;
}

.compose-error[b-1yh1b4iesd] {
    border-color: #e5c2c2;
    background: #fff2f2;
    color: #a01e1e;
}

.communication-compose[b-1yh1b4iesd] {
    display: grid;
    padding: 16px;
    gap: 13px;
    overflow: auto;
}

.compose-heading[b-1yh1b4iesd] {
    margin-bottom: 2px;
}

.communication-compose label[b-1yh1b4iesd] {
    display: grid;
    gap: 5px;
    color: #3c4a57;
    font-size: 12px;
    font-weight: 700;
}

.communication-compose input[b-1yh1b4iesd],
.communication-compose select[b-1yh1b4iesd],
.communication-compose textarea[b-1yh1b4iesd] {
    width: 100%;
    min-height: 38px;
    padding: 7px 9px;
    border: 1px solid #b9c6d0;
    border-radius: 3px;
    background: #fff;
    color: #1f2e3b;
    font: inherit;
    font-weight: 400;
}

.communication-compose textarea[b-1yh1b4iesd] {
    min-height: 145px;
    resize: vertical;
}

.communication-compose input:focus[b-1yh1b4iesd],
.communication-compose select:focus[b-1yh1b4iesd],
.communication-compose textarea:focus[b-1yh1b4iesd] {
    border-color: #0064a6;
    outline: 2px solid rgb(0 100 166 / 16%);
}

.communication-compose footer[b-1yh1b4iesd] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
}

.communication-compose footer button[b-1yh1b4iesd] {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #b6c2cc;
    border-radius: 3px;
    background: #fff;
    color: #283743;
    font-weight: 800;
    cursor: pointer;
}

.communication-compose footer .primary[b-1yh1b4iesd] {
    border-color: #005b96;
    background: #005b96;
    color: #fff;
}

.communication-compose footer button:disabled[b-1yh1b4iesd] {
    cursor: default;
    opacity: .48;
}

@keyframes communication-spin-b-1yh1b4iesd {
    to { transform: rotate(360deg); }
}

@media (max-width: 760px) {
    .communication-panel[b-1yh1b4iesd] {
        position: fixed;
        top: 42px;
        right: 8px;
        left: 8px;
        width: auto;
    }
}
/* /Components/CompanyBrandLogo.razor.rz.scp.css */
.company-brand-logo[b-99h8hbqs0i] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 0 0 auto;
}

.company-brand-logo img[b-99h8hbqs0i] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.company-brand-logo-shell[b-99h8hbqs0i] {
    width: 68px;
    height: 24px;
}

.company-brand-logo-document[b-99h8hbqs0i] {
    width: 120px;
    height: 42px;
}

.company-brand-logo-fallback[b-99h8hbqs0i] {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    background: #005a9e;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}
/* /Components/ContactAreaNavigation.razor.rz.scp.css */
.contact-area-navigation[b-k0nhzpyba9] {
    min-height: 48px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 8px;
    padding: 0 10px;
    border: 1px solid #c1c7d2;
    background: #fff;
}

.contact-area-title[b-k0nhzpyba9] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.contact-area-title > .material-symbols-outlined[b-k0nhzpyba9] {
    color: #005a9e;
    font-size: 21px;
}

.contact-area-title h1[b-k0nhzpyba9] {
    margin: 0;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.contact-area-title h1:focus[b-k0nhzpyba9] {
    outline: none;
}

.contact-area-title p[b-k0nhzpyba9] {
    margin: 2px 0 0;
    color: #605e5c;
    font-size: 11px;
    line-height: 1.2;
}

.contact-area-tabs[b-k0nhzpyba9] {
    display: flex;
    align-items: stretch;
    gap: 2px;
}

.contact-area-tab[b-k0nhzpyba9] {
    min-width: 124px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 15px;
    border-bottom: 3px solid transparent;
    color: #414750;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.contact-area-tab .material-symbols-outlined[b-k0nhzpyba9] {
    font-size: 17px;
}

.contact-area-tab:hover[b-k0nhzpyba9] {
    background: #f3f6f8;
    color: #005a9e;
}

.contact-area-tab.is-active[b-k0nhzpyba9] {
    border-bottom-color: #0078d4;
    background: #eef6fc;
    color: #005a9e;
}

@media (max-width: 900px) {
    .contact-area-navigation[b-k0nhzpyba9] {
        gap: 8px;
    }

    .contact-area-title p[b-k0nhzpyba9] {
        display: none;
    }

    .contact-area-tab[b-k0nhzpyba9] {
        min-width: 108px;
        padding-inline: 10px;
    }
}
/* /Components/Fleet/FleetConstructionMachinesPanel.razor.rz.scp.css */
.machine-panel[b-643iczr3y3] {
    --machine-blue: #0068a6;
    --machine-blue-dark: #004f80;
    --machine-ink: #162333;
    --machine-muted: #687789;
    --machine-border: #cbd4de;
    padding: 16px;
    color: var(--machine-ink);
    background: #fff;
}

.machine-toolbar[b-643iczr3y3] {
    min-height: 48px;
    padding: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--machine-border);
}

.machine-toolbar > div[b-643iczr3y3] {
    display: grid;
    gap: 2px;
}

.machine-toolbar strong[b-643iczr3y3] { font-size: 17px; }
.machine-toolbar > div > span[b-643iczr3y3] { color: var(--machine-muted); font-size: 12px; }

.machine-button[b-643iczr3y3],
.machine-icon-button[b-643iczr3y3] {
    min-height: 36px;
    border: 1px solid #bfc9d4;
    border-radius: 3px;
    background: #fff;
    color: var(--machine-ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.machine-button[b-643iczr3y3] {
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.machine-icon-button[b-643iczr3y3] {
    width: 36px;
    padding: 0;
    display: inline-grid;
    place-items: center;
}

.machine-button .material-symbols-outlined[b-643iczr3y3],
.machine-icon-button .material-symbols-outlined[b-643iczr3y3] { font-size: 19px; }
.machine-button:hover[b-643iczr3y3],
.machine-icon-button:hover[b-643iczr3y3] { border-color: #8ea1b3; background: #f5f7f9; }
.machine-button-primary[b-643iczr3y3] { border-color: var(--machine-blue); background: var(--machine-blue); color: #fff; }
.machine-button-primary:hover[b-643iczr3y3] { border-color: var(--machine-blue-dark); background: var(--machine-blue-dark); }
.machine-button-danger[b-643iczr3y3] { border-color: #b83b3b; color: #a62828; }
.machine-button-danger:hover[b-643iczr3y3] { border-color: #982929; background: #fff2f2; }
button:disabled[b-643iczr3y3], select:disabled[b-643iczr3y3], input:disabled[b-643iczr3y3] { cursor: not-allowed; opacity: .58; }

.machine-filters[b-643iczr3y3] {
    padding: 12px 0;
    display: grid;
    grid-template-columns: minmax(280px, 1.5fr) repeat(5, minmax(135px, .65fr)) auto 36px;
    align-items: end;
    gap: 8px;
}

.machine-filters label[b-643iczr3y3],
.machine-form-grid label[b-643iczr3y3],
.machine-reason[b-643iczr3y3] {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.machine-filters label > span[b-643iczr3y3],
.machine-form-grid label > span[b-643iczr3y3],
.machine-reason > span[b-643iczr3y3] {
    color: #4f5d6b;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.machine-filters input[b-643iczr3y3],
.machine-filters select[b-643iczr3y3],
.machine-form-grid input[b-643iczr3y3],
.machine-form-grid select[b-643iczr3y3],
.machine-form-grid textarea[b-643iczr3y3],
.machine-reason textarea[b-643iczr3y3] {
    width: 100%;
    min-height: 36px;
    padding: 7px 9px;
    border: 1px solid #bec9d5;
    border-radius: 3px;
    background: #fff;
    color: var(--machine-ink);
    font: inherit;
}

.machine-search[b-643iczr3y3] { position: relative; }
.machine-search > .material-symbols-outlined[b-643iczr3y3] {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 10px;
    color: var(--machine-muted);
    font-size: 18px;
}
.machine-search input[b-643iczr3y3] { padding-left: 34px; }

.machine-error[b-643iczr3y3],
.machine-form-errors[b-643iczr3y3] {
    padding: 10px 12px;
    border: 1px solid #e2a7a7;
    background: #fff3f3;
    color: #982929;
}

.machine-form-errors[b-643iczr3y3] { display: grid; gap: 3px; margin-bottom: 12px; }

.machine-state[b-643iczr3y3] {
    min-height: 280px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 7px;
    color: var(--machine-muted);
}

.machine-state > .material-symbols-outlined[b-643iczr3y3] { color: var(--machine-blue); font-size: 34px; }
.machine-state strong[b-643iczr3y3] { color: var(--machine-ink); font-size: 16px; }

.machine-spin[b-643iczr3y3] { animation: machine-spin-b-643iczr3y3 1s linear infinite; }
@keyframes machine-spin-b-643iczr3y3 { to { transform: rotate(360deg); } }

.machine-table-wrap[b-643iczr3y3] {
    overflow: auto;
    border: 1px solid var(--machine-border);
}

.machine-table[b-643iczr3y3] {
    width: 100%;
    min-width: 1320px;
    border-collapse: collapse;
    font-size: 12px;
}

.machine-table th[b-643iczr3y3] {
    height: 42px;
    padding: 0 10px;
    border-right: 1px solid #d9e0e7;
    border-bottom: 1px solid #b8c4cf;
    background: #eef1f4;
    color: #4c5967;
    text-align: left;
    white-space: nowrap;
}

.machine-table th button[b-643iczr3y3] {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.machine-table td[b-643iczr3y3] {
    height: 47px;
    padding: 7px 10px;
    border-right: 1px solid #e0e5eb;
    border-bottom: 1px solid #d6dde5;
    vertical-align: middle;
}

.machine-table tbody tr:hover[b-643iczr3y3] { background: #f3f8fb; }
.machine-table tbody tr.is-archived[b-643iczr3y3] { color: #7d8791; background: #f7f7f7; }
.machine-table td > strong[b-643iczr3y3],
.machine-table td > span[b-643iczr3y3],
.machine-table td > small[b-643iczr3y3] { display: block; }
.machine-table td > small[b-643iczr3y3] { margin-top: 2px; color: var(--machine-muted); }
.machine-mono[b-643iczr3y3] { font-family: Consolas, monospace; }
.machine-number-cell[b-643iczr3y3] { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.machine-actions-column[b-643iczr3y3] { width: 86px; }

.machine-number-link[b-643iczr3y3] {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--machine-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.machine-row-actions[b-643iczr3y3] { display: flex; justify-content: flex-end; gap: 4px; }
.machine-row-actions button[b-643iczr3y3] {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #c7d0da;
    border-radius: 3px;
    background: #fff;
    color: #465464;
    cursor: pointer;
}
.machine-row-actions button:hover[b-643iczr3y3] { color: var(--machine-blue); border-color: #8ca8bd; background: #eef6fb; }
.machine-row-actions .material-symbols-outlined[b-643iczr3y3] { font-size: 17px; }

.machine-badge[b-643iczr3y3] {
    width: max-content;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 3px;
    background: #e8edf2;
    color: #4f5d6b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}
.machine-badge-available[b-643iczr3y3] { background: #e1f5e9; color: #15723f; }
.machine-badge-in_use[b-643iczr3y3] { background: #e4eff9; color: #1768a5; }
.machine-badge-reserved[b-643iczr3y3] { background: #fff0d7; color: #9b5a00; }
.machine-badge-workshop[b-643iczr3y3],
.machine-badge-blocked[b-643iczr3y3],
.machine-badge-out_of_service[b-643iczr3y3] { background: #fde5e5; color: #a62828; }

.machine-pagination[b-643iczr3y3] {
    min-height: 48px;
    padding: 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    color: var(--machine-muted);
    font-size: 12px;
}
.machine-pagination > span[b-643iczr3y3] { margin-right: auto; }
.machine-pagination label[b-643iczr3y3] { display: inline-flex; align-items: center; gap: 5px; }
.machine-pagination select[b-643iczr3y3] { min-height: 32px; border: 1px solid var(--machine-border); }

.machine-backdrop[b-643iczr3y3] {
    position: fixed;
    z-index: 1200;
    inset: 0;
    background: rgb(20 28 38 / 48%);
}

.machine-modal[b-643iczr3y3] {
    position: fixed;
    z-index: 1210;
    inset: 38px max(32px, 8vw);
    height: calc(100dvh - 76px);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #aeb9c4;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 50px rgb(15 26 38 / 28%);
}

.machine-confirm-modal[b-643iczr3y3] {
    inset: 16vh max(28px, calc(50vw - 310px)) auto;
    height: auto;
    max-height: 68vh;
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.machine-modal-header[b-643iczr3y3] {
    min-height: 61px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--machine-border);
    background: #f7f8fa;
}
.machine-modal-header > div[b-643iczr3y3] { display: grid; gap: 2px; }
.machine-modal-header strong[b-643iczr3y3] { font-size: 18px; }
.machine-modal-header span[b-643iczr3y3] { color: var(--machine-muted); font-size: 12px; }

.machine-form-tabs[b-643iczr3y3] {
    min-height: 48px;
    padding: 0 18px;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--machine-border);
}
.machine-form-tabs button[b-643iczr3y3] {
    position: relative;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #53616f;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.machine-form-tabs button.is-active[b-643iczr3y3] { color: var(--machine-blue); }
.machine-form-tabs button.is-active[b-643iczr3y3]::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 3px;
    background: var(--machine-blue);
}

.machine-modal-body[b-643iczr3y3] {
    padding: 18px;
    overflow: auto;
    overscroll-behavior: contain;
}
.machine-form-grid[b-643iczr3y3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 18px;
}
.machine-form-wide[b-643iczr3y3] { grid-column: 1 / -1; }
.machine-form-grid textarea[b-643iczr3y3] { resize: vertical; }

.machine-modal-footer[b-643iczr3y3] {
    min-height: 62px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    border-top: 1px solid var(--machine-border);
    background: #f7f8fa;
}

.machine-reason textarea[b-643iczr3y3] { margin-top: 7px; resize: vertical; }

@media (max-width: 1450px) {
    .machine-filters[b-643iczr3y3] { grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(135px, .7fr)) auto 36px; }
}

@media (max-width: 980px) {
    .machine-panel[b-643iczr3y3] { min-width: 860px; }
    .machine-modal[b-643iczr3y3] { inset: 24px; height: calc(100dvh - 48px); }
}
/* /Components/Fleet/FleetOperationsPanel.razor.rz.scp.css */
.fleet-operations[b-c9513rv4v8] {
    min-height: 420px;
    color: #172231;
}

.fleet-operations.is-compact[b-c9513rv4v8] {
    min-height: 0;
}

.fleet-operations.is-compact .fleet-operations-toolbar[b-c9513rv4v8] {
    border-radius: 4px 4px 0 0;
}

.fleet-operations-toolbar[b-c9513rv4v8] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 16px;
    border: 1px solid #c8d0da;
    background: #fff;
}

.fleet-operations-toolbar > div:first-child[b-c9513rv4v8] {
    display: grid;
    gap: 3px;
}

.fleet-operations-toolbar strong[b-c9513rv4v8] {
    font-size: 16px;
}

.fleet-operations-toolbar span[b-c9513rv4v8],
.fleet-operation-card small[b-c9513rv4v8],
.fleet-operation-table small[b-c9513rv4v8] {
    color: #667588;
}

.fleet-operations-actions[b-c9513rv4v8] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.fleet-vehicle-filter[b-c9513rv4v8] {
    display: grid;
    gap: 3px;
    min-width: 260px;
    font-size: 12px;
    font-weight: 700;
    color: #5d6978;
}

.fleet-vehicle-filter select[b-c9513rv4v8],
.fleet-operation-form-grid input[b-c9513rv4v8],
.fleet-operation-form-grid select[b-c9513rv4v8],
.fleet-operation-form-grid textarea[b-c9513rv4v8],
.fleet-operation-form-body > label textarea[b-c9513rv4v8] {
    width: 100%;
    min-height: 38px;
    border: 1px solid #bfc9d5;
    border-radius: 3px;
    background: #fff;
    color: #172231;
    padding: 7px 9px;
    font: inherit;
}

.fleet-operation-button[b-c9513rv4v8],
.fleet-operation-icon[b-c9513rv4v8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    border: 1px solid #b9c5d2;
    border-radius: 3px;
    background: #fff;
    color: #172231;
    padding: 0 13px;
    font-weight: 700;
    cursor: pointer;
}

.fleet-operation-button:hover[b-c9513rv4v8],
.fleet-operation-icon:hover[b-c9513rv4v8] {
    border-color: #0874b9;
    color: #075f96;
    background: #f3f8fc;
}

.fleet-operation-button.is-primary[b-c9513rv4v8] {
    border-color: #066da8;
    background: #066da8;
    color: #fff;
}

.fleet-operation-button.is-danger[b-c9513rv4v8],
.fleet-operation-icon.is-danger[b-c9513rv4v8] {
    color: #b42318;
}

.fleet-operation-button:disabled[b-c9513rv4v8],
.fleet-operation-icon:disabled[b-c9513rv4v8] {
    opacity: .55;
    cursor: wait;
}

.fleet-operation-icon[b-c9513rv4v8] {
    width: 38px;
    padding: 0;
}

.fleet-operation-icon .material-symbols-outlined[b-c9513rv4v8],
.fleet-operation-button .material-symbols-outlined[b-c9513rv4v8] {
    font-size: 19px;
}

.fleet-operation-subtabs[b-c9513rv4v8] {
    display: flex;
    min-height: 43px;
    border: 1px solid #c8d0da;
    border-top: 0;
    background: #f6f7f9;
}

.fleet-operation-subtabs button[b-c9513rv4v8] {
    border: 0;
    border-right: 1px solid #d4dae2;
    border-bottom: 3px solid transparent;
    background: transparent;
    padding: 0 18px;
    color: #465466;
    font-weight: 700;
    cursor: pointer;
}

.fleet-operation-subtabs button.is-active[b-c9513rv4v8] {
    border-bottom-color: #0670ae;
    background: #fff;
    color: #075f96;
}

.fleet-operation-message[b-c9513rv4v8] {
    margin-top: 10px;
    border-left: 3px solid #14804a;
    background: #eef8f2;
    padding: 10px 13px;
    color: #14643d;
}

.fleet-operation-message.is-error[b-c9513rv4v8],
.fleet-operation-errors[b-c9513rv4v8],
.fleet-operation-state.is-error[b-c9513rv4v8] {
    border-color: #d92d20;
    background: #fff1f0;
    color: #a51d14;
}

.fleet-operation-content[b-c9513rv4v8] {
    border: 1px solid #c8d0da;
    border-top: 0;
    background: #fff;
    min-height: 330px;
}

.fleet-operation-table-wrap[b-c9513rv4v8] {
    width: 100%;
    overflow: auto;
}

.fleet-operation-table[b-c9513rv4v8] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.fleet-operation-table th[b-c9513rv4v8] {
    height: 42px;
    background: #eef1f4;
    color: #4d5a6b;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fleet-operation-table th[b-c9513rv4v8],
.fleet-operation-table td[b-c9513rv4v8] {
    padding: 8px 11px;
    border-right: 1px solid #d8dee6;
    border-bottom: 1px solid #d8dee6;
    vertical-align: middle;
}

.fleet-operation-table tr:hover td[b-c9513rv4v8] {
    background: #f6f9fc;
}

.fleet-operation-table td > small[b-c9513rv4v8],
.fleet-operation-table td > span:not(.fleet-operation-badge)[b-c9513rv4v8] {
    display: block;
    margin-top: 2px;
}

.fleet-operation-table .is-mono[b-c9513rv4v8] {
    font-family: Consolas, "Courier New", monospace;
    font-weight: 700;
}

.fleet-operation-row-actions[b-c9513rv4v8] {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.fleet-operation-row-actions .fleet-operation-icon[b-c9513rv4v8],
.fleet-operation-table .fleet-operation-icon[b-c9513rv4v8] {
    min-height: 30px;
    width: 30px;
}

.fleet-operation-badge[b-c9513rv4v8] {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    border-radius: 999px;
    background: #e9edf2;
    color: #475467;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.fleet-operation-badge.status-available[b-c9513rv4v8],
.fleet-operation-badge.status-completed[b-c9513rv4v8],
.fleet-operation-badge.deadline-ok[b-c9513rv4v8],
.fleet-operation-badge.status-passed[b-c9513rv4v8] {
    background: #dff5e7;
    color: #14733e;
}

.fleet-operation-badge.status-in_use[b-c9513rv4v8],
.fleet-operation-badge.status-active[b-c9513rv4v8],
.fleet-operation-badge.status-confirmed[b-c9513rv4v8],
.fleet-operation-badge.status-planned[b-c9513rv4v8] {
    background: #e1effa;
    color: #086595;
}

.fleet-operation-badge.status-workshop[b-c9513rv4v8],
.fleet-operation-badge.deadline-soon_due[b-c9513rv4v8],
.fleet-operation-badge.deadline-due[b-c9513rv4v8],
.fleet-operation-badge.severity-medium[b-c9513rv4v8] {
    background: #fff0d5;
    color: #9a5700;
}

.fleet-operation-badge.status-blocked[b-c9513rv4v8],
.fleet-operation-badge.deadline-overdue[b-c9513rv4v8],
.fleet-operation-badge.deadline-expired[b-c9513rv4v8],
.fleet-operation-badge.severity-major[b-c9513rv4v8],
.fleet-operation-badge.severity-not_roadworthy[b-c9513rv4v8] {
    background: #fee4e2;
    color: #b42318;
}

.fleet-operation-card-grid[b-c9513rv4v8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 10px;
    padding: 12px;
}

.fleet-operation-card[b-c9513rv4v8] {
    border: 1px solid #c9d1da;
    border-radius: 4px;
    background: #fff;
}

.fleet-operation-card > header[b-c9513rv4v8] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 54px;
    padding: 9px 11px;
    border-bottom: 1px solid #dce1e7;
    background: #f7f8fa;
}

.fleet-operation-card > header > div[b-c9513rv4v8] {
    min-width: 0;
    flex: 1;
    display: grid;
}

.fleet-operation-card > header strong[b-c9513rv4v8],
.fleet-operation-card > header small[b-c9513rv4v8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-operation-card dl[b-c9513rv4v8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
}

.fleet-operation-card dl > div[b-c9513rv4v8] {
    padding: 9px 11px;
    border-right: 1px solid #e1e5ea;
    border-bottom: 1px solid #e1e5ea;
}

.fleet-operation-card dt[b-c9513rv4v8] {
    color: #667588;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.fleet-operation-card dd[b-c9513rv4v8] {
    margin: 3px 0 0;
    font-weight: 700;
}

.fleet-operation-card.is-compact > header[b-c9513rv4v8] {
    border-bottom: 0;
}

.fleet-operation-split[b-c9513rv4v8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 12px;
    padding: 12px;
}

.fleet-operation-split > section[b-c9513rv4v8] {
    border: 1px solid #c9d1da;
    min-width: 0;
}

.fleet-operation-split h3[b-c9513rv4v8] {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 11px 13px;
    border-bottom: 1px solid #dce1e7;
    background: #f7f8fa;
    font-size: 14px;
}

.fleet-operation-simple-list > div[b-c9513rv4v8] {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 7px 10px;
    border-bottom: 1px solid #e0e5ea;
}

.fleet-operation-simple-list > div > span:nth-child(2)[b-c9513rv4v8] {
    flex: 1;
    min-width: 0;
    display: grid;
}

.fleet-operation-summary[b-c9513rv4v8] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #c8d0da;
    background: #f6f7f9;
}

.fleet-operation-summary strong[b-c9513rv4v8] {
    font-size: 20px;
}

.fleet-operation-empty[b-c9513rv4v8],
.fleet-operation-state[b-c9513rv4v8] {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    min-height: 280px;
    color: #667588;
    text-align: center;
}

.fleet-operation-empty > .material-symbols-outlined[b-c9513rv4v8],
.fleet-operation-state > .material-symbols-outlined[b-c9513rv4v8] {
    font-size: 36px;
    color: #8391a2;
}

.fleet-operation-empty.is-small[b-c9513rv4v8] {
    min-height: 80px;
}

.fleet-operation-dms-notice[b-c9513rv4v8] {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 12px;
    border-left: 3px solid #0874b9;
    background: #eef6fb;
    padding: 11px 13px;
}

.fleet-operation-dms-notice > div[b-c9513rv4v8] {
    display: grid;
    gap: 2px;
}

.fleet-operation-backdrop[b-c9513rv4v8] {
    position: fixed;
    inset: 0;
    z-index: 1700;
    background: rgb(16 24 40 / 55%);
}

.fleet-operation-modal[b-c9513rv4v8] {
    position: fixed;
    z-index: 1710;
    top: 5vh;
    left: 50%;
    width: min(920px, calc(100vw - 48px));
    max-height: 90vh;
    transform: translateX(-50%);
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #9da9b7;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 22px 60px rgb(15 23 42 / 30%);
}

.fleet-operation-modal > header[b-c9513rv4v8],
.fleet-operation-modal > footer[b-c9513rv4v8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid #ccd3dc;
    background: #f7f7f8;
}

.fleet-operation-modal > header > div[b-c9513rv4v8] {
    display: grid;
    gap: 2px;
}

.fleet-operation-modal > footer[b-c9513rv4v8] {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    justify-content: flex-end;
    border-top: 1px solid #ccd3dc;
    border-bottom: 0;
}

.fleet-operation-form-body[b-c9513rv4v8] {
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 14px;
}

.fleet-operation-form-grid[b-c9513rv4v8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
}

.fleet-operation-form-grid label[b-c9513rv4v8],
.fleet-operation-form-body > label[b-c9513rv4v8] {
    display: grid;
    gap: 5px;
    color: #465466;
    font-size: 12px;
    font-weight: 800;
}

.fleet-operation-form-grid label.span-2[b-c9513rv4v8] {
    grid-column: 1 / -1;
}

.fleet-operation-form-grid label small[b-c9513rv4v8] {
    font-weight: 400;
    color: #667588;
}

.fleet-operation-form-grid .fleet-operation-check[b-c9513rv4v8] {
    grid-template-columns: auto 1fr;
    align-items: center;
    align-content: center;
}

.fleet-operation-form-grid .fleet-operation-check input[b-c9513rv4v8] {
    width: 18px;
    min-height: 18px;
}

.fleet-operation-errors[b-c9513rv4v8] {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
    border-left: 3px solid #d92d20;
    padding: 9px 11px;
}

.fleet-operation-confirm[b-c9513rv4v8] {
    width: min(560px, calc(100vw - 48px));
}

.fleet-operation-confirm p[b-c9513rv4v8] {
    margin-top: 0;
}

.fleet-operation-spin[b-c9513rv4v8] {
    animation: fleet-operation-spin-b-c9513rv4v8 1s linear infinite;
}

@keyframes fleet-operation-spin-b-c9513rv4v8 {
    to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
    .fleet-operations-toolbar[b-c9513rv4v8] {
        align-items: stretch;
        flex-direction: column;
    }

    .fleet-operations-actions[b-c9513rv4v8] {
        justify-content: flex-start;
    }

    .fleet-operation-form-grid[b-c9513rv4v8],
    .fleet-operation-split[b-c9513rv4v8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
#blazor-error-ui[b-g2og8tnyoa] {
    color-scheme: light only;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-g2og8tnyoa] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .65rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.dummy-shell[b-pily64choa] {
    --page: #faf9f8;
    --sidebar: #2b3033;
    --sidebar-border: #22272a;
    --sidebar-text: #f3f6f8;
    --sidebar-muted: #b9c1c8;
    --blue: #005a9e;
    --blue-soft: #e1f1ff;
    --surface: #fff;
    --soft: #f3f2f1;
    --line: #dadada;
    --text: #1a1c1c;
    --muted: #605e5c;
    --dummy-topbar-height: 32px;
    min-height: 100vh;
    display: block;
    padding-top: var(--dummy-topbar-height);
    background: var(--page);
    color: var(--text);
}

.shell-sidebar-checkbox[b-pily64choa] {
    width: 1px;
    height: 1px;
    position: fixed;
    left: -100vw;
    opacity: 0;
    pointer-events: none;
}

.dummy-main[b-pily64choa] {
    min-height: calc(100vh - var(--dummy-topbar-height));
    margin-left: 64px;
    display: block;
    transition: margin-left 150ms ease;
}

.dummy-shell:not(.is-sidebar-collapsed) .dummy-main[b-pily64choa],
.dummy-shell:has(.shell-sidebar-checkbox:checked) .dummy-main[b-pily64choa] {
    margin-left: 260px;
}

.dummy-sidebar[b-pily64choa] {
    width: 64px;
    min-height: 0;
    height: calc(100vh - var(--dummy-topbar-height));
    padding: 8px 0 0;
    position: fixed;
    top: var(--dummy-topbar-height);
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--sidebar-border);
    background: var(--sidebar);
    color: var(--sidebar-text);
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 150ms ease, box-shadow 150ms ease;
}

.dummy-shell:not(.is-sidebar-collapsed) .dummy-sidebar[b-pily64choa],
.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-sidebar[b-pily64choa] {
    width: 260px;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.05);
}

.dummy-brand[b-pily64choa] {
    display: none;
}

.brand-mark[b-pily64choa] {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.nav-label[b-pily64choa] {
    height: 24px;
    margin: 0;
    padding: 8px 20px 4px;
    overflow: hidden;
    color: var(--sidebar-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dummy-nav[b-pily64choa] {
    display: grid;
    gap: 0;
    padding: 0;
}

.dummy-nav > a[b-pily64choa],
.dummy-nav-parent[b-pily64choa] {
    width: 100%;
    min-height: 28px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 12px;
    border: 0;
    border-right: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: var(--sidebar-text);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}

.dummy-nav-row[b-pily64choa] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
}

.dummy-nav-row > button:not(.dummy-nav-parent)[b-pily64choa] {
    width: 24px;
    min-height: 28px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--sidebar-muted);
    font-size: 12px;
    transition: background-color 150ms ease, color 150ms ease;
}

.dummy-nav-caret .material-symbols-outlined[b-pily64choa] {
    font-size: 16px;
    transition: transform 150ms ease;
}

.dummy-nav-group.is-open .dummy-nav-caret .material-symbols-outlined[b-pily64choa] {
    transform: rotate(180deg);
}

.dummy-nav-group.is-open .dummy-nav-parent[b-pily64choa] {
    color: #69b7ff;
    background: rgba(0, 90, 158, 0.26);
}

.dummy-subnav-list[b-pily64choa] {
    display: none;
    padding: 2px 0 4px;
    margin-left: 29px;
    border-left: 1px solid var(--line);
}

.dummy-nav-group.is-open .dummy-subnav-list[b-pily64choa] {
    display: grid;
}

.dummy-nav a.dummy-subnav[b-pily64choa] {
    min-height: 24px;
    padding: 0 12px 0 22px;
    display: flex;
    align-items: center;
    border-right: 2px solid transparent;
    color: var(--sidebar-muted);
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.dummy-nav .nav-icon[b-pily64choa],
.dummy-nav-parent .nav-icon[b-pily64choa] {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    justify-self: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: currentColor;
}

.dummy-nav .nav-icon svg[b-pily64choa] {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dummy-nav a:hover[b-pily64choa],
.dummy-nav a.active[b-pily64choa],
.dummy-nav-group.is-current .dummy-nav-parent[b-pily64choa],
.dummy-nav-parent:hover[b-pily64choa],
.dummy-nav a.dummy-subnav:hover[b-pily64choa],
.dummy-nav a.dummy-subnav.active[b-pily64choa] {
    border-right-color: #69b7ff;
    background: rgba(0, 90, 158, 0.28);
    color: #69b7ff;
}

.dummy-nav a:hover .nav-icon[b-pily64choa],
.dummy-nav a.active .nav-icon[b-pily64choa],
.dummy-nav-group.is-current .dummy-nav-parent .nav-icon[b-pily64choa],
.dummy-nav-parent:hover .nav-icon[b-pily64choa] {
    background: transparent;
    color: currentColor;
}

.dummy-shell.is-sidebar-collapsed .nav-label[b-pily64choa],
.dummy-shell.is-sidebar-collapsed .dummy-subnav-list[b-pily64choa],
.dummy-shell.is-sidebar-collapsed .dummy-nav-row > button:not(.dummy-nav-parent)[b-pily64choa] {
    display: none;
}

.dummy-shell.is-sidebar-collapsed .dummy-nav > a[b-pily64choa],
.dummy-shell.is-sidebar-collapsed .dummy-nav-parent[b-pily64choa] {
    width: 64px;
    min-height: 28px;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
    font-size: 0;
}

.dummy-shell.is-sidebar-collapsed .dummy-nav-row[b-pily64choa] {
    grid-template-columns: 64px;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .nav-label[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .nav-label[b-pily64choa] {
    display: block;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-nav-row[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-nav-row[b-pily64choa] {
    grid-template-columns: minmax(0, 1fr) 24px;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-nav-row > button:not(.dummy-nav-parent)[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-nav-row > button:not(.dummy-nav-parent)[b-pily64choa] {
    display: grid;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-nav > a[b-pily64choa],
.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-nav-parent[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-nav > a[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-nav-parent[b-pily64choa] {
    width: 100%;
    padding: 0 20px;
    grid-template-columns: 18px minmax(0, 1fr);
    place-items: center start;
    gap: 12px;
    font-size: 11px;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-subnav-list[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-subnav-list[b-pily64choa] {
    margin-left: 29px;
}

.dummy-shell.is-sidebar-collapsed .dummy-sidebar:hover .dummy-nav-group.is-open .dummy-subnav-list[b-pily64choa],
.dummy-shell.is-sidebar-collapsed:has(.shell-sidebar-checkbox:checked) .dummy-nav-group.is-open .dummy-subnav-list[b-pily64choa] {
    display: grid;
}

.sidebar-toggle[b-pily64choa] {
    width: 28px;
    height: 28px;
    min-height: 28px;
    margin: auto 18px 12px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--surface);
    color: #414750;
}

.dummy-shell.is-sidebar-collapsed .sidebar-toggle[b-pily64choa] {
    margin-inline: 18px;
}

.sidebar-toggle:hover[b-pily64choa] {
    border-color: #c8c6c4;
    background: var(--blue-soft);
    color: var(--blue);
}

.sidebar-toggle span[b-pily64choa] {
    width: 12px;
    height: 12px;
    position: relative;
    display: grid;
    place-items: center;
    transition: transform 0.18s ease;
}

.sidebar-toggle span[b-pily64choa]::before {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
}

.dummy-shell.is-sidebar-collapsed .sidebar-toggle span[b-pily64choa] {
    transform: rotate(180deg);
}

.dummy-shell:has(.shell-sidebar-checkbox:checked) .sidebar-toggle span[b-pily64choa] {
    transform: rotate(0deg);
}

.dummy-topbar[b-pily64choa] {
    height: var(--dummy-topbar-height);
    min-height: var(--dummy-topbar-height);
    padding: 0 8px;
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 120;
    display: grid;
    grid-template-columns: minmax(172px, auto) minmax(180px, 320px) minmax(260px, 1fr);
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid var(--line);
    background: var(--surface);
    box-shadow: none;
}

.topbar-brand[b-pily64choa] {
    min-width: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--blue);
    text-decoration: none;
}

.topbar-brand-copy[b-pily64choa] {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.topbar-brand-copy strong[b-pily64choa] {
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.topbar-brand-copy span[b-pily64choa] {
    max-width: 140px;
    overflow: hidden;
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-box[b-pily64choa] {
    width: 100%;
    max-width: 320px;
    min-height: 24px;
    height: 24px;
    padding: 0 8px;
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #f4f3f2;
}

.search-box .material-symbols-outlined[b-pily64choa] {
    color: var(--muted);
    font-size: 16px;
}

.search-box input[b-pily64choa] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
    font-size: 11px;
}

.topbar-actions[b-pily64choa] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: nowrap;
}

.global-new-menu[b-pily64choa] {
    position: relative;
    z-index: 130;
    justify-self: end;
}

.global-new-dismiss[b-pily64choa] {
    position: fixed;
    inset: 0;
    z-index: 129;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: default;
}

.global-new-button[b-pily64choa] {
    height: 24px;
    min-height: 24px;
    padding: 0 8px 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid var(--blue);
    border-radius: 4px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.global-new-button .material-symbols-outlined[b-pily64choa] {
    width: auto;
    height: auto;
    font-size: 14px;
    transform: none;
    transition: transform 120ms ease;
}

.global-new-menu.is-open .global-new-button .material-symbols-outlined[b-pily64choa] {
    transform: rotate(180deg);
}

.global-new-button > span:first-child[b-pily64choa] {
    width: auto;
    height: auto;
    display: inline;
    font-size: 12px;
    font-weight: 700;
    transform: none;
}

.global-new-button:hover[b-pily64choa],
.global-new-button:focus-visible[b-pily64choa] {
    border-color: #004881;
    background: #004881;
}

.global-new-dropdown[b-pily64choa] {
    width: 184px;
    padding: 4px;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 130;
    display: grid;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

.global-new-dropdown[hidden][b-pily64choa] {
    display: none;
}

.global-new-dropdown button[b-pily64choa] {
    min-height: 28px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #414750;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
}

.global-new-dropdown button:hover[b-pily64choa],
.global-new-dropdown button:focus-visible[b-pily64choa] {
    background: #e1f1ff;
    color: var(--blue);
}

.global-new-dropdown button span[b-pily64choa] {
    width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    color: var(--muted);
    font-size: 16px;
}

.topbar-icon-group[b-pily64choa] {
    height: 24px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    border-left: 1px solid var(--line);
}

.topbar-icon-button[b-pily64choa] {
    width: 24px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #414750;
}

.topbar-icon-button:hover[b-pily64choa],
.topbar-icon-button.active[b-pily64choa] {
    background: var(--blue-soft);
    color: var(--blue);
}

.topbar-icon-button .material-symbols-outlined[b-pily64choa] {
    font-size: 18px;
}

.account-menu-dismiss[b-pily64choa] {
    position: fixed;
    inset: 0;
    z-index: 131;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: default;
}

.topbar-account-menu[b-pily64choa] {
    min-width: 0;
    position: relative;
    z-index: 132;
}

.topbar-account-button[b-pily64choa] {
    min-width: 0;
    height: 28px;
    padding: 2px 2px 2px 8px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: var(--text);
    cursor: pointer;
}

.topbar-account-button:hover[b-pily64choa],
.topbar-account-button:focus-visible[b-pily64choa],
.topbar-account-menu.is-open .topbar-account-button[b-pily64choa] {
    border-color: #c7d6e2;
    background: #f4f8fb;
}

.topbar-account-copy[b-pily64choa] {
    min-width: 0;
    max-width: 150px;
    display: grid;
    gap: 1px;
    text-align: right;
}

.topbar-account-copy strong[b-pily64choa],
.topbar-account-copy span[b-pily64choa] {
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-account-copy strong[b-pily64choa] {
    color: var(--text);
    font-size: 11px;
    font-weight: 700;
}

.topbar-account-copy span[b-pily64choa] {
    color: var(--muted);
    font-size: 9px;
}

.topbar-avatar[b-pily64choa] {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #f4f3f2;
    color: var(--blue) !important;
    font-size: 10px !important;
    font-weight: 700;
}

.account-menu-caret[b-pily64choa] {
    width: 14px;
    color: var(--muted);
    font-size: 14px;
    transition: transform 120ms ease;
}

.topbar-account-menu.is-open .account-menu-caret[b-pily64choa] {
    transform: rotate(180deg);
}

.account-dropdown[b-pily64choa] {
    width: 320px;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 133;
    border: 1px solid #cdd5dc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(28, 39, 49, 0.18);
    color: #26323d;
}

.account-dropdown[hidden][b-pily64choa] {
    display: none;
}

.account-dropdown-header[b-pily64choa] {
    min-height: 64px;
    padding: 12px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e2e7eb;
}

.account-dropdown-avatar[b-pily64choa] {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #0c5f94;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.account-dropdown-header > span:nth-child(2)[b-pily64choa] {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.account-dropdown-header strong[b-pily64choa],
.account-dropdown-header small[b-pily64choa] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-dropdown-header strong[b-pily64choa] {
    font-size: 13px;
}

.account-dropdown-header small[b-pily64choa] {
    color: #687684;
    font-size: 10px;
}

.account-status[b-pily64choa] {
    padding: 3px 6px;
    border-radius: 3px;
    background: #edf0f2;
    color: #54616c;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.account-status.active[b-pily64choa] {
    background: #e4f5e9;
    color: #176f3a;
}

.account-status.locked[b-pily64choa],
.account-status.archived[b-pily64choa] {
    background: #fde7e5;
    color: #a12622;
}

.account-status.development[b-pily64choa] {
    background: #fff2d6;
    color: #805300;
}

.account-dropdown-notice[b-pily64choa],
.account-password-warning[b-pily64choa],
.account-dropdown-error[b-pily64choa],
.account-dropdown-loading[b-pily64choa] {
    margin: 10px 12px 0;
    padding: 8px 9px;
    display: flex;
    align-items: flex-start;
    gap: 7px;
    border-left: 3px solid #15813b;
    background: #f0faf3;
    color: #285337;
    font-size: 10px;
    line-height: 1.35;
}

.account-dropdown-notice .material-symbols-outlined[b-pily64choa],
.account-password-warning .material-symbols-outlined[b-pily64choa] {
    font-size: 16px;
}

.account-dropdown-error[b-pily64choa] {
    border-left-color: #b42318;
    background: #fff1f0;
    color: #8d1d16;
}

.account-dropdown-loading[b-pily64choa] {
    align-items: center;
    border-left-color: #0c5f94;
    background: #f2f7fb;
    color: #536574;
}

.account-loading-indicator[b-pily64choa] {
    width: 13px;
    height: 13px;
    border: 2px solid #b9cbd9;
    border-top-color: #0c5f94;
    border-radius: 50%;
    animation: account-loading-spin-b-pily64choa 700ms linear infinite;
}

@keyframes account-loading-spin-b-pily64choa {
    to {
        transform: rotate(360deg);
    }
}

.account-facts[b-pily64choa] {
    margin: 0;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 14px;
}

.account-facts div[b-pily64choa] {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.account-facts dt[b-pily64choa] {
    color: #73808c;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-facts dd[b-pily64choa] {
    margin: 0;
    overflow: hidden;
    color: #27343f;
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-build-info[b-pily64choa] {
    min-height: 56px;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1px 8px;
    border-top: 1px solid #e2e7eb;
    background: #f7f9fa;
    color: #586775;
}

.account-build-info > .material-symbols-outlined[b-pily64choa] {
    grid-row: 1 / span 3;
    color: #0c5f94;
    font-size: 17px;
}

.account-build-info small[b-pily64choa] {
    color: #73808c;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-build-info .account-build-label[b-pily64choa] {
    grid-column: 2;
}

.account-build-info .account-build-revision[b-pily64choa] {
    grid-column: 2 / 4;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.account-build-info strong[b-pily64choa] {
    grid-column: 2 / 4;
    overflow: hidden;
    color: #27343f;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-build-info time[b-pily64choa] {
    grid-column: 3;
    grid-row: 1;
    color: #73808c;
    font-size: 9px;
    white-space: nowrap;
}

.account-password-warning[b-pily64choa] {
    border-left-color: #d79000;
    background: #fff8e8;
    color: #684900;
}

.account-dropdown-actions[b-pily64choa] {
    padding: 5px;
    display: grid;
    border-top: 1px solid #e2e7eb;
}

.account-dropdown-actions form[b-pily64choa] {
    margin: 0;
}

.account-dropdown-actions button[b-pily64choa],
.account-dropdown-actions a[b-pily64choa] {
    width: 100%;
    min-height: 31px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #34424e;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.account-dropdown-actions button:hover[b-pily64choa],
.account-dropdown-actions button:focus-visible[b-pily64choa],
.account-dropdown-actions a:hover[b-pily64choa],
.account-dropdown-actions a:focus-visible[b-pily64choa] {
    background: #e8f3fb;
    color: #005a9e;
}

.account-dropdown-actions .material-symbols-outlined[b-pily64choa] {
    width: 17px;
    font-size: 17px;
}

.account-modal-backdrop[b-pily64choa] {
    position: fixed;
    inset: 0;
    z-index: 500;
    border: 0;
    border-radius: 0;
    background: rgba(24, 32, 39, 0.48);
    cursor: default;
}

.account-password-modal[b-pily64choa] {
    width: min(440px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 501;
    overflow: auto;
    transform: translate(-50%, -50%);
    border: 1px solid #cbd3da;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 31, 41, 0.25);
    color: #222c35;
}

.account-password-modal > header[b-pily64choa] {
    min-height: 58px;
    padding: 10px 12px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dce2e7;
    background: #f7f8f9;
}

.account-password-modal > header > span[b-pily64choa] {
    display: grid;
    gap: 3px;
}

.account-password-modal > header small[b-pily64choa] {
    color: #607180;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
}

.account-password-modal > header strong[b-pily64choa] {
    font-size: 15px;
}

.account-password-modal > header button[b-pily64choa] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background: transparent;
    color: #4f5e69;
    cursor: pointer;
}

.account-password-modal > header button:hover[b-pily64choa] {
    border-color: #cbd4dc;
    background: #fff;
}

.account-password-modal > header .material-symbols-outlined[b-pily64choa] {
    font-size: 19px;
}

.account-password-modal form[b-pily64choa] {
    padding: 16px;
    display: grid;
    gap: 13px;
}

.account-password-modal form > p[b-pily64choa] {
    margin: 0 0 2px;
    color: #596976;
    font-size: 11px;
    line-height: 1.45;
}

.account-password-modal label[b-pily64choa] {
    display: grid;
    gap: 5px;
    color: #34414c;
    font-size: 11px;
    font-weight: 700;
}

.account-password-modal label small[b-pily64choa] {
    color: #74818c;
    font-size: 9px;
    font-weight: 500;
}

.account-password-modal input[b-pily64choa] {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #bdc8d1;
    border-radius: 3px;
    background: #fff;
    color: #1f2b35;
    font-size: 12px;
}

.account-password-modal input:focus[b-pily64choa] {
    border-color: #1672ad;
    outline: 2px solid rgba(22, 114, 173, 0.15);
    outline-offset: 0;
}

.account-password-errors[b-pily64choa] {
    padding: 9px 10px;
    display: grid;
    gap: 3px;
    border-left: 3px solid #b42318;
    background: #fff1f0;
    color: #8d1d16;
    font-size: 10px;
    line-height: 1.35;
}

.account-password-modal footer[b-pily64choa] {
    margin: 4px -16px -16px;
    padding: 11px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid #dce2e7;
    background: #f7f8f9;
}

.account-password-modal footer button[b-pily64choa] {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #bdc8d1;
    border-radius: 3px;
    background: #fff;
    color: #26343f;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.account-password-modal footer button.primary[b-pily64choa] {
    border-color: #005a9e;
    background: #005a9e;
    color: #fff;
}

.account-password-modal footer button:disabled[b-pily64choa] {
    opacity: 0.55;
    cursor: not-allowed;
}

.dummy-workspace[b-pily64choa] {
    min-width: 0;
    min-height: calc(100vh - var(--dummy-topbar-height));
    padding: 12px;
    display: grid;
    gap: 12px;
    align-content: start;
    overflow: auto;
    background: #fff;
}

.dummy-workspace.is-takeoff[b-pily64choa] {
    height: calc(100vh - var(--dummy-topbar-height));
    min-height: calc(100vh - var(--dummy-topbar-height));
    padding: 0;
    display: block;
    overflow: hidden;
    background: #eef1f4;
}

#blazor-error-ui[b-pily64choa] {
    color-scheme: light only;
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pily64choa] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .65rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bu4urrtmh2],
.components-reconnect-repeated-attempt-visible[b-bu4urrtmh2],
.components-reconnect-failed-visible[b-bu4urrtmh2],
.components-pause-visible[b-bu4urrtmh2],
.components-resume-failed-visible[b-bu4urrtmh2],
.components-rejoining-animation[b-bu4urrtmh2] {
    display: none;
}

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


#components-reconnect-modal[b-bu4urrtmh2] {
    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-bu4urrtmh2 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-bu4urrtmh2 {
    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/Equipment.razor.rz.scp.css */
.equipment-page[b-nr196zt7c3] {
    --equipment-blue: #0068a6;
    --equipment-blue-dark: #004f80;
    --equipment-ink: #172433;
    --equipment-muted: #687789;
    --equipment-border: #cbd4de;
    --equipment-soft: #f3f6f8;
    min-height: calc(100vh - 74px);
    color: var(--equipment-ink);
    background: #fff;
}

.equipment-header[b-nr196zt7c3] {
    min-height: 82px;
    padding: 16px 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--equipment-border);
}

.equipment-header h1[b-nr196zt7c3] {
    margin: 2px 0 1px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.equipment-header p[b-nr196zt7c3],
.equipment-breadcrumb[b-nr196zt7c3] {
    margin: 0;
    color: var(--equipment-muted);
    font-size: 13px;
}

.equipment-breadcrumb[b-nr196zt7c3] {
    color: var(--equipment-blue);
    font-weight: 700;
}

.equipment-button[b-nr196zt7c3],
.equipment-icon-button[b-nr196zt7c3],
.equipment-row-actions button[b-nr196zt7c3] {
    min-height: 36px;
    border: 1px solid #bfc9d4;
    border-radius: 3px;
    background: #fff;
    color: var(--equipment-ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.equipment-button[b-nr196zt7c3] {
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.equipment-button .material-symbols-outlined[b-nr196zt7c3],
.equipment-icon-button .material-symbols-outlined[b-nr196zt7c3],
.equipment-row-actions .material-symbols-outlined[b-nr196zt7c3] {
    font-size: 19px;
}

.equipment-icon-button[b-nr196zt7c3],
.equipment-row-actions button[b-nr196zt7c3] {
    width: 36px;
    padding: 0;
    display: inline-grid;
    place-items: center;
}

.equipment-button:hover[b-nr196zt7c3],
.equipment-icon-button:hover[b-nr196zt7c3],
.equipment-row-actions button:hover[b-nr196zt7c3] {
    border-color: #8ea1b3;
    background: #f5f7f9;
}

.equipment-button.primary[b-nr196zt7c3] {
    border-color: var(--equipment-blue);
    background: var(--equipment-blue);
    color: #fff;
}

.equipment-button.primary:hover[b-nr196zt7c3] {
    border-color: var(--equipment-blue-dark);
    background: var(--equipment-blue-dark);
}

.equipment-button.danger[b-nr196zt7c3] {
    border-color: #bc4646;
    color: #a62626;
}

.equipment-button.danger-solid[b-nr196zt7c3] {
    border-color: #a62a2a;
    background: #a62a2a;
    color: #fff;
}

button:disabled[b-nr196zt7c3],
select:disabled[b-nr196zt7c3],
input:disabled[b-nr196zt7c3] {
    cursor: not-allowed;
    opacity: .58;
}

.equipment-kpis[b-nr196zt7c3] {
    min-height: 82px;
    padding: 12px 16px;
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr));
    gap: 9px;
    border-bottom: 1px solid var(--equipment-border);
    background: #eef2f5;
}

.equipment-kpis button[b-nr196zt7c3] {
    min-width: 0;
    min-height: 56px;
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d3dbe3;
    border-radius: 4px;
    background: #fff;
    color: var(--equipment-ink);
    text-align: left;
    cursor: pointer;
}

.equipment-kpis button:hover[b-nr196zt7c3] {
    border-color: #8fa5b8;
    box-shadow: inset 0 -2px 0 var(--equipment-blue);
}

.equipment-kpis .material-symbols-outlined[b-nr196zt7c3] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #e8f2f9;
    color: var(--equipment-blue);
    font-size: 20px;
}

.equipment-kpis .good[b-nr196zt7c3] { background: #e7f6ed; color: #16814c; }
.equipment-kpis .active[b-nr196zt7c3] { background: #e9f2fb; color: #176ca2; }
.equipment-kpis .warning[b-nr196zt7c3] { background: #fff2dc; color: #a86300; }
.equipment-kpis .danger[b-nr196zt7c3] { background: #fdeaea; color: #b82f2f; }

.equipment-kpis span:last-child[b-nr196zt7c3] {
    min-width: 0;
    display: grid;
}

.equipment-kpis small[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 11px;
    font-weight: 700;
}

.equipment-kpis strong[b-nr196zt7c3] {
    font-size: 20px;
    line-height: 1.15;
}

.equipment-cost-dashboard[b-nr196zt7c3] {
    min-height: 54px;
    padding: 8px 16px;
    display: grid;
    grid-template-columns: minmax(190px, 1.2fr) repeat(3, minmax(160px, 1fr));
    gap: 0;
    border-bottom: 1px solid var(--equipment-border);
    background: #fff;
}

.equipment-cost-dashboard > div[b-nr196zt7c3] {
    min-width: 0;
    padding: 4px 14px;
    display: grid;
    align-content: center;
    gap: 2px;
    border-left: 1px solid #d9e0e7;
}

.equipment-cost-dashboard > div:first-child[b-nr196zt7c3] {
    border-left: 0;
}

.equipment-cost-dashboard-title[b-nr196zt7c3] {
    grid-template-columns: 32px 1fr;
    align-items: center;
    column-gap: 9px;
}

.equipment-cost-dashboard-title .material-symbols-outlined[b-nr196zt7c3] {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    background: #e8f2f9;
    color: var(--equipment-blue);
}

.equipment-cost-dashboard small[b-nr196zt7c3],
.equipment-operating-overview small[b-nr196zt7c3],
.equipment-meter-summary small[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.equipment-cost-dashboard strong[b-nr196zt7c3] {
    font-size: 14px;
}

.equipment-list[b-nr196zt7c3] {
    padding: 14px 16px 24px;
}

.equipment-toolbar[b-nr196zt7c3] {
    min-height: 52px;
    padding: 8px;
    display: grid;
    grid-template-columns: minmax(320px, 1fr) 190px 170px 120px auto 36px;
    gap: 8px;
    align-items: center;
    border: 1px solid var(--equipment-border);
    background: var(--equipment-soft);
}

.equipment-toolbar input[b-nr196zt7c3],
.equipment-toolbar select[b-nr196zt7c3],
.equipment-modal input[b-nr196zt7c3],
.equipment-modal select[b-nr196zt7c3],
.equipment-modal textarea[b-nr196zt7c3],
.equipment-confirm textarea[b-nr196zt7c3] {
    width: 100%;
    min-height: 36px;
    padding: 7px 9px;
    border: 1px solid #bcc8d4;
    border-radius: 3px;
    background: #fff;
    color: var(--equipment-ink);
    font: inherit;
    font-size: 13px;
}

.equipment-toolbar input:focus[b-nr196zt7c3],
.equipment-toolbar select:focus[b-nr196zt7c3],
.equipment-modal input:focus[b-nr196zt7c3],
.equipment-modal select:focus[b-nr196zt7c3],
.equipment-modal textarea:focus[b-nr196zt7c3],
.equipment-confirm textarea:focus[b-nr196zt7c3] {
    border-color: var(--equipment-blue);
    outline: 2px solid rgba(0, 104, 166, .14);
    outline-offset: 0;
}

.equipment-search[b-nr196zt7c3] {
    position: relative;
}

.equipment-search .material-symbols-outlined[b-nr196zt7c3] {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 9px;
    color: #738193;
    font-size: 20px;
    pointer-events: none;
}

.equipment-search input[b-nr196zt7c3] {
    padding-left: 36px;
}

.equipment-check-filter[b-nr196zt7c3] {
    min-height: 36px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #bcc8d4;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.equipment-check-filter input[b-nr196zt7c3] {
    width: 16px;
    min-height: 16px;
    margin: 0;
}

.equipment-list-summary[b-nr196zt7c3] {
    min-height: 38px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--equipment-border);
    border-top: 0;
    color: var(--equipment-muted);
    font-size: 12px;
}

.equipment-list-summary strong[b-nr196zt7c3] {
    color: var(--equipment-ink);
}

.equipment-table-scroll[b-nr196zt7c3] {
    overflow: auto;
    border: 1px solid var(--equipment-border);
    border-top: 0;
}

.equipment-table[b-nr196zt7c3] {
    width: 100%;
    min-width: 1140px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.equipment-table th[b-nr196zt7c3] {
    height: 38px;
    padding: 0 10px;
    border-right: 1px solid #d7dee5;
    border-bottom: 1px solid #bbc6d1;
    background: #e9edf1;
    color: #4e5b69;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}

.equipment-table th:nth-child(1)[b-nr196zt7c3] { width: 120px; }
.equipment-table th:nth-child(2)[b-nr196zt7c3] { width: 220px; }
.equipment-table th:nth-child(3)[b-nr196zt7c3] { width: 180px; }
.equipment-table th:nth-child(4)[b-nr196zt7c3] { width: 180px; }
.equipment-table th:nth-child(5)[b-nr196zt7c3] { width: 120px; }
.equipment-table th:nth-child(6)[b-nr196zt7c3] { width: 170px; }
.equipment-table th:nth-child(7)[b-nr196zt7c3] { width: 155px; }
.equipment-table th:last-child[b-nr196zt7c3] { width: 48px; border-right: 0; }

.equipment-table td[b-nr196zt7c3] {
    height: 56px;
    padding: 7px 10px;
    border-right: 1px solid #e0e5ea;
    border-bottom: 1px solid #d3dae1;
    vertical-align: middle;
}

.equipment-table td:last-child[b-nr196zt7c3] {
    border-right: 0;
}

.equipment-table tbody tr:nth-child(even)[b-nr196zt7c3] {
    background: #f8fafb;
}

.equipment-table tbody tr:hover[b-nr196zt7c3] {
    background: #edf5fa;
}

.equipment-table tr.is-archived[b-nr196zt7c3] {
    opacity: .64;
    background: #f2f2f2;
}

.equipment-table td > strong[b-nr196zt7c3],
.equipment-table td > small[b-nr196zt7c3] {
    display: block;
}

.equipment-table td > small[b-nr196zt7c3],
.equipment-name small[b-nr196zt7c3] {
    margin-top: 3px;
    color: var(--equipment-muted);
    font-size: 11px;
}

.equipment-code[b-nr196zt7c3] {
    color: #0a557f;
    font-family: Consolas, "Courier New", monospace;
}

.equipment-name[b-nr196zt7c3] {
    width: 100%;
    padding: 0;
    display: grid;
    border: 0;
    background: transparent;
    color: var(--equipment-ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.equipment-name:hover strong[b-nr196zt7c3] {
    color: var(--equipment-blue);
    text-decoration: underline;
}

.equipment-status[b-nr196zt7c3],
.inspection-state[b-nr196zt7c3] {
    min-height: 22px;
    padding: 2px 7px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background: #edf1f4;
    color: #45525f;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.status-available[b-nr196zt7c3],
.inspection-valid[b-nr196zt7c3] { background: #ddf4e7; color: #167545; }
.status-in_use[b-nr196zt7c3],
.status-reserved[b-nr196zt7c3] { background: #e1eff9; color: #116898; }
.status-maintenance[b-nr196zt7c3],
.inspection-due[b-nr196zt7c3] { background: #fff0d6; color: #9c5e00; }
.status-defective[b-nr196zt7c3],
.inspection-overdue[b-nr196zt7c3],
.inspection-missing[b-nr196zt7c3] { background: #fbe2e2; color: #a62b2b; }

.equipment-row-actions[b-nr196zt7c3] {
    text-align: center;
}

.equipment-state[b-nr196zt7c3] {
    min-height: 230px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--equipment-muted);
    text-align: center;
}

.equipment-state .material-symbols-outlined[b-nr196zt7c3] {
    font-size: 34px;
}

.equipment-state.compact[b-nr196zt7c3] {
    min-height: 180px;
    border: 1px solid var(--equipment-border);
    border-top: 0;
}

.equipment-state.error[b-nr196zt7c3],
.equipment-inline-message.error[b-nr196zt7c3] {
    color: #9d2929;
}

.equipment-inline-message[b-nr196zt7c3] {
    padding: 9px 11px;
    border: 1px solid #d4dce4;
    border-radius: 3px;
    background: #f5f7f9;
    font-size: 12px;
}

.equipment-inline-message.error[b-nr196zt7c3] {
    border-color: #e2b4b4;
    background: #fff3f3;
}

.equipment-inline-message.warning[b-nr196zt7c3] {
    border-color: #dfc47e;
    background: #fff9e8;
    color: #665018;
}

.equipment-modal-backdrop[b-nr196zt7c3],
.equipment-confirm-backdrop[b-nr196zt7c3] {
    position: fixed;
    z-index: 1500;
    inset: 0;
    background: rgba(15, 24, 33, .52);
}

.equipment-modal[b-nr196zt7c3] {
    position: fixed;
    z-index: 1510;
    top: 46px;
    right: 30px;
    bottom: 28px;
    left: max(86px, calc(50% - 720px));
    max-width: 1440px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    border: 1px solid #9fabba;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(9, 18, 28, .28);
}

.equipment-modal > header[b-nr196zt7c3] {
    min-height: 58px;
    padding: 9px 12px 9px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--equipment-border);
    background: #f7f8f9;
}

.equipment-modal > header div[b-nr196zt7c3] {
    display: grid;
    gap: 2px;
}

.equipment-modal > header strong[b-nr196zt7c3] {
    font-size: 18px;
}

.equipment-modal > header span:not(.material-symbols-outlined)[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 12px;
}

.equipment-modal-tabs[b-nr196zt7c3] {
    min-height: 46px;
    padding: 0 22px;
    display: flex;
    align-items: stretch;
    gap: 18px;
    border-bottom: 1px solid var(--equipment-border);
}

.equipment-modal-tabs button[b-nr196zt7c3] {
    position: relative;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #53606e;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.equipment-modal-tabs button.is-active[b-nr196zt7c3] {
    color: var(--equipment-ink);
}

.equipment-modal-tabs button.is-active[b-nr196zt7c3]::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--equipment-blue);
}

.equipment-modal-body[b-nr196zt7c3],
.equipment-history[b-nr196zt7c3],
.equipment-assignments[b-nr196zt7c3],
.equipment-maintenance[b-nr196zt7c3],
.equipment-operating[b-nr196zt7c3] {
    min-height: 0;
    padding: 18px 22px 28px;
    overflow: auto;
    overscroll-behavior: contain;
    background: #f7f8fa;
}

.equipment-form-section[b-nr196zt7c3] {
    padding: 15px 17px 17px;
    border: 1px solid #cbd4de;
    border-bottom: 0;
    background: #fff;
}

.equipment-form-section:last-child[b-nr196zt7c3] {
    border-bottom: 1px solid #cbd4de;
}

.equipment-form-section h2[b-nr196zt7c3] {
    margin: 0 0 13px;
    color: #354352;
    font-size: 13px;
    text-transform: uppercase;
}

.equipment-form-grid[b-nr196zt7c3] {
    display: grid;
    gap: 13px 16px;
}

.equipment-form-grid.four[b-nr196zt7c3] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.equipment-form-grid .span-two[b-nr196zt7c3] {
    grid-column: span 2;
}

.equipment-form-grid .span-three[b-nr196zt7c3] {
    grid-column: span 3;
}

.equipment-assignments[b-nr196zt7c3] {
    display: grid;
    align-content: start;
    gap: 14px;
}

.equipment-maintenance[b-nr196zt7c3] {
    display: grid;
    align-content: start;
    gap: 14px;
}

.equipment-operating[b-nr196zt7c3] {
    display: grid;
    align-content: start;
    gap: 14px;
}

.equipment-operating-overview[b-nr196zt7c3] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.equipment-operating-overview > div[b-nr196zt7c3] {
    min-height: 66px;
    padding: 10px 12px;
    display: grid;
    align-content: center;
    gap: 4px;
    border: 1px solid #c7d1dc;
    border-left: 3px solid var(--equipment-blue);
    border-radius: 3px;
    background: #fff;
}

.equipment-operating-overview > div.is-danger[b-nr196zt7c3] {
    border-left-color: #bd2f2f;
    background: #fff7f7;
}

.equipment-operating-overview strong[b-nr196zt7c3] {
    font-size: 16px;
}

.equipment-operating-year select[b-nr196zt7c3] {
    min-height: 30px;
    padding: 4px 7px;
}

.equipment-meter-summary[b-nr196zt7c3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.equipment-meter-summary > div[b-nr196zt7c3] {
    min-height: 62px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #c7d1dc;
    border-radius: 3px;
    background: #fff;
}

.equipment-meter-summary .material-symbols-outlined[b-nr196zt7c3] {
    color: var(--equipment-blue);
}

.equipment-meter-summary span:last-child[b-nr196zt7c3] {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.equipment-meter-summary em[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 10px;
    font-style: normal;
}

.equipment-operating-entry-grid[b-nr196zt7c3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.equipment-operating-form[b-nr196zt7c3],
.equipment-operating-history[b-nr196zt7c3] {
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
}

.equipment-operating-form .section-heading[b-nr196zt7c3],
.equipment-operating-history > .section-heading[b-nr196zt7c3] {
    min-height: 52px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #d8dfe6;
    background: #f7f9fb;
}

.equipment-operating-form .section-heading h2[b-nr196zt7c3],
.equipment-operating-history .section-heading h2[b-nr196zt7c3] {
    margin: 0;
    color: #354352;
    font-size: 14px;
}

.equipment-operating-form .section-heading p[b-nr196zt7c3],
.equipment-operating-history .section-heading p[b-nr196zt7c3] {
    margin: 2px 0 0;
    color: var(--equipment-muted);
    font-size: 11px;
}

.equipment-operating-form .equipment-form-grid[b-nr196zt7c3] {
    padding: 14px;
}

.equipment-form-grid.two[b-nr196zt7c3] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.equipment-operating-history table[b-nr196zt7c3] {
    min-width: 980px;
}

.equipment-operating-history tbody tr.is-cancelled[b-nr196zt7c3] {
    opacity: .62;
    text-decoration: line-through;
}

.equipment-operating-history td:nth-child(3)[b-nr196zt7c3] {
    min-width: 160px;
}

.equipment-operating-history td strong[b-nr196zt7c3],
.equipment-operating-history td small[b-nr196zt7c3] {
    display: block;
}

.equipment-operating-history td small[b-nr196zt7c3] {
    margin-top: 2px;
    color: var(--equipment-muted);
}

.equipment-row-cancel[b-nr196zt7c3] {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    background: transparent;
    color: #a52a2a;
    cursor: pointer;
}

.equipment-row-cancel:hover[b-nr196zt7c3] {
    border-color: #e4b7b7;
    background: #fff2f2;
}

.equipment-row-cancel .material-symbols-outlined[b-nr196zt7c3] {
    font-size: 18px;
}

.equipment-maintenance-overview[b-nr196zt7c3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.equipment-maintenance-overview > div[b-nr196zt7c3] {
    min-height: 66px;
    padding: 11px 13px;
    display: grid;
    align-content: center;
    gap: 4px;
    border: 1px solid #c7d1dc;
    border-left: 3px solid var(--equipment-blue);
    border-radius: 3px;
    background: #fff;
}

.equipment-maintenance-overview > div.is-danger[b-nr196zt7c3] {
    border-left-color: #bd2f2f;
    background: #fff7f7;
}

.equipment-maintenance-overview small[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.equipment-maintenance-overview strong[b-nr196zt7c3] {
    color: var(--equipment-ink);
    font-size: 17px;
}

.equipment-maintenance-form[b-nr196zt7c3],
.equipment-maintenance-history[b-nr196zt7c3] {
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
}

.equipment-maintenance-form .section-heading[b-nr196zt7c3],
.equipment-maintenance-history > .section-heading[b-nr196zt7c3] {
    min-height: 52px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #d8dfe6;
    background: #f7f9fb;
}

.equipment-maintenance-form .section-heading h2[b-nr196zt7c3],
.equipment-maintenance-history .section-heading h2[b-nr196zt7c3] {
    margin: 0;
    color: #354352;
    font-size: 14px;
}

.equipment-maintenance-form .section-heading p[b-nr196zt7c3],
.equipment-maintenance-history .section-heading p[b-nr196zt7c3] {
    margin: 2px 0 0;
    color: var(--equipment-muted);
    font-size: 11px;
}

.equipment-maintenance-form .equipment-form-grid[b-nr196zt7c3] {
    padding: 14px;
}

.equipment-maintenance-history[b-nr196zt7c3] {
    display: grid;
    gap: 0;
}

.maintenance-record[b-nr196zt7c3] {
    margin: 12px 14px 0;
    border: 1px solid #d4dce4;
    border-left: 4px solid #7890a4;
    border-radius: 3px;
    background: #fff;
}

.maintenance-record:last-child[b-nr196zt7c3] {
    margin-bottom: 14px;
}

.maintenance-record.deadline-overdue[b-nr196zt7c3] {
    border-left-color: #bd2f2f;
}

.maintenance-record.deadline-due[b-nr196zt7c3],
.maintenance-record.status-in_progress[b-nr196zt7c3] {
    border-left-color: #c27a00;
}

.maintenance-record.status-completed[b-nr196zt7c3] {
    border-left-color: #16804c;
}

.maintenance-record.status-cancelled[b-nr196zt7c3] {
    opacity: .72;
}

.maintenance-record > header[b-nr196zt7c3] {
    min-height: 51px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #e0e5ea;
    background: #f8fafb;
}

.maintenance-record > header > div[b-nr196zt7c3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.maintenance-record > header .material-symbols-outlined[b-nr196zt7c3] {
    color: var(--equipment-blue);
    font-size: 22px;
}

.maintenance-record > header div div[b-nr196zt7c3] {
    display: grid;
    gap: 2px;
}

.maintenance-record > header small[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 11px;
}

.maintenance-record dl[b-nr196zt7c3] {
    margin: 0;
    padding: 11px 12px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.maintenance-record dl div[b-nr196zt7c3] {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.maintenance-record dt[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.maintenance-record dd[b-nr196zt7c3] {
    margin: 0;
    overflow-wrap: anywhere;
    font-size: 11px;
    font-weight: 700;
}

.maintenance-record > p[b-nr196zt7c3] {
    margin: 0;
    padding: 0 12px 11px;
    color: #53606e;
    font-size: 11px;
}

.maintenance-record > footer[b-nr196zt7c3] {
    padding: 8px 12px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    border-top: 1px solid #e0e5ea;
    background: #fbfcfd;
}

.status-planned[b-nr196zt7c3] { background: #e7eef5; color: #415d76; }
.status-in_progress[b-nr196zt7c3] { background: #fff0d6; color: #9c5e00; }
.status-completed[b-nr196zt7c3] { background: #ddf4e7; color: #167545; }
.status-cancelled[b-nr196zt7c3] { background: #edf0f2; color: #5a6570; }

.equipment-assignment-current[b-nr196zt7c3],
.equipment-assignment-form[b-nr196zt7c3],
.equipment-assignment-history[b-nr196zt7c3] {
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
}

.equipment-assignment-current[b-nr196zt7c3] {
    border-left: 4px solid var(--equipment-blue);
}

.equipment-assignment-current.is-overdue[b-nr196zt7c3] {
    border-left-color: #bd2f2f;
}

.equipment-assignment-current > header[b-nr196zt7c3],
.equipment-assignment-form .section-heading[b-nr196zt7c3],
.equipment-assignment-history .section-heading[b-nr196zt7c3] {
    min-height: 52px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #d8dfe6;
    background: #f7f9fb;
}

.equipment-assignment-current > header > div[b-nr196zt7c3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.equipment-assignment-current > header .material-symbols-outlined[b-nr196zt7c3] {
    color: var(--equipment-blue);
    font-size: 24px;
}

.equipment-assignment-current > header div div[b-nr196zt7c3],
.equipment-assignment-form .section-heading > div[b-nr196zt7c3],
.equipment-assignment-history .section-heading > div[b-nr196zt7c3] {
    display: grid;
    gap: 2px;
}

.equipment-assignment-current small[b-nr196zt7c3],
.equipment-assignment-form .section-heading p[b-nr196zt7c3],
.equipment-assignment-history .section-heading p[b-nr196zt7c3] {
    margin: 0;
    color: var(--equipment-muted);
    font-size: 11px;
}

.equipment-assignment-form .section-heading h2[b-nr196zt7c3],
.equipment-assignment-history .section-heading h2[b-nr196zt7c3] {
    margin: 0;
    color: #354352;
    font-size: 14px;
}

.equipment-assignment-current dl[b-nr196zt7c3] {
    margin: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 18px;
}

.equipment-assignment-current dl div[b-nr196zt7c3] {
    display: grid;
    gap: 3px;
}

.equipment-assignment-current dt[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.equipment-assignment-current dd[b-nr196zt7c3] {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.equipment-assignment-current > p[b-nr196zt7c3] {
    margin: 0;
    padding: 0 14px 14px;
    color: #53606e;
    font-size: 12px;
}

.equipment-assignment-form .equipment-form-grid[b-nr196zt7c3] {
    padding: 14px;
}

.equipment-form-action[b-nr196zt7c3] {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.equipment-assignment-history .equipment-table-scroll[b-nr196zt7c3] {
    border: 0;
}

.equipment-assignment-history table[b-nr196zt7c3] {
    min-width: 900px;
}

.equipment-assignment-history td:first-child[b-nr196zt7c3] {
    display: grid;
    gap: 2px;
}

.equipment-assignment-history td small[b-nr196zt7c3] {
    color: var(--equipment-muted);
}

.equipment-modal label[b-nr196zt7c3],
.equipment-confirm label[b-nr196zt7c3] {
    display: grid;
    gap: 5px;
    color: #4d5b69;
    font-size: 11px;
    font-weight: 800;
}

.equipment-modal textarea[b-nr196zt7c3],
.equipment-confirm textarea[b-nr196zt7c3] {
    resize: vertical;
}

.equipment-form-section.inspection[b-nr196zt7c3] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 180px 220px;
    gap: 18px;
    align-items: center;
}

.equipment-form-section.inspection h2[b-nr196zt7c3] {
    margin-bottom: 3px;
}

.equipment-form-section.inspection p[b-nr196zt7c3] {
    margin: 0;
    color: var(--equipment-muted);
    font-size: 12px;
}

.equipment-switch[b-nr196zt7c3] {
    min-height: 36px;
    padding: 0 10px;
    grid-template-columns: auto 1fr;
    align-items: center;
    border: 1px solid #bcc8d4;
    border-radius: 3px;
}

.equipment-switch input[b-nr196zt7c3] {
    width: 17px;
    min-height: 17px;
}

.equipment-modal > footer[b-nr196zt7c3] {
    min-height: 64px;
    padding: 10px 18px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 9px;
    align-items: center;
    border-top: 1px solid var(--equipment-border);
    background: #f6f7f8;
}

.equipment-history[b-nr196zt7c3] {
    display: grid;
    align-content: start;
    gap: 9px;
}

.equipment-history article[b-nr196zt7c3] {
    min-height: 68px;
    padding: 11px 13px;
    display: grid;
    grid-template-columns: 30px 230px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid var(--equipment-border);
    border-left: 3px solid var(--equipment-blue);
    background: #fff;
}

.equipment-history article > .material-symbols-outlined[b-nr196zt7c3] {
    color: var(--equipment-blue);
    font-size: 21px;
}

.equipment-history article div[b-nr196zt7c3] {
    display: grid;
    gap: 3px;
}

.equipment-history article small[b-nr196zt7c3] {
    color: var(--equipment-muted);
}

.equipment-history article p[b-nr196zt7c3] {
    margin: 0;
    color: #53606e;
    overflow-wrap: anywhere;
}

.equipment-confirm[b-nr196zt7c3] {
    position: fixed;
    z-index: 1530;
    top: 50%;
    left: 50%;
    width: min(480px, calc(100vw - 40px));
    padding: 18px;
    display: grid;
    gap: 16px;
    border: 1px solid #9fabba;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(9, 18, 28, .32);
    transform: translate(-50%, -50%);
}

.equipment-confirm.wide[b-nr196zt7c3] {
    width: min(760px, calc(100vw - 40px));
}

.equipment-confirm .equipment-form-grid.two[b-nr196zt7c3] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.equipment-confirm header > .material-symbols-outlined.complete[b-nr196zt7c3] {
    background: #e4f5eb;
    color: #167545;
}

.equipment-confirm header[b-nr196zt7c3] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.equipment-confirm header > .material-symbols-outlined[b-nr196zt7c3] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #fdeaea;
    color: #aa2c2c;
}

.equipment-confirm header div[b-nr196zt7c3] {
    display: grid;
    gap: 3px;
}

.equipment-confirm header span:not(.material-symbols-outlined)[b-nr196zt7c3] {
    color: var(--equipment-muted);
    font-size: 12px;
}

.equipment-confirm footer[b-nr196zt7c3] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.spin[b-nr196zt7c3] {
    animation: equipment-spin-b-nr196zt7c3 .9s linear infinite;
}

.sr-only[b-nr196zt7c3] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes equipment-spin-b-nr196zt7c3 {
    to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
    .equipment-kpis[b-nr196zt7c3] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }

    .equipment-toolbar[b-nr196zt7c3] {
        grid-template-columns: minmax(300px, 1fr) 180px 160px 110px;
    }

    .equipment-check-filter[b-nr196zt7c3] {
        grid-column: span 3;
    }

    .equipment-form-grid.four[b-nr196zt7c3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-assignment-current dl[b-nr196zt7c3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-maintenance-overview[b-nr196zt7c3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-cost-dashboard[b-nr196zt7c3],
    .equipment-operating-overview[b-nr196zt7c3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-operating-entry-grid[b-nr196zt7c3] {
        grid-template-columns: 1fr;
    }

    .maintenance-record dl[b-nr196zt7c3] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .equipment-form-grid .span-three[b-nr196zt7c3],
    .equipment-form-action[b-nr196zt7c3] {
        grid-column: span 2;
    }
}
/* /Components/Pages/Fleet.razor.rz.scp.css */
.fleet-page[b-awaj1js65u] {
    --fleet-blue: #0068a6;
    --fleet-blue-dark: #004f80;
    --fleet-ink: #162333;
    --fleet-muted: #687789;
    --fleet-border: #cbd4de;
    --fleet-soft: #f3f6f8;
    min-height: calc(100vh - 74px);
    color: var(--fleet-ink);
    background: #fff;
}

.fleet-header[b-awaj1js65u] {
    min-height: 82px;
    padding: 16px 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--fleet-border);
}

.fleet-header h1[b-awaj1js65u] {
    margin: 2px 0 1px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
}

.fleet-header p[b-awaj1js65u],
.fleet-breadcrumb[b-awaj1js65u] {
    margin: 0;
    color: var(--fleet-muted);
    font-size: 13px;
}

.fleet-breadcrumb[b-awaj1js65u] {
    color: var(--fleet-blue);
    font-weight: 700;
}

.fleet-button[b-awaj1js65u],
.fleet-icon-button[b-awaj1js65u] {
    min-height: 36px;
    border: 1px solid #bfc9d4;
    border-radius: 3px;
    background: #fff;
    color: var(--fleet-ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fleet-button[b-awaj1js65u] {
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.fleet-button .material-symbols-outlined[b-awaj1js65u],
.fleet-icon-button .material-symbols-outlined[b-awaj1js65u] {
    font-size: 19px;
}

.fleet-icon-button[b-awaj1js65u] {
    width: 36px;
    padding: 0;
    display: inline-grid;
    place-items: center;
}

.fleet-button:hover[b-awaj1js65u],
.fleet-icon-button:hover[b-awaj1js65u] {
    border-color: #8ea1b3;
    background: #f5f7f9;
}

.fleet-button-primary[b-awaj1js65u] {
    border-color: var(--fleet-blue);
    background: var(--fleet-blue);
    color: #fff;
}

.fleet-button-primary:hover[b-awaj1js65u] {
    border-color: var(--fleet-blue-dark);
    background: var(--fleet-blue-dark);
}

.fleet-button-danger[b-awaj1js65u] {
    border-color: #b83b3b;
    color: #a62828;
}

.fleet-button-danger:hover[b-awaj1js65u] {
    background: #fff2f2;
    border-color: #982929;
}

button:disabled[b-awaj1js65u],
select:disabled[b-awaj1js65u],
input:disabled[b-awaj1js65u] {
    cursor: not-allowed;
    opacity: .58;
}

.fleet-tabs[b-awaj1js65u] {
    height: 49px;
    padding: 0 16px;
    display: flex;
    align-items: stretch;
    gap: 1px;
    overflow-x: auto;
    border-bottom: 1px solid var(--fleet-border);
    background: #f7f8fa;
}

.fleet-tabs button[b-awaj1js65u] {
    position: relative;
    min-width: max-content;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: #44515f;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.fleet-tabs button:hover[b-awaj1js65u] {
    color: var(--fleet-blue);
    background: #edf2f6;
}

.fleet-tabs button.is-active[b-awaj1js65u] {
    color: var(--fleet-blue);
    background: #fff;
}

.fleet-tabs button.is-active[b-awaj1js65u]::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 3px;
    background: var(--fleet-blue);
}

.fleet-tabs .material-symbols-outlined[b-awaj1js65u] {
    font-size: 18px;
}

.fleet-overview[b-awaj1js65u],
.fleet-vehicles[b-awaj1js65u] {
    padding: 16px;
}

.fleet-kpis[b-awaj1js65u] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.fleet-kpis button[b-awaj1js65u] {
    min-height: 82px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    text-align: left;
    border: 1px solid var(--fleet-border);
    border-radius: 4px;
    background: #fff;
    color: var(--fleet-ink);
    cursor: pointer;
}

.fleet-kpis button:hover[b-awaj1js65u] {
    border-color: #8ea6ba;
    box-shadow: 0 2px 6px rgb(22 35 51 / 8%);
}

.fleet-kpis button > .material-symbols-outlined[b-awaj1js65u] {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #e8f2f8;
    color: var(--fleet-blue);
}

.fleet-kpis button > span:last-child[b-awaj1js65u] {
    display: grid;
    gap: 2px;
}

.fleet-kpis small[b-awaj1js65u] {
    color: var(--fleet-muted);
    font-size: 12px;
    font-weight: 700;
}

.fleet-kpis strong[b-awaj1js65u] {
    font-size: 24px;
    line-height: 1;
}

.fleet-kpis .fleet-kpi-green[b-awaj1js65u] { color: #15834c; background: #e8f7ef; }
.fleet-kpis .fleet-kpi-blue[b-awaj1js65u] { color: #1768a5; background: #eaf2fb; }
.fleet-kpis .fleet-kpi-orange[b-awaj1js65u] { color: #b36a08; background: #fff3df; }

.fleet-overview-grid[b-awaj1js65u] {
    display: grid;
    grid-template-columns: minmax(300px, .75fr) minmax(440px, 1.25fr);
    gap: 12px;
}

.fleet-overview-grid-secondary[b-awaj1js65u] {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fleet-alert-list[b-awaj1js65u] {
    display: grid;
}

.fleet-alert-list button[b-awaj1js65u] {
    min-height: 54px;
    padding: 9px 12px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid var(--fleet-border);
    background: #fff;
    color: var(--fleet-text);
    text-align: left;
    cursor: pointer;
}

.fleet-alert-list button:hover[b-awaj1js65u] {
    background: #f4f8fb;
}

.fleet-alert-list button > span:last-child[b-awaj1js65u] {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.fleet-alert-list button strong[b-awaj1js65u],
.fleet-alert-list button small[b-awaj1js65u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-alert-list button small[b-awaj1js65u] {
    color: var(--fleet-muted);
}

.fleet-panel[b-awaj1js65u] {
    min-height: 280px;
    border: 1px solid var(--fleet-border);
    border-radius: 4px;
    background: #fff;
}

.fleet-panel > header[b-awaj1js65u] {
    min-height: 58px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--fleet-border);
    background: #fafbfc;
}

.fleet-panel > header div[b-awaj1js65u] {
    display: grid;
    gap: 2px;
}

.fleet-panel > header strong[b-awaj1js65u] { font-size: 15px; }
.fleet-panel > header span[b-awaj1js65u] { color: var(--fleet-muted); font-size: 12px; }

.fleet-status-list[b-awaj1js65u],
.fleet-recent-list[b-awaj1js65u] {
    display: grid;
}

.fleet-status-list button[b-awaj1js65u],
.fleet-recent-list button[b-awaj1js65u] {
    min-height: 45px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-bottom: 1px solid #e4e9ee;
    background: #fff;
    color: var(--fleet-ink);
    text-align: left;
    cursor: pointer;
}

.fleet-status-list button:hover[b-awaj1js65u],
.fleet-recent-list button:hover[b-awaj1js65u] { background: #f5f8fa; }
.fleet-status-list button span:nth-child(2)[b-awaj1js65u] { flex: 1; }
.fleet-status-list button strong[b-awaj1js65u] { font-variant-numeric: tabular-nums; }

.fleet-status-dot[b-awaj1js65u] {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: #7f8b96;
}

.fleet-status-available[b-awaj1js65u] { background: #159455; }
.fleet-status-in_use[b-awaj1js65u] { background: #1773b5; }
.fleet-status-workshop[b-awaj1js65u] { background: #d18412; }
.fleet-status-blocked[b-awaj1js65u] { background: #c23a3a; }
.fleet-status-out_of_service[b-awaj1js65u] { background: #66717d; }

.fleet-recent-list button > .material-symbols-outlined:first-child[b-awaj1js65u] {
    color: var(--fleet-blue);
}

.fleet-recent-list button > span:nth-child(2)[b-awaj1js65u] {
    min-width: 0;
    flex: 1;
    display: grid;
    gap: 2px;
}

.fleet-recent-list strong[b-awaj1js65u],
.fleet-recent-list small[b-awaj1js65u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-recent-list small[b-awaj1js65u] { color: var(--fleet-muted); }

.fleet-empty-compact[b-awaj1js65u] {
    padding: 30px 16px;
    color: var(--fleet-muted);
    text-align: center;
}

.fleet-list-toolbar[b-awaj1js65u] {
    min-height: 66px;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(280px, 1.4fr) repeat(6, minmax(130px, .6fr)) auto auto;
    align-items: end;
    gap: 8px;
    border: 1px solid var(--fleet-border);
    border-radius: 4px 4px 0 0;
    background: #f7f9fb;
}

.fleet-filter-check[b-awaj1js65u] {
    min-height: 36px;
    padding: 0 9px;
    display: flex !important;
    align-items: center;
    gap: 7px !important;
    border: 1px solid #bec9d4;
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
}

.fleet-filter-check input[b-awaj1js65u] {
    width: 16px !important;
    min-height: 16px !important;
    margin: 0;
}

.fleet-filter-check span[b-awaj1js65u] {
    font-size: 12px !important;
    text-transform: none !important;
}

.fleet-list-toolbar label[b-awaj1js65u],
.fleet-confirm-reason[b-awaj1js65u] {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.fleet-list-toolbar label > span[b-awaj1js65u],
.fleet-confirm-reason > span[b-awaj1js65u] {
    color: #586675;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.fleet-list-toolbar select[b-awaj1js65u],
.fleet-list-toolbar input[b-awaj1js65u],
.fleet-form-grid input[b-awaj1js65u],
.fleet-form-grid select[b-awaj1js65u],
.fleet-form-grid textarea[b-awaj1js65u],
.fleet-confirm-reason textarea[b-awaj1js65u] {
    width: 100%;
    min-height: 36px;
    padding: 7px 9px;
    border: 1px solid #bec9d4;
    border-radius: 3px;
    background: #fff;
    color: var(--fleet-ink);
    font: inherit;
}

.fleet-search[b-awaj1js65u] {
    position: relative;
}

.fleet-search > span[b-awaj1js65u] {
    position: absolute;
    left: 9px;
    bottom: 8px;
    z-index: 1;
    font-size: 19px;
    color: #6e7c89;
}

.fleet-search input[b-awaj1js65u] { padding-left: 35px; }

.fleet-table-wrap[b-awaj1js65u] {
    overflow: auto;
    border: 1px solid var(--fleet-border);
    border-top: 0;
}

.fleet-table[b-awaj1js65u] {
    width: 100%;
    min-width: 1580px;
    border-collapse: collapse;
    font-size: 13px;
}

.fleet-number-cell[b-awaj1js65u] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.fleet-table th[b-awaj1js65u] {
    height: 39px;
    padding: 0 10px;
    border-right: 1px solid #d9e0e6;
    border-bottom: 1px solid #aeb9c4;
    background: #eef1f4;
    color: #465362;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fleet-table th button[b-awaj1js65u] {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.fleet-table td[b-awaj1js65u] {
    min-height: 48px;
    padding: 8px 10px;
    border-right: 1px solid #e1e6eb;
    border-bottom: 1px solid #d4dbe2;
    vertical-align: middle;
}

.fleet-table tbody tr:nth-child(even)[b-awaj1js65u] { background: #f7f9fb; }
.fleet-table tbody tr:hover[b-awaj1js65u] { background: #edf5fa; }
.fleet-table tbody tr.is-archived[b-awaj1js65u] { color: #77828d; background: #f2f2f2; }

.fleet-table td > strong[b-awaj1js65u],
.fleet-table td > span[b-awaj1js65u],
.fleet-table td > small[b-awaj1js65u] {
    display: block;
}

.fleet-table td > span[b-awaj1js65u],
.fleet-table td > small[b-awaj1js65u] {
    margin-top: 2px;
    color: var(--fleet-muted);
    font-size: 11px;
}

.fleet-number-link[b-awaj1js65u] {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--fleet-blue);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.fleet-mono[b-awaj1js65u] { font-family: Consolas, "Courier New", monospace; font-weight: 700; }
.fleet-actions-column[b-awaj1js65u] { width: 52px; }
.fleet-row-actions[b-awaj1js65u] { display: flex; justify-content: flex-end; }
.fleet-row-actions button[b-awaj1js65u] { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #c4ced8; border-radius: 3px; background: #fff; cursor: pointer; }
.fleet-row-actions .material-symbols-outlined[b-awaj1js65u] { font-size: 19px; }

.fleet-badge[b-awaj1js65u] {
    width: max-content;
    padding: 3px 8px;
    display: inline-flex !important;
    align-items: center;
    border-radius: 999px;
    background: #e9edf1;
    color: #485562 !important;
    font-size: 11px !important;
    font-weight: 800;
    text-transform: uppercase;
}

.fleet-badge-available[b-awaj1js65u] { background: #dcf5e7; color: #11733f !important; }
.fleet-badge-in_use[b-awaj1js65u] { background: #e0eef9; color: #095c96 !important; }
.fleet-badge-workshop[b-awaj1js65u] { background: #fff0d4; color: #965a05 !important; }
.fleet-badge-blocked[b-awaj1js65u] { background: #fde1e1; color: #a42b2b !important; }
.fleet-badge-out_of_service[b-awaj1js65u],
.fleet-badge-archived[b-awaj1js65u] { background: #e5e8eb; color: #59636e !important; }

.fleet-pagination[b-awaj1js65u] {
    min-height: 48px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border: 1px solid var(--fleet-border);
    border-top: 0;
    color: #536170;
    font-size: 12px;
}

.fleet-pagination > span[b-awaj1js65u] { margin-right: auto; }
.fleet-pagination label[b-awaj1js65u] { display: flex; align-items: center; gap: 5px; }
.fleet-pagination select[b-awaj1js65u] { min-height: 32px; border: 1px solid #c4ced8; border-radius: 3px; background: #fff; }

.fleet-state[b-awaj1js65u],
.fleet-section-placeholder[b-awaj1js65u] {
    min-height: 280px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px dashed #bdc8d3;
    background: #fafbfc;
    color: var(--fleet-muted);
    text-align: center;
}

.fleet-state > .material-symbols-outlined[b-awaj1js65u],
.fleet-section-placeholder > .material-symbols-outlined[b-awaj1js65u] { font-size: 38px; color: #81909f; }
.fleet-state-error[b-awaj1js65u] { border-color: #d8a9a9; background: #fff7f7; color: #9a2f2f; }
.fleet-section-placeholder[b-awaj1js65u] { min-height: 220px; flex-direction: row; }
.fleet-section-placeholder div[b-awaj1js65u] { display: grid; gap: 4px; text-align: left; }
.fleet-section-placeholder strong[b-awaj1js65u] { color: var(--fleet-ink); font-size: 17px; }
.fleet-inline-error[b-awaj1js65u] { margin: 10px 0; padding: 10px 12px; border-left: 3px solid #b83232; background: #fff0f0; color: #8f2020; }

.fleet-spin[b-awaj1js65u] { animation: fleet-spin-b-awaj1js65u 1s linear infinite; }
@keyframes fleet-spin-b-awaj1js65u { to { transform: rotate(360deg); } }

.fleet-backdrop[b-awaj1js65u] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgb(15 24 34 / 42%);
}

.fleet-detail[b-awaj1js65u] {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1041;
    width: min(1240px, calc(100vw - 96px));
    height: min(860px, calc(100dvh - 88px));
    max-height: calc(100dvh - 88px);
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border: 1px solid #9fadb9;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 54px rgb(15 24 34 / 24%);
}

.fleet-detail-tabs[b-awaj1js65u] {
    min-height: 43px;
    padding: 0 12px;
    display: flex;
    align-items: stretch;
    gap: 2px;
    overflow-x: auto;
    border-bottom: 1px solid var(--fleet-border);
    background: #f7f8fa;
}

.fleet-detail-tabs button[b-awaj1js65u] {
    padding: 0 11px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #526170;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.fleet-detail-tabs button:hover[b-awaj1js65u] {
    color: var(--fleet-blue);
    background: #eef4f8;
}

.fleet-detail-tabs button.is-active[b-awaj1js65u] {
    border-bottom-color: var(--fleet-blue);
    color: var(--fleet-blue);
    background: #fff;
}

.fleet-detail > header[b-awaj1js65u],
.fleet-modal-header[b-awaj1js65u] {
    min-height: 68px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--fleet-border);
    background: #f7f8fa;
}

.fleet-detail > header[b-awaj1js65u] {
    justify-content: flex-start;
}

.fleet-detail > header > .fleet-icon-button[b-awaj1js65u] {
    margin-left: auto;
}

.fleet-detail-main-image[b-awaj1js65u] {
    width: 104px;
    height: 58px;
    flex: 0 0 104px;
    overflow: hidden;
    border: 1px solid #c6d0d9;
    border-radius: 3px;
    background: #e9edf1;
}

.fleet-detail-main-image img[b-awaj1js65u] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fleet-detail-main-image.is-placeholder[b-awaj1js65u] {
    display: grid;
    place-items: center;
    color: #7d8994;
}

.fleet-detail-main-image.is-placeholder .material-symbols-outlined[b-awaj1js65u] {
    font-size: 30px;
}

.fleet-detail-title[b-awaj1js65u] {
    min-width: 0;
}

.fleet-detail > header > div[b-awaj1js65u],
.fleet-modal-header > div[b-awaj1js65u] { display: grid; gap: 2px; }
.fleet-detail > header strong[b-awaj1js65u],
.fleet-modal-header strong[b-awaj1js65u] { font-size: 17px; }
.fleet-detail > header span[b-awaj1js65u],
.fleet-modal-header span[b-awaj1js65u] { color: var(--fleet-muted); font-size: 12px; }
.fleet-detail .fleet-eyebrow[b-awaj1js65u] { color: var(--fleet-blue); font-weight: 800; text-transform: uppercase; }

.fleet-detail-statusbar[b-awaj1js65u] {
    min-height: 42px;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid var(--fleet-border);
    background: #fff;
    font-size: 12px;
}

.fleet-detail-statusbar > span:not(.fleet-badge)[b-awaj1js65u] { padding-right: 8px; border-right: 1px solid #d4dbe1; }

.fleet-detail-body[b-awaj1js65u] {
    overflow-y: auto;
    padding: 14px;
    background: #f4f6f8;
}

.fleet-detail-body section[b-awaj1js65u] {
    margin-bottom: 12px;
    border: 1px solid var(--fleet-border);
    border-radius: 4px;
    background: #fff;
}

.fleet-detail-body .fleet-detail-kpis[b-awaj1js65u] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: #f9fafb;
}

.fleet-detail-kpis > div[b-awaj1js65u] {
    min-width: 0;
    padding: 10px 11px;
    border-left: 2px solid var(--fleet-blue);
}

.fleet-detail-kpis span[b-awaj1js65u],
.fleet-detail-kpis strong[b-awaj1js65u] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fleet-detail-kpis span[b-awaj1js65u] {
    margin-bottom: 3px;
    color: var(--fleet-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.fleet-detail-kpis strong[b-awaj1js65u] { color: var(--fleet-ink); font-size: 12px; }

.fleet-detail-body h2[b-awaj1js65u] {
    margin: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #dce2e8;
    background: #fafbfc;
    font-size: 14px;
}

.fleet-detail-grid[b-awaj1js65u] {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.fleet-detail-grid-3[b-awaj1js65u] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-detail-grid-3 > div:nth-child(2n)[b-awaj1js65u] { border-right: 1px solid #e3e7eb; }
.fleet-detail-grid-3 > div:nth-child(3n)[b-awaj1js65u] { border-right: 0; }

.fleet-detail-empty[b-awaj1js65u] {
    padding: 28px 16px;
    color: var(--fleet-muted);
    text-align: center;
}

.fleet-history-list[b-awaj1js65u] {
    display: grid;
}

.fleet-history-list article[b-awaj1js65u] {
    min-height: 62px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    border-bottom: 1px solid #e2e7ec;
}

.fleet-history-list article > span[b-awaj1js65u] { color: var(--fleet-blue); }
.fleet-history-list article > div[b-awaj1js65u] { min-width: 0; display: grid; gap: 2px; }
.fleet-history-list article span[b-awaj1js65u],
.fleet-history-list article small[b-awaj1js65u] { color: var(--fleet-muted); }

.fleet-detail-grid > div[b-awaj1js65u] {
    min-height: 58px;
    padding: 9px 12px;
    border-right: 1px solid #e3e7eb;
    border-bottom: 1px solid #e3e7eb;
}

.fleet-detail-grid > div:nth-child(2n)[b-awaj1js65u] { border-right: 0; }
.fleet-detail-grid dt[b-awaj1js65u] { color: var(--fleet-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.fleet-detail-grid dd[b-awaj1js65u] { margin: 4px 0 0; font-weight: 700; }
.fleet-notes[b-awaj1js65u] { margin: 0; padding: 12px; white-space: pre-wrap; }

.fleet-detail > footer[b-awaj1js65u] {
    min-height: 57px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid var(--fleet-border);
    background: #fafbfc;
}

.fleet-form-backdrop[b-awaj1js65u] { z-index: 1050; background: rgb(15 24 34 / 56%); }
.fleet-modal[b-awaj1js65u] {
    --fleet-blue: #0068a6;
    --fleet-blue-dark: #004f80;
    --fleet-ink: #162333;
    --fleet-muted: #687789;
    --fleet-border: #cbd4de;
    --fleet-soft: #f3f6f8;
    position: fixed;
    z-index: 1051;
    min-height: 0;
    max-height: calc(100dvh - 78px);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid #9ba9b6;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 56px rgb(15 24 34 / 24%);
}

.fleet-vehicle-modal[b-awaj1js65u] {
    inset: 54px max(26px, calc((100vw - 1460px) / 2)) 24px;
    height: calc(100dvh - 78px);
}

.fleet-form-tabs[b-awaj1js65u] {
    min-height: 48px;
    padding: 0 18px;
    display: flex;
    gap: 22px;
    border-bottom: 1px solid var(--fleet-border);
    background: #fff;
}

.fleet-form-tabs button[b-awaj1js65u] {
    position: relative;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #596674;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.fleet-form-tabs button.is-active[b-awaj1js65u] { color: var(--fleet-ink); }
.fleet-form-tabs button.is-active[b-awaj1js65u]::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--fleet-blue); }

.fleet-modal-body[b-awaj1js65u] {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 18px;
    background: #f4f6f8;
}

.fleet-form-section[b-awaj1js65u] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid var(--fleet-border);
    border-radius: 4px;
    background: #fff;
}

.fleet-section-heading[b-awaj1js65u] { margin-bottom: 14px; display: grid; gap: 2px; }
.fleet-section-heading strong[b-awaj1js65u] { font-size: 16px; }
.fleet-section-heading span[b-awaj1js65u] { color: var(--fleet-muted); font-size: 12px; }
.fleet-section-heading-spaced[b-awaj1js65u] { margin-top: 24px; padding-top: 17px; border-top: 1px solid #dce2e8; }

.fleet-form-grid[b-awaj1js65u] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 16px;
}

.fleet-form-grid-3[b-awaj1js65u] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fleet-form-grid label[b-awaj1js65u] { min-width: 0; display: grid; align-content: start; gap: 5px; }
.fleet-form-grid label > span[b-awaj1js65u] { font-size: 12px; font-weight: 800; }
.fleet-form-grid label > small[b-awaj1js65u] { color: var(--fleet-muted); font-size: 10px; }
.fleet-form-grid input:focus[b-awaj1js65u],
.fleet-form-grid select:focus[b-awaj1js65u],
.fleet-form-grid textarea:focus[b-awaj1js65u],
.fleet-list-toolbar input:focus[b-awaj1js65u],
.fleet-list-toolbar select:focus[b-awaj1js65u],
.fleet-confirm-reason textarea:focus[b-awaj1js65u] { outline: 2px solid rgb(0 104 166 / 18%); border-color: var(--fleet-blue); }
.fleet-form-grid output[b-awaj1js65u] { min-height: 36px; padding: 8px 9px; border: 1px solid #d4dbe2; border-radius: 3px; background: #eef2f5; color: #4d5a68; }
.fleet-form-grid textarea[b-awaj1js65u] { resize: vertical; }
.fleet-span-2[b-awaj1js65u] { grid-column: span 2; }

.fleet-routing-notice[b-awaj1js65u] {
    margin-bottom: 16px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-left: 3px solid var(--fleet-blue);
    background: #edf5fa;
    color: #345269;
    font-size: 12px;
}

.fleet-form-errors[b-awaj1js65u] {
    max-width: 1160px;
    margin: 0 auto 12px;
    padding: 10px 12px;
    display: grid;
    gap: 4px;
    border-left: 3px solid #b83232;
    background: #fff0f0;
    color: #912323;
    font-size: 12px;
}

.fleet-modal-footer[b-awaj1js65u] {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    min-height: 58px;
    padding: 9px 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid var(--fleet-border);
    background: #fafbfc;
}

.fleet-confirm-modal[b-awaj1js65u] {
    top: 50%;
    left: 50%;
    width: min(560px, calc(100vw - 40px));
    max-height: calc(100vh - 80px);
    transform: translate(-50%, -50%);
    grid-template-rows: auto minmax(0, 1fr) auto;
}

.fleet-confirm-modal p[b-awaj1js65u] { margin: 0 0 14px; line-height: 1.5; }
.fleet-confirm-reason textarea[b-awaj1js65u] { resize: vertical; }

.sr-only[b-awaj1js65u],
.fleet-table .sr-only[b-awaj1js65u] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1180px) {
    .fleet-kpis[b-awaj1js65u] { grid-template-columns: repeat(2, minmax(180px, 1fr)); }
    .fleet-list-toolbar[b-awaj1js65u] { grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(130px, 1fr)); }
    .fleet-list-toolbar .fleet-button[b-awaj1js65u],
    .fleet-list-toolbar .fleet-icon-button[b-awaj1js65u] { grid-row: 2; }
    .fleet-form-grid-3[b-awaj1js65u] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .fleet-header[b-awaj1js65u] { align-items: flex-start; }
    .fleet-overview-grid[b-awaj1js65u] { grid-template-columns: 1fr; }
    .fleet-list-toolbar[b-awaj1js65u] { grid-template-columns: 1fr 1fr; }
    .fleet-search[b-awaj1js65u] { grid-column: span 2; }
    .fleet-form-grid[b-awaj1js65u],
    .fleet-form-grid-3[b-awaj1js65u] { grid-template-columns: 1fr; }
    .fleet-span-2[b-awaj1js65u] { grid-column: auto; }
    .fleet-detail-grid[b-awaj1js65u] { grid-template-columns: 1fr; }
    .fleet-detail-grid > div[b-awaj1js65u] { border-right: 0; }
    .fleet-detail-body .fleet-detail-kpis[b-awaj1js65u] { grid-template-columns: 1fr 1fr; }
    .fleet-detail[b-awaj1js65u] {
        width: calc(100vw - 24px);
        height: calc(100dvh - 24px);
        max-height: calc(100dvh - 24px);
    }
}
/* /Components/Pages/ProjectMap.razor.rz.scp.css */
.project-map-page[b-ucztfeohfa] {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    min-height: calc(100vh - 52px);
    height: calc(100vh - 52px);
    overflow: hidden;
    background: #f5f7f9;
    color: #172433;
}

.project-map-header[b-ucztfeohfa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 10px 18px;
    border-bottom: 1px solid #cbd4df;
    background: #fff;
}

.project-map-title[b-ucztfeohfa] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.project-map-title h1[b-ucztfeohfa],
.global-route-register-head h2[b-ucztfeohfa],
.project-map-detail h2[b-ucztfeohfa] {
    margin: 0;
    letter-spacing: 0;
}

.project-map-title h1[b-ucztfeohfa] {
    font-size: 20px;
    line-height: 1.2;
}

.project-map-title p[b-ucztfeohfa],
.global-route-register-head p[b-ucztfeohfa],
.global-route-empty p[b-ucztfeohfa],
.project-map-detail p[b-ucztfeohfa] {
    margin: 2px 0 0;
    color: #687789;
}

.project-map-icon-button[b-ucztfeohfa],
.project-map-controls button[b-ucztfeohfa],
.project-map-detail-close[b-ucztfeohfa] {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #c7d1dd;
    border-radius: 4px;
    background: #fff;
    color: #273849;
    cursor: pointer;
}

.project-map-icon-button:hover[b-ucztfeohfa],
.project-map-controls button:hover[b-ucztfeohfa],
.project-map-detail-close:hover[b-ucztfeohfa] {
    border-color: #0b68a8;
    color: #075a91;
    background: #f1f8fc;
}

.project-map-primary[b-ucztfeohfa],
.project-map-secondary[b-ucztfeohfa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid #075f9f;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}

.project-map-primary[b-ucztfeohfa] {
    background: #0666a6;
    color: #fff;
}

.project-map-primary:hover[b-ucztfeohfa] { background: #04598f; }
.project-map-secondary[b-ucztfeohfa] { background: #fff; color: #173047; border-color: #c7d1dd; }
.project-map-secondary:hover[b-ucztfeohfa] { border-color: #0b68a8; color: #075a91; }
.project-map-primary:disabled[b-ucztfeohfa],
.project-map-secondary:disabled[b-ucztfeohfa] { opacity: .5; cursor: not-allowed; }

.project-map-tabs[b-ucztfeohfa] {
    display: flex;
    align-items: stretch;
    min-height: 47px;
    padding: 0 18px;
    border-bottom: 1px solid #cbd4df;
    background: #fff;
}

.project-map-tabs button[b-ucztfeohfa] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #536273;
    font-weight: 700;
    cursor: pointer;
}

.project-map-tabs button:hover[b-ucztfeohfa],
.project-map-tabs button.is-active[b-ucztfeohfa] { color: #075f9f; }
.project-map-tabs button.is-active[b-ucztfeohfa] { border-bottom-color: #0877bd; }
.project-map-tabs small[b-ucztfeohfa] {
    display: inline-grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    border-radius: 11px;
    background: #e8eef4;
    color: #415365;
    font-size: 11px;
}

.project-map-state[b-ucztfeohfa] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 280px;
    background: #fff;
    color: #647486;
}

.project-map-state.is-error[b-ucztfeohfa] { color: #a52626; }
.project-map-spinner[b-ucztfeohfa] {
    width: 24px;
    height: 24px;
    border: 3px solid #d8e2eb;
    border-top-color: #0877bd;
    border-radius: 50%;
    animation: project-map-spin-b-ucztfeohfa .8s linear infinite;
}

@keyframes project-map-spin-b-ucztfeohfa { to { transform: rotate(360deg); } }

.project-map-workspace[b-ucztfeohfa] {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
}

.project-map-sidebar[b-ucztfeohfa] {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    min-width: 0;
    border-right: 1px solid #cbd4df;
    background: #fff;
}

.project-map-search[b-ucztfeohfa] {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 12px;
    padding: 0 10px;
    border: 1px solid #c7d1dd;
    border-radius: 4px;
    background: #fff;
}

.project-map-search:focus-within[b-ucztfeohfa] { border-color: #0877bd; box-shadow: 0 0 0 2px rgb(8 119 189 / 12%); }
.project-map-search input[b-ucztfeohfa] { width: 100%; min-width: 0; height: 37px; border: 0; outline: 0; font: inherit; }
.project-map-search .material-symbols-outlined[b-ucztfeohfa] { color: #718194; font-size: 20px; }

.project-map-summary[b-ucztfeohfa] {
    display: flex;
    gap: 14px;
    padding: 0 14px 10px;
    color: #657587;
    font-size: 12px;
}
.project-map-summary .is-warning[b-ucztfeohfa] { color: #956300; }

.project-map-project-list[b-ucztfeohfa] { overflow: auto; border-top: 1px solid #e1e6ec; }
.project-map-project-list > button[b-ucztfeohfa] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    align-items: start;
    gap: 8px;
    width: 100%;
    padding: 12px 13px;
    border: 0;
    border-bottom: 1px solid #e1e6ec;
    background: #fff;
    color: #223244;
    text-align: left;
    cursor: pointer;
}
.project-map-project-list > button:hover[b-ucztfeohfa] { background: #f5f9fc; }
.project-map-project-list > button.is-selected[b-ucztfeohfa] { box-shadow: inset 3px 0 #0877bd; background: #eaf4fa; }
.project-map-project-list strong[b-ucztfeohfa],
.project-map-project-list small[b-ucztfeohfa] { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.project-map-project-list strong[b-ucztfeohfa] { font-size: 13px; }
.project-map-project-list small[b-ucztfeohfa] { margin-top: 3px; color: #6c7b8c; font-size: 11px; }
.project-map-project-marker[b-ucztfeohfa] { color: #0877bd; font-size: 21px; }

.project-map-canvas-wrap[b-ucztfeohfa] { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #dce5eb; }
.project-map-canvas[b-ucztfeohfa] { width: 100%; height: 100%; min-height: 420px; }
.project-map-controls[b-ucztfeohfa] { position: absolute; z-index: 3; top: 12px; right: 12px; display: flex; gap: 4px; }
.project-map-controls button.is-active[b-ucztfeohfa] { border-color: #0877bd; background: #0877bd; color: #fff; }
.project-map-controls button:disabled[b-ucztfeohfa] { cursor: not-allowed; opacity: .5; }
.project-map-overlay-message[b-ucztfeohfa] { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); padding: 12px 18px; border: 1px solid #c7d1dd; background: #fff; }

[b-ucztfeohfa] .erp-project-map-marker {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0877bd;
    color: #fff;
    box-shadow: 0 2px 8px rgb(16 39 56 / 32%);
    cursor: pointer;
}
[b-ucztfeohfa] .erp-project-map-marker:hover { transform: translateY(-2px); background: #055b92; }
[b-ucztfeohfa] .erp-project-map-marker .material-symbols-outlined { font-size: 21px; }

.project-map-detail[b-ucztfeohfa] {
    position: absolute;
    z-index: 4;
    right: 16px;
    bottom: 16px;
    width: min(360px, calc(100% - 32px));
    padding: 17px;
    border: 1px solid #bcc8d4;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 28px rgb(31 50 65 / 20%);
}
.project-map-detail h2[b-ucztfeohfa] { margin-top: 8px; padding-right: 28px; font-size: 17px; }
.project-map-detail address[b-ucztfeohfa] { margin: 12px 0 16px; color: #4e5e70; font-style: normal; }
.project-map-detail-close[b-ucztfeohfa] { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border: 0; }
.project-map-status[b-ucztfeohfa] { display: inline-block; padding: 3px 7px; border-radius: 3px; background: #e5f2e9; color: #217041; font-size: 11px; font-weight: 800; text-transform: uppercase; }

.global-route-register[b-ucztfeohfa] { min-height: 0; overflow: auto; padding: 18px; background: #f5f7f9; }
.global-route-register-head[b-ucztfeohfa] { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 0 14px; }
.global-route-register-head h2[b-ucztfeohfa] { font-size: 18px; }
.global-route-empty[b-ucztfeohfa] { display: grid; place-items: center; min-height: 280px; padding: 30px; border: 1px dashed #bdc9d5; background: #fff; text-align: center; }
.global-route-empty > .material-symbols-outlined[b-ucztfeohfa] { margin-bottom: 10px; color: #8190a0; font-size: 40px; }
.global-route-empty .project-map-primary[b-ucztfeohfa] { margin-top: 16px; }
.global-route-table-wrap[b-ucztfeohfa] { overflow: auto; border: 1px solid #cbd4df; background: #fff; }
.global-route-table[b-ucztfeohfa] { width: 100%; min-width: 1050px; border-collapse: collapse; }
.global-route-table th[b-ucztfeohfa],
.global-route-table td[b-ucztfeohfa] { padding: 11px 12px; border-bottom: 1px solid #d9e0e7; text-align: left; vertical-align: middle; }
.global-route-table th[b-ucztfeohfa] { background: #edf1f5; color: #4c5b6b; font-size: 11px; text-transform: uppercase; }
.global-route-table td[b-ucztfeohfa] { font-size: 13px; }
.global-route-table td small[b-ucztfeohfa] { display: block; margin-top: 3px; color: #708091; }
.global-route-status[b-ucztfeohfa] { display: inline-block; padding: 4px 7px; border-radius: 3px; background: #eef1f4; color: #546474; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.global-route-status.is-published[b-ucztfeohfa] { background: #e4f3e9; color: #247044; }

@media (max-width: 980px) {
    .project-map-workspace[b-ucztfeohfa] { grid-template-columns: 280px minmax(620px, 1fr); overflow: auto; }
    .project-map-canvas-wrap[b-ucztfeohfa] { min-width: 620px; }
}
/* /Components/Pages/ProjectTakeoff.razor.rz.scp.css */
.project-takeoff-host[b-9mftbgpyki] {
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #eef1f4;
}

.project-takeoff-frame[b-9mftbgpyki] {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    border: 0;
    background: #eef1f4;
}
/* /Components/ProjectDailyReportPanel.razor.rz.scp.css */
.daily-report-panel[b-okugx39dk7] {
    min-height: 620px;
    background: #f6f7f9;
    color: #1f2933;
}

.daily-report-toolbar[b-okugx39dk7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #cbd3dc;
    background: #fff;
}

.daily-report-period[b-okugx39dk7],
.daily-report-actions[b-okugx39dk7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.daily-report-period[b-okugx39dk7] {
    flex: 0 0 auto;
}

.daily-report-actions[b-okugx39dk7] {
    flex: 1 1 560px;
    min-width: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.daily-report-period strong[b-okugx39dk7] {
    min-width: 150px;
    margin-left: 4px;
    font-size: 15px;
    text-transform: capitalize;
}

.daily-report-panel button[b-okugx39dk7],
.daily-report-panel select[b-okugx39dk7],
.daily-report-panel input[b-okugx39dk7],
.daily-report-panel textarea[b-okugx39dk7] {
    font: inherit;
}

.daily-report-panel button[b-okugx39dk7] {
    min-height: 34px;
    border: 1px solid #bdc8d3;
    border-radius: 3px;
    background: #fff;
    color: #243342;
    cursor: pointer;
}

.daily-report-panel button:hover:not(:disabled)[b-okugx39dk7] {
    border-color: #0b67a5;
    color: #075b94;
}

.daily-report-panel button:disabled[b-okugx39dk7] {
    cursor: not-allowed;
    opacity: .52;
}

.daily-report-panel a.download-link[b-okugx39dk7] {
    box-sizing: border-box;
    min-height: 34px;
    border: 1px solid #bdc8d3;
    border-radius: 3px;
    background: #fff;
    color: #243342;
    cursor: pointer;
    text-decoration: none;
}

.daily-report-panel a.download-link:hover[b-okugx39dk7] {
    border-color: #0b67a5;
    color: #075b94;
}

.daily-report-panel button.primary[b-okugx39dk7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-color: #0064a7;
    background: #0064a7;
    color: #fff;
    font-weight: 700;
}

.daily-report-panel button.primary:hover:not(:disabled)[b-okugx39dk7] {
    border-color: #004f85;
    background: #004f85;
    color: #fff;
}

.daily-report-panel .material-symbols-outlined[b-okugx39dk7] {
    font-size: 19px;
}

.icon-button[b-okugx39dk7],
.filter-button[b-okugx39dk7] {
    display: inline-grid;
    width: 34px;
    min-width: 34px;
    padding: 0;
    place-items: center;
}

.today-button[b-okugx39dk7] {
    padding: 0 12px;
    font-weight: 600;
}

.daily-report-search[b-okugx39dk7] {
    position: relative;
    display: flex;
    flex: 1 1 210px;
    min-width: 180px;
    max-width: 360px;
    align-items: center;
}

.daily-report-search .material-symbols-outlined[b-okugx39dk7] {
    position: absolute;
    left: 10px;
    color: #6c7a89;
    pointer-events: none;
}

.daily-report-search input[b-okugx39dk7] {
    width: 100%;
    height: 34px;
    padding: 0 12px 0 36px;
    border: 1px solid #bdc8d3;
    border-radius: 3px;
    background: #fff;
}

.daily-report-actions select[b-okugx39dk7] {
    height: 34px;
    padding: 0 28px 0 10px;
    border: 1px solid #bdc8d3;
    border-radius: 3px;
    background: #fff;
}

.daily-report-message[b-okugx39dk7] {
    padding: 9px 16px;
    border-bottom: 1px solid #bad9c0;
    background: #eef8f0;
    color: #17632a;
    font-size: 13px;
}

.daily-report-state[b-okugx39dk7],
.daily-report-empty[b-okugx39dk7] {
    display: grid;
    min-height: 260px;
    padding: 28px;
    place-items: center;
    align-content: center;
    color: #697887;
    text-align: center;
}

.daily-report-state .material-symbols-outlined[b-okugx39dk7],
.daily-report-empty .material-symbols-outlined[b-okugx39dk7] {
    margin-bottom: 8px;
    font-size: 34px;
    color: #71869a;
}

.daily-report-state p[b-okugx39dk7],
.daily-report-empty p[b-okugx39dk7] {
    margin: 6px 0 0;
}

.daily-report-state.error[b-okugx39dk7] {
    color: #922f2f;
}

.daily-report-workspace[b-okugx39dk7] {
    display: grid;
    gap: 14px;
    padding: 14px;
}

.daily-report-calendar[b-okugx39dk7],
.daily-report-list[b-okugx39dk7] {
    border: 1px solid #cbd3dc;
    background: #fff;
}

.calendar-weekdays[b-okugx39dk7],
.calendar-grid[b-okugx39dk7] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays[b-okugx39dk7] {
    border-bottom: 1px solid #cbd3dc;
    background: #eef1f4;
}

.calendar-weekdays span[b-okugx39dk7] {
    padding: 8px 10px;
    border-right: 1px solid #d8dee5;
    color: #52606d;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.calendar-weekdays span:last-child[b-okugx39dk7] {
    border-right: 0;
}

.daily-report-panel .calendar-day[b-okugx39dk7] {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 92px;
    padding: 8px;
    border: 0;
    border-right: 1px solid #d8dee5;
    border-bottom: 1px solid #d8dee5;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    background: #fff;
    text-align: left;
}

.daily-report-panel .calendar-day:nth-child(7n)[b-okugx39dk7] {
    border-right: 0;
}

.daily-report-panel .calendar-day.outside[b-okugx39dk7] {
    background: #f8f9fa;
    color: #9aa5b1;
}

.daily-report-panel .calendar-day.today[b-okugx39dk7] {
    box-shadow: inset 0 0 0 2px #1476b8;
}

.daily-report-panel .calendar-day.has-report[b-okugx39dk7] {
    background: #f2f7fb;
}

.daily-report-panel .calendar-day.completed[b-okugx39dk7] {
    background: #eff8f1;
}

.daily-report-panel .calendar-day:hover:not(:disabled)[b-okugx39dk7] {
    z-index: 1;
    border-color: #1476b8;
    background: #edf6fc;
    color: #1f2933;
}

.calendar-day-number[b-okugx39dk7] {
    margin-bottom: 5px;
    font-weight: 800;
}

.calendar-report-status[b-okugx39dk7] {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #936513;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.calendar-report-status.completed[b-okugx39dk7] {
    color: #19723a;
}

.calendar-day strong[b-okugx39dk7],
.calendar-day small[b-okugx39dk7] {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.calendar-day strong[b-okugx39dk7] {
    color: #0b5d92;
    font-size: 12px;
}

.calendar-day small[b-okugx39dk7] {
    margin-top: 3px;
    color: #667586;
    font-size: 11px;
}

.calendar-create-hint[b-okugx39dk7] {
    display: grid;
    width: 23px;
    height: 23px;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 50%;
    place-items: center;
    color: transparent;
}

.calendar-day:hover .calendar-create-hint[b-okugx39dk7] {
    border-color: #9fc8e3;
    color: #1476b8;
}

.daily-report-list > header[b-okugx39dk7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 8px 12px;
    border-bottom: 1px solid #cbd3dc;
}

.daily-report-list > header > div[b-okugx39dk7] {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.daily-report-list > header > .daily-report-list-actions[b-okugx39dk7] {
    align-items: center;
    gap: 7px;
}

.daily-report-book-export[b-okugx39dk7] {
    display: inline-flex;
    min-height: 34px;
    padding: 0 11px;
    align-items: center;
    gap: 6px;
    border-color: #9cb9cd;
    color: #075f99;
    font-size: 11px;
    font-weight: 700;
}

.daily-report-book-export .material-symbols-outlined[b-okugx39dk7] {
    font-size: 18px;
}

.daily-report-list h2[b-okugx39dk7] {
    margin: 0;
    font-size: 15px;
}

.daily-report-list header span[b-okugx39dk7] {
    color: #687786;
    font-size: 12px;
}

.daily-report-table-wrap[b-okugx39dk7] {
    overflow-x: auto;
}

.daily-report-table[b-okugx39dk7] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 12px;
}

.daily-report-table th[b-okugx39dk7],
.daily-report-table td[b-okugx39dk7] {
    padding: 9px 10px;
    border-bottom: 1px solid #d8dee5;
    text-align: left;
    vertical-align: middle;
}

.daily-report-table th[b-okugx39dk7] {
    background: #eef1f4;
    color: #52606d;
    font-size: 10px;
    text-transform: uppercase;
}

.daily-report-table th:nth-child(1)[b-okugx39dk7] { width: 90px; }
.daily-report-table th:nth-child(2)[b-okugx39dk7] { width: 125px; }
.daily-report-table th:nth-child(3)[b-okugx39dk7] { width: 150px; }
.daily-report-table th:nth-child(4)[b-okugx39dk7] { width: 170px; }
.daily-report-table th:nth-child(6)[b-okugx39dk7] { width: 115px; }
.daily-report-table th:nth-child(7)[b-okugx39dk7] { width: 145px; }
.daily-report-table th:last-child[b-okugx39dk7] { width: 82px; }

.daily-report-row-actions[b-okugx39dk7] {
    min-width: 82px;
    text-align: right;
    white-space: nowrap;
}

.daily-report-row-actions .icon-button + .icon-button[b-okugx39dk7] { margin-left: 3px; }

.daily-report-table tr:hover td[b-okugx39dk7] {
    background: #f4f8fb;
}

.daily-report-table tr.archived[b-okugx39dk7] {
    opacity: .62;
}

.daily-report-revision[b-okugx39dk7] {
    display: block;
    margin-top: 2px;
    color: #637487;
    font-size: 10px;
    font-weight: 600;
}

.daily-report-work-summary[b-okugx39dk7] {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daily-report-status[b-okugx39dk7] {
    display: inline-flex;
    min-height: 22px;
    padding: 2px 8px;
    border: 1px solid #e5c989;
    border-radius: 11px;
    align-items: center;
    background: #fff8e7;
    color: #8b6114;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.daily-report-status.completed[b-okugx39dk7] {
    border-color: #acd6b6;
    background: #edf8ef;
    color: #1b7438;
}

.daily-report-status.archived[b-okugx39dk7] {
    border-color: #c9cfd6;
    background: #eef0f2;
    color: #5c6670;
}

.daily-report-modal-backdrop[b-okugx39dk7] {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    padding: 24px;
    place-items: center;
    background: rgba(20, 28, 36, .64);
}

.daily-report-modal[b-okugx39dk7] {
    display: grid;
    width: min(1480px, calc(100vw - 48px));
    height: min(920px, calc(100vh - 48px));
    grid-template-rows: auto minmax(0, 1fr) auto;
    border: 1px solid #8796a5;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f6f7;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.daily-report-modal-header[b-okugx39dk7],
.daily-report-modal-footer[b-okugx39dk7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
}

.daily-report-modal-header[b-okugx39dk7] {
    min-height: 68px;
    padding: 10px 16px;
    border-bottom: 1px solid #cbd3dc;
}

.daily-report-modal-header > div[b-okugx39dk7],
.daily-report-modal-meta[b-okugx39dk7],
.daily-report-footer-actions[b-okugx39dk7] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.daily-report-modal-header > div > .material-symbols-outlined[b-okugx39dk7] {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    background: #e8f2f8;
    color: #075f99;
}

.daily-report-modal h2[b-okugx39dk7] {
    margin: 0;
    font-size: 18px;
}

.daily-report-modal-header p[b-okugx39dk7] {
    margin: 2px 0 0;
    color: #657585;
    font-size: 12px;
}

.daily-report-modal-body[b-okugx39dk7] {
    min-height: 0;
    padding: 14px;
    overflow: auto;
}

.daily-report-errors[b-okugx39dk7] {
    display: grid;
    gap: 3px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-left: 3px solid #bd3434;
    background: #fff0f0;
    color: #8c2626;
    font-size: 12px;
}

.daily-report-revision-notice[b-okugx39dk7] {
    display: flex;
    margin-bottom: 12px;
    padding: 9px 12px;
    border-left: 3px solid #277246;
    align-items: center;
    gap: 8px;
    background: #eef7f1;
    color: #28533a;
    font-size: 12px;
}

.daily-report-revision-notice .material-symbols-outlined[b-okugx39dk7] {
    color: #277246;
    font-size: 18px;
}

.daily-report-form-section[b-okugx39dk7] {
    padding: 12px;
    border: 1px solid #cbd3dc;
    background: #fff;
}

.daily-report-form-section + .daily-report-form-section[b-okugx39dk7],
.daily-report-form-columns[b-okugx39dk7] {
    margin-top: 12px;
}

.daily-report-form-section > header[b-okugx39dk7] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dde3e9;
}

.daily-report-form-section > header > .material-symbols-outlined[b-okugx39dk7] {
    color: #0b67a5;
}

.daily-report-form-section > header div[b-okugx39dk7] {
    display: grid;
    gap: 1px;
}

.daily-report-form-section > header strong[b-okugx39dk7] {
    font-size: 14px;
}

.daily-report-form-section > header small[b-okugx39dk7] {
    color: #687786;
    font-size: 11px;
}

.daily-report-panel .weather-fetch-button[b-okugx39dk7] {
    display: inline-flex;
    min-height: 32px;
    margin-left: auto;
    padding: 0 11px;
    align-items: center;
    gap: 6px;
    border-color: #9cb9cd;
    color: #075f99;
    font-size: 11px;
    font-weight: 700;
}

.weather-fetch-message[b-okugx39dk7] {
    margin: 9px 0 0;
    padding: 7px 9px;
    border-left: 3px solid #168247;
    background: #f0f8f3;
    color: #23623c;
    font-size: 11px;
}

.daily-report-form-grid[b-okugx39dk7] {
    display: grid;
    gap: 10px;
}

.daily-report-form-grid.four[b-okugx39dk7] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.daily-report-form-grid.weather[b-okugx39dk7] {
    grid-template-columns: 1fr 1.2fr repeat(2, .75fr) 1fr 1fr;
}

.daily-report-form-columns[b-okugx39dk7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.daily-report-form-columns .daily-report-form-section[b-okugx39dk7] {
    margin-top: 0;
}

.daily-report-form-section label[b-okugx39dk7] {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #485766;
    font-size: 11px;
    font-weight: 700;
}

.daily-report-form-section input[b-okugx39dk7],
.daily-report-form-section select[b-okugx39dk7],
.daily-report-form-section textarea[b-okugx39dk7],
.archive-confirm input[b-okugx39dk7] {
    width: 100%;
    min-width: 0;
    border: 1px solid #bdc8d3;
    border-radius: 3px;
    background: #fff;
    color: #1f2933;
}

.daily-report-form-section input[b-okugx39dk7],
.daily-report-form-section select[b-okugx39dk7] {
    height: 36px;
    padding: 0 10px;
}

.daily-report-form-section textarea[b-okugx39dk7] {
    min-height: 80px;
    padding: 9px 10px;
    line-height: 1.45;
    resize: vertical;
}

.daily-report-form-section input:disabled[b-okugx39dk7],
.daily-report-form-section select:disabled[b-okugx39dk7],
.daily-report-form-section textarea:disabled[b-okugx39dk7] {
    background: #f0f2f4;
    color: #596774;
}

.textarea-label + .textarea-label[b-okugx39dk7] {
    margin-top: 10px;
}

.daily-report-position-picker[b-okugx39dk7] {
    margin-top: 10px;
    border: 1px solid #cbd3dc;
    background: #f8f9fa;
}

.daily-report-position-picker-toggle[b-okugx39dk7] {
    display: flex;
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: transparent;
    cursor: pointer;
}

.daily-report-position-picker-toggle > strong[b-okugx39dk7] {
    margin-left: auto;
}

.daily-report-position-picker-toggle > span:first-child[b-okugx39dk7] {
    font-size: 12px;
    font-weight: 700;
}

.daily-report-position-picker-toggle strong[b-okugx39dk7] {
    color: #0b67a5;
    font-size: 11px;
}

.daily-report-position-picker-toggle .material-symbols-outlined[b-okugx39dk7] {
    font-size: 18px;
}

.position-search[b-okugx39dk7] {
    position: relative;
    margin: 0 8px 8px;
}

.position-search .material-symbols-outlined[b-okugx39dk7] {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    color: #718090;
}

.position-search input[b-okugx39dk7] {
    padding-left: 34px;
}

.position-option-list[b-okugx39dk7] {
    max-height: 220px;
    padding: 0 8px 8px;
    overflow: auto;
}

.daily-report-form-section .position-option[b-okugx39dk7] {
    display: flex;
    padding: 7px 8px;
    border-top: 1px solid #dbe1e7;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.daily-report-form-section .position-option:hover[b-okugx39dk7] {
    background: #eef5fa;
}

.daily-report-form-section .position-option input[b-okugx39dk7] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.position-option span[b-okugx39dk7] {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.position-option strong[b-okugx39dk7],
.position-option small[b-okugx39dk7] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.position-option small[b-okugx39dk7],
.position-picker-state[b-okugx39dk7] {
    color: #687786;
    font-size: 11px;
}

.position-picker-state[b-okugx39dk7] {
    padding: 12px;
    border-top: 1px solid #dbe1e7;
}

.position-picker-state.error[b-okugx39dk7] {
    color: #952d2d;
}

.daily-report-modal-footer[b-okugx39dk7] {
    min-height: 62px;
    padding: 9px 16px;
    border-top: 1px solid #cbd3dc;
}

.daily-report-footer-actions button[b-okugx39dk7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 13px;
}

.daily-report-modal-footer .danger-link[b-okugx39dk7] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-color: transparent;
    color: #a22e2e;
}

.archive-confirm[b-okugx39dk7] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.archive-confirm input[b-okugx39dk7] {
    width: 240px;
    height: 34px;
    padding: 0 9px;
}

.daily-report-panel button.danger[b-okugx39dk7] {
    padding: 0 12px;
    border-color: #ad3131;
    background: #ad3131;
    color: #fff;
}

@media (max-width: 1180px) {
    .daily-report-toolbar[b-okugx39dk7] {
        align-items: flex-start;
        flex-direction: column;
    }

    .daily-report-actions[b-okugx39dk7] {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .daily-report-search[b-okugx39dk7] {
        max-width: none;
    }

    .daily-report-form-grid.four[b-okugx39dk7],
    .daily-report-form-grid.weather[b-okugx39dk7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* /Components/ProjectQuoteEfbEditor.razor.rz.scp.css */
.efb-workspace[b-8kxuvl3qq6] {
    position: fixed;
    inset: 39px 0 0 76px;
    z-index: 930;
    display: flex;
    min-width: 980px;
    flex-direction: column;
    overflow: hidden;
    color: #20252b;
    background: #f3f4f5;
    font-size: 12px;
}

.efb-toolbar[b-8kxuvl3qq6] {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 12px;
    border-bottom: 1px solid #bdc5cf;
    background: #fff;
}

.efb-toolbar-title[b-8kxuvl3qq6],
.efb-toolbar-actions[b-8kxuvl3qq6],
.efb-toolbar-title > div[b-8kxuvl3qq6] {
    display: flex;
    align-items: center;
}

.efb-toolbar-title[b-8kxuvl3qq6] {
    min-width: 250px;
    gap: 8px;
}

.efb-toolbar-title > div[b-8kxuvl3qq6] {
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.efb-toolbar-title strong[b-8kxuvl3qq6] {
    font-size: 14px;
}

.efb-toolbar-title small[b-8kxuvl3qq6] {
    max-width: 360px;
    overflow: hidden;
    color: #687482;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.efb-toolbar-actions[b-8kxuvl3qq6] {
    justify-content: flex-end;
    gap: 6px;
}

.efb-toolbar button[b-8kxuvl3qq6],
.efb-state button[b-8kxuvl3qq6],
.efb-pdf-head button[b-8kxuvl3qq6] {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #b8c1cb;
    border-radius: 3px;
    color: #20252b;
    background: #fff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.efb-toolbar button:hover:not(:disabled)[b-8kxuvl3qq6],
.efb-state button:hover:not(:disabled)[b-8kxuvl3qq6],
.efb-pdf-head button:hover:not(:disabled)[b-8kxuvl3qq6] {
    border-color: #0068a8;
    color: #005b94;
    background: #f4f9fc;
}

.efb-toolbar button:disabled[b-8kxuvl3qq6] {
    cursor: default;
    opacity: .5;
}

.efb-toolbar button.primary[b-8kxuvl3qq6] {
    border-color: #0065a4;
    color: #fff;
    background: #0065a4;
}

.efb-toolbar button.primary:hover:not(:disabled)[b-8kxuvl3qq6] {
    color: #fff;
    background: #004f82;
}

.efb-toolbar .material-symbols-outlined[b-8kxuvl3qq6],
.efb-pdf-head .material-symbols-outlined[b-8kxuvl3qq6] {
    font-size: 17px;
}

.efb-toolbar .efb-icon-button[b-8kxuvl3qq6] {
    width: 32px;
    padding: 0;
}

.efb-status[b-8kxuvl3qq6] {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 3px 8px;
    border: 1px solid #adb7c2;
    border-radius: 12px;
    color: #4d5966;
    background: #f2f4f6;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.efb-status.draft[b-8kxuvl3qq6] {
    border-color: #e4bd63;
    color: #6c4a00;
    background: #fff7dd;
}

.efb-status.finalized[b-8kxuvl3qq6] {
    border-color: #69aa79;
    color: #176128;
    background: #edf8ef;
}

.efb-message[b-8kxuvl3qq6],
.efb-errors[b-8kxuvl3qq6] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px 14px;
    border-bottom: 1px solid #b8d7bc;
    color: #155d25;
    background: #eff9f0;
}

.efb-errors[b-8kxuvl3qq6] {
    border-color: #dfaaaa;
    color: #8e1b1b;
    background: #fff2f2;
}

.efb-tabs[b-8kxuvl3qq6] {
    min-height: 40px;
    display: flex;
    align-items: end;
    gap: 2px;
    padding: 0 14px;
    border-bottom: 1px solid #bdc5cf;
    background: #fff;
}

.efb-tabs button[b-8kxuvl3qq6] {
    height: 39px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #515d69;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.efb-tabs button:hover[b-8kxuvl3qq6],
.efb-tabs button.active[b-8kxuvl3qq6] {
    color: #005f9e;
    border-bottom-color: #0068a8;
}

.efb-tabs button span[b-8kxuvl3qq6] {
    min-width: 19px;
    padding: 1px 5px;
    border-radius: 9px;
    color: #44515e;
    background: #e9edf1;
    font-size: 10px;
    text-align: center;
}

.efb-tabs button span.warn[b-8kxuvl3qq6] {
    color: #801515;
    background: #fde0e0;
}

.efb-tabs button span.ok[b-8kxuvl3qq6] {
    color: #176128;
    background: #ddf2e1;
}

.efb-content[b-8kxuvl3qq6] {
    flex: 1;
    overflow: auto;
    padding: 12px 14px 26px;
}

.efb-meta-panel[b-8kxuvl3qq6],
.efb-wage-grid[b-8kxuvl3qq6],
.efb-end-sum-grid[b-8kxuvl3qq6] {
    display: grid;
    gap: 9px 12px;
}

.efb-meta-panel[b-8kxuvl3qq6] {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    margin-bottom: 10px;
    padding: 10px 12px;
    border: 1px solid #c3cad3;
    background: #fff;
}

.efb-meta-panel .wide[b-8kxuvl3qq6] {
    grid-column: span 2;
}

.efb-content label[b-8kxuvl3qq6] {
    min-width: 0;
    display: grid;
    gap: 4px;
    color: #4c5864;
    font-size: 10px;
    font-weight: 700;
}

.efb-content input[b-8kxuvl3qq6],
.efb-content select[b-8kxuvl3qq6] {
    width: 100%;
    min-width: 0;
    height: 31px;
    box-sizing: border-box;
    padding: 4px 7px;
    border: 1px solid #b8c1cc;
    border-radius: 2px;
    color: #20252b;
    background: #fff;
    font: inherit;
}

.efb-content input:focus[b-8kxuvl3qq6],
.efb-content select:focus[b-8kxuvl3qq6] {
    border-color: #0068a8;
    outline: 2px solid rgba(0, 104, 168, .14);
}

.efb-content input:disabled[b-8kxuvl3qq6],
.efb-content select:disabled[b-8kxuvl3qq6] {
    color: #505963;
    background: #f0f1f2;
}

.efb-panel[b-8kxuvl3qq6] {
    margin-bottom: 10px;
    border: 1px solid #c3cad3;
    background: #fff;
}

.efb-panel > header[b-8kxuvl3qq6] {
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 12px;
    border-bottom: 1px solid #d4d9df;
    background: #f7f7f7;
}

.efb-panel h2[b-8kxuvl3qq6],
.efb-panel p[b-8kxuvl3qq6] {
    margin: 0;
}

.efb-panel h2[b-8kxuvl3qq6] {
    font-size: 13px;
}

.efb-panel p[b-8kxuvl3qq6] {
    margin-top: 2px;
    color: #687482;
    font-size: 10px;
}

.efb-wage-grid[b-8kxuvl3qq6] {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    padding: 11px 12px;
}

.efb-wage-grid > div[b-8kxuvl3qq6] {
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 5px 9px;
    border-left: 3px solid #0068a8;
    background: #edf4f8;
}

.efb-wage-grid > div span[b-8kxuvl3qq6] {
    color: #66717e;
    font-size: 10px;
}

.efb-markup-table[b-8kxuvl3qq6],
.efb-allocation-table[b-8kxuvl3qq6],
.efb-223-table[b-8kxuvl3qq6] {
    min-width: 820px;
    overflow-x: auto;
}

.efb-markup-table .head[b-8kxuvl3qq6],
.efb-markup-table .row[b-8kxuvl3qq6],
.efb-allocation-table .head[b-8kxuvl3qq6],
.efb-allocation-table .row[b-8kxuvl3qq6] {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(150px, 1.2fr) repeat(5, minmax(100px, 1fr)) minmax(90px, .8fr);
    border-bottom: 1px solid #d3d8df;
}

.efb-allocation-table .head[b-8kxuvl3qq6],
.efb-allocation-table .row[b-8kxuvl3qq6] {
    grid-template-columns: minmax(170px, 1.2fr) repeat(3, minmax(130px, 1fr)) minmax(110px, .8fr);
}

.efb-markup-table .head[b-8kxuvl3qq6],
.efb-allocation-table .head[b-8kxuvl3qq6],
.efb-223-table .head[b-8kxuvl3qq6] {
    min-height: 31px;
    color: #4d5966;
    background: #edeeee;
    font-size: 10px;
    font-weight: 700;
}

.efb-markup-table .row[b-8kxuvl3qq6],
.efb-allocation-table .row[b-8kxuvl3qq6] {
    min-height: 39px;
}

.efb-markup-table .row:last-child[b-8kxuvl3qq6],
.efb-allocation-table .row:last-child[b-8kxuvl3qq6],
.efb-223-table .row:last-child[b-8kxuvl3qq6] {
    border-bottom: 0;
}

.efb-markup-table span[b-8kxuvl3qq6],
.efb-markup-table strong[b-8kxuvl3qq6],
.efb-allocation-table span[b-8kxuvl3qq6],
.efb-allocation-table strong[b-8kxuvl3qq6] {
    padding: 6px 9px;
}

.efb-markup-table input[b-8kxuvl3qq6],
.efb-allocation-table input[b-8kxuvl3qq6] {
    height: 29px;
    margin: 4px 6px;
}

.efb-end-sum-grid[b-8kxuvl3qq6] {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
    padding: 11px 12px;
    border-bottom: 1px solid #d3d8df;
}

.efb-223-panel[b-8kxuvl3qq6] {
    min-width: 1180px;
}

.efb-223-table .head[b-8kxuvl3qq6],
.efb-223-table .row[b-8kxuvl3qq6] {
    display: grid;
    grid-template-columns: 90px minmax(210px, 1fr) 85px 55px repeat(7, 105px);
    align-items: center;
    border-bottom: 1px solid #d3d8df;
}

.efb-223-table .row[b-8kxuvl3qq6] {
    min-height: 39px;
}

.efb-223-table .row:nth-child(odd)[b-8kxuvl3qq6] {
    background: #fafafa;
}

.efb-223-table .row.mismatch[b-8kxuvl3qq6] {
    box-shadow: inset 3px 0 #c62828;
    background: #fff6f6;
}

.efb-223-table span[b-8kxuvl3qq6],
.efb-223-table strong[b-8kxuvl3qq6] {
    min-width: 0;
    overflow: hidden;
    padding: 5px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.efb-223-table input[b-8kxuvl3qq6] {
    width: calc(100% - 8px);
    height: 28px;
    margin: 4px;
    text-align: right;
}

.efb-check-grid[b-8kxuvl3qq6] {
    display: grid;
    grid-template-columns: repeat(4, minmax(170px, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.efb-check-grid article[b-8kxuvl3qq6] {
    display: grid;
    gap: 5px;
    padding: 10px 12px;
    border: 1px solid #c3cad3;
    border-left: 3px solid #6e7a87;
    background: #fff;
}

.efb-check-grid article span[b-8kxuvl3qq6] {
    color: #687482;
    font-size: 10px;
}

.efb-check-grid article strong[b-8kxuvl3qq6] {
    font-size: 14px;
}

.efb-check-grid article.ok[b-8kxuvl3qq6] {
    border-left-color: #23833a;
}

.efb-check-grid article.warn[b-8kxuvl3qq6] {
    border-left-color: #c62828;
}

.efb-ready[b-8kxuvl3qq6],
.efb-check-list[b-8kxuvl3qq6],
.efb-source-strip[b-8kxuvl3qq6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
}

.efb-ready[b-8kxuvl3qq6] {
    color: #176128;
}

.efb-check-list[b-8kxuvl3qq6] {
    align-items: stretch;
    flex-direction: column;
}

.efb-check-list > div[b-8kxuvl3qq6] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border-left: 3px solid #c62828;
    background: #fff1f1;
}

.efb-check-list.warnings > div[b-8kxuvl3qq6] {
    border-color: #c08300;
    background: #fff8df;
}

.efb-check-list .material-symbols-outlined[b-8kxuvl3qq6],
.efb-ready .material-symbols-outlined[b-8kxuvl3qq6] {
    font-size: 17px;
}

.efb-source-strip[b-8kxuvl3qq6] {
    border: 1px solid #c3cad3;
    background: #fff;
}

.efb-source-strip code[b-8kxuvl3qq6] {
    padding: 2px 5px;
    background: #edf0f3;
}

.efb-state[b-8kxuvl3qq6] {
    flex: 1;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 7px;
    color: #596572;
    text-align: center;
}

.efb-state .material-symbols-outlined[b-8kxuvl3qq6] {
    font-size: 34px;
    color: #0068a8;
}

.efb-state p[b-8kxuvl3qq6] {
    margin: 0;
}

.efb-state.error .material-symbols-outlined[b-8kxuvl3qq6],
.efb-state.error strong[b-8kxuvl3qq6] {
    color: #a51d1d;
}

.efb-pdf-frame[b-8kxuvl3qq6] {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-rows: 39px 1fr;
    background: #2a2a2a;
}

.efb-pdf-head[b-8kxuvl3qq6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    color: #f5f5f5;
    background: #343434;
}

.efb-pdf-head button[b-8kxuvl3qq6] {
    min-height: 29px;
    border-color: #666;
    color: #f5f5f5;
    background: #424242;
}

.efb-pdf-frame iframe[b-8kxuvl3qq6] {
    width: 100%;
    height: 100%;
    border: 0;
    background: #363636;
}

@media (max-width: 1280px) {
    .efb-workspace[b-8kxuvl3qq6] {
        left: 58px;
    }

    .efb-toolbar-actions button:not(.primary):not(.efb-icon-button)[b-8kxuvl3qq6] {
        font-size: 0;
    }

    .efb-toolbar-actions button .material-symbols-outlined[b-8kxuvl3qq6] {
        font-size: 17px;
    }

    .efb-meta-panel[b-8kxuvl3qq6] {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
    }

    .efb-wage-grid[b-8kxuvl3qq6],
    .efb-end-sum-grid[b-8kxuvl3qq6] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
/* /Components/ProjectRoutes/ProjectRouteDispatchWorkspace.razor.rz.scp.css */
.dispatch-frame[b-7wqw7vlam5] {
    --dispatch-blue: #075fa8;
    --dispatch-blue-dark: #004277;
    --dispatch-border: #cbd4dc;
    --dispatch-muted: #667587;
    position: fixed;
    z-index: 92;
    inset: var(--dummy-topbar-height) 0 0 64px;
    display: flex;
    min-width: 920px;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: #eef1f3;
    color: #1d2a38;
}

.dispatch-titlebar[b-7wqw7vlam5] {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--dispatch-border);
    background: #fff;
    padding: 6px 12px;
}

.dispatch-title-copy[b-7wqw7vlam5],
.dispatch-title-status[b-7wqw7vlam5],
.dispatch-section-heading[b-7wqw7vlam5],
.dispatch-title-status span[b-7wqw7vlam5] {
    display: flex;
    align-items: center;
}

.dispatch-title-copy[b-7wqw7vlam5] { min-width: 0; gap: 9px; }
.dispatch-title-copy > button[b-7wqw7vlam5],
.dispatch-access-modal header button[b-7wqw7vlam5] {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #c4ced8;
    border-radius: 3px;
    background: #fff;
    color: #263545;
    cursor: pointer;
}
.dispatch-title-copy > button:hover[b-7wqw7vlam5] { border-color: #8ca4b8; background: #f3f7fa; color: var(--dispatch-blue); }
.dispatch-title-copy .material-symbols-outlined[b-7wqw7vlam5] { font-size: 19px; }
.dispatch-title-icon[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 24px !important; }
.dispatch-titlebar h2[b-7wqw7vlam5],
.dispatch-titlebar p[b-7wqw7vlam5] { margin: 0; }
.dispatch-titlebar h2[b-7wqw7vlam5] { font-size: 16px; line-height: 1.15; }
.dispatch-titlebar p[b-7wqw7vlam5] { margin-top: 1px; color: var(--dispatch-muted); font-size: 10px; }
.dispatch-title-status[b-7wqw7vlam5] { gap: 15px; color: #59697a; font-size: 10px; }
.dispatch-title-status span[b-7wqw7vlam5] { gap: 6px; }
.dispatch-title-status i[b-7wqw7vlam5] { width: 7px; height: 7px; border-radius: 50%; background: #19934a; }
.dispatch-title-status strong[b-7wqw7vlam5] { border-left: 1px solid #d8dfe5; padding-left: 15px; color: #2d3b49; font-size: 11px; }

.dispatch-edit-notice[b-7wqw7vlam5] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #b9cde0;
    background: #edf6fc;
    padding: 7px 14px;
    color: #28465f;
}
.dispatch-edit-notice > .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 20px; }
.dispatch-edit-notice strong[b-7wqw7vlam5],
.dispatch-edit-notice p[b-7wqw7vlam5] { display: block; margin: 0; }
.dispatch-edit-notice strong[b-7wqw7vlam5] { font-size: 11px; }
.dispatch-edit-notice p[b-7wqw7vlam5] { margin-top: 1px; color: #5e7182; font-size: 10px; }

.dispatch-workspace[b-7wqw7vlam5] {
    display: grid;
    min-height: 0;
    flex: 1;
    grid-template-columns: 340px minmax(360px, 1fr) 320px;
    overflow: hidden;
}

.dispatch-route-rail[b-7wqw7vlam5],
.dispatch-summary-rail[b-7wqw7vlam5] {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}
.dispatch-route-rail[b-7wqw7vlam5] { border-right: 1px solid var(--dispatch-border); }
.dispatch-summary-rail[b-7wqw7vlam5] { border-left: 1px solid var(--dispatch-border); }
.dispatch-rail-scroll[b-7wqw7vlam5],
.dispatch-summary-scroll[b-7wqw7vlam5] { min-height: 0; flex: 1; overflow: auto; scrollbar-width: thin; }

.dispatch-rail-section[b-7wqw7vlam5],
.dispatch-summary-section[b-7wqw7vlam5] { border-bottom: 1px solid #d8e0e6; padding: 12px 14px; }
.dispatch-section-heading[b-7wqw7vlam5] { justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.dispatch-section-heading > div[b-7wqw7vlam5] { min-width: 0; }
.dispatch-section-heading strong[b-7wqw7vlam5],
.dispatch-section-heading small[b-7wqw7vlam5],
.dispatch-kicker[b-7wqw7vlam5] { display: block; }
.dispatch-section-heading strong[b-7wqw7vlam5] { overflow: hidden; margin-top: 2px; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dispatch-kicker[b-7wqw7vlam5] { color: #6f7e8d; font-size: 9px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.dispatch-section-heading > .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 20px; }
.dispatch-count[b-7wqw7vlam5],
.dispatch-status-badge[b-7wqw7vlam5] { border: 1px solid #c9d4dd; border-radius: 10px; background: #f4f7f9; padding: 2px 7px; color: #506071; font-size: 9px; font-weight: 800; }

.dispatch-field[b-7wqw7vlam5] { display: grid; min-width: 0; gap: 4px; }
.dispatch-field > span[b-7wqw7vlam5] { color: #5f6f80; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dispatch-field input[b-7wqw7vlam5],
.dispatch-field select[b-7wqw7vlam5],
.dispatch-access-modal input[b-7wqw7vlam5] {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 1px solid #c4ced8;
    border-radius: 3px;
    background: #fff;
    padding: 0 8px;
    color: #1f2d3d;
    font: inherit;
    font-size: 11px;
}
.dispatch-field input:focus[b-7wqw7vlam5],
.dispatch-field select:focus[b-7wqw7vlam5],
.dispatch-access-modal input:focus[b-7wqw7vlam5] { border-color: var(--dispatch-blue); outline: 2px solid rgb(7 95 168 / 13%); }
.dispatch-field-wide + .dispatch-field-wide[b-7wqw7vlam5] { margin-top: 8px; }
.dispatch-field-grid[b-7wqw7vlam5] { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.dispatch-waypoint-list[b-7wqw7vlam5] { position: relative; list-style: none; margin: 0; padding: 0; }
.dispatch-waypoint-list[b-7wqw7vlam5]::before { position: absolute; z-index: 0; top: 22px; bottom: 22px; left: 12px; width: 1px; background: #c6d0d8; content: ""; }
.dispatch-waypoint[b-7wqw7vlam5] {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 44px;
    grid-template-columns: 25px minmax(0, 1fr) 27px;
    align-items: start;
    gap: 8px;
    padding: 5px 0;
}
.dispatch-waypoint + .dispatch-waypoint[b-7wqw7vlam5] { margin-top: 1px; }
.dispatch-waypoint:focus-within[b-7wqw7vlam5] { z-index: 50; }
.dispatch-waypoint.is-stop[b-7wqw7vlam5] { cursor: grab; }
.dispatch-waypoint.is-stop:active[b-7wqw7vlam5] { cursor: grabbing; }
.dispatch-waypoint-marker[b-7wqw7vlam5] {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #c4ced7;
    color: #526375;
    font-size: 9px;
    font-weight: 800;
}
.dispatch-waypoint-marker.is-origin[b-7wqw7vlam5] { border: 2px solid #fff; background: #13833d; box-shadow: 0 0 0 1px #13833d; }
.dispatch-waypoint-marker.is-origin[b-7wqw7vlam5]::after { font-family: "Material Symbols Outlined"; font-size: 13px; content: "radio_button_checked"; }
.dispatch-waypoint-marker.is-destination[b-7wqw7vlam5] { border: 2px solid #fff; background: var(--dispatch-blue); box-shadow: 0 0 0 1px var(--dispatch-blue); }
.dispatch-waypoint-marker.is-destination[b-7wqw7vlam5]::after { font-family: "Material Symbols Outlined"; font-size: 13px; content: "location_on"; }
.dispatch-waypoint-input-wrap[b-7wqw7vlam5] { position: relative; display: block; min-width: 0; }
.dispatch-waypoint-input-wrap > input[b-7wqw7vlam5] {
    width: 100%;
    min-width: 0;
    height: 30px;
    border: 1px solid #aebbc7;
    border-radius: 3px;
    background: #fff;
    padding: 0 29px 0 8px;
    color: #182635;
    font: inherit;
    font-size: 10px;
}
.dispatch-waypoint-input-wrap > input:hover[b-7wqw7vlam5] { border-color: #7f96a9; }
.dispatch-waypoint-input-wrap > input:focus[b-7wqw7vlam5] { border-color: var(--dispatch-blue); outline: 2px solid rgb(7 95 168 / 12%); }
.dispatch-waypoint-input-wrap > small[b-7wqw7vlam5] { display: block; overflow: hidden; margin-top: 2px; color: #647587; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.dispatch-location-spinner[b-7wqw7vlam5] { position: absolute; z-index: 2; top: 8px; right: 9px; width: 13px; height: 13px; border: 2px solid #cbd5dd; border-top-color: var(--dispatch-blue); border-radius: 50%; animation: dispatch-spin-b-7wqw7vlam5 .65s linear infinite; }
.dispatch-location-results[b-7wqw7vlam5] { position: absolute; z-index: 45; top: calc(100% + 3px); right: 0; left: 0; max-height: 245px; overflow: auto; border: 1px solid #9fadb9; border-radius: 3px; background: #fff; box-shadow: 0 10px 26px rgb(23 42 58 / 22%); }
.dispatch-location-results > p[b-7wqw7vlam5] { margin: 0; padding: 12px 10px; color: #667586; font-size: 9px; text-align: center; }
.dispatch-location-results > button[b-7wqw7vlam5] { display: grid; width: 100%; grid-template-columns: 23px minmax(0, 1fr) auto; align-items: center; gap: 6px; border: 0; border-bottom: 1px solid #e1e7eb; background: #fff; padding: 7px 8px; color: #263748; font: inherit; text-align: left; cursor: pointer; }
.dispatch-location-results > button:last-child[b-7wqw7vlam5] { border-bottom: 0; }
.dispatch-location-results > button:hover[b-7wqw7vlam5],
.dispatch-location-results > button.is-active[b-7wqw7vlam5] { background: #eaf4fb; color: var(--dispatch-blue-dark); }
.dispatch-location-results .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 16px; }
.dispatch-location-results strong[b-7wqw7vlam5],
.dispatch-location-results small[b-7wqw7vlam5] { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dispatch-location-results strong[b-7wqw7vlam5] { font-size: 9px; }
.dispatch-location-results small[b-7wqw7vlam5] { margin-top: 2px; color: #667586; font-size: 8px; font-weight: 400; }
.dispatch-location-results em[b-7wqw7vlam5] { color: #718090; font-size: 8px; font-style: normal; white-space: nowrap; }
.dispatch-waypoint-actions[b-7wqw7vlam5] { display: grid; grid-template-columns: 11px 16px; align-items: center; gap: 0; padding-top: 3px; opacity: .65; transition: opacity 120ms ease; }
.dispatch-waypoint:hover .dispatch-waypoint-actions[b-7wqw7vlam5],
.dispatch-waypoint:focus-within .dispatch-waypoint-actions[b-7wqw7vlam5] { opacity: 1; }
.dispatch-waypoint-handle[b-7wqw7vlam5] { color: #8796a4; font-size: 17px; cursor: grab; }
.dispatch-waypoint-actions button[b-7wqw7vlam5] { display: grid; width: 18px; height: 24px; place-items: center; border: 0; border-radius: 2px; background: transparent; color: #6a7988; cursor: pointer; }
.dispatch-waypoint-actions button:hover[b-7wqw7vlam5] { background: #e7f0f7; color: var(--dispatch-blue); }
.dispatch-waypoint-actions button:disabled[b-7wqw7vlam5] { opacity: .22; cursor: default; }
.dispatch-waypoint-actions .dispatch-remove:hover[b-7wqw7vlam5] { background: #fff0ee; color: #b42318; }
.dispatch-waypoint-actions .material-symbols-outlined[b-7wqw7vlam5] { font-size: 14px; }

.dispatch-add-stop[b-7wqw7vlam5] {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    margin: 3px 0 0 33px;
    padding: 0 3px;
    color: var(--dispatch-blue-dark);
    font: inherit;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
}
.dispatch-add-stop:hover[b-7wqw7vlam5] { background: #edf5fa; text-decoration: underline; }

.dispatch-vehicle-quickfacts[b-7wqw7vlam5] { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d4dce3; margin: 9px 0 0; transition: opacity 120ms ease; }
.dispatch-vehicle-quickfacts.is-loading[b-7wqw7vlam5] { opacity: .48; }
.dispatch-vehicle-quickfacts div[b-7wqw7vlam5] { min-width: 0; border-right: 1px solid #e0e6eb; border-bottom: 1px solid #e0e6eb; padding: 6px; }
.dispatch-vehicle-quickfacts div:nth-child(3n)[b-7wqw7vlam5] { border-right: 0; }
.dispatch-vehicle-quickfacts div:nth-last-child(-n + 3)[b-7wqw7vlam5] { border-bottom: 0; }
.dispatch-vehicle-quickfacts dt[b-7wqw7vlam5] { color: #72808f; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.dispatch-vehicle-quickfacts dd[b-7wqw7vlam5] { overflow: hidden; margin: 2px 0 0; font-size: 9px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.dispatch-profile-warning[b-7wqw7vlam5] { display: flex; align-items: flex-start; gap: 5px; margin: 6px 0 0; border-left: 2px solid #c57b00; background: #fff8e8; padding: 6px 7px; color: #694900; font-size: 8px; line-height: 1.35; }
.dispatch-profile-warning .material-symbols-outlined[b-7wqw7vlam5] { flex: 0 0 auto; font-size: 13px; }
.dispatch-options[b-7wqw7vlam5] { border-top: 1px solid #dbe2e8; margin-top: 10px; }
.dispatch-options-heading[b-7wqw7vlam5] { display: flex; align-items: center; gap: 6px; padding-top: 8px; color: #34475a; }
.dispatch-options-heading .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 15px; }
.dispatch-options-heading strong[b-7wqw7vlam5] { font-size: 10px; }
.dispatch-options-body[b-7wqw7vlam5] { display: grid; gap: 7px; padding-top: 9px; }
.dispatch-option-toggles[b-7wqw7vlam5] { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border-top: 1px solid #e0e6eb; padding-top: 8px; }
.dispatch-option-toggles label[b-7wqw7vlam5] { display: inline-flex; align-items: center; gap: 5px; color: #435466; font-size: 9px; font-weight: 700; }
.dispatch-option-toggles input[b-7wqw7vlam5] { width: 14px; height: 14px; accent-color: var(--dispatch-blue); }
.dispatch-day-tours[b-7wqw7vlam5] { padding: 0; }
.dispatch-day-tours summary[b-7wqw7vlam5] { cursor: pointer; padding: 10px 14px; font-size: 10px; font-weight: 800; }
.dispatch-day-tours summary span[b-7wqw7vlam5] { float: right; }
.dispatch-day-tours div[b-7wqw7vlam5] { border-top: 1px solid #e2e7eb; border-left: 3px solid var(--dispatch-blue); padding: 7px 12px; }
.dispatch-day-tours strong[b-7wqw7vlam5],
.dispatch-day-tours small[b-7wqw7vlam5] { display: block; }
.dispatch-day-tours strong[b-7wqw7vlam5] { font-size: 9px; }
.dispatch-day-tours small[b-7wqw7vlam5] { margin-top: 2px; color: #6e7d8c; font-size: 8px; }

.dispatch-calculate-footer[b-7wqw7vlam5] { border-top: 1px solid var(--dispatch-border); background: #fff; padding: 10px 12px; }
.dispatch-calculate-footer > div[b-7wqw7vlam5] { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 7px; }
.dispatch-calculate-footer > div span[b-7wqw7vlam5] { color: #687789; font-size: 9px; }
.dispatch-calculate-footer > div strong[b-7wqw7vlam5] { color: var(--dispatch-blue-dark); font-size: 13px; }
.dispatch-calculate[b-7wqw7vlam5],
.dispatch-publish[b-7wqw7vlam5],
.dispatch-secondary[b-7wqw7vlam5] {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--dispatch-blue);
    border-radius: 3px;
    padding: 0 12px;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.dispatch-calculate[b-7wqw7vlam5] { width: 100%; min-height: 40px; }
.dispatch-calculate[b-7wqw7vlam5],
.dispatch-publish[b-7wqw7vlam5] { background: var(--dispatch-blue); color: #fff; }
.dispatch-secondary[b-7wqw7vlam5] { border-color: #bdc9d4; background: #fff; color: #273748; }
.dispatch-calculate:hover[b-7wqw7vlam5],
.dispatch-publish:hover[b-7wqw7vlam5] { background: var(--dispatch-blue-dark); }
.dispatch-calculate:disabled[b-7wqw7vlam5],
.dispatch-publish:disabled[b-7wqw7vlam5],
.dispatch-secondary:disabled[b-7wqw7vlam5] { cursor: not-allowed; opacity: .48; }
.dispatch-calculate .material-symbols-outlined[b-7wqw7vlam5],
.dispatch-publish .material-symbols-outlined[b-7wqw7vlam5],
.dispatch-secondary .material-symbols-outlined[b-7wqw7vlam5] { font-size: 17px; }

.dispatch-map-stage[b-7wqw7vlam5] { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #dfe5e9; }
.dispatch-map[b-7wqw7vlam5],
.dispatch-map-empty[b-7wqw7vlam5] { position: absolute; inset: 0; }
.dispatch-map-empty[b-7wqw7vlam5] { display: grid; place-content: center; justify-items: center; color: #687789; text-align: center; }
.dispatch-map-empty .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 42px; }
.dispatch-map-empty p[b-7wqw7vlam5] { margin: 4px 0 0; }

.dispatch-map-controls[b-7wqw7vlam5] { position: absolute; z-index: 8; top: 14px; left: 14px; display: grid; overflow: hidden; border: 1px solid #aebbc6; border-radius: 4px; background: #fff; box-shadow: 0 4px 14px rgb(23 42 58 / 18%); }
.dispatch-map-controls button[b-7wqw7vlam5] { display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-bottom: 1px solid #d2dae1; background: #fff; color: #263747; cursor: pointer; }
.dispatch-map-controls button:last-child[b-7wqw7vlam5] { border-bottom: 0; }
.dispatch-map-controls button:hover[b-7wqw7vlam5] { background: #edf5fa; color: var(--dispatch-blue); }
.dispatch-map-controls .material-symbols-outlined[b-7wqw7vlam5] { font-size: 18px; }
.dispatch-map-controls > span[b-7wqw7vlam5] { height: 6px; border-bottom: 1px solid #d2dae1; background: #eef2f5; }

.dispatch-layer-control[b-7wqw7vlam5] { position: absolute; z-index: 10; top: 14px; right: 14px; }
.dispatch-layer-trigger[b-7wqw7vlam5] { display: inline-flex; min-height: 34px; align-items: center; gap: 6px; border: 1px solid #aebbc6; border-radius: 3px; background: #fff; box-shadow: 0 4px 14px rgb(23 42 58 / 16%); padding: 0 10px; color: #293b4c; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.dispatch-layer-trigger:hover[b-7wqw7vlam5],
.dispatch-layer-trigger.is-active[b-7wqw7vlam5] { border-color: var(--dispatch-blue); color: var(--dispatch-blue); }
.dispatch-layer-trigger .material-symbols-outlined[b-7wqw7vlam5] { font-size: 18px; }
.dispatch-layer-menu[b-7wqw7vlam5] { position: absolute; top: 40px; right: 0; width: 330px; max-height: calc(100vh - 135px); overflow: auto; border: 1px solid #aebbc6; border-radius: 4px; background: #fff; box-shadow: 0 14px 35px rgb(20 39 55 / 24%); }
.dispatch-layer-menu header[b-7wqw7vlam5] { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d7dfe5; padding: 9px 10px; }
.dispatch-layer-menu header strong[b-7wqw7vlam5],
.dispatch-layer-menu header small[b-7wqw7vlam5] { display: block; }
.dispatch-layer-menu header strong[b-7wqw7vlam5] { font-size: 11px; }
.dispatch-layer-menu header small[b-7wqw7vlam5] { margin-top: 1px; color: #718090; font-size: 8px; }
.dispatch-layer-menu header button[b-7wqw7vlam5] { display: grid; width: 26px; height: 26px; place-items: center; border: 0; background: transparent; cursor: pointer; }
.dispatch-layer-menu header .material-symbols-outlined[b-7wqw7vlam5] { font-size: 17px; }
.dispatch-map-style-grid[b-7wqw7vlam5] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 8px; }
.dispatch-map-style-grid button[b-7wqw7vlam5] { display: grid; min-height: 54px; place-content: center; justify-items: center; gap: 3px; border: 1px solid #d0d9e0; border-radius: 3px; background: #fafbfc; color: #415365; font: inherit; font-size: 8px; font-weight: 800; cursor: pointer; }
.dispatch-map-style-grid button:hover[b-7wqw7vlam5] { border-color: #8eb3d0; background: #f0f7fc; }
.dispatch-map-style-grid button.is-active[b-7wqw7vlam5] { border-color: var(--dispatch-blue); background: #e7f2fa; color: var(--dispatch-blue-dark); box-shadow: inset 0 0 0 1px var(--dispatch-blue); }
.dispatch-map-style-grid .material-symbols-outlined[b-7wqw7vlam5] { font-size: 19px; }
.dispatch-layer-overlays[b-7wqw7vlam5] { border-top: 1px solid #dce3e8; padding: 8px 10px 10px; }
.dispatch-layer-overlays > strong[b-7wqw7vlam5] { display: block; margin-bottom: 4px; color: #687789; font-size: 8px; text-transform: uppercase; }
.dispatch-layer-overlays label[b-7wqw7vlam5] { display: flex; min-height: 29px; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f3; color: #35485a; font-size: 9px; font-weight: 700; }
.dispatch-layer-overlays label:last-child[b-7wqw7vlam5] { border-bottom: 0; }
.dispatch-layer-overlays label span[b-7wqw7vlam5] { display: inline-flex; align-items: center; gap: 7px; }
.dispatch-layer-overlays label i[b-7wqw7vlam5] { width: 8px; height: 8px; border-radius: 50%; background: #6b7d8d; }
.dispatch-layer-overlays label i.is-flow[b-7wqw7vlam5] { background: #1f9b50; }
.dispatch-layer-overlays label i.is-incidents[b-7wqw7vlam5] { background: #dc3b2f; }
.dispatch-layer-overlays label i.is-poi[b-7wqw7vlam5] { background: #8b5bc2; }
.dispatch-layer-overlays label i.is-restrictions[b-7wqw7vlam5] { background: #dc8b16; }
.dispatch-layer-overlays label i.is-hillshade[b-7wqw7vlam5] { background: #667b67; }
.dispatch-layer-overlays label i.is-low-emission[b-7wqw7vlam5] { background: #6f5aa8; }
.dispatch-layer-overlays label i.is-toll[b-7wqw7vlam5] { background: #8a4dad; }
.dispatch-layer-overlays label i.is-crossing[b-7wqw7vlam5] { background: #147d9b; }
.dispatch-layer-overlays label i.is-facility[b-7wqw7vlam5] { background: #075fa8; }
.dispatch-layer-overlays label small[b-7wqw7vlam5] { min-width: 17px; border-radius: 9px; background: #e8eef3; padding: 1px 5px; color: #526576; font-size: 7px; text-align: center; }
.dispatch-layer-overlays label:has(input:disabled)[b-7wqw7vlam5] { color: #8795a1; }
.dispatch-layer-overlays label:has(input:disabled) i[b-7wqw7vlam5] { opacity: .45; }
.dispatch-layer-overlays input[b-7wqw7vlam5] { width: 15px; height: 15px; accent-color: var(--dispatch-blue); }
.dispatch-truck-layers[b-7wqw7vlam5] { background: #fbfcfd; }
.dispatch-truck-layer-profile[b-7wqw7vlam5] { margin: 0 0 5px; border-left: 2px solid var(--dispatch-blue); background: #edf5fa; padding: 5px 6px; color: #536779; font-size: 8px; line-height: 1.35; }
.dispatch-truck-layer-legend[b-7wqw7vlam5] { display: flex; flex-wrap: wrap; gap: 8px; margin: 7px 0 0; color: #687789; font-size: 7px; }
.dispatch-truck-layer-legend span[b-7wqw7vlam5] { display: inline-flex; align-items: center; gap: 3px; }
.dispatch-truck-layer-legend i[b-7wqw7vlam5] { width: 13px; height: 3px; border-radius: 1px; }
.dispatch-truck-layer-legend i.is-blocked[b-7wqw7vlam5] { background: #c52d27; }
.dispatch-truck-layer-legend i.is-conditional[b-7wqw7vlam5] { background: #e08a12; }
.dispatch-truck-layer-legend i.is-open[b-7wqw7vlam5] { background: #24924c; }

.dispatch-route-alternatives[b-7wqw7vlam5] { position: absolute; z-index: 7; left: 14px; bottom: 14px; width: 230px; border: 1px solid #aebbc6; border-radius: 4px; background: rgb(255 255 255 / 97%); box-shadow: 0 5px 18px rgb(23 42 58 / 18%); padding: 8px; }
.dispatch-route-alternatives > .dispatch-kicker[b-7wqw7vlam5] { margin: 0 3px 4px; }
.dispatch-route-alternatives button[b-7wqw7vlam5] { display: grid; width: 100%; min-height: 42px; grid-template-columns: 9px minmax(0, 1fr) auto; align-items: center; gap: 7px; border: 1px solid transparent; border-top-color: #e0e6eb; background: transparent; padding: 5px 4px; color: #314355; text-align: left; cursor: pointer; }
.dispatch-route-alternatives button:first-of-type[b-7wqw7vlam5] { border-top-color: transparent; }
.dispatch-route-alternatives button:hover[b-7wqw7vlam5] { background: #f1f7fb; }
.dispatch-route-alternatives button.is-active[b-7wqw7vlam5] { border-color: #a8c4da; background: #eaf4fb; }
.dispatch-route-alternatives button i[b-7wqw7vlam5] { width: 8px; height: 8px; border-radius: 50%; background: #75808b; }
.dispatch-route-alternatives button.is-active i[b-7wqw7vlam5] { background: var(--dispatch-blue); }
.dispatch-route-alternatives strong[b-7wqw7vlam5],
.dispatch-route-alternatives small[b-7wqw7vlam5] { display: block; }
.dispatch-route-alternatives strong[b-7wqw7vlam5] { font-size: 9px; }
.dispatch-route-alternatives small[b-7wqw7vlam5] { margin-top: 2px; color: #68798a; font-size: 8px; }
.dispatch-route-alternatives em[b-7wqw7vlam5] { color: #b64b0b; font-size: 8px; font-style: normal; white-space: nowrap; }

.dispatch-message[b-7wqw7vlam5] { position: absolute; z-index: 11; top: 14px; left: 58px; max-width: min(470px, calc(100% - 410px)); border: 1px solid #96c7a3; border-left: 3px solid #228548; border-radius: 3px; background: rgb(242 251 244 / 97%); box-shadow: 0 4px 14px rgb(23 42 58 / 12%); padding: 8px 10px; color: #176633; font-size: 9px; }
.dispatch-message.is-error[b-7wqw7vlam5] { border-color: #e9a9a2; border-left-color: #b42318; background: rgb(255 244 242 / 97%); color: #99271f; }

.dispatch-summary-rail > header[b-7wqw7vlam5] { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid var(--dispatch-border); padding: 8px 12px; }
.dispatch-summary-rail > header strong[b-7wqw7vlam5] { display: block; margin-top: 2px; font-size: 12px; }
.dispatch-status-badge[b-7wqw7vlam5] { color: var(--dispatch-blue-dark); }
.dispatch-summary-section[b-7wqw7vlam5] { padding: 11px 12px; }
.dispatch-summary-section .dispatch-section-heading[b-7wqw7vlam5] { margin-bottom: 6px; }
.dispatch-icon-action[b-7wqw7vlam5] {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #c4d0d9;
    border-radius: 3px;
    background: #fff;
    color: var(--dispatch-blue);
    cursor: pointer;
}
.dispatch-icon-action:hover:not(:disabled)[b-7wqw7vlam5] { border-color: var(--dispatch-blue); background: #edf6fc; }
.dispatch-icon-action:disabled[b-7wqw7vlam5] { color: #91a0ae; cursor: wait; }
.dispatch-icon-action .material-symbols-outlined[b-7wqw7vlam5] { font-size: 17px; }
.dispatch-live-traffic[b-7wqw7vlam5] { border-left: 3px solid #22964f; background: #fbfefc; }
.dispatch-live-traffic .dispatch-section-heading strong[b-7wqw7vlam5] { color: #176d38; }
.dispatch-route-summary[b-7wqw7vlam5] { margin: 0; }
.dispatch-route-summary > div[b-7wqw7vlam5] { display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #edf0f3; font-size: 9px; }
.dispatch-route-summary > div:last-child[b-7wqw7vlam5] { border-bottom: 0; }
.dispatch-route-summary dt[b-7wqw7vlam5] { color: #687789; }
.dispatch-route-summary dd[b-7wqw7vlam5] { overflow: hidden; margin: 0; font-weight: 800; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.dispatch-route-summary dd.is-delay[b-7wqw7vlam5] { color: #b54708; }
.dispatch-warnings p[b-7wqw7vlam5],
.dispatch-driving-time p[b-7wqw7vlam5] { display: flex; align-items: flex-start; gap: 5px; border-left: 3px solid #d89a1d; background: #fff8e8; margin: 5px 0 0; padding: 6px; color: #6c4a00; font-size: 9px; }
.dispatch-warnings .dispatch-warning-error[b-7wqw7vlam5] { border-color: #b42318; background: #fff2f0; color: #8f1f17; }
.dispatch-warnings .dispatch-warning-info[b-7wqw7vlam5] { border-color: #3d87ba; background: #edf6fc; color: #245f87; }
.dispatch-warnings .material-symbols-outlined[b-7wqw7vlam5],
.dispatch-driving-time p .material-symbols-outlined[b-7wqw7vlam5] { font-size: 14px; }
.dispatch-break-places button[b-7wqw7vlam5] { display: flex; width: 100%; justify-content: space-between; gap: 7px; border: 1px solid #d5dde5; border-radius: 3px; background: #fff; margin-top: 5px; padding: 7px; text-align: left; cursor: pointer; }
.dispatch-break-places button:hover[b-7wqw7vlam5] { border-color: var(--dispatch-blue); background: #f4f9fc; }
.dispatch-break-places span strong[b-7wqw7vlam5],
.dispatch-break-places span small[b-7wqw7vlam5] { display: block; font-size: 9px; }
.dispatch-break-places span small[b-7wqw7vlam5] { margin-top: 2px; color: #687789; font-size: 8px; }
.dispatch-break-places em[b-7wqw7vlam5] { color: #b54708; font-size: 8px; font-style: normal; white-space: nowrap; }
.dispatch-break-places em b[b-7wqw7vlam5] { display: block; color: #23713c; font-size: 7px; text-align: right; text-transform: uppercase; }
.dispatch-actions[b-7wqw7vlam5] { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; border-top: 1px solid var(--dispatch-border); background: #fff; padding: 10px; }
.dispatch-actions button[b-7wqw7vlam5] { width: 100%; }
.dispatch-actions .dispatch-publish[b-7wqw7vlam5] { grid-column: 1 / -1; }

.dispatch-loading[b-7wqw7vlam5] { display: grid; min-height: 300px; flex: 1; place-content: center; justify-items: center; gap: 8px; color: #657587; }
.dispatch-loading > .material-symbols-outlined[b-7wqw7vlam5] { color: var(--dispatch-blue); font-size: 36px; }
.dispatch-loading p[b-7wqw7vlam5] { margin: 0; }
.dispatch-error > .material-symbols-outlined[b-7wqw7vlam5] { color: #b42318; }
.dispatch-spinner[b-7wqw7vlam5] { animation: dispatch-spin-b-7wqw7vlam5 .8s linear infinite; }
@keyframes dispatch-spin-b-7wqw7vlam5 { to { transform: rotate(360deg); } }

.dispatch-modal-backdrop[b-7wqw7vlam5] { position: fixed; z-index: 2600; inset: 0; display: grid; place-items: center; background: rgb(15 23 42 / 58%); padding: 20px; }
.dispatch-access-modal[b-7wqw7vlam5] { width: min(620px, calc(100vw - 40px)); border: 1px solid #aebbc7; background: #fff; box-shadow: 0 20px 60px rgb(15 23 42 / 30%); padding: 18px; }
.dispatch-access-modal header[b-7wqw7vlam5] { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #d5dde5; margin: -18px -18px 16px; padding: 12px 14px; }
.dispatch-access-modal h3[b-7wqw7vlam5],
.dispatch-access-modal p[b-7wqw7vlam5] { margin: 0; }
.dispatch-access-modal header p[b-7wqw7vlam5] { margin-top: 2px; color: #697788; font-size: 11px; }
.dispatch-access-modal > label[b-7wqw7vlam5] { display: grid; gap: 4px; margin-top: 10px; color: #506072; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dispatch-coordinate-fields[b-7wqw7vlam5] { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.dispatch-coordinate-fields label[b-7wqw7vlam5] { display: grid; gap: 4px; color: #506072; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dispatch-access-checks[b-7wqw7vlam5] { display: flex; gap: 18px; margin-top: 12px; }
.dispatch-access-checks label[b-7wqw7vlam5] { display: inline-flex; align-items: center; gap: 6px; color: #334355; font-size: 10px; font-weight: 700; }
.dispatch-access-checks input[b-7wqw7vlam5] { width: 16px; height: 16px; accent-color: var(--dispatch-blue); }
.dispatch-access-note[b-7wqw7vlam5] { margin-top: 12px !important; border-left: 3px solid var(--dispatch-blue); background: #eef6fc; padding: 8px; color: #456177; font-size: 9px; }
.dispatch-access-modal footer[b-7wqw7vlam5] { display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid #d5dde5; margin: 16px -18px -18px; padding: 12px 18px; }
.dispatch-stop-modal[b-7wqw7vlam5] { width: min(560px, calc(100vw - 40px)); }
.dispatch-stop-error[b-7wqw7vlam5] { margin-top: 10px !important; border-left: 3px solid #b42318; background: #fff1f0; padding: 8px; color: #8d1c13; font-size: 10px; font-weight: 700; }

[b-7wqw7vlam5] .erp-route-marker { display: grid; place-items: center; }
[b-7wqw7vlam5] .erp-route-marker-stop { width: 25px; height: 25px; border: 2px solid #fff; border-radius: 50%; background: #273748; box-shadow: 0 2px 6px rgb(12 29 43 / 28%); }
[b-7wqw7vlam5] .erp-route-marker-origin { width: 28px; height: 28px; border: 3px solid #fff; border-radius: 50%; background: var(--dispatch-blue); box-shadow: 0 2px 7px rgb(12 29 43 / 30%); }
[b-7wqw7vlam5] .erp-route-marker-destination { width: 28px; height: 28px; border: 3px solid #fff; border-radius: 50%; background: #1a9349; box-shadow: 0 2px 7px rgb(12 29 43 / 30%); }
[b-7wqw7vlam5] .erp-route-marker span { color: #fff; font-size: 9px; font-weight: 800; }
[b-7wqw7vlam5] .maplibregl-canvas { cursor: grab; }
[b-7wqw7vlam5] .maplibregl-canvas:active { cursor: grabbing; }
[b-7wqw7vlam5] .maplibregl-ctrl-attrib { font-size: 8px; }

@media (max-width: 1360px) {
    .dispatch-workspace[b-7wqw7vlam5] { grid-template-columns: 310px minmax(330px, 1fr) 290px; }
    .dispatch-route-alternatives[b-7wqw7vlam5] { width: 210px; }
    .dispatch-layer-menu[b-7wqw7vlam5] { width: 305px; }
}

@media (max-width: 1080px) {
    .dispatch-workspace[b-7wqw7vlam5] { grid-template-columns: 285px minmax(320px, 1fr) 270px; }
    .dispatch-title-status span[b-7wqw7vlam5] { display: none; }
    .dispatch-rail-section[b-7wqw7vlam5],
    .dispatch-summary-section[b-7wqw7vlam5] { padding-right: 10px; padding-left: 10px; }
    .dispatch-map-style-grid[b-7wqw7vlam5] { grid-template-columns: repeat(2, 1fr); }
}

@media (pointer: coarse) {
    .dispatch-waypoint-actions[b-7wqw7vlam5] { opacity: 1; }
    .dispatch-waypoint-actions button[b-7wqw7vlam5] { width: 30px; height: 30px; }
    .dispatch-map-controls button[b-7wqw7vlam5] { width: 40px; height: 40px; }
}
/* /Components/ProjectRoutes/ProjectRoutePlanningPanel.razor.rz.scp.css */
.route-planning-panel[b-eqx828a416] {
    min-width: 0;
    background: #fff;
}

.route-register-header[b-eqx828a416] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border-bottom: 1px solid #d5dde5;
}

.route-register-header h3[b-eqx828a416],
.route-register-header p[b-eqx828a416] {
    margin: 0;
}

.route-register-header h3[b-eqx828a416] {
    color: #182433;
    font-size: 18px;
}

.route-register-header p[b-eqx828a416] {
    margin-top: 3px;
    color: #667587;
    font-size: 13px;
}

.route-primary-button[b-eqx828a416],
.route-secondary-button[b-eqx828a416],
.route-calculate-button[b-eqx828a416],
.route-save-button[b-eqx828a416],
.route-danger-button[b-eqx828a416] {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #075fa8;
    border-radius: 4px;
    padding: 0 16px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.route-primary-button[b-eqx828a416],
.route-calculate-button[b-eqx828a416],
.route-save-button[b-eqx828a416] {
    background: #075fa8;
    color: #fff;
}

.route-primary-button:hover[b-eqx828a416],
.route-calculate-button:hover[b-eqx828a416],
.route-save-button:hover[b-eqx828a416] {
    background: #064f8b;
}

.route-primary-button:disabled[b-eqx828a416],
.route-calculate-button:disabled[b-eqx828a416],
.route-save-button:disabled[b-eqx828a416],
.route-secondary-button:disabled[b-eqx828a416],
.route-danger-button:disabled[b-eqx828a416] {
    cursor: not-allowed;
    opacity: .55;
}

.route-primary-button .material-symbols-outlined[b-eqx828a416],
.route-calculate-button .material-symbols-outlined[b-eqx828a416],
.route-save-button .material-symbols-outlined[b-eqx828a416] {
    font-size: 20px;
}

.route-secondary-button[b-eqx828a416] {
    border-color: #bcc8d4;
    background: #fff;
    color: #263545;
}

.route-danger-button[b-eqx828a416] {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

.route-state[b-eqx828a416] {
    display: grid;
    min-height: 210px;
    place-content: center;
    justify-items: center;
    gap: 8px;
    padding: 28px;
    color: #667587;
    text-align: center;
}

.route-state > .material-symbols-outlined[b-eqx828a416] {
    color: #075fa8;
    font-size: 34px;
}

.route-state p[b-eqx828a416] {
    max-width: 520px;
    margin: 0;
}

.route-state-error > .material-symbols-outlined[b-eqx828a416] {
    color: #b42318;
}

.route-warning-list[b-eqx828a416] {
    padding: 10px 20px 0;
}

.route-warning-list p[b-eqx828a416] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    border-left: 3px solid #d89a1d;
    background: #fff8e8;
    padding: 8px 10px;
    color: #6c4a00;
    font-size: 13px;
}

.route-warning-list .material-symbols-outlined[b-eqx828a416] {
    font-size: 18px;
}

.route-table-wrap[b-eqx828a416] {
    overflow: auto;
}

.route-table[b-eqx828a416] {
    width: 100%;
    border-collapse: collapse;
    color: #233143;
    font-size: 13px;
}

.route-table th[b-eqx828a416] {
    background: #eef2f5;
    color: #586779;
    font-size: 11px;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
}

.route-table th[b-eqx828a416],
.route-table td[b-eqx828a416] {
    border-bottom: 1px solid #d5dde5;
    padding: 12px 14px;
    vertical-align: middle;
}

.route-table tbody tr:hover[b-eqx828a416] {
    background: #f7fafc;
}

.route-table td > strong[b-eqx828a416],
.route-table td > span[b-eqx828a416],
.route-table td > small[b-eqx828a416] {
    display: block;
}

.route-table td small[b-eqx828a416] {
    margin-top: 3px;
    color: #6b7989;
}

.route-table td small .material-symbols-outlined[b-eqx828a416] {
    margin-right: 4px;
    font-size: 14px;
    vertical-align: -2px;
}

.route-delay[b-eqx828a416] {
    color: #b54708 !important;
}

.route-row-actions[b-eqx828a416] {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.route-row-actions button[b-eqx828a416],
.route-planner-titlebar > button[b-eqx828a416] {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid #c9d3dd;
    border-radius: 4px;
    background: #fff;
    color: #263545;
    cursor: pointer;
}

.route-row-actions button:hover[b-eqx828a416],
.route-planner-titlebar > button:hover[b-eqx828a416] {
    border-color: #075fa8;
    color: #075fa8;
}

.route-row-actions .route-delete-button:hover[b-eqx828a416] {
    border-color: #b42318;
    color: #b42318;
}

.route-row-actions .material-symbols-outlined[b-eqx828a416],
.route-planner-titlebar > button .material-symbols-outlined[b-eqx828a416] {
    font-size: 19px;
}

.route-planner-frame[b-eqx828a416] {
    position: fixed;
    z-index: 90;
    top: var(--dummy-topbar-height);
    right: 0;
    bottom: 0;
    left: 64px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    background: #f5f7f9;
    transition: left 150ms ease;
}

.route-planner-view[b-eqx828a416] {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}

.route-confirm-backdrop[b-eqx828a416] {
    position: fixed;
    z-index: 2500;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgb(15 23 42 / 58%);
    padding: 24px;
}

.route-planner-titlebar[b-eqx828a416] {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid #d5dde5;
    padding: 8px 14px 8px 18px;
}

.route-planner-titlebar > div[b-eqx828a416] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.route-planner-titlebar h2[b-eqx828a416],
.route-planner-titlebar p[b-eqx828a416] {
    margin: 0;
}

.route-planner-titlebar h2[b-eqx828a416] {
    color: #172433;
    font-size: 19px;
}

.route-planner-titlebar p[b-eqx828a416] {
    margin-top: 1px;
    color: #667587;
    font-size: 12px;
}

.route-title-icon[b-eqx828a416] {
    color: #075fa8;
    font-size: 28px;
}

.route-planner-body[b-eqx828a416] {
    min-height: 0;
    flex: 1;
    overflow: auto;
    padding: 14px;
    background: #f5f7f9;
}

.route-planner-error[b-eqx828a416] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    border: 1px solid #f0b9b5;
    border-left: 4px solid #b42318;
    background: #fff4f3;
    padding: 9px 12px;
    color: #8f1f17;
}

.route-input-strip[b-eqx828a416] {
    display: grid;
    grid-template-columns: minmax(240px, .85fr) minmax(260px, 1fr) 42px minmax(260px, 1fr) auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 12px;
    border: 1px solid #d5dde5;
    background: #fff;
    padding: 12px;
}

.route-input-strip label[b-eqx828a416],
.route-options-grid label[b-eqx828a416],
.route-name-field[b-eqx828a416],
.route-confirm-dialog label[b-eqx828a416] {
    display: grid;
    min-width: 0;
    gap: 5px;
    color: #435365;
    font-size: 12px;
    font-weight: 700;
}

.route-input-strip select[b-eqx828a416],
.route-input-strip input[b-eqx828a416],
.route-options-grid select[b-eqx828a416],
.route-options-grid input[b-eqx828a416],
.route-name-field input[b-eqx828a416],
.route-confirm-dialog input[b-eqx828a416] {
    width: 100%;
    min-width: 0;
    height: 40px;
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
    padding: 0 11px;
    color: #1f2d3d;
    font: inherit;
}

.route-input-strip select:focus[b-eqx828a416],
.route-input-strip input:focus[b-eqx828a416],
.route-options-grid select:focus[b-eqx828a416],
.route-options-grid input:focus[b-eqx828a416],
.route-name-field input:focus[b-eqx828a416],
.route-confirm-dialog input:focus[b-eqx828a416] {
    border-color: #075fa8;
    outline: 2px solid rgb(7 95 168 / 14%);
}

.route-location-input[b-eqx828a416] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
}

.route-location-input:focus-within[b-eqx828a416] {
    border-color: #075fa8;
    outline: 2px solid rgb(7 95 168 / 14%);
}

.route-location-input input[b-eqx828a416] {
    border: 0;
    outline: 0 !important;
}

.route-location-input .material-symbols-outlined[b-eqx828a416] {
    justify-self: end;
    color: #075fa8;
    font-size: 19px;
}

.route-location-input.destination .material-symbols-outlined[b-eqx828a416] {
    color: #268b47;
}

.route-swap-button[b-eqx828a416] {
    display: grid;
    width: 42px;
    height: 40px;
    place-items: center;
    border: 1px solid #c7d1dc;
    border-radius: 4px;
    background: #fff;
    color: #405164;
    cursor: pointer;
}

.route-swap-button:hover[b-eqx828a416] {
    border-color: #075fa8;
    color: #075fa8;
}

.route-calculate-button[b-eqx828a416] {
    min-height: 40px;
    white-space: nowrap;
}

.route-workspace[b-eqx828a416] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    align-items: stretch;
    gap: 12px;
}

.route-map-column[b-eqx828a416],
.route-summary-panel[b-eqx828a416] {
    min-width: 0;
}

.route-map-shell[b-eqx828a416] {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border: 1px solid #cbd5df;
    background: #e9eef2;
}

.route-map[b-eqx828a416],
.route-map-unavailable[b-eqx828a416] {
    position: absolute;
    inset: 0;
}

.route-map-unavailable[b-eqx828a416] {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 6px;
    padding: 24px;
    color: #657587;
    text-align: center;
}

.route-map-unavailable .material-symbols-outlined[b-eqx828a416] {
    color: #075fa8;
    font-size: 40px;
}

.route-map-unavailable p[b-eqx828a416] {
    max-width: 420px;
    margin: 0;
}

.route-variant-panel[b-eqx828a416] {
    position: absolute;
    z-index: 3;
    top: 14px;
    left: 14px;
    width: 230px;
    overflow: hidden;
    border: 1px solid #cbd5df;
    border-radius: 4px;
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 8px 22px rgb(15 23 42 / 12%);
}

.route-variant-panel h3[b-eqx828a416] {
    margin: 0;
    border-bottom: 1px solid #d5dde5;
    padding: 10px 12px;
    color: #263545;
    font-size: 12px;
    text-transform: uppercase;
}

.route-variant[b-eqx828a416] {
    display: grid;
    width: 100%;
    grid-template-columns: 12px minmax(0, 1fr) 18px;
    align-items: start;
    gap: 8px;
    border: 0;
    border-bottom: 1px solid #e2e7ec;
    background: transparent;
    padding: 10px 12px;
    color: #243344;
    text-align: left;
    cursor: pointer;
}

.route-variant:last-child[b-eqx828a416] {
    border-bottom: 0;
}

.route-variant:hover[b-eqx828a416],
.route-variant.is-selected[b-eqx828a416] {
    background: #eef6fc;
}

.route-variant > span:nth-child(2)[b-eqx828a416],
.route-variant > span:nth-child(2) > *[b-eqx828a416] {
    display: block;
}

.route-variant small[b-eqx828a416],
.route-variant em[b-eqx828a416] {
    margin-top: 2px;
    color: #657587;
    font-size: 11px;
    font-style: normal;
}

.route-variant em[b-eqx828a416] {
    color: #b54708;
}

.route-variant > .material-symbols-outlined[b-eqx828a416] {
    color: #075fa8;
    font-size: 17px;
}

.route-variant-dot[b-eqx828a416],
.route-selected-dot[b-eqx828a416] {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    border-radius: 50%;
    background: #075fa8;
}

.route-variant-dot-1[b-eqx828a416] {
    background: #16833e;
}

.route-variant-dot-2[b-eqx828a416] {
    background: #737b87;
}

.route-options[b-eqx828a416] {
    margin-top: 10px;
    border: 1px solid #cbd5df;
    background: #fff;
}

.route-options summary[b-eqx828a416] {
    cursor: pointer;
    padding: 10px 12px;
    color: #263545;
    font-weight: 800;
}

.route-options[open] summary[b-eqx828a416] {
    border-bottom: 1px solid #d5dde5;
}

.route-options-grid[b-eqx828a416] {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 10px;
    padding: 12px;
}

.route-preference-toggles[b-eqx828a416] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    border-top: 1px solid #e0e6eb;
    padding: 10px 12px 12px;
}

.route-preference-toggles label[b-eqx828a416] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #344456;
    font-size: 12px;
    font-weight: 700;
}

.route-preference-toggles input[b-eqx828a416] {
    width: 16px;
    height: 16px;
    accent-color: #075fa8;
}

.route-summary-panel[b-eqx828a416] {
    display: flex;
    flex-direction: column;
    border: 1px solid #cbd5df;
    background: #fff;
}

.route-summary-tabs[b-eqx828a416] {
    border-bottom: 2px solid #075fa8;
    padding: 14px 16px 11px;
    color: #075fa8;
    font-size: 13px;
}

.route-vehicle-summary[b-eqx828a416],
.route-selected-summary[b-eqx828a416] {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e0e6eb;
    padding: 16px;
}

.route-vehicle-summary > .material-symbols-outlined[b-eqx828a416] {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: #eef6fc;
    color: #075fa8;
    font-size: 24px;
}

.route-vehicle-summary strong[b-eqx828a416],
.route-vehicle-summary small[b-eqx828a416],
.route-selected-summary strong[b-eqx828a416],
.route-selected-summary small[b-eqx828a416] {
    display: block;
}

.route-vehicle-summary small[b-eqx828a416],
.route-selected-summary small[b-eqx828a416] {
    margin-top: 2px;
    color: #6b7989;
    font-size: 11px;
}

.route-facts[b-eqx828a416] {
    margin: 0;
    border-bottom: 1px solid #e0e6eb;
    padding: 8px 16px;
}

.route-facts > div[b-eqx828a416] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    border-bottom: 1px solid #eef1f4;
    padding: 10px 0;
}

.route-facts > div:last-child[b-eqx828a416] {
    border-bottom: 0;
}

.route-facts dt[b-eqx828a416] {
    color: #687688;
    font-size: 12px;
}

.route-facts dd[b-eqx828a416] {
    margin: 0;
    color: #1f2d3d;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.route-selected-summary[b-eqx828a416] {
    margin-top: 4px;
}

.route-name-field[b-eqx828a416] {
    margin: auto 16px 10px;
    padding-top: 14px;
}

.route-save-button[b-eqx828a416] {
    margin: 0 16px 16px;
}

.route-summary-empty[b-eqx828a416] {
    display: grid;
    flex: 1;
    place-content: center;
    justify-items: center;
    gap: 6px;
    padding: 24px;
    color: #6b7989;
    text-align: center;
}

.route-summary-empty .material-symbols-outlined[b-eqx828a416] {
    color: #075fa8;
    font-size: 34px;
}

.route-summary-empty p[b-eqx828a416] {
    margin: 0;
}

.route-confirm-dialog[b-eqx828a416] {
    width: min(460px, calc(100vw - 40px));
    border: 1px solid #b9c5d0;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 20px 55px rgb(15 23 42 / 28%);
    padding: 20px;
}

.route-confirm-dialog h3[b-eqx828a416],
.route-confirm-dialog p[b-eqx828a416] {
    margin-top: 0;
}

.route-confirm-dialog > div[b-eqx828a416] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.route-state-spinner[b-eqx828a416] {
    animation: route-spin-b-eqx828a416 .8s linear infinite;
}

@keyframes route-spin-b-eqx828a416 {
    to { transform: rotate(360deg); }
}

[b-eqx828a416] .erp-route-marker {
    position: relative;
    display: grid;
    width: 30px;
    height: 38px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 16px 16px 16px 3px;
    background: #075fa8;
    box-shadow: 0 3px 9px rgb(15 23 42 / 32%);
    transform: rotate(-45deg);
}

[b-eqx828a416] .erp-route-marker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

[b-eqx828a416] .erp-route-marker-destination {
    background: #268b47;
}

[b-eqx828a416] .maplibregl-ctrl-group {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(15 23 42 / 18%);
}

@media (max-width: 1250px) {
    .route-input-strip[b-eqx828a416] {
        grid-template-columns: minmax(220px, 1fr) minmax(230px, 1fr) 42px minmax(230px, 1fr);
    }

    .route-calculate-button[b-eqx828a416] {
        grid-column: 4;
    }

    .route-workspace[b-eqx828a416] {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 1020px) {
    .route-confirm-backdrop[b-eqx828a416] {
        padding: 12px;
    }

    .route-input-strip[b-eqx828a416] {
        grid-template-columns: minmax(210px, 1fr) 42px minmax(210px, 1fr);
    }

    .route-vehicle-field[b-eqx828a416],
    .route-calculate-button[b-eqx828a416] {
        grid-column: 1 / -1;
    }

    .route-workspace[b-eqx828a416] {
        grid-template-columns: 1fr;
    }

    .route-map-shell[b-eqx828a416] {
        min-height: 480px;
    }

    .route-summary-panel[b-eqx828a416] {
        min-height: 360px;
    }

    .route-options-grid[b-eqx828a416] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
}
/* /Components/ProjectWeather/ProjectWeatherPanel.razor.rz.scp.css */
.project-weather-panel[b-ebays26lxo] {
    min-width: 0;
    background: #fff;
    color: #1e2935;
}

.weather-header[b-ebays26lxo],
.weather-hourly-section > header[b-ebays26lxo],
.weather-model-section > header[b-ebays26lxo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.weather-header[b-ebays26lxo] {
    min-height: 66px;
    padding: 12px 16px;
    border-bottom: 1px solid #ced7e0;
}

.weather-header h3[b-ebays26lxo],
.weather-header p[b-ebays26lxo],
.weather-hourly-section h4[b-ebays26lxo],
.weather-hourly-section p[b-ebays26lxo],
.weather-model-section h4[b-ebays26lxo],
.weather-model-section p[b-ebays26lxo] {
    margin: 0;
}

.weather-header h3[b-ebays26lxo] {
    font-size: 17px;
}

.weather-header p[b-ebays26lxo],
.weather-hourly-section p[b-ebays26lxo],
.weather-model-section p[b-ebays26lxo] {
    margin-top: 2px;
    color: #68788a;
    font-size: 12px;
}

.weather-refresh[b-ebays26lxo],
.weather-state button[b-ebays26lxo] {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #aebdca;
    border-radius: 4px;
    padding: 0 13px;
    background: #fff;
    color: #263746;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.weather-refresh:hover[b-ebays26lxo],
.weather-state button:hover[b-ebays26lxo] {
    border-color: #086aa8;
    color: #075f99;
}

.weather-refresh:disabled[b-ebays26lxo],
.weather-state button:disabled[b-ebays26lxo] {
    cursor: not-allowed;
    opacity: .55;
}

.weather-refresh .material-symbols-outlined[b-ebays26lxo] {
    font-size: 18px;
}

.weather-state[b-ebays26lxo] {
    display: grid;
    min-height: 320px;
    place-content: center;
    justify-items: center;
    gap: 7px;
    padding: 32px;
    color: #667587;
    text-align: center;
}

.weather-state > .material-symbols-outlined[b-ebays26lxo] {
    color: #7e8fa0;
    font-size: 38px;
}

.weather-state strong[b-ebays26lxo] {
    color: #263746;
    font-size: 15px;
}

.weather-state p[b-ebays26lxo] {
    max-width: 560px;
    margin: 0 0 8px;
}

.weather-state-error > .material-symbols-outlined[b-ebays26lxo],
.weather-state-error strong[b-ebays26lxo] {
    color: #a62b25;
}

.weather-meta[b-ebays26lxo] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid #d7dfe7;
    background: #f5f7f9;
}

.weather-meta > span[b-ebays26lxo] {
    display: grid;
    gap: 2px;
    padding: 9px 14px;
    border-right: 1px solid #d7dfe7;
}

.weather-meta > span:last-child[b-ebays26lxo] {
    border-right: 0;
}

.weather-meta small[b-ebays26lxo],
.weather-model-list small[b-ebays26lxo] {
    color: #708093;
    font-size: 10px;
}

.weather-meta strong[b-ebays26lxo] {
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weather-warning[b-ebays26lxo] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-bottom: 1px solid #e5c873;
    background: #fff8dd;
    color: #735b14;
    font-size: 12px;
}

.weather-warning .material-symbols-outlined[b-ebays26lxo] {
    font-size: 18px;
}

.weather-days[b-ebays26lxo] {
    display: grid;
    grid-template-columns: repeat(14, minmax(104px, 1fr));
    overflow-x: auto;
    border-bottom: 1px solid #bfcad5;
    background: #fff;
}

.weather-day[b-ebays26lxo] {
    position: relative;
    display: grid;
    min-height: 138px;
    justify-items: center;
    gap: 2px;
    border: 0;
    border-right: 1px solid #e0e5ea;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 8px 5px 6px;
    background: #fff;
    color: #273746;
    font: inherit;
    cursor: pointer;
}

.weather-day:hover[b-ebays26lxo] {
    background: #f4f8fb;
}

.weather-day.is-selected[b-ebays26lxo] {
    border-bottom-color: #0874b8;
    background: #eaf4fb;
}

.weather-day-name[b-ebays26lxo] {
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.weather-day-icon[b-ebays26lxo] {
    color: #e49a16;
    font-size: 28px;
}

.weather-day strong[b-ebays26lxo] {
    font-size: 15px;
}

.weather-day > small[b-ebays26lxo] {
    color: #728194;
    font-size: 11px;
}

.weather-day-rain[b-ebays26lxo] {
    display: inline-flex;
    align-items: center;
    color: #1673a4;
    font-size: 10px;
}

.weather-day-rain .material-symbols-outlined[b-ebays26lxo] {
    font-size: 12px;
}

.weather-day-wind[b-ebays26lxo] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #4f6273;
    line-height: 1.05;
    white-space: nowrap;
}

.weather-day-wind > .material-symbols-outlined[b-ebays26lxo] {
    color: #5e7487;
    font-size: 14px;
}

.weather-day-wind-copy[b-ebays26lxo] {
    display: grid;
    justify-items: start;
    gap: 1px;
    font-size: 9px;
}

.weather-day-wind-copy > small[b-ebays26lxo] {
    color: #748391;
    font-size: 8px;
    font-weight: 700;
}

.weather-day mark[b-ebays26lxo] {
    position: absolute;
    top: 5px;
    right: 4px;
    border-radius: 3px;
    padding: 1px 4px;
    background: #e7eaed;
    color: #5d6874;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.weather-day-detail[b-ebays26lxo] {
    border-bottom: 1px solid #d4dde5;
}

.weather-day-summary[b-ebays26lxo] {
    display: grid;
    grid-template-columns: auto minmax(190px, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
}

.weather-day-summary > .material-symbols-outlined[b-ebays26lxo] {
    color: #e49a16;
    font-size: 36px;
}

.weather-day-summary small[b-ebays26lxo] {
    color: #6d7b89;
    font-size: 11px;
}

.weather-day-summary h4[b-ebays26lxo] {
    margin: 1px 0 0;
    font-size: 16px;
}

.weather-day-summary > strong[b-ebays26lxo] {
    color: #0a5e91;
    font-size: 18px;
}

.weather-indicators[b-ebays26lxo] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    border-top: 1px solid #e1e6eb;
    background: #f8fafb;
}

.weather-indicators > div[b-ebays26lxo] {
    padding: 9px 14px;
    border-right: 1px solid #e1e6eb;
}

.weather-indicators > div:last-child[b-ebays26lxo] {
    border-right: 0;
}

.weather-indicators dt[b-ebays26lxo] {
    color: #718194;
    font-size: 10px;
}

.weather-indicators dd[b-ebays26lxo] {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 700;
}

.weather-hourly-section[b-ebays26lxo],
.weather-model-section[b-ebays26lxo] {
    border-bottom: 1px solid #cbd5df;
}

.weather-hourly-section > header[b-ebays26lxo],
.weather-model-section > header[b-ebays26lxo] {
    padding: 11px 16px;
    background: #f4f6f8;
}

.weather-hourly-section h4[b-ebays26lxo],
.weather-model-section h4[b-ebays26lxo] {
    font-size: 14px;
}

.weather-hourly-section > header > span[b-ebays26lxo],
.weather-model-section > header > small[b-ebays26lxo] {
    color: #6d7b89;
    font-size: 10px;
}

.weather-table-wrap[b-ebays26lxo] {
    overflow: auto;
}

.weather-table[b-ebays26lxo] {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    font-size: 11px;
}

.weather-table th[b-ebays26lxo],
.weather-table td[b-ebays26lxo] {
    padding: 8px 12px;
    border-bottom: 1px solid #e1e6eb;
    text-align: left;
    white-space: nowrap;
}

.weather-table th[b-ebays26lxo] {
    background: #eef2f5;
    color: #596979;
    font-size: 10px;
    text-transform: uppercase;
}

.weather-table tbody tr:hover[b-ebays26lxo] {
    background: #f6f9fb;
}

.weather-condition[b-ebays26lxo] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.weather-condition .material-symbols-outlined[b-ebays26lxo] {
    color: #c6800b;
    font-size: 17px;
}

.agreement[b-ebays26lxo] {
    display: inline-flex;
    min-width: 44px;
    justify-content: center;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 700;
}

.agreement.high[b-ebays26lxo] {
    background: #dff2e5;
    color: #176b35;
}

.agreement.medium[b-ebays26lxo] {
    background: #fff0c9;
    color: #7b5a00;
}

.agreement.low[b-ebays26lxo] {
    background: #f9dede;
    color: #972b2b;
}

.weather-inline-empty[b-ebays26lxo] {
    padding: 24px 16px;
    color: #6d7b89;
    font-size: 12px;
}

.weather-model-list article[b-ebays26lxo] {
    display: grid;
    grid-template-columns: 9px minmax(180px, 1fr) minmax(130px, .75fr) minmax(130px, .75fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 7px 16px;
    border-top: 1px solid #e1e6eb;
}

.weather-model-list article:first-child[b-ebays26lxo] {
    border-top: 0;
}

.weather-model-list article > div[b-ebays26lxo] {
    display: grid;
    gap: 2px;
}

.weather-model-list article strong[b-ebays26lxo] {
    font-size: 11px;
}

.model-state[b-ebays26lxo] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8794a2;
}

.model-state.ready[b-ebays26lxo] {
    background: #249f55;
}

.model-state.degraded[b-ebays26lxo] {
    background: #d49a12;
}

.model-state.error[b-ebays26lxo] {
    background: #ba3838;
}

.weather-model-list mark[b-ebays26lxo] {
    border-radius: 3px;
    padding: 3px 7px;
    background: #edf0f3;
    color: #5d6874;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.weather-model-list mark.ready[b-ebays26lxo] {
    background: #dff2e5;
    color: #176b35;
}

.weather-model-list mark.degraded[b-ebays26lxo] {
    background: #fff0c9;
    color: #7b5a00;
}

.weather-model-list mark.error[b-ebays26lxo] {
    background: #f9dede;
    color: #972b2b;
}

.is-spinning[b-ebays26lxo] {
    animation: weather-spin-b-ebays26lxo 1s linear infinite;
}

@keyframes weather-spin-b-ebays26lxo {
    to { transform: rotate(360deg); }
}

@media (max-width: 1100px) {
    .weather-meta[b-ebays26lxo],
    .weather-indicators[b-ebays26lxo] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .weather-meta > span:nth-child(2)[b-ebays26lxo],
    .weather-indicators > div:nth-child(2)[b-ebays26lxo] {
        border-right: 0;
    }

    .weather-meta > span:nth-child(-n + 2)[b-ebays26lxo],
    .weather-indicators > div:nth-child(-n + 2)[b-ebays26lxo] {
        border-bottom: 1px solid #d7dfe7;
    }

    .weather-model-list article[b-ebays26lxo] {
        grid-template-columns: 9px minmax(150px, 1fr) minmax(120px, .7fr) auto;
    }

    .weather-model-list article > div:nth-of-type(3)[b-ebays26lxo] {
        display: none;
    }
}

@media (max-width: 760px) {
    .weather-header[b-ebays26lxo],
    .weather-hourly-section > header[b-ebays26lxo],
    .weather-model-section > header[b-ebays26lxo] {
        align-items: flex-start;
        flex-direction: column;
    }

    .weather-refresh[b-ebays26lxo] {
        width: 100%;
    }

    .weather-day-summary[b-ebays26lxo] {
        grid-template-columns: auto 1fr;
    }

    .weather-day-summary > strong[b-ebays26lxo] {
        grid-column: 1 / -1;
    }

    .weather-model-list article[b-ebays26lxo] {
        grid-template-columns: 9px minmax(0, 1fr) auto;
    }

    .weather-model-list article > div:nth-of-type(n + 2)[b-ebays26lxo] {
        display: none;
    }
}
/* /Components/Settings/ChecklistTemplateSettingsSection.razor.rz.scp.css */
.checklist-template-settings[b-ahu5pvpnjz] {
    gap: 0;
}

.checklist-template-head-actions[b-ahu5pvpnjz] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.checklist-template-archive-toggle[b-ahu5pvpnjz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--settings-muted, #5f6873);
    font-size: 11px;
}

.checklist-template-status[b-ahu5pvpnjz] {
    margin: 10px 12px 0;
    padding: 7px 9px;
    border-left: 3px solid #107c10;
    background: #f1faf1;
    color: #0b5a0b;
    font-size: 11px;
}

.checklist-template-empty[b-ahu5pvpnjz] {
    min-height: 170px;
    margin: 12px;
}

.checklist-template-table[b-ahu5pvpnjz] {
    display: grid;
    padding: 0 12px 12px;
}

.checklist-template-table-head[b-ahu5pvpnjz],
.checklist-template-table-row[b-ahu5pvpnjz] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 70px 90px 150px 88px;
    align-items: center;
}

.checklist-template-table-head[b-ahu5pvpnjz] {
    min-height: 30px;
    border: 1px solid var(--settings-line, #c1c7d2);
    background: #efeeed;
    color: var(--settings-muted, #5f6873);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.checklist-template-table-row[b-ahu5pvpnjz] {
    min-height: 54px;
    border: 1px solid var(--settings-line, #c1c7d2);
    border-top: 0;
    background: #fff;
    color: var(--settings-text, #1a1c1c);
    font-size: 11px;
}

.checklist-template-table-row.is-archived[b-ahu5pvpnjz] {
    color: var(--settings-muted, #727782);
    background: #faf9f8;
}

.checklist-template-table-head > span[b-ahu5pvpnjz],
.checklist-template-table-row > span[b-ahu5pvpnjz] {
    min-width: 0;
    padding: 7px 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checklist-template-name[b-ahu5pvpnjz] {
    display: grid;
    gap: 2px;
}

.checklist-template-name strong[b-ahu5pvpnjz],
.checklist-template-name small[b-ahu5pvpnjz] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checklist-template-name small[b-ahu5pvpnjz] {
    color: var(--settings-muted, #727782);
    font-size: 10px;
    font-weight: 400;
}

.checklist-template-table mark[b-ahu5pvpnjz] {
    padding: 2px 6px;
    border-radius: 2px;
    background: #dff6dd;
    color: #0b5a0b;
    font-size: 10px;
    font-weight: 700;
}

.checklist-template-table mark.neutral[b-ahu5pvpnjz] {
    background: #efeeed;
    color: #5f6873;
}

.checklist-template-row-actions[b-ahu5pvpnjz],
.checklist-template-item-actions[b-ahu5pvpnjz] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.checklist-template-row-actions button[b-ahu5pvpnjz],
.checklist-template-item-actions button[b-ahu5pvpnjz] {
    width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
}

.checklist-template-row-actions .material-symbols-outlined[b-ahu5pvpnjz],
.checklist-template-item-actions .material-symbols-outlined[b-ahu5pvpnjz] {
    font-size: 17px;
}

.checklist-template-modal[b-ahu5pvpnjz] {
    width: min(720px, calc(100vw - 32px));
}

.checklist-template-archive-modal[b-ahu5pvpnjz] {
    width: min(520px, calc(100vw - 32px));
}

.checklist-template-form-grid[b-ahu5pvpnjz] {
    display: grid;
    gap: 12px;
}

.checklist-template-item-editor[b-ahu5pvpnjz] {
    display: grid;
    gap: 8px;
    border-top: 1px solid #c1c7d2;
    padding-top: 12px;
}

.checklist-template-item-editor-head[b-ahu5pvpnjz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.checklist-template-item-editor-head > div[b-ahu5pvpnjz] {
    display: grid;
    gap: 2px;
}

.checklist-template-item-editor-head small[b-ahu5pvpnjz] {
    color: #727782;
    font-size: 10px;
}

.checklist-template-item-editor-head button[b-ahu5pvpnjz] {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #c1c7d2;
    border-radius: 3px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}

.checklist-template-item-list[b-ahu5pvpnjz] {
    display: grid;
    gap: 4px;
}

.checklist-template-item-row[b-ahu5pvpnjz] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px;
}

.checklist-template-item-number[b-ahu5pvpnjz] {
    color: #727782;
    font-size: 10px;
    text-align: center;
}

.checklist-template-modal .modal-body .checklist-template-item-row input[b-ahu5pvpnjz] {
    min-height: 30px;
}

.checklist-template-modal .modal-head .material-symbols-outlined[b-ahu5pvpnjz],
.checklist-template-archive-modal .modal-head .material-symbols-outlined[b-ahu5pvpnjz] {
    font-size: 18px;
}

.checklist-template-archive-modal .modal-body p[b-ahu5pvpnjz] {
    margin: 0;
    color: #414750;
    font-size: 12px;
    line-height: 18px;
}

.checklist-template-archive-modal .modal-actions button.danger[b-ahu5pvpnjz] {
    border-color: #ba1a1a;
    background: #ba1a1a;
    color: #fff;
}

@media (max-width: 1100px) {
    .checklist-template-table-head[b-ahu5pvpnjz],
    .checklist-template-table-row[b-ahu5pvpnjz] {
        grid-template-columns: minmax(180px, 1fr) 60px 80px 120px 72px;
    }
}
/* /Components/Settings/EfbCalculationSettingsSection.razor.rz.scp.css */
.efb-settings[b-57w56b4guh] {
    scroll-margin-top: 52px;
}

.efb-settings-state[b-57w56b4guh] {
    min-height: 160px;
    margin: 12px;
}

.efb-settings-message[b-57w56b4guh] {
    margin: 10px 12px 0;
    padding: 7px 9px;
    border-left: 3px solid #167a2c;
    color: #155d25;
    background: #eff9f0;
    font-size: 11px;
}

.efb-settings-errors[b-57w56b4guh] {
    margin: 10px 12px 0;
}

.efb-settings-basics[b-57w56b4guh],
.efb-settings-pools[b-57w56b4guh] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 10px 12px;
    padding: 12px;
}

.efb-settings-basics label[b-57w56b4guh],
.efb-settings-pools label[b-57w56b4guh] {
    display: grid;
    gap: 4px;
    color: #4f5a66;
    font-size: 10px;
    font-weight: 700;
}

.efb-settings-basics input[b-57w56b4guh],
.efb-settings-basics select[b-57w56b4guh],
.efb-settings-pools input[b-57w56b4guh],
.efb-settings-table input[b-57w56b4guh] {
    width: 100%;
    height: 31px;
    box-sizing: border-box;
    padding: 4px 7px;
    border: 1px solid #b9c1cb;
    border-radius: 2px;
    color: #20252b;
    background: #fff;
    font: inherit;
}

.efb-settings-basics input:focus[b-57w56b4guh],
.efb-settings-basics select:focus[b-57w56b4guh],
.efb-settings-pools input:focus[b-57w56b4guh],
.efb-settings-table input:focus[b-57w56b4guh] {
    border-color: #0068a8;
    outline: 2px solid rgba(0, 104, 168, .14);
}

.efb-settings-result[b-57w56b4guh] {
    display: grid;
    align-content: center;
    gap: 3px;
    padding: 6px 9px;
    border-left: 3px solid #0068a8;
    background: #edf4f8;
}

.efb-settings-result span[b-57w56b4guh] {
    color: #66717e;
    font-size: 10px;
}

.efb-settings-tabs[b-57w56b4guh] {
    display: flex;
    min-height: 37px;
    align-items: end;
    gap: 2px;
    padding: 0 12px;
    border-top: 1px solid #d1d6dc;
    border-bottom: 1px solid #c4cad2;
    background: #f7f7f7;
}

.efb-settings-tabs button[b-57w56b4guh] {
    height: 36px;
    padding: 0 14px;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #505b67;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.efb-settings-tabs button.active[b-57w56b4guh],
.efb-settings-tabs button:hover[b-57w56b4guh] {
    border-bottom-color: #0068a8;
    color: #005f9e;
}

.efb-settings-table[b-57w56b4guh] {
    min-width: 820px;
    overflow-x: auto;
    padding: 0 12px 12px;
}

.efb-settings-table .head[b-57w56b4guh],
.efb-settings-table .row[b-57w56b4guh] {
    display: grid;
    grid-template-columns: minmax(150px, 1.2fr) repeat(5, minmax(100px, 1fr)) minmax(90px, .8fr);
    align-items: center;
    border: 1px solid #ccd2d9;
    border-top: 0;
}

.efb-settings-table.allocation .head[b-57w56b4guh],
.efb-settings-table.allocation .row[b-57w56b4guh] {
    grid-template-columns: minmax(170px, 1.2fr) repeat(3, minmax(130px, 1fr)) minmax(110px, .8fr);
}

.efb-settings-table .head[b-57w56b4guh] {
    min-height: 31px;
    border-top: 1px solid #ccd2d9;
    color: #4f5a66;
    background: #efefef;
    font-size: 10px;
    font-weight: 700;
}

.efb-settings-table .row[b-57w56b4guh] {
    min-height: 40px;
    background: #fff;
}

.efb-settings-table .row:nth-child(odd)[b-57w56b4guh] {
    background: #fafafa;
}

.efb-settings-table span[b-57w56b4guh],
.efb-settings-table strong[b-57w56b4guh] {
    padding: 6px 9px;
}

.efb-settings-table input[b-57w56b4guh] {
    width: calc(100% - 12px);
    height: 29px;
    margin: 5px 6px;
}

.efb-settings-pools[b-57w56b4guh] {
    grid-template-columns: repeat(5, minmax(140px, 1fr));
}

.efb-settings-footer[b-57w56b4guh] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 12px;
    border-top: 1px solid #d1d6dc;
    color: #65717e;
    background: #f7f7f7;
    font-size: 10px;
}

@media (max-width: 1180px) {
    .efb-settings-basics[b-57w56b4guh],
    .efb-settings-pools[b-57w56b4guh] {
        grid-template-columns: repeat(3, minmax(150px, 1fr));
    }
}
/* /Components/Settings/ExternalIntegrationSettingsSection.razor.rz.scp.css */
.integration-settings[b-01wwgza0kb] { gap: 0; }
.integration-head[b-01wwgza0kb] { align-items: flex-start; }
.integration-state[b-01wwgza0kb] { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 3px; background: #dff6dd; color: #0b5a0b; font-size: 10px; font-weight: 700; }
.integration-state > span[b-01wwgza0kb] { width: 7px; height: 7px; border-radius: 50%; background: #107c10; }
.integration-state.inactive[b-01wwgza0kb] { background: #f1f2f4; color: #5f6873; }
.integration-state.inactive > span[b-01wwgza0kb] { background: #8a8886; }
.integration-empty[b-01wwgza0kb] { display: grid; place-items: center; gap: 7px; min-height: 150px; margin: 12px; border: 1px dashed #c8ced8; color: #66717e; font-size: 11px; }
.integration-empty.error[b-01wwgza0kb] { color: #a4262c; }
.routing-provider-shell[b-01wwgza0kb] { padding-top: 12px; }
.integration-provider[b-01wwgza0kb] { margin: 0 12px 12px; border: 1px solid #c8ced8; background: #fff; }
.integration-provider > header[b-01wwgza0kb] { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 60px; padding: 9px 11px; border-bottom: 1px solid #c8ced8; background: #f5f6f7; }
.integration-provider > header > div[b-01wwgza0kb] { display: grid; gap: 2px; }
.integration-provider.is-collapsed > header[b-01wwgza0kb] { min-height: 48px; border-bottom: 0; }
.integration-provider.is-collapsed > header > div[b-01wwgza0kb] { display: block; }
.integration-provider.is-collapsed .provider-mark[b-01wwgza0kb] { width: 30px; height: 30px; }
.integration-provider strong[b-01wwgza0kb] { font-size: 11px; }
.integration-provider small[b-01wwgza0kb] { color: #66717e; font-size: 10px; }
.provider-mark[b-01wwgza0kb] { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 4px; background: #0067a3; color: #fff; font-size: 11px; font-weight: 800; }
.provider-mark-route[b-01wwgza0kb] { background: #273647; }
.provider-mark-valhalla[b-01wwgza0kb] { background: #37624a; }
.provider-source[b-01wwgza0kb] { padding: 3px 6px; border: 1px solid #c8ced8; border-radius: 2px; background: #fff; color: #4b5560; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.provider-source.pending[b-01wwgza0kb] { border-color: #d69e2e; background: #fff8e6; color: #7a4d00; }
.integration-switch[b-01wwgza0kb] { position: relative; width: 36px; height: 20px; cursor: pointer; }
.integration-switch input[b-01wwgza0kb] { position: absolute; opacity: 0; }
.integration-switch span[b-01wwgza0kb] { position: absolute; inset: 0; border-radius: 10px; background: #8a8886; }
.integration-switch span[b-01wwgza0kb]::after { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; content: ""; transition: transform 120ms ease; }
.integration-switch input:checked + span[b-01wwgza0kb] { background: #0067a3; }
.integration-switch input:checked + span[b-01wwgza0kb]::after { transform: translateX(16px); }
.integration-switch input:focus-visible + span[b-01wwgza0kb] { outline: 2px solid #0067a3; outline-offset: 2px; }
.integration-switch input:disabled + span[b-01wwgza0kb] { opacity: .55; cursor: not-allowed; }
.integration-status-grid[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid #d9dee5; }
.integration-status-grid > span[b-01wwgza0kb] { display: grid; gap: 3px; min-height: 52px; padding: 9px 11px; border-right: 1px solid #d9dee5; }
.integration-status-grid > span:last-child[b-01wwgza0kb] { border-right: 0; }
.integration-status-grid small[b-01wwgza0kb] { text-transform: uppercase; }
.integration-status-grid .ok[b-01wwgza0kb] { color: #0b5a0b; }
.integration-status-grid .muted[b-01wwgza0kb] { color: #66717e; }
.integration-form[b-01wwgza0kb] { max-width: 760px; padding: 12px; }
.integration-form label[b-01wwgza0kb] { display: grid; gap: 5px; color: #4b5560; font-size: 10px; font-weight: 700; }
.routing-provider-form[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; max-width: 1020px; }
.routing-provider-form > label:not(.routing-checkbox)[b-01wwgza0kb] { display: grid; }
.routing-provider-form input:not([type="checkbox"])[b-01wwgza0kb], .routing-provider-form select[b-01wwgza0kb] { min-width: 0; height: 36px; padding: 6px 9px; border: 1px solid #b8c1cc; border-radius: 2px; background: #fff; color: #20262d; font-size: 11px; }
.routing-checkbox[b-01wwgza0kb] { display: flex !important; align-items: center; align-self: end; min-height: 36px; padding: 7px 9px; border: 1px solid #d9dee5; background: #fafbfc; cursor: pointer; }
.routing-checkbox input[b-01wwgza0kb] { width: 16px; height: 16px; margin: 0; }
.routing-safety-rule[b-01wwgza0kb] { display: flex; align-items: center; gap: 8px; min-height: 94px; padding: 10px 11px; background: #eef6f0; color: #1f5f32; font-size: 10px; }
.routing-safety-rule > span:last-child[b-01wwgza0kb] { display: grid; gap: 4px; }
.routing-safety-rule .material-symbols-outlined[b-01wwgza0kb] { font-size: 18px; }
.routing-advanced[b-01wwgza0kb] { margin: 0 12px 12px; border: 1px solid #d9dee5; background: #fafbfc; }
.routing-advanced summary[b-01wwgza0kb] { padding: 9px 10px; color: #38536a; font-size: 10px; font-weight: 700; cursor: pointer; }
.routing-advanced > div[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 0 10px 10px; }
.secret-input[b-01wwgza0kb] { display: grid; grid-template-columns: minmax(0, 1fr) 36px; }
.secret-input input[b-01wwgza0kb] { min-width: 0; height: 36px; padding: 6px 9px; border: 1px solid #b8c1cc; border-right: 0; border-radius: 2px 0 0 2px; font-size: 11px; }
.secret-input button[b-01wwgza0kb] { display: grid; place-items: center; min-width: 36px; padding: 0; border-radius: 0 2px 2px 0; }
.secret-input .material-symbols-outlined[b-01wwgza0kb] { font-size: 18px; }
.integration-notice[b-01wwgza0kb], .integration-warning[b-01wwgza0kb] { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 7px; margin: 0 12px 12px; padding: 8px 9px; border-left: 3px solid #0067a3; background: #f0f7fb; color: #38536a; font-size: 10px; }
.integration-notice p[b-01wwgza0kb] { margin: 0; }
.integration-notice .material-symbols-outlined[b-01wwgza0kb], .integration-warning .material-symbols-outlined[b-01wwgza0kb] { font-size: 19px; }
.integration-warning[b-01wwgza0kb] { border-color: #d13438; background: #fff3f4; color: #a4262c; }
.integration-message[b-01wwgza0kb] { margin: 0 12px 10px; padding: 7px 9px; border-left: 3px solid #107c10; background: #f1faf1; color: #0b5a0b; font-size: 10px; }
.integration-message.error[b-01wwgza0kb] { border-color: #d13438; background: #fff3f4; color: #a4262c; }
.integration-provider > footer[b-01wwgza0kb], .routing-command-bar[b-01wwgza0kb] { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 54px; padding: 9px 11px; border-top: 1px solid #c8ced8; background: #fafbfc; }
.routing-command-bar[b-01wwgza0kb] { margin: -1px 12px 12px; border: 1px solid #c8ced8; }
.routing-provider-message[b-01wwgza0kb] { margin: 0 12px 12px; }
.integration-danger[b-01wwgza0kb], .integration-actions[b-01wwgza0kb] { display: flex; align-items: center; gap: 7px; font-size: 10px; }
.integration-provider footer button[b-01wwgza0kb], .routing-command-bar button[b-01wwgza0kb] { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 34px; }
.integration-provider footer button.primary[b-01wwgza0kb], .routing-command-bar button.primary[b-01wwgza0kb] { background: #0067a3; color: #fff; }
.integration-provider footer .material-symbols-outlined[b-01wwgza0kb], .routing-command-bar .material-symbols-outlined[b-01wwgza0kb] { font-size: 17px; }
.integration-provider footer .danger-link[b-01wwgza0kb], .routing-command-bar .danger-link[b-01wwgza0kb] { color: #a4262c; }
.provider-selection-grid[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(3, minmax(220px, 1fr)) minmax(250px, .9fr); }
.provider-selection-grid > label[b-01wwgza0kb] { display: grid; align-content: start; gap: 5px; min-width: 0; min-height: 94px; padding: 10px 11px; border-right: 1px solid #d9dee5; color: #4b5560; font-size: 10px; font-weight: 700; }
.provider-selection-grid select[b-01wwgza0kb] { width: 100%; min-width: 0; height: 34px; padding: 5px 8px; border: 1px solid #b8c1cc; border-radius: 2px; background: #fff; color: #20262d; font-size: 11px; }
.provider-field-title[b-01wwgza0kb] { display: flex; align-items: center; gap: 6px; color: #273647; }
.provider-field-title .material-symbols-outlined[b-01wwgza0kb] { color: #0067a3; font-size: 17px; }
.provider-capability-grid[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #d9dee5; }
.provider-capability-grid > section[b-01wwgza0kb] { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; align-items: start; gap: 8px; min-height: 80px; padding: 10px 11px; border-right: 1px solid #d9dee5; }
.provider-capability-grid > section:last-child[b-01wwgza0kb] { border-right: 0; }
.provider-capability-grid > section > .material-symbols-outlined[b-01wwgza0kb] { margin-top: 2px; color: #0067a3; font-size: 19px; }
.provider-capability-grid > section > div[b-01wwgza0kb] { display: grid; gap: 2px; min-width: 0; }
.provider-capability-grid p[b-01wwgza0kb] { margin: 1px 0 0; color: #66717e; font-size: 10px; line-height: 1.35; }
.provider-capability-grid small[b-01wwgza0kb] { text-transform: uppercase; }
.capability-state[b-01wwgza0kb] { align-self: start; padding-left: 8px; color: #66717e; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.capability-state.active[b-01wwgza0kb] { color: #0b5a0b; }
.provider-credential-form[b-01wwgza0kb] { display: grid; grid-template-columns: minmax(360px, 1fr) 180px 210px; align-items: end; gap: 11px; max-width: none; }
.credential-meta[b-01wwgza0kb] { display: grid; gap: 4px; min-height: 56px; padding: 8px 10px; border-left: 2px solid #d9dee5; background: #fafbfc; }
.provider-configuration-grid[b-01wwgza0kb] { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.provider-configuration-grid > section[b-01wwgza0kb] { display: grid; align-content: start; gap: 11px; min-width: 0; padding: 12px; border-right: 1px solid #d9dee5; }
.provider-configuration-grid > section:last-child[b-01wwgza0kb] { border-right: 0; }
.provider-configuration-grid > section > header[b-01wwgza0kb] { display: flex; align-items: center; gap: 8px; min-height: 36px; padding-bottom: 8px; border-bottom: 1px solid #e2e6eb; }
.provider-configuration-grid > section > header > .material-symbols-outlined[b-01wwgza0kb] { color: #0067a3; font-size: 20px; }
.provider-configuration-grid > section > header > div[b-01wwgza0kb] { display: grid; gap: 2px; }
.provider-configuration-grid label[b-01wwgza0kb], .routing-advanced label[b-01wwgza0kb] { display: grid; gap: 5px; color: #4b5560; font-size: 10px; font-weight: 700; }
.provider-configuration-grid input:not([type="checkbox"])[b-01wwgza0kb], .routing-advanced input[b-01wwgza0kb] { width: 100%; min-width: 0; height: 36px; padding: 6px 9px; border: 1px solid #b8c1cc; border-radius: 2px; background: #fff; color: #20262d; font-size: 11px; }
.provider-configuration-grid .secret-input input[b-01wwgza0kb] { border-right: 0; border-radius: 2px 0 0 2px; }
.maptiler-provider[b-01wwgza0kb] { display: grid; background: #f8fafc; }
.maptiler-provider > header[b-01wwgza0kb] { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; gap: 10px; padding: 11px 12px; border-bottom: 1px solid #d9dee5; }
.maptiler-provider > header > div[b-01wwgza0kb] { display: grid; gap: 2px; }
.maptiler-provider.is-collapsed > header[b-01wwgza0kb] { grid-template-columns: auto minmax(0, 1fr) auto; border-bottom: 0; }
.provider-mark-maptiler[b-01wwgza0kb] { background: #0f6f83; }
.maptiler-configuration[b-01wwgza0kb] { display: grid; grid-template-columns: minmax(360px, 1fr) 180px 210px; align-items: end; gap: 11px; padding: 12px; }
.maptiler-configuration > label[b-01wwgza0kb] { display: grid; gap: 5px; color: #4b5560; font-size: 10px; font-weight: 700; }
.maptiler-configuration .secret-input input[b-01wwgza0kb] { width: 100%; min-width: 0; height: 36px; padding: 6px 9px; border: 1px solid #b8c1cc; border-right: 0; border-radius: 2px 0 0 2px; background: #fff; color: #20262d; font-size: 11px; }
.maptiler-notice[b-01wwgza0kb] { margin-top: 0; }
.maptiler-provider > footer[b-01wwgza0kb] { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px; border-top: 1px solid #d9dee5; background: #fff; }

@media (max-width: 1280px) {
    .provider-selection-grid[b-01wwgza0kb] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .provider-selection-grid > label:nth-child(2)[b-01wwgza0kb] { border-right: 0; }
    .routing-safety-rule[b-01wwgza0kb] { border-top: 1px solid #d9dee5; }
    .provider-credential-form[b-01wwgza0kb] { grid-template-columns: minmax(320px, 1fr) repeat(2, minmax(150px, .45fr)); }
}

@media (max-width: 1100px) {
    .integration-status-grid[b-01wwgza0kb] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .routing-provider-form[b-01wwgza0kb], .provider-selection-grid[b-01wwgza0kb], .provider-capability-grid[b-01wwgza0kb], .provider-configuration-grid[b-01wwgza0kb] { grid-template-columns: 1fr; }
    .provider-selection-grid > label[b-01wwgza0kb], .provider-capability-grid > section[b-01wwgza0kb], .provider-configuration-grid > section[b-01wwgza0kb] { border-right: 0; border-bottom: 1px solid #d9dee5; }
    .provider-selection-grid > label:last-of-type[b-01wwgza0kb], .provider-capability-grid > section:last-child[b-01wwgza0kb], .provider-configuration-grid > section:last-child[b-01wwgza0kb] { border-bottom: 0; }
    .provider-credential-form[b-01wwgza0kb] { grid-template-columns: 1fr; }
    .maptiler-provider > header[b-01wwgza0kb] { grid-template-columns: auto minmax(0, 1fr) auto; }
    .maptiler-provider > header .capability-state[b-01wwgza0kb] { display: none; }
    .maptiler-configuration[b-01wwgza0kb] { grid-template-columns: 1fr; }
    .maptiler-provider > footer[b-01wwgza0kb] { align-items: stretch; flex-direction: column; }
    .routing-advanced > div[b-01wwgza0kb] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .integration-provider > footer[b-01wwgza0kb], .routing-command-bar[b-01wwgza0kb] { align-items: stretch; flex-direction: column; }
    .integration-actions[b-01wwgza0kb] { justify-content: flex-end; }
}
/* /Components/Settings/IdentityPermissionSelector.razor.rz.scp.css */
.identity-permission-selector[b-4fuf5jce8b] {
    margin: 0 12px 12px;
    display: grid;
    gap: 10px;
}

.identity-permission-selector-head[b-4fuf5jce8b] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.identity-permission-selector-head label[b-4fuf5jce8b] {
    min-width: 0;
    min-height: 34px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--settings-line);
    border-radius: 3px;
    background: #fff;
}

.identity-permission-selector-head label:focus-within[b-4fuf5jce8b] {
    border-color: var(--settings-primary);
    box-shadow: 0 0 0 2px rgb(0 95 153 / 10%);
}

.identity-permission-selector-head label > span[b-4fuf5jce8b] {
    color: var(--settings-muted);
    font-size: 18px;
}

.identity-permission-selector-head input[b-4fuf5jce8b] {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--settings-text);
    font-size: 12px;
}

.identity-permission-selector-count[b-4fuf5jce8b] {
    display: grid;
    justify-items: end;
    gap: 1px;
}

.identity-permission-selector-count strong[b-4fuf5jce8b] {
    color: var(--settings-text);
    font-size: 13px;
}

.identity-permission-selector-count span[b-4fuf5jce8b] {
    color: var(--settings-muted);
    font-size: 10px;
}

.identity-permission-selector-actions[b-4fuf5jce8b] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.identity-permission-selector-actions button[b-4fuf5jce8b] {
    min-height: 30px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--settings-line);
    border-radius: 2px;
    background: #fff;
    color: var(--settings-text);
    font-size: 9px;
    font-weight: 700;
}

.identity-permission-selector-actions button.is-active[b-4fuf5jce8b] {
    border-color: var(--settings-primary);
    background: #eaf3f8;
    color: var(--settings-primary);
}

.identity-permission-selector-actions .material-symbols-outlined[b-4fuf5jce8b] {
    font-size: 15px;
}

.identity-permission-module-grid[b-4fuf5jce8b] {
    max-height: min(56vh, 560px);
    padding-right: 3px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: auto;
}

.identity-permission-module[b-4fuf5jce8b] {
    align-self: start;
    border: 1px solid var(--settings-line);
    border-radius: 3px;
    background: #fff;
}

.identity-permission-module > header[b-4fuf5jce8b] {
    min-height: 44px;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-bottom: 1px solid var(--settings-soft-line);
    background: var(--settings-low);
}

.identity-permission-module > header > div[b-4fuf5jce8b] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.identity-permission-module > header .material-symbols-outlined[b-4fuf5jce8b] {
    color: var(--settings-primary);
    font-size: 18px;
}

.identity-permission-module > header span:not(.material-symbols-outlined)[b-4fuf5jce8b] {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.identity-permission-module > header strong[b-4fuf5jce8b] {
    overflow: hidden;
    color: var(--settings-text);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.identity-permission-module > header small[b-4fuf5jce8b] {
    color: var(--settings-muted);
    font-size: 9px;
}

.identity-permission-module > header button[b-4fuf5jce8b] {
    min-height: 24px;
    padding: 0 7px;
    border: 1px solid var(--settings-line);
    border-radius: 2px;
    background: #fff;
    color: var(--settings-primary);
    font-size: 10px;
    font-weight: 700;
}

.identity-permission-module > div[b-4fuf5jce8b] {
    display: grid;
}

.identity-permission-module label[b-4fuf5jce8b] {
    min-height: 42px;
    padding: 7px 8px;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) auto auto;
    align-items: start;
    gap: 7px;
    border-bottom: 1px solid var(--settings-soft-line);
    color: var(--settings-text);
    cursor: pointer;
}

.identity-permission-module label:last-child[b-4fuf5jce8b] {
    border-bottom: 0;
}

.identity-permission-module label:hover[b-4fuf5jce8b] {
    background: #f8fbfd;
}

.identity-permission-module label.is-sensitive[b-4fuf5jce8b] {
    background: #fffbf3;
}

.identity-permission-module input[b-4fuf5jce8b] {
    width: 14px;
    min-height: 14px;
    margin: 2px 0 0;
}

.identity-permission-module label > span[b-4fuf5jce8b] {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.identity-permission-module label strong[b-4fuf5jce8b] {
    color: var(--settings-text);
    font-size: 11px;
    line-height: 14px;
}

.identity-permission-module label small[b-4fuf5jce8b] {
    color: var(--settings-muted);
    font-size: 9px;
    line-height: 12px;
}

.identity-permission-module label em[b-4fuf5jce8b] {
    margin-top: 1px;
    padding: 2px 5px;
    border: 1px solid var(--settings-line);
    border-radius: 2px;
    color: var(--settings-muted);
    font-size: 8px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.identity-permission-module mark[b-4fuf5jce8b] {
    padding: 2px 5px;
    border-radius: 2px;
    background: #fff1d7;
    color: #8b5200;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
}

.identity-permission-selector-empty[b-4fuf5jce8b] {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px dashed var(--settings-line);
    color: var(--settings-muted);
    font-size: 11px;
}

@media (max-width: 820px) {
    .identity-permission-selector-head[b-4fuf5jce8b] {
        grid-template-columns: minmax(0, 1fr);
    }

    .identity-permission-selector-count[b-4fuf5jce8b] {
        justify-items: start;
    }

    .identity-permission-module-grid[b-4fuf5jce8b] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Components/Settings/SystemBackupSettingsSection.razor.rz.scp.css */
.system-backup-settings[b-zjqmxqrux3] {
    gap: 0;
}

.backup-head[b-zjqmxqrux3] {
    align-items: flex-start;
}

.backup-capability[b-zjqmxqrux3] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 3px;
    background: #eaf6ea;
    color: #0b5a0b;
    font-size: 10px;
    font-weight: 700;
}

.backup-capability span[b-zjqmxqrux3] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #107c10;
}

.backup-capability.blocked[b-zjqmxqrux3] {
    background: #fde7e9;
    color: #a4262c;
}

.backup-capability.blocked span[b-zjqmxqrux3] {
    background: #d13438;
}

.backup-empty[b-zjqmxqrux3] {
    min-height: 180px;
    margin: 12px;
}

.backup-message[b-zjqmxqrux3] {
    margin: 12px 12px 0;
    padding: 8px 10px;
    border-left: 3px solid #107c10;
    background: #f1faf1;
    color: #0b5a0b;
    font-size: 11px;
}

.backup-message.error[b-zjqmxqrux3] {
    border-color: #d13438;
    background: #fff3f4;
    color: #a4262c;
}

.backup-summary[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
}

.backup-summary > div[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 58px;
    padding: 9px;
    border: 1px solid var(--settings-line, #c8ced8);
    background: #fafbfc;
}

.backup-summary .material-symbols-outlined[b-zjqmxqrux3] {
    color: #0067a3;
    font-size: 24px;
}

.backup-summary p[b-zjqmxqrux3],
.backup-content-selection label > span:last-child[b-zjqmxqrux3],
.backup-schedule header div[b-zjqmxqrux3],
.backup-history header div[b-zjqmxqrux3],
.backup-history-row > span[b-zjqmxqrux3] {
    display: grid;
    min-width: 0;
    gap: 2px;
    margin: 0;
}

.backup-summary strong[b-zjqmxqrux3],
.backup-content-selection strong[b-zjqmxqrux3],
.backup-schedule strong[b-zjqmxqrux3],
.backup-history strong[b-zjqmxqrux3] {
    font-size: 11px;
}

.backup-summary small[b-zjqmxqrux3],
.backup-content-selection small[b-zjqmxqrux3],
.backup-schedule small[b-zjqmxqrux3],
.backup-history small[b-zjqmxqrux3] {
    overflow: hidden;
    color: var(--settings-muted, #66717e);
    font-size: 10px;
    font-weight: 400;
    text-overflow: ellipsis;
}

.backup-content-selection[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: minmax(190px, 0.7fr) repeat(2, minmax(220px, 1fr));
    align-items: center;
    gap: 8px;
    padding: 0 12px 12px;
}

.backup-content-selection > strong[b-zjqmxqrux3] {
    text-transform: uppercase;
}

.backup-content-selection label[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 18px 25px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-height: 50px;
    padding: 7px 9px;
    border: 1px solid var(--settings-line, #c8ced8);
    background: #fff;
    cursor: pointer;
}

.backup-content-selection input[b-zjqmxqrux3] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.backup-content-selection .material-symbols-outlined[b-zjqmxqrux3] {
    color: #0067a3;
    font-size: 21px;
}

.backup-schedules[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0 12px 12px;
}

.backup-schedule[b-zjqmxqrux3] {
    display: grid;
    align-content: start;
    border: 1px solid var(--settings-line, #c8ced8);
    background: #fff;
}

.backup-schedule > header[b-zjqmxqrux3],
.backup-schedule > footer[b-zjqmxqrux3],
.backup-history > header[b-zjqmxqrux3] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    background: #f5f6f7;
}

.backup-schedule > header[b-zjqmxqrux3] {
    border-bottom: 1px solid var(--settings-line, #c8ced8);
}

.backup-schedule > header > .material-symbols-outlined[b-zjqmxqrux3] {
    color: #0067a3;
    font-size: 23px;
}

.backup-schedule > header div[b-zjqmxqrux3] {
    flex: 1;
}

.backup-schedule mark[b-zjqmxqrux3] {
    padding: 3px 6px;
    border-radius: 2px;
    background: #dff6dd;
    color: #0b5a0b;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.backup-switch[b-zjqmxqrux3] {
    position: relative;
    width: 34px;
    height: 18px;
    cursor: pointer;
}

.backup-switch input[b-zjqmxqrux3] {
    position: absolute;
    opacity: 0;
}

.backup-switch span[b-zjqmxqrux3] {
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: #8a8886;
}

.backup-switch span[b-zjqmxqrux3]::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transition: transform 120ms ease;
}

.backup-switch input:checked + span[b-zjqmxqrux3] {
    background: #0067a3;
}

.backup-switch input:checked + span[b-zjqmxqrux3]::after {
    transform: translateX(16px);
}

.backup-schedule-fields[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding: 10px;
}

.backup-schedule-fields label[b-zjqmxqrux3],
.backup-path-field label[b-zjqmxqrux3],
.backup-offsite-target label[b-zjqmxqrux3] {
    display: grid;
    gap: 4px;
    min-width: 0;
    color: #4b5560;
    font-size: 10px;
    font-weight: 700;
}

.backup-schedule-fields input[b-zjqmxqrux3],
.backup-schedule-fields select[b-zjqmxqrux3],
.backup-path-field input[b-zjqmxqrux3],
.backup-offsite-target input[b-zjqmxqrux3],
.backup-offsite-target select[b-zjqmxqrux3],
.backup-offsite-target textarea[b-zjqmxqrux3] {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 5px 7px;
    border: 1px solid #b8c1cc;
    border-radius: 2px;
    background: #fff;
    color: #1a1c1c;
    font-size: 11px;
}

.backup-offsite-target[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 10px 10px 0;
}

.backup-offsite-target label.wide[b-zjqmxqrux3] {
    grid-column: 1 / -1;
}

.backup-offsite-target textarea[b-zjqmxqrux3] {
    height: auto;
    min-height: 52px;
    resize: vertical;
}

.backup-offsite-target .backup-clear-credential[b-zjqmxqrux3] {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    min-height: 28px;
    font-weight: 500;
}

.backup-clear-credential input[b-zjqmxqrux3] {
    width: 15px;
    height: 15px;
}

.backup-target-actions[b-zjqmxqrux3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 10px 0;
}

.backup-target-actions .backup-hint[b-zjqmxqrux3] {
    flex: 1;
    margin: 0;
}

.backup-target-actions button[b-zjqmxqrux3],
.backup-restore-action[b-zjqmxqrux3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 30px;
    white-space: nowrap;
}

.backup-target-actions .material-symbols-outlined[b-zjqmxqrux3],
.backup-restore-action .material-symbols-outlined[b-zjqmxqrux3] {
    font-size: 16px;
}

.backup-schedule-fields label > small[b-zjqmxqrux3] {
    margin-top: -2px;
}

.backup-path-field[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 7px;
    padding: 10px 10px 0;
}

.backup-path-field button[b-zjqmxqrux3],
.backup-schedule footer button[b-zjqmxqrux3],
.backup-settings-actions button[b-zjqmxqrux3],
.backup-history header button[b-zjqmxqrux3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 34px;
}

.backup-path-field .material-symbols-outlined[b-zjqmxqrux3],
.backup-schedule footer .material-symbols-outlined[b-zjqmxqrux3],
.backup-settings-actions .material-symbols-outlined[b-zjqmxqrux3],
.backup-history header .material-symbols-outlined[b-zjqmxqrux3] {
    font-size: 17px;
}

.backup-hint[b-zjqmxqrux3] {
    margin: 5px 10px 0;
    color: #66717e;
    font-size: 9px;
}

.backup-hint.warning[b-zjqmxqrux3] {
    color: #8a4b08;
}

.backup-schedule > footer[b-zjqmxqrux3] {
    justify-content: space-between;
    align-self: end;
    border-top: 1px solid var(--settings-line, #c8ced8);
    font-size: 10px;
}

.backup-settings-actions[b-zjqmxqrux3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 9px 12px;
    border-top: 1px solid var(--settings-line, #c8ced8);
    border-bottom: 1px solid var(--settings-line, #c8ced8);
    background: #fafbfc;
    color: #66717e;
    font-size: 10px;
}

.backup-settings-actions button.primary[b-zjqmxqrux3] {
    background: #0067a3;
    color: #fff;
}

.backup-history[b-zjqmxqrux3] {
    padding: 12px;
}

.backup-history > header[b-zjqmxqrux3] {
    padding: 0 0 8px;
    background: transparent;
}

.backup-history > header div[b-zjqmxqrux3] {
    flex: 1;
}

.backup-history > header button[b-zjqmxqrux3] {
    width: 32px;
    min-height: 32px;
    padding: 0;
}

.backup-history-empty[b-zjqmxqrux3] {
    min-height: 72px;
    padding: 26px 12px;
    border: 1px dashed #c8ced8;
    color: #66717e;
    text-align: center;
    font-size: 11px;
}

.backup-history-table[b-zjqmxqrux3] {
    display: grid;
    overflow-x: auto;
}

.backup-history-row[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 90px 120px 95px 115px minmax(175px, 1fr) 135px 125px;
    align-items: center;
    min-width: 800px;
    min-height: 48px;
    border: 1px solid var(--settings-line, #c8ced8);
    border-top: 0;
    font-size: 10px;
}

.backup-restore-history[b-zjqmxqrux3] {
    display: grid;
    gap: 0;
    padding: 0 12px 12px;
}

.backup-restore-history > header[b-zjqmxqrux3] {
    padding: 0 0 8px;
}

.backup-restore-history header div[b-zjqmxqrux3],
.backup-restore-history-row > span[b-zjqmxqrux3] {
    display: grid;
    gap: 2px;
}

.backup-restore-history-row[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 32px 150px minmax(240px, 1fr) 100px;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 7px 9px;
    border: 1px solid var(--settings-line, #c8ced8);
    border-top: 0;
    font-size: 10px;
}

.backup-restore-history-row:first-of-type[b-zjqmxqrux3] {
    border-top: 1px solid var(--settings-line, #c8ced8);
}

.backup-restore-history-row > .material-symbols-outlined[b-zjqmxqrux3] {
    color: #0067a3;
}

.backup-restore-history-row small[b-zjqmxqrux3] {
    color: #66717e;
}

.backup-restore-path[b-zjqmxqrux3] {
    overflow-wrap: anywhere;
    font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
}

.backup-restore-backdrop[b-zjqmxqrux3] {
    position: fixed;
    z-index: 2500;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgb(15 23 42 / 56%);
}

.backup-restore-dialog[b-zjqmxqrux3] {
    display: grid;
    gap: 14px;
    width: min(620px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    border: 1px solid #9ca8b5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 46px rgb(15 23 42 / 28%);
}

.backup-restore-dialog > header[b-zjqmxqrux3],
.backup-restore-dialog > footer[b-zjqmxqrux3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 16px;
    border-bottom: 1px solid #c8ced8;
    background: #f5f6f7;
}

.backup-restore-dialog h2[b-zjqmxqrux3],
.backup-restore-dialog p[b-zjqmxqrux3] {
    margin: 0;
}

.backup-restore-dialog h2[b-zjqmxqrux3] {
    font-size: 16px;
}

.backup-restore-dialog > header p[b-zjqmxqrux3] {
    margin-top: 3px;
    color: #66717e;
    font-size: 10px;
}

.backup-restore-dialog > header button[b-zjqmxqrux3] {
    width: 32px;
    height: 32px;
    padding: 0;
}

.backup-restore-warning[b-zjqmxqrux3],
.backup-restore-dialog dl[b-zjqmxqrux3],
.backup-restore-dialog > label[b-zjqmxqrux3] {
    margin: 0 16px;
}

.backup-restore-warning[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
    border-left: 3px solid #d97706;
    background: #fff8e8;
}

.backup-restore-warning .material-symbols-outlined[b-zjqmxqrux3] {
    color: #a15c00;
}

.backup-restore-warning p[b-zjqmxqrux3],
.backup-restore-warning small[b-zjqmxqrux3] {
    display: grid;
    gap: 2px;
}

.backup-restore-warning small[b-zjqmxqrux3] {
    color: #5f6873;
}

.backup-restore-dialog dl[b-zjqmxqrux3] {
    display: grid;
    border: 1px solid #c8ced8;
}

.backup-restore-dialog dl > div[b-zjqmxqrux3] {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    min-height: 34px;
    border-bottom: 1px solid #dfe3e8;
}

.backup-restore-dialog dl > div:last-child[b-zjqmxqrux3] {
    border-bottom: 0;
}

.backup-restore-dialog dt[b-zjqmxqrux3],
.backup-restore-dialog dd[b-zjqmxqrux3] {
    margin: 0;
    padding: 8px;
    font-size: 10px;
}

.backup-restore-dialog dt[b-zjqmxqrux3] {
    background: #f5f6f7;
    font-weight: 700;
}

.backup-restore-dialog > label[b-zjqmxqrux3] {
    display: grid;
    gap: 5px;
    color: #4b5560;
    font-size: 10px;
    font-weight: 700;
}

.backup-restore-dialog > label input[type="text"][b-zjqmxqrux3],
.backup-restore-dialog > label textarea[b-zjqmxqrux3] {
    min-height: 34px;
    padding: 7px 8px;
    border: 1px solid #aeb8c4;
    border-radius: 2px;
    font: inherit;
    font-weight: 400;
}

.backup-restore-dialog > label small[b-zjqmxqrux3] {
    color: #66717e;
    font-weight: 400;
}

.backup-restore-dialog .backup-restore-files[b-zjqmxqrux3] {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.backup-restore-dialog .backup-restore-files input[b-zjqmxqrux3] {
    width: 16px;
    height: 16px;
}

.backup-restore-dialog > footer[b-zjqmxqrux3] {
    justify-content: flex-end;
    border-top: 1px solid #c8ced8;
    border-bottom: 0;
}

.backup-restore-dialog > footer button[b-zjqmxqrux3] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 36px;
}

.backup-restore-dialog > footer .primary[b-zjqmxqrux3] {
    background: #0067a3;
    color: #fff;
}

.backup-history-row.head[b-zjqmxqrux3] {
    min-height: 30px;
    border-top: 1px solid var(--settings-line, #c8ced8);
    background: #efeeed;
    color: #5f6873;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.backup-history-row > span[b-zjqmxqrux3] {
    overflow: hidden;
    padding: 6px 8px;
    text-overflow: ellipsis;
}

.backup-history-row mark[b-zjqmxqrux3] {
    width: fit-content;
    padding: 3px 6px;
    border-radius: 2px;
    background: #e8eaed;
    color: #4b5560;
    font-size: 9px;
    font-weight: 700;
}

.backup-history-row mark.succeeded[b-zjqmxqrux3] {
    background: #dff6dd;
    color: #0b5a0b;
}

.backup-history-row mark.failed[b-zjqmxqrux3] {
    background: #fde7e9;
    color: #a4262c;
}

.backup-history-row mark.running[b-zjqmxqrux3] {
    background: #deecf9;
    color: #005a9e;
}

.backup-verified[b-zjqmxqrux3] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #0b5a0b;
}

.backup-verified .material-symbols-outlined[b-zjqmxqrux3] {
    font-size: 15px;
}

.backup-run-error[b-zjqmxqrux3] {
    color: #a4262c !important;
}

@media (max-width: 1180px) {
    .backup-summary[b-zjqmxqrux3],
    .backup-schedules[b-zjqmxqrux3] {
        grid-template-columns: 1fr;
    }

    .backup-content-selection[b-zjqmxqrux3] {
        grid-template-columns: 1fr 1fr;
    }

    .backup-content-selection > strong[b-zjqmxqrux3] {
        grid-column: 1 / -1;
    }

    .backup-restore-history-row[b-zjqmxqrux3] {
        grid-template-columns: 28px 130px minmax(220px, 1fr) 90px;
    }
}
/* /Components/Settings/TimeEntryCodeSettingsSection.razor.rz.scp.css */
.time-code-settings[b-8ak45557ud] {
    margin-top: 14px;
}

.time-code-summary[b-8ak45557ud] {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto 28px;
    gap: 10px;
    align-items: center;
    min-height: 64px;
    padding: 10px 16px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.time-code-summary[b-8ak45557ud]::-webkit-details-marker {
    display: none;
}

.time-code-summary:hover[b-8ak45557ud] {
    background: #f7f9fb;
}

.time-code-summary:focus-visible[b-8ak45557ud] {
    outline: 2px solid #1473b9;
    outline-offset: -2px;
}

.time-code-summary-icon[b-8ak45557ud] {
    color: #0969a9;
    font-size: 24px;
}

.time-code-summary-copy[b-8ak45557ud] {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.time-code-summary-copy strong[b-8ak45557ud] {
    color: #24313e;
    font-size: 15px;
}

.time-code-summary-copy small[b-8ak45557ud] {
    overflow: hidden;
    color: #687480;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.time-code-summary-state[b-8ak45557ud] {
    padding: 4px 8px;
    border: 1px solid #cbd5df;
    border-radius: 3px;
    background: #f7f9fb;
    color: #56616d;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.time-code-summary-chevron[b-8ak45557ud] {
    color: #56616d;
    font-size: 22px;
    transition: transform 140ms ease;
}

.time-code-settings[open] .time-code-summary-chevron[b-8ak45557ud] {
    transform: rotate(180deg);
}

.time-code-content[b-8ak45557ud] {
    border-top: 1px solid #d8dfe7;
    padding-top: 1px;
}

.time-code-toolbar[b-8ak45557ud] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 12px 16px 0;
}

.time-code-toolbar > div[b-8ak45557ud] {
    display: grid;
    gap: 2px;
}

.time-code-toolbar strong[b-8ak45557ud] {
    color: #24313e;
    font-size: 13px;
}

.time-code-toolbar span:not(.material-symbols-outlined)[b-8ak45557ud] {
    color: #687480;
    font-size: 12px;
}

.time-code-toolbar button[b-8ak45557ud] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 32px;
    white-space: nowrap;
}

.time-code-toolbar-actions[b-8ak45557ud] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.time-code-toolbar button.primary[b-8ak45557ud],
.time-code-modal button.primary[b-8ak45557ud] {
    border-color: #0867a7;
    background: #0867a7;
    color: #fff;
}

.time-code-toolbar button.primary:hover:not(:disabled)[b-8ak45557ud],
.time-code-modal button.primary:hover:not(:disabled)[b-8ak45557ud] {
    border-color: #07598f;
    background: #07598f;
}

.time-code-toolbar .material-symbols-outlined[b-8ak45557ud] {
    font-size: 17px;
}

.time-code-advice[b-8ak45557ud] {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 12px 16px 0;
    padding: 9px 11px;
    border-left: 3px solid #1473b9;
    background: #f2f7fb;
    color: #455463;
    font-size: 12px;
    line-height: 1.45;
}

.time-code-advice .material-symbols-outlined[b-8ak45557ud] {
    color: #1473b9;
    font-size: 18px;
}

.time-code-message[b-8ak45557ud] {
    margin: 12px 16px 0;
    padding: 9px 12px;
    border-left: 3px solid #16834a;
    background: #eef8f2;
    color: #145c37;
    font-size: 13px;
}

.time-code-table[b-8ak45557ud] {
    margin: 14px 16px 0;
    border: 1px solid #ccd5df;
    background: #fff;
}

.time-code-table-head[b-8ak45557ud],
.time-code-table-row[b-8ak45557ud] {
    display: grid;
    grid-template-columns: 58px 72px minmax(240px, 1.5fr) minmax(125px, .7fr) 110px 125px 124px;
    align-items: center;
    min-height: 44px;
}

.time-code-table-head[b-8ak45557ud] {
    background: #eef1f4;
    color: #56616d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.time-code-table-head > span[b-8ak45557ud],
.time-code-table-row > :not(.time-code-row-error)[b-8ak45557ud] {
    min-width: 0;
    padding: 8px 10px;
}

.time-code-table-row[b-8ak45557ud] {
    position: relative;
    border-top: 1px solid #d8dfe7;
    color: #24313e;
    font-size: 13px;
}

.time-code-table-row.disabled[b-8ak45557ud] {
    background: #f7f8f9;
    color: #7b858f;
}

.time-code-code[b-8ak45557ud] {
    display: grid;
    gap: 1px;
}

.time-code-code small[b-8ak45557ud] {
    color: #0870b5;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}

.time-code-toggle[b-8ak45557ud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.time-code-toggle input[b-8ak45557ud] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.time-code-factor input[b-8ak45557ud] {
    width: 88px;
    height: 32px;
    padding: 4px 8px;
    border: 1px solid #bfc9d4;
    border-radius: 3px;
    font: inherit;
    text-align: right;
}

.time-code-credit[b-8ak45557ud] {
    color: #5d6874;
    font-variant-numeric: tabular-nums;
}

.time-code-save[b-8ak45557ud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 32px;
    white-space: nowrap;
}

.time-code-save .material-symbols-outlined[b-8ak45557ud] {
    font-size: 17px;
}

.time-code-row-error[b-8ak45557ud] {
    grid-column: 2 / -1;
    padding: 0 10px 8px;
    color: #b42318;
    font-size: 12px;
}

.time-code-hint[b-8ak45557ud] {
    margin: 10px 16px 16px;
    color: #687480;
    font-size: 12px;
}

.time-code-empty[b-8ak45557ud] {
    margin: 14px 16px 16px;
}

.time-code-modal-backdrop[b-8ak45557ud] {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgb(23 31 40 / 52%);
}

.time-code-modal[b-8ak45557ud] {
    width: min(680px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border: 1px solid #aeb9c5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 48px rgb(16 24 32 / 24%);
}

.time-code-modal > header[b-8ak45557ud] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    border-bottom: 1px solid #d6dee6;
    background: #f6f7f8;
}

.time-code-modal h3[b-8ak45557ud] {
    margin: 0;
    color: #202c38;
    font-size: 17px;
}

.time-code-modal header p[b-8ak45557ud] {
    margin: 3px 0 0;
    color: #687480;
    font-size: 12px;
}

.time-code-modal .icon-button[b-8ak45557ud] {
    display: inline-grid;
    width: 32px;
    min-width: 32px;
    height: 32px;
    place-items: center;
    padding: 0;
}

.time-code-modal .icon-button .material-symbols-outlined[b-8ak45557ud] {
    font-size: 19px;
}

.time-code-modal form[b-8ak45557ud] {
    display: grid;
}

.time-code-modal-grid[b-8ak45557ud] {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 14px 16px;
    padding: 18px;
}

.time-code-modal-grid > label:not(.time-code-create-active)[b-8ak45557ud] {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #364452;
    font-size: 12px;
    font-weight: 700;
}

.time-code-modal-grid label.wide[b-8ak45557ud] {
    grid-column: 1 / -1;
}

.time-code-modal-grid input:not([type="checkbox"])[b-8ak45557ud],
.time-code-modal-grid select[b-8ak45557ud] {
    width: 100%;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #bac5d0;
    border-radius: 3px;
    background: #fff;
    color: #24313e;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
}

.time-code-modal-grid input:focus[b-8ak45557ud],
.time-code-modal-grid select:focus[b-8ak45557ud] {
    outline: 2px solid rgb(20 115 185 / 22%);
    border-color: #1473b9;
}

.time-code-modal-grid small[b-8ak45557ud] {
    color: #74808b;
    font-size: 11px;
    font-weight: 400;
}

.time-code-create-active[b-8ak45557ud] {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: end;
    min-height: 38px;
    color: #364452;
    font-size: 13px;
    font-weight: 600;
}

.time-code-create-active input[b-8ak45557ud] {
    width: 16px;
    height: 16px;
    margin: 0;
}

.time-code-create-error[b-8ak45557ud] {
    margin: 0 18px 16px;
    padding: 9px 11px;
    border-left: 3px solid #b42318;
    background: #fff2f0;
    color: #8f1c14;
    font-size: 12px;
}

.time-code-modal footer[b-8ak45557ud] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 18px;
    border-top: 1px solid #d6dee6;
    background: #f6f7f8;
}

.time-code-modal footer button[b-8ak45557ud] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 36px;
}

.time-code-modal footer .material-symbols-outlined[b-8ak45557ud] {
    font-size: 17px;
}

@media (max-width: 1180px) {
    .time-code-summary[b-8ak45557ud] {
        grid-template-columns: 30px minmax(0, 1fr) 24px;
    }

    .time-code-summary-state[b-8ak45557ud] {
        display: none;
    }

    .time-code-toolbar[b-8ak45557ud] {
        align-items: flex-start;
    }

    .time-code-toolbar-actions[b-8ak45557ud] {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .time-code-table[b-8ak45557ud] {
        overflow-x: auto;
    }

    .time-code-table-head[b-8ak45557ud],
    .time-code-table-row[b-8ak45557ud] {
        min-width: 980px;
    }
}

@media (max-width: 720px) {
    .time-code-modal-backdrop[b-8ak45557ud] {
        padding: 10px;
    }

    .time-code-modal-grid[b-8ak45557ud] {
        grid-template-columns: 1fr;
    }

    .time-code-modal-grid label.wide[b-8ak45557ud] {
        grid-column: auto;
    }
}
/* /Components/Settings/WorkingTimeModelSettingsSection.razor.rz.scp.css */
.working-time-model-settings[b-qqh3c9vytg] {
    gap: 0;
}

.working-time-head-actions[b-qqh3c9vytg],
.working-time-row-actions[b-qqh3c9vytg] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.working-time-archive-toggle[b-qqh3c9vytg] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5f6873;
    font-size: 11px;
}

.working-time-status[b-qqh3c9vytg] {
    margin: 10px 12px 0;
    padding: 7px 9px;
    border-left: 3px solid #107c10;
    background: #f1faf1;
    color: #0b5a0b;
    font-size: 11px;
}

.working-time-empty[b-qqh3c9vytg] {
    min-height: 170px;
    margin: 12px;
}

.working-time-table[b-qqh3c9vytg] {
    display: grid;
    padding: 0 12px 12px;
}

.working-time-table-head[b-qqh3c9vytg],
.working-time-table-row[b-qqh3c9vytg] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) 110px 110px 100px 100px 82px;
    align-items: center;
}

.working-time-table-head[b-qqh3c9vytg] {
    min-height: 31px;
    border: 1px solid #c1c7d2;
    background: #efeeed;
    color: #5f6873;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.working-time-table-row[b-qqh3c9vytg] {
    min-height: 54px;
    border: 1px solid #c1c7d2;
    border-top: 0;
    background: #fff;
    color: #1a1c1c;
    font-size: 11px;
}

.working-time-table-row.is-archived[b-qqh3c9vytg] {
    background: #faf9f8;
    color: #727782;
}

.working-time-table-head > span[b-qqh3c9vytg],
.working-time-table-row > span[b-qqh3c9vytg] {
    min-width: 0;
    padding: 7px 9px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.working-time-name[b-qqh3c9vytg] {
    display: grid;
    gap: 2px;
}

.working-time-name strong[b-qqh3c9vytg],
.working-time-name small[b-qqh3c9vytg] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.working-time-name small[b-qqh3c9vytg] {
    color: #727782;
    font-size: 10px;
    font-weight: 500;
}

.working-time-table mark[b-qqh3c9vytg] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
}

.working-time-table mark.active[b-qqh3c9vytg] {
    background: #dff6dd;
    color: #0b5a0b;
}

.working-time-table mark.default[b-qqh3c9vytg] {
    background: #dbeeff;
    color: #004578;
}

.working-time-table mark.neutral[b-qqh3c9vytg] {
    background: #efeeed;
    color: #5f6873;
}

.working-time-row-actions button[b-qqh3c9vytg] {
    width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
}

.working-time-row-actions .material-symbols-outlined[b-qqh3c9vytg] {
    font-size: 17px;
}

.working-time-snapshot-note[b-qqh3c9vytg] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
    margin: 0 12px 12px;
    padding: 10px 12px;
    border-left: 3px solid #0078d4;
    background: #f5f9fd;
    color: #414750;
}

.working-time-snapshot-note .material-symbols-outlined[b-qqh3c9vytg] {
    color: #0063a6;
    font-size: 20px;
}

.working-time-snapshot-note p[b-qqh3c9vytg] {
    margin: 0;
    font-size: 11px;
    line-height: 17px;
}

.working-time-backdrop[b-qqh3c9vytg] {
    position: fixed;
    inset: 0;
    z-index: 1090;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: rgb(0 0 0 / 42%);
}

.working-time-modal[b-qqh3c9vytg] {
    position: fixed;
    z-index: 1100;
    top: 50%;
    left: 50%;
    display: grid;
    width: min(900px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    transform: translate(-50%, -50%);
    border: 1px solid #9ba6b2;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 18px 46px rgb(0 0 0 / 24%);
    overflow: hidden;
}

.working-time-archive-modal[b-qqh3c9vytg] {
    width: min(520px, calc(100vw - 32px));
}

.working-time-modal .modal-head[b-qqh3c9vytg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-bottom: 1px solid #c1c7d2;
    background: #f5f5f5;
}

.working-time-modal .modal-head > div[b-qqh3c9vytg] {
    display: grid;
    gap: 2px;
}

.working-time-modal .modal-head strong[b-qqh3c9vytg] {
    font-size: 14px;
}

.working-time-modal .modal-head small[b-qqh3c9vytg] {
    color: #687384;
    font-size: 10px;
}

.working-time-modal .modal-head button[b-qqh3c9vytg] {
    width: 28px;
    height: 28px;
    min-height: 28px;
    padding: 0;
}

.working-time-modal .modal-body[b-qqh3c9vytg] {
    display: grid;
    gap: 16px;
    padding: 16px;
    overflow: auto;
}

.working-time-main-fields[b-qqh3c9vytg] {
    display: grid;
    grid-template-columns: minmax(150px, .65fr) minmax(240px, 1.35fr) minmax(160px, .7fr);
    gap: 12px;
}

.working-time-main-fields label[b-qqh3c9vytg],
.working-time-schedule label[b-qqh3c9vytg],
.working-time-archive-modal label[b-qqh3c9vytg] {
    display: grid;
    gap: 5px;
    color: #414750;
    font-size: 11px;
    font-weight: 700;
}

.working-time-main-fields input[b-qqh3c9vytg],
.working-time-schedule input[b-qqh3c9vytg],
.working-time-archive-modal input[b-qqh3c9vytg] {
    width: 100%;
    min-height: 34px;
    border: 1px solid #b8c2cc;
    border-radius: 3px;
    background: #fff;
    color: #1a1c1c;
    padding: 6px 9px;
}

.working-time-default-check[b-qqh3c9vytg] {
    grid-column: 1 / -1;
    display: flex !important;
    align-items: center;
    gap: 8px !important;
    min-height: 34px;
    padding: 7px 9px;
    border: 1px solid #d5dbe2;
    background: #f8fafc;
}

.working-time-default-check input[b-qqh3c9vytg] {
    width: 16px;
    min-height: 16px;
}

.working-time-schedule[b-qqh3c9vytg] {
    display: grid;
    gap: 12px;
    padding: 14px;
    border: 1px solid #c1c7d2;
    background: #fbfcfd;
}

.working-time-schedule-head[b-qqh3c9vytg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.working-time-schedule-head > div[b-qqh3c9vytg] {
    display: grid;
    gap: 2px;
}

.working-time-schedule-head small[b-qqh3c9vytg] {
    color: #727782;
    font-size: 10px;
}

.working-time-schedule-head > span[b-qqh3c9vytg] {
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 700;
}

.working-time-schedule-head > span.is-valid[b-qqh3c9vytg] {
    background: #dff6dd;
    color: #0b5a0b;
}

.working-time-schedule-head > span.is-invalid[b-qqh3c9vytg] {
    background: #fde7e9;
    color: #a4262c;
}

.working-time-days[b-qqh3c9vytg] {
    display: grid;
    grid-template-columns: repeat(7, minmax(80px, 1fr));
    gap: 8px;
}

.working-time-weekly-total[b-qqh3c9vytg] {
    width: min(240px, 100%);
}

.working-time-modal .modal-actions[b-qqh3c9vytg] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 11px 14px;
    border-top: 1px solid #c1c7d2;
    background: #f5f5f5;
}

.working-time-modal .modal-actions button.danger[b-qqh3c9vytg] {
    border-color: #ba1a1a;
    background: #ba1a1a;
    color: #fff;
}

.working-time-archive-modal .modal-body p[b-qqh3c9vytg] {
    margin: 0;
    color: #414750;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 1100px) {
    .working-time-table-head[b-qqh3c9vytg],
    .working-time-table-row[b-qqh3c9vytg] {
        grid-template-columns: minmax(180px, 1fr) 80px 90px 80px 90px 72px;
    }

    .working-time-days[b-qqh3c9vytg] {
        grid-template-columns: repeat(4, minmax(90px, 1fr));
    }
}
/* /Components/SupplierDocumentsPanel.razor.rz.scp.css */
.customer-detail-card.supplier-documents-card[b-vd9dvfq62s] {
    grid-column: 1 / -1;
    min-height: 270px;
    max-height: 420px;
    overflow: hidden;
}

.supplier-document-title[b-vd9dvfq62s],
.supplier-document-header-actions[b-vd9dvfq62s] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.supplier-document-header-actions button .material-symbols-outlined[b-vd9dvfq62s] {
    font-size: 16px;
}

.supplier-document-message[b-vd9dvfq62s],
.supplier-document-errors[b-vd9dvfq62s] {
    margin: 0;
    padding: 5px 8px;
    border-bottom: 1px solid #c1c7d2;
    font-size: 10px;
}

.supplier-document-message[b-vd9dvfq62s] {
    background: #eef8ee;
    color: #107c10;
}

.supplier-document-errors[b-vd9dvfq62s] {
    display: grid;
    gap: 2px;
    background: #fff2f0;
    color: #93000a;
}

.supplier-document-toolbar[b-vd9dvfq62s] {
    min-height: 34px;
    padding: 4px 8px;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #c1c7d2;
    background: #f4f3f2;
}

.supplier-document-search[b-vd9dvfq62s] {
    min-width: 0;
    height: 24px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #c1c7d2;
    background: #fff;
}

.supplier-document-search .material-symbols-outlined[b-vd9dvfq62s] {
    color: #605e5c;
    font-size: 15px;
}

.supplier-document-search input[b-vd9dvfq62s] {
    min-width: 0;
    width: 100%;
    height: 22px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 11px;
}

.supplier-document-filter[b-vd9dvfq62s] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #605e5c;
    font-size: 10px;
}

.supplier-document-filter select[b-vd9dvfq62s],
.supplier-document-toolbar > button[b-vd9dvfq62s] {
    height: 24px;
    min-height: 24px;
    border: 1px solid #c1c7d2;
    border-radius: 2px;
    background: #fff;
    color: #323130;
    font-size: 10px;
}

.supplier-document-filter select[b-vd9dvfq62s] {
    padding: 0 22px 0 6px;
}

.supplier-document-toolbar > button[b-vd9dvfq62s] {
    padding: 0 10px;
    font-weight: 700;
}

.supplier-document-browser[b-vd9dvfq62s] {
    min-height: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
}

.supplier-document-path[b-vd9dvfq62s] {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 28px;
    padding: 0 8px;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #c1c7d2;
    background: #fff;
}

.supplier-document-folder-back[b-vd9dvfq62s] {
    width: 22px;
    height: 22px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #605e5c;
}

.supplier-document-folder-back:disabled[b-vd9dvfq62s] {
    opacity: .38;
}

.supplier-document-folder-back .material-symbols-outlined[b-vd9dvfq62s] {
    font-size: 15px;
}

.supplier-document-path nav[b-vd9dvfq62s] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    color: #605e5c;
    font-size: 10px;
    white-space: nowrap;
}

.supplier-document-path nav button[b-vd9dvfq62s] {
    padding: 0;
    border: 0;
    background: transparent;
    color: #005a9e;
    font: inherit;
}

.supplier-document-path nav button + button[b-vd9dvfq62s]::before,
.supplier-document-path nav button + strong[b-vd9dvfq62s]::before,
.supplier-document-path nav strong + button[b-vd9dvfq62s]::before,
.supplier-document-path nav strong + strong[b-vd9dvfq62s]::before {
    content: "/";
    margin-right: 4px;
    color: #8a8886;
}

.supplier-document-path small[b-vd9dvfq62s] {
    color: #605e5c;
    font-size: 10px;
    white-space: nowrap;
}

.supplier-document-meta[b-vd9dvfq62s] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.supplier-document-meta span + span[b-vd9dvfq62s]::before,
.supplier-document-meta time[b-vd9dvfq62s]::before {
    content: "|";
    margin-right: 6px;
    color: #c1c7d2;
}

.supplier-document-modal[b-vd9dvfq62s] {
    width: min(680px, calc(100vw - 32px));
}

.supplier-document-modal-body[b-vd9dvfq62s] {
    padding: 16px;
    display: grid;
    gap: 10px;
}

.supplier-document-modal-body label[b-vd9dvfq62s] {
    min-width: 0;
    display: grid;
    gap: 4px;
    color: #414750;
    font-size: 11px;
    font-weight: 700;
}

.supplier-document-modal-body input[b-vd9dvfq62s],
.supplier-document-modal-body select[b-vd9dvfq62s],
.supplier-document-modal-body textarea[b-vd9dvfq62s] {
    width: 100%;
    min-height: 32px;
    padding: 6px 8px;
    border: 1px solid #c1c7d2;
    border-radius: 2px;
    background: #fff;
    color: #1a1c1c;
    font: inherit;
    font-weight: 400;
}

.supplier-document-modal-body input[readonly][b-vd9dvfq62s] {
    background: #f4f3f2;
    font-family: Consolas, "JetBrains Mono", monospace;
}

.supplier-document-modal-body small[b-vd9dvfq62s] {
    color: #605e5c;
    font-size: 10px;
    font-weight: 400;
}

.supplier-document-upload-grid[b-vd9dvfq62s] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.supplier-document-upload-grid .wide[b-vd9dvfq62s] {
    grid-column: 1 / -1;
}

.supplier-document-file-picker input[type="file"][b-vd9dvfq62s] {
    padding: 4px;
}

@media (max-width: 760px) {
    .supplier-document-toolbar[b-vd9dvfq62s],
    .supplier-document-upload-grid[b-vd9dvfq62s] {
        grid-template-columns: 1fr;
    }

    .supplier-document-filter[b-vd9dvfq62s] {
        justify-content: space-between;
    }

    .supplier-document-path small[b-vd9dvfq62s],
    .supplier-document-meta time[b-vd9dvfq62s] {
        display: none;
    }

    .supplier-document-path[b-vd9dvfq62s] {
        grid-template-columns: 22px minmax(0, 1fr);
    }
}
