/* /Components/Cards/ClaimInfoCard.razor.rz.scp.css */
.claim-card[b-dlgo37ykg8] {
    padding: 24px;
    border-radius: 12px;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.claim-header[b-dlgo37ykg8] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.claim-title[b-dlgo37ykg8] {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .6px;
}

.claim-address[b-dlgo37ykg8] {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    opacity: .78;
}

.claim-header-right[b-dlgo37ykg8] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.claim-chip[b-dlgo37ykg8] {
    font-weight: 900;
}

.claim-topmeta[b-dlgo37ykg8] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.meta-pill[b-dlgo37ykg8] {
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.05);
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.meta-label[b-dlgo37ykg8] {
    font-size: 11px;
    font-weight: 900;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.meta-value[b-dlgo37ykg8] {
    font-size: 13px;
    font-weight: 900;
}

.claim-grid[b-dlgo37ykg8] {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 14px;
}

.claim-section[b-dlgo37ykg8] {
    padding: 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(0,0,0,0.05);
}

.section-head[b-dlgo37ykg8] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.section-icon[b-dlgo37ykg8] {
    font-size: 18px;
    opacity: .55;
}

.section-title[b-dlgo37ykg8] {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .7px;
    opacity: .75;
}

.tel[b-dlgo37ykg8] {
    font-weight: 900;
    text-decoration: none;
}

    .tel:hover[b-dlgo37ykg8] {
        text-decoration: underline;
    }

@media (max-width:768px) {
}
/* /Components/Cards/CustomerInfoCard.razor.rz.scp.css */
.cust-header[b-acylcg563y] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.cust-title[b-acylcg563y] {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .6px;
}

.cust-sub[b-acylcg563y] {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    opacity: .78;
}

.cust-grid[b-acylcg563y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 5px;
}

.cust-section[b-acylcg563y] {
    padding: 14px;
    border-radius: 5px;
    background: rgba(255,255,255,0.65);
    width: 100%;
}

.sec-title[b-acylcg563y] {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .7px;
    opacity: .75;
    margin-bottom: 0px;
}

.kv[b-acylcg563y] {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

    .kv:last-child[b-acylcg563y] {
        border-bottom: none;
    }

.k[b-acylcg563y] {
    font-size: 12px;
    font-weight: 700;
    opacity: .70;
    white-space: nowrap;
}

.v[b-acylcg563y] {
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
}

@media (max-width:768px) {
    .kv[b-acylcg563y] {
        flex-direction: column;
        align-items: flex-start;
    }

    .v[b-acylcg563y] {
        text-align: left;
    }
}

.cust-map[b-acylcg563y] {
    box-shadow: 3px 6px 4px 0px rgba(0, 0, 0, .14);
}

.td-mapFrame[b-acylcg563y] {
    width: 100%;
    height: 100%;
    border: 0;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-jxauppvoz7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jxauppvoz7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jvadp1l3si] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-jvadp1l3si] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-jvadp1l3si] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jvadp1l3si] {
    font-size: 1.1rem;
}

.bi[b-jvadp1l3si] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jvadp1l3si] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jvadp1l3si] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jvadp1l3si] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jvadp1l3si] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jvadp1l3si] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jvadp1l3si] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jvadp1l3si]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-jvadp1l3si]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jvadp1l3si]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-jvadp1l3si] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-jvadp1l3si] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jvadp1l3si] {
        display: none;
    }

    .nav-scrollable[b-jvadp1l3si] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Customers/CustomerDetail.razor.rz.scp.css */
/* Customer Detail
   Page-owned table spacing and column widths.
*/

.cd-page[b-2e8t449m3s] {
    background: rgba(255,255,255,.20);
}

.cd-header-actions[b-2e8t449m3s] {
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cd-loading[b-2e8t449m3s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 40px 0;
}

.cd-table[b-2e8t449m3s] {
    --cb-view-col-width: 50px;
    --cb-claim-col-width: 150px;
}

.cd-tableHost[b-2e8t449m3s] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.cd-tableHost[b-2e8t449m3s]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.cd-tableHost[b-2e8t449m3s]  table,
.cd-tableHost[b-2e8t449m3s]  .mud-table-root {
    width: 100%;
    table-layout: fixed;
}

.cd-tableHost[b-2e8t449m3s]  th,
.cd-tableHost[b-2e8t449m3s]  td,
.cd-tableHost[b-2e8t449m3s]  .mud-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cust-title[b-2e8t449m3s] {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .6px;
}
/* /Components/Pages/Customers/Customers.razor.rz.scp.css */
/* Customers
   Page-owned table layout.
*/

.cl-table[b-fpwt2631gh] {
    --cb-view-col-width: 56px;
    --cb-address-col-width: 360px;
    --cb-date-col-width: 120px;
}

.cl-tableHost[b-fpwt2631gh] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.cl-tableHost[b-fpwt2631gh]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.cl-tableHost[b-fpwt2631gh]  table,
.cl-tableHost[b-fpwt2631gh]  .mud-table-root {
    width: 100%;
    table-layout: fixed;
}

.cl-tableHost[b-fpwt2631gh]  th,
.cl-tableHost[b-fpwt2631gh]  td,
.cl-tableHost[b-fpwt2631gh]  .mud-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cl-sectionHead[b-fpwt2631gh] {
    padding: 16px 18px 8px;
}
/* /Components/Pages/Dashboards/OfficeDashboard.razor.rz.scp.css */
/* Office Dashboard
   Page-owned table layout, header spacing, and column sizing.
   Change spacing and column widths here.
*/

.od-page[b-zv30kal773] {
    --od-page-gap: 20px;
    --od-stack-gap: 20px;
    --od-section-padding: 16px 18px 8px;
    display: flex;
    flex-direction: column;
    gap: var(--od-page-gap);
}

.od-sticky-page-header[b-zv30kal773] {
    position: sticky;
    top: 10px;
    z-index: 20;
}

.od-stack[b-zv30kal773] {
    display: flex;
    flex-direction: column;
    gap: var(--od-stack-gap);
}

.od-panel-shell[b-zv30kal773] {
    overflow: hidden;
}

.od-sectionHead[b-zv30kal773] {
    padding: var(--od-section-padding);
}

.od-sticky-toolbar[b-zv30kal773] {
    position: sticky;
    top: 86px;
    z-index: 15;
    background: inherit;
    border-bottom: 1px solid rgba(15, 79, 147, 0.08);
}

.od-search[b-zv30kal773] {
    width: 100%;
}

.od-table[b-zv30kal773] {
    --cb-view-col-width: var(--od-col-view-width);
    --cb-address-col-width: var(--od-col-address-width);
    --cb-date-col-width: var(--od-col-date-width);
    --cb-tech-col-width: var(--od-col-tech-width);
    --cb-desc-col-width: var(--od-col-desc-width);
    --cb-claim-col-width: var(--od-col-claim-width);
    --cb-component-col-width: var(--od-col-component-width);
    --cb-model-col-width: var(--od-col-model-width);
    --cb-serial-col-width: var(--od-col-serial-width);
}

.od-tableHost[b-zv30kal773] {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.od-tableHost[b-zv30kal773]  .mud-table-container {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.od-tableHost[b-zv30kal773]  table,
.od-tableHost[b-zv30kal773]  .mud-table-root {
    width: 100%;
    table-layout: fixed;
}

.od-tableHost[b-zv30kal773]  th,
.od-tableHost[b-zv30kal773]  td,
.od-tableHost[b-zv30kal773]  .mud-table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding: var(--od-table-cell-padding);
}

.od-tableHost[b-zv30kal773]  thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: rgba(248, 251, 255, 0.98);
}

.od-tableHost[b-zv30kal773]  .mud-table-row {
    display: table-row !important;
}

.od-tableHost[b-zv30kal773]  .mud-table-cell {
    display: table-cell !important;
}

.od-table[b-zv30kal773]  tbody tr:nth-child(even) td {
    background: rgba(0,0,0,.04);
}

@media (max-width: 1100px) {
    .od-page[b-zv30kal773] {
        --od-col-view-width: 30px;
        --od-col-address-width: 150px;
    }
}

@media (max-width: 900px) {
    .od-sticky-page-header[b-zv30kal773],
    .od-sticky-toolbar[b-zv30kal773] {
        position: static;
    }
}

@media (max-width: 600px) {
    .od-tableHost[b-zv30kal773]  table,
    .od-tableHost[b-zv30kal773]  .mud-table-root {
        min-width: calc(
            var(--od-col-view-width-mobile) +
            var(--od-col-address-width-mobile) +
            var(--od-col-date-width-mobile) +
            var(--od-col-tech-width-mobile) +
            var(--od-col-desc-width-mobile) +
            120px
        );
        table-layout: auto;
    }

    .od-tableHost[b-zv30kal773]  th,
    .od-tableHost[b-zv30kal773]  td,
    .od-tableHost[b-zv30kal773]  .mud-table-cell {
        padding: var(--od-table-cell-padding-mobile);
    }

    .od-table[b-zv30kal773] {
        --cb-view-col-width: var(--od-col-view-width-mobile);
        --cb-address-col-width: var(--od-col-address-width-mobile);
        --cb-date-col-width: var(--od-col-date-width-mobile);
        --cb-tech-col-width: var(--od-col-tech-width-mobile);
        --cb-desc-col-width: var(--od-col-desc-width-mobile);
        --cb-claim-col-width: var(--od-col-claim-width-mobile);
        --cb-component-col-width: var(--od-col-component-width-mobile);
        --cb-model-col-width: var(--od-col-model-width-mobile);
        --cb-serial-col-width: var(--od-col-serial-width-mobile);
    }
}
/* /Components/Pages/Dashboards/TechnicianDashboard.razor.rz.scp.css */
.techdash-loading[b-ml8iu7hycv] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
}

.section-block[b-ml8iu7hycv],
.route-map-card[b-ml8iu7hycv] {
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius);
  background: var(--cb-surface);
  box-shadow: var(--cb-shadow);
}

.page-header-row[b-ml8iu7hycv],
.section-heading[b-ml8iu7hycv],
.route-map-head[b-ml8iu7hycv] {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 0.75rem;
}

.section-heading[b-ml8iu7hycv] {
  margin-bottom: 0.65rem;
}

.route-map-actions[b-ml8iu7hycv] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eyebrow[b-ml8iu7hycv] {
  margin-bottom: 0.1rem;
  color: var(--cb-accent-deep);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.empty-card[b-ml8iu7hycv] {
  padding: 0.8rem;
  border: 1px dashed var(--cb-line);
  border-radius: var(--cb-radius);
  background: rgba(248, 251, 253, 0.7);
}

.empty-card h3[b-ml8iu7hycv] {
  margin-bottom: 0.2rem;
}

.empty-card p[b-ml8iu7hycv] {
  color: var(--cb-text-soft);
  line-height: 1.35;
}

.section-tag[b-ml8iu7hycv] {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(2, 83, 124, 0.08);
  color: var(--cb-accent-deep);
  font-size: 0.85rem;
  font-weight: 700;
}

.dashboard-header-block[b-ml8iu7hycv] {
  padding: 0.45rem 0.8rem;
  margin-bottom: 0.35rem;
}

.dashboard-header-row[b-ml8iu7hycv] {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}

.dashboard-header-copy[b-ml8iu7hycv] {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.dashboard-eyebrow[b-ml8iu7hycv] {
  margin: 0;
  font-size: 0.66rem;
  line-height: 1.05;
}

.dashboard-list-heading[b-ml8iu7hycv] {
  margin-bottom: 0.3rem;
}

.data-list[b-ml8iu7hycv] {
  display: grid;
  gap: 0.55rem;
}

.dashboard-stop-card[b-ml8iu7hycv] {
  display: grid;
  gap: 0.18rem;
  padding: 0.52rem 0.65rem;
  border: 1px solid var(--cb-line);
  border-radius: var(--cb-radius);
  background: linear-gradient(rgba(250, 252, 254, 0.97), rgba(242, 247, 251, 0.98));
  box-shadow: var(--cb-shadow);
  color: inherit;
  text-decoration: none;
}

.dashboard-stop-card-complete[b-ml8iu7hycv] {
  opacity: 0.9;
}

.dashboard-stop-card .stop-card-main[b-ml8iu7hycv] {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  gap: 0.08rem;
}

.dashboard-stop-top[b-ml8iu7hycv] {
  position: relative;
  display: block;
}

.dashboard-stop-inline-action[b-ml8iu7hycv] {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  gap: 8px;
}

.dashboard-stop-top .address-title[b-ml8iu7hycv] {
  display: block;
  min-width: 0;
  padding-right: 3.25rem;
}

.dashboard-stop-map-link[b-ml8iu7hycv],
.dashboard-stop-phone-link[b-ml8iu7hycv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f4f93;
}

.dashboard-stop-map-icon[b-ml8iu7hycv],
.dashboard-stop-phone-icon[b-ml8iu7hycv] {
  width: 0.95rem;
  height: 0.95rem;
  fill: currentColor;
}

.dashboard-stop-date[b-ml8iu7hycv] {
  color: var(--cb-text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-stop-date-right[b-ml8iu7hycv] {
  align-self: flex-end;
  text-align: right;
  margin-top: 0.2rem;
  width: 100%;
}

.route-map-card[b-ml8iu7hycv] {
  overflow: hidden;
  margin-bottom: 0.7rem;
}

.route-map-head[b-ml8iu7hycv] {
  padding: 0.65rem 0.85rem 0;
  margin-bottom: 0.2rem;
}

.route-map-titlebar[b-ml8iu7hycv] {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.route-map-title[b-ml8iu7hycv] {
  color: var(--cb-accent-deep);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 6.8rem;
  text-align: center;
  margin: 0;
}

.sch-route-daystrip[b-ml8iu7hycv] {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.dashboard-group-strip[b-ml8iu7hycv] {
  padding: 0 1.25rem 0.25rem;
  margin-bottom: 0;
}

.sch-daypill[b-ml8iu7hycv] {
  appearance: none;
  width: auto;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  padding: 0.16rem 0.46rem;
  background: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  color: inherit;
}

.sch-daypill.is-active[b-ml8iu7hycv] {
  outline: 2px solid rgba(50, 120, 255, 0.35);
  outline-offset: 1px;
}

.sch-daypill.cb-day-mon[b-ml8iu7hycv] {
  background: rgba(37, 99, 235, 0.95);
  color: #fff;
}

.sch-daypill.cb-day-tue[b-ml8iu7hycv] {
  background: rgba(22, 163, 74, 0.95);
  color: #fff;
}

.sch-daypill.cb-day-wed[b-ml8iu7hycv] {
  background: rgba(245, 158, 11, 0.95);
  color: #111;
}

.sch-daypill.cb-day-thu[b-ml8iu7hycv] {
  background: rgba(147, 51, 234, 0.95);
  color: #fff;
}

.sch-daypill.cb-day-fri[b-ml8iu7hycv] {
  background: rgba(239, 68, 68, 0.95);
  color: #fff;
}

.route-map-body[b-ml8iu7hycv] {
  position: relative;
  min-height: 11rem;
  padding: 0 0.85rem 0.85rem;
}

.route-live-map[b-ml8iu7hycv] {
  min-height: calc(13.5rem + 50px);
  border: 1px solid rgba(0, 119, 182, 0.16);
  border-radius: var(--cb-radius);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.route-map-empty[b-ml8iu7hycv] {
  width: 100%;
}

.route-live-map .leaflet-container[b-ml8iu7hycv],
#cbScheduleMap.leaflet-container[b-ml8iu7hycv] {
  width: 100%;
  height: 100%;
  min-height: calc(13.5rem + 50px);
  border-radius: var(--cb-radius);
  font: inherit;
  z-index: 1;
}

.route-live-map .leaflet-popup-content-wrapper[b-ml8iu7hycv],
#cbScheduleMap .leaflet-popup-content-wrapper[b-ml8iu7hycv] {
  border-radius: var(--cb-radius);
}

.route-live-map .leaflet-popup-content[b-ml8iu7hycv],
#cbScheduleMap .leaflet-popup-content[b-ml8iu7hycv] {
  margin: 0.65rem 0.75rem;
  color: var(--cb-ink);
  font-size: 0.84rem;
  line-height: 1.3;
}
/* /Components/Pages/Knowledge/PartsNotes.razor.rz.scp.css */
.parts-notes-shell[b-4zi5gjpnyp] {
    padding: 1rem;
}

.parts-toolbar[b-4zi5gjpnyp] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 1rem;
}

.cb-admin-header-row .parts-view-toggle[b-4zi5gjpnyp] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    justify-self: end;
}

.parts-toggle-button[b-4zi5gjpnyp] {
    min-height: 40px;
    padding: 0 1rem;
    border-radius: 5px;
    border: 1px solid rgba(18, 91, 153, 0.18);
    background: rgba(255,255,255,0.94);
    color: #1f6ea8;
    font-weight: 700;
    cursor: pointer;
}

.parts-toggle-button.is-active[b-4zi5gjpnyp] {
    background: var(--mud-palette-primary);
    color: #fff;
    border-color: transparent;
}

.parts-search[b-4zi5gjpnyp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 20rem;
    flex: 1 1 24rem;
    max-width: 32rem;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(18, 91, 153, 0.18);
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
}

.parts-search-icon[b-4zi5gjpnyp] {
    width: 18px;
    height: 18px;
    fill: #5f6f88;
    flex: 0 0 auto;
}

.parts-search input[b-4zi5gjpnyp],
.parts-add-category input[b-4zi5gjpnyp],
.parts-inline-add input[b-4zi5gjpnyp],
.parts-note-add input[b-4zi5gjpnyp],
.parts-note-add textarea[b-4zi5gjpnyp] {
    width: 100%;
    border: 1px solid rgba(18, 91, 153, 0.16);
    border-radius: 6px;
    padding: 0.5rem 0.65rem;
    background: rgba(255,255,255,0.95);
}

.parts-search input[b-4zi5gjpnyp] {
    border: 0;
    padding: 0;
    background: transparent;
    outline: none;
}

.parts-add-category[b-4zi5gjpnyp] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex: 1 1 26rem;
    justify-content: flex-end;
}

.parts-add-category .sync-button[b-4zi5gjpnyp] {
    white-space: nowrap;
}

.parts-primary-button[b-4zi5gjpnyp] {
    min-height: 40px;
    padding: 0 1rem;
    border: 0;
    border-radius: 5px;
    background: var(--mud-palette-primary);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(23, 110, 173, 0.18);
}

.parts-library[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.55rem;
}

.parts-category-panel[b-4zi5gjpnyp],
.parts-model-panel[b-4zi5gjpnyp] {
    border: 1px solid rgba(18, 91, 153, 0.14);
    border-radius: 0;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 10px 24px rgba(6, 40, 76, 0.08);
}

.parts-category-summary[b-4zi5gjpnyp],
.parts-model-summary[b-4zi5gjpnyp] {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.9rem;
    cursor: pointer;
    background: rgba(31, 138, 215, 0.08);
}

.parts-category-summary[b-4zi5gjpnyp]::-webkit-details-marker,
.parts-model-summary[b-4zi5gjpnyp]::-webkit-details-marker {
    display: none;
}

.parts-summary-main[b-4zi5gjpnyp] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    flex: 1;
}

.parts-summary-copy[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.parts-summary-copy strong[b-4zi5gjpnyp] {
    color: #22395f;
    font-size: 1rem;
    line-height: 1.1;
}

.parts-summary-copy span[b-4zi5gjpnyp] {
    color: #5f6f88;
    font-size: 0.8rem;
    line-height: 1.1;
}

.parts-summary-chevron[b-4zi5gjpnyp] {
    color: #1f6ea8;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    position: relative;
}

.parts-summary-chevron[b-4zi5gjpnyp]::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transform-origin: center;
    margin-top: 2px;
}

.parts-category-panel[open] > .parts-category-summary .parts-summary-chevron[b-4zi5gjpnyp],
.parts-model-panel[open] > .parts-model-summary .parts-summary-chevron[b-4zi5gjpnyp] {
    transform: rotate(90deg);
}

.parts-category-card[b-4zi5gjpnyp] {
    padding: 0 0 0.6rem 10px;
}

.parts-model-list[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.5rem;
}

.parts-model-card[b-4zi5gjpnyp] {
    padding: 0 5px 0.25rem;
}

.parts-subsection[b-4zi5gjpnyp],
.parts-item-list[b-4zi5gjpnyp],
.parts-note-list[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.45rem;
}

.parts-item-row[b-4zi5gjpnyp] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    align-items: start;
    padding: 0.45rem 0.55rem;
    border: 1px solid rgba(18, 91, 153, 0.12);
    border-radius: 0;
    background: rgba(247, 250, 253, 0.85);
}

.parts-item-copy[b-4zi5gjpnyp],
.parts-note-copy[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.parts-item-copy[b-4zi5gjpnyp] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.parts-item-copy strong[b-4zi5gjpnyp],
.parts-note-copy strong[b-4zi5gjpnyp] {
    color: #22395f;
    font-size: 0.92rem;
    line-height: 1.1;
}

.parts-item-copy span[b-4zi5gjpnyp],
.parts-note-copy span[b-4zi5gjpnyp] {
    color: #5f6f88;
    font-size: 0.84rem;
    line-height: 1.25;
    white-space: pre-wrap;
}

.parts-note-panel[b-4zi5gjpnyp] {
    border: 1px solid rgba(18, 91, 153, 0.12);
    border-radius: 0;
    background: rgba(247, 250, 253, 0.85);
}

.parts-note-summary[b-4zi5gjpnyp] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.55rem;
    cursor: pointer;
    background: rgba(31, 138, 215, 0.08);
}

.parts-note-summary[b-4zi5gjpnyp]::-webkit-details-marker {
    display: none;
}

.parts-note-panel[open] > .parts-note-summary .parts-summary-chevron[b-4zi5gjpnyp] {
    transform: rotate(90deg);
}

.parts-note-body[b-4zi5gjpnyp] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
    align-items: start;
    padding: 0.55rem;
}

.parts-row-delete[b-4zi5gjpnyp] {
    border: 0;
    background: transparent;
    color: #b3261e;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.15rem 0.25rem;
}

.parts-inline-add[b-4zi5gjpnyp],
.parts-note-add[b-4zi5gjpnyp] {
    display: grid;
    gap: 0.5rem;
    align-items: start;
}

.parts-inline-add-compact[b-4zi5gjpnyp] {
    grid-template-columns: minmax(12rem, 14rem) minmax(18rem, 1fr) auto;
}

.parts-note-add-compact[b-4zi5gjpnyp] {
    grid-template-columns: minmax(12rem, 14rem) minmax(18rem, 1fr) auto;
}

.parts-category-add-row[b-4zi5gjpnyp] {
    margin-top: 0.15rem;
    padding-right: 5px;
}

.parts-empty-row[b-4zi5gjpnyp] {
    color: #5f6f88;
    font-size: 0.84rem;
    padding: 0.35rem 0.1rem;
}

.parts-save-button[b-4zi5gjpnyp] {
    min-width: 40px;
    min-height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.parts-save-button svg[b-4zi5gjpnyp] {
    width: 18px;
    height: 18px;
    fill: #1f6ea8;
}

@media (max-width: 1100px) {
    .parts-toolbar[b-4zi5gjpnyp] {
        grid-template-columns: 1fr;
        display: grid;
    }

    .parts-add-category[b-4zi5gjpnyp] {
        width: 100%;
        justify-content: stretch;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .parts-search[b-4zi5gjpnyp] {
        max-width: none;
    }

    .cb-admin-header-row .parts-view-toggle[b-4zi5gjpnyp] {
        width: auto;
        justify-self: end;
        margin-left: auto;
    }

}

@media (max-width: 720px) {
    .parts-inline-add-compact[b-4zi5gjpnyp],
    .parts-note-add-compact[b-4zi5gjpnyp] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Scheduling/ScheduleBoard.razor.rz.scp.css */
.sch-page[b-ktxw4qxkjn] {
    display: grid;
    gap: 0.7rem;
}

.sch-headerbar[b-ktxw4qxkjn] {
    padding: 0.35rem 0.8rem;
}

.sch-header-inner[b-ktxw4qxkjn] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1.75rem;
}

.sch-layout[b-ktxw4qxkjn] {
    display: grid;
    gap: 0.7rem;
}

.sch-desktop-split[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(30rem, 1.6fr);
    gap: 0.7rem;
    align-items: stretch;
}

.sch-map-card[b-ktxw4qxkjn],
.sch-board-card[b-ktxw4qxkjn] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.sch-map-card[b-ktxw4qxkjn] {
    padding: 0.2rem;
}

.sch-board-card[b-ktxw4qxkjn] {
    padding: 0.7rem;
}

.sch-map-header[b-ktxw4qxkjn],
.sch-tray-head[b-ktxw4qxkjn],
.sch-col-head[b-ktxw4qxkjn] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.3rem;
}

.sch-radio-group[b-ktxw4qxkjn] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.sch-radio-option[b-ktxw4qxkjn] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: var(--cb-accent-deep);
}

.sch-radio-option input[b-ktxw4qxkjn] {
    margin: 0;
}

.sch-map[b-ktxw4qxkjn] {
    min-height: 26rem;
    border-radius: var(--cb-radius);
    overflow: hidden;
}

.sch-board-desktop[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
    min-height: 0;
}

.sch-columns[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    min-height: 0;
}

.sch-col[b-ktxw4qxkjn],
.sch-mobile-tray[b-ktxw4qxkjn],
.sch-route-tray[b-ktxw4qxkjn] {
    border: 1px solid rgba(25, 44, 70, 0.12);
    border-radius: var(--cb-radius);
    background: rgba(255, 255, 255, 0.72);
    padding: 0.55rem;
    min-height: 0;
}

.sch-col[b-ktxw4qxkjn] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    align-content: start;
    gap: 0;
    padding: 0;
}

.sch-day-selected[b-ktxw4qxkjn] {
    border-color: rgba(0, 119, 182, 0.35);
    background: rgba(0, 119, 182, 0.08);
}

.sch-col .data-list[b-ktxw4qxkjn],
.sch-mobile-tray .data-list[b-ktxw4qxkjn],
.sch-route-tray .data-list[b-ktxw4qxkjn] {
    gap: 5px;
}

.sch-assigned-list[b-ktxw4qxkjn] {
    display: grid;
    gap: 5px;
    align-content: start;
}

.sch-mobile-tray .data-list.sch-dropzone[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
}

.sch-dropzone[b-ktxw4qxkjn] {
    min-height: 10rem;
    border: 2px dashed rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.42);
    padding: 0.35rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.sch-dropzone-empty[b-ktxw4qxkjn] {
    min-height: 3.25rem;
    height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.sch-dropzone-copy[b-ktxw4qxkjn] {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--cb-accent-deep);
}

.sch-daypill[b-ktxw4qxkjn] {
    width: 100%;
    min-height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.35);
    font-weight: 700;
    font-size: 0.72rem;
    padding: 0.15rem 0.5rem;
    white-space: nowrap;
}

.sch-daypill.is-active[b-ktxw4qxkjn] {
    outline: 2px solid rgba(50, 120, 255, 0.35);
    outline-offset: 1px;
}

.sch-daypill.cb-day-mon[b-ktxw4qxkjn] {
    background: rgba(37, 99, 235, 0.95);
    color: #fff;
}

.sch-daypill.cb-day-tue[b-ktxw4qxkjn] {
    background: rgba(22, 163, 74, 0.95);
    color: #fff;
}

.sch-daypill.cb-day-wed[b-ktxw4qxkjn] {
    background: rgba(245, 158, 11, 0.95);
    color: #111;
}

.sch-daypill.cb-day-thu[b-ktxw4qxkjn] {
    background: rgba(147, 51, 234, 0.95);
    color: #fff;
}

.sch-daypill.cb-day-fri[b-ktxw4qxkjn] {
    background: rgba(239, 68, 68, 0.95);
    color: #fff;
}

.sch-daypill.cb-day-other[b-ktxw4qxkjn] {
    background: rgba(107, 114, 128, 0.85);
    color: #fff;
}

.sch-mobile-daybar[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    align-items: stretch;
    margin-bottom: 0.7rem;
}

.sch-mobile-minidrops[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    margin-bottom: 0.7rem;
}

.sch-mini-slot[b-ktxw4qxkjn] {
    min-width: 0;
}

.sch-mini-dropzone[b-ktxw4qxkjn] {
    height: 44px;
    min-height: 44px;
    border: 2px dashed rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.sch-dropzone-armed[b-ktxw4qxkjn] {
    border-color: rgba(0, 119, 182, 0.6);
    box-shadow: inset 0 0 0 2px rgba(0, 119, 182, 0.12);
}

.sch-mini-date[b-ktxw4qxkjn] {
    display: block;
    font-size: 0.82rem;
    line-height: 1;
}

.sch-mini-count[b-ktxw4qxkjn] {
    display: block;
    font-size: 0.95rem;
    line-height: 1;
    margin-top: 0.18rem;
}

.schedule-stop-card[b-ktxw4qxkjn] {
    border: 1px solid var(--cb-line);
    border-radius: var(--cb-radius);
    background: var(--cb-surface);
    box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, 0.14);
    display: grid;
    gap: 0.35rem;
    padding: 2px;
}

.schedule-stop-card:not(.sch-route-card)[b-ktxw4qxkjn] {
    min-height: 0;
}

.sch-item[b-ktxw4qxkjn] {
    margin: 0;
    border-radius: 5px;
    cursor: pointer;
}

.sch-item-armed[b-ktxw4qxkjn] {
    outline: 2px solid rgba(0, 119, 182, 0.7);
    outline-offset: 1px;
    box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.12);
}

.sch-item-row[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 0.45rem;
}

.sch-item-title[b-ktxw4qxkjn] {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
    justify-content: flex-start;
}

.sch-item-street[b-ktxw4qxkjn] {
    font-weight: 900;
    font-size: x-small;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.15;
}

.sch-item-desc[b-ktxw4qxkjn] {
    opacity: 0.85;
    font-size: x-small;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.2;
}

.sch-item-meta[b-ktxw4qxkjn] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 3.2rem;
    gap: 0.25rem;
}

.sch-item-open[b-ktxw4qxkjn] {
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.schedule-open-glyph[b-ktxw4qxkjn] {
    font-size: 0.95rem;
    line-height: 1;
    font-weight: 700;
}

.sch-item-date[b-ktxw4qxkjn] {
    color: var(--cb-text-soft);
    font-size: 0.66rem;
    line-height: 1;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.schedule-stop-card:not(.sch-route-card) .sch-item-row[b-ktxw4qxkjn] {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 0;
    font-size: x-small;
}

.schedule-stop-card:not(.sch-route-card) .sch-item-meta[b-ktxw4qxkjn] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    gap: 0.5rem;
}

.schedule-stop-card:not(.sch-route-card) .sch-item-open[b-ktxw4qxkjn] {
    margin-left: 0;
    order: 2;
}

.schedule-stop-card:not(.sch-route-card) .sch-item-date[b-ktxw4qxkjn] {
    order: 1;
    text-align: left;
    white-space: normal;
}

.sch-route[b-ktxw4qxkjn] {
    display: flex;
    min-height: 0;
}

.sch-route-tray[b-ktxw4qxkjn] {
    width: 100%;
    padding-top: 0.2rem;
}

.sch-route-card[b-ktxw4qxkjn] {
    display: block;
    padding: 0.45rem 0.45rem 0.45rem 0.55rem;
}

.sch-route-card-main[b-ktxw4qxkjn] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 2rem;
    gap: 0.45rem;
    align-items: stretch;
    min-height: 3.55rem;
}

.sch-route-order[b-ktxw4qxkjn] {
    width: 1.9rem;
    min-width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(2, 83, 124, 0.1);
    color: var(--cb-accent-deep);
    font-weight: 900;
}

.sch-route-copy[b-ktxw4qxkjn] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
    align-content: center;
}

.sch-route-street[b-ktxw4qxkjn],
.sch-route-desc[b-ktxw4qxkjn] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.sch-route-street[b-ktxw4qxkjn] {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.sch-route-desc[b-ktxw4qxkjn] {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.15;
}

.sch-route-actions[b-ktxw4qxkjn] {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: stretch;
}

.sch-route-shift[b-ktxw4qxkjn] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    flex: 1 1 50%;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: rgba(25, 44, 70, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sch-route-shift:disabled[b-ktxw4qxkjn] {
    color: rgba(25, 44, 70, 0.24);
    opacity: 1;
    cursor: default;
}

.sch-route-shift-icon[b-ktxw4qxkjn] {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
    display: block;
}

@media (max-width: 1100px) {
    .sch-desktop-split[b-ktxw4qxkjn] {
        grid-template-columns: 1fr;
    }

    .sch-board-desktop[b-ktxw4qxkjn] {
        grid-template-columns: 1fr;
    }

    .sch-columns[b-ktxw4qxkjn],
    .sch-mobile-daybar[b-ktxw4qxkjn],
    .sch-mobile-minidrops[b-ktxw4qxkjn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sch-mobile-tray .data-list.sch-dropzone[b-ktxw4qxkjn] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .sch-columns[b-ktxw4qxkjn],
    .sch-mobile-daybar[b-ktxw4qxkjn],
    .sch-mobile-minidrops[b-ktxw4qxkjn] {
        grid-template-columns: 1fr;
    }

    .sch-mobile-tray .data-list.sch-dropzone[b-ktxw4qxkjn] {
        grid-template-columns: 1fr;
    }

    .sch-map[b-ktxw4qxkjn] {
        min-height: 20rem;
    }
}
/* /Components/Pages/WarrantyClaims/ActiveClaim.razor.rz.scp.css */
/* Active Claim
   Structured to mirror the manufacturer claim entry screen so office staff
   can copy values from CodeBlue into the website with less scanning.
*/

.ac-wrap[b-99rpi71gyp] {
    max-width: 1100px;
    margin: 0 auto;
}

.ac-page[b-99rpi71gyp] {
    padding-top: 24px;
    padding-bottom: 40px;
}

.ac-shell[b-99rpi71gyp] {
    max-width: 1040px;
    margin: 0 auto;
}

.ac-frame[b-99rpi71gyp] {
    padding: 18px 26px 24px;
    border-radius: 24px;
    background: rgba(220, 237, 248, 0.9);
}

.ac-form[b-99rpi71gyp] {
    padding: 18px 20px 22px;
}

.ac-header[b-99rpi71gyp] {
    margin-bottom: 12px;
}

.ac-pageTitle[b-99rpi71gyp],
.ac-frame .mud-typography.ac-pageTitle[b-99rpi71gyp] {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 1.95rem) !important;
    font-weight: 800 !important;
    color: #314866;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ac-topbar[b-99rpi71gyp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ac-actions[b-99rpi71gyp] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.ac-sheet[b-99rpi71gyp] {
    padding: 16px 18px 18px;
    border-radius: 14px;
    background: rgba(231, 242, 250, 0.92);
}

.ac-addressHero[b-99rpi71gyp] {
    margin: 0 0 18px;
    padding: 4px 0 12px;
    text-align: center;
}

.ac-addressTitle[b-99rpi71gyp],
.ac-sheet .mud-typography.ac-addressTitle[b-99rpi71gyp] {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    line-height: 1.05;
    color: #314866;
    font-weight: 800 !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ac-addressMeta[b-99rpi71gyp] {
    margin-top: 6px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 700;
    color: #5a5f66;
}

.ac-loadingBar[b-99rpi71gyp] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ac-block[b-99rpi71gyp] {
    margin-bottom: 24px;
}

.ac-twoSection[b-99rpi71gyp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
}

.ac-title[b-99rpi71gyp] {
    margin-bottom: 14px;
    font-weight: 700;
    color: #3e77a8;
    letter-spacing: .01em;
}

.ac-formGrid[b-99rpi71gyp] {
    display: grid;
    gap: 12px 16px;
}

.ac-formGridSingle[b-99rpi71gyp] {
    grid-template-columns: 1fr;
}

.ac-formGridTwo[b-99rpi71gyp] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ac-formGridThree[b-99rpi71gyp] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ac-field[b-99rpi71gyp] {
    min-width: 0;
}

.ac-label[b-99rpi71gyp] {
    margin-bottom: 0;
    font-size: .83rem;
    font-weight: 600;
    color: #56616f;
}

.ac-valueBox[b-99rpi71gyp] {
    min-height: 30px;
    padding: 5px 7px;
    border: 1px solid rgba(214, 226, 240, 0.98);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #424242;
    word-break: break-word;
}

.ac-valueBoxMulti[b-99rpi71gyp] {
    min-height: 72px;
    white-space: pre-wrap;
}

.ac-serialEntry[b-99rpi71gyp] {
    max-width: 760px;
    margin: 18px auto 6px;
    text-align: center;
}

.ac-serialIntro[b-99rpi71gyp] {
    margin-bottom: 8px;
    font-size: .92rem;
    font-weight: 600;
    color: #5a5f66;
}

.ac-serialFields[b-99rpi71gyp] {
    align-items: start;
}

.ac-images[b-99rpi71gyp] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.ac-img-title[b-99rpi71gyp] {
    margin-bottom: 6px;
}

.ac-img-box[b-99rpi71gyp] {
    border: 1px solid rgba(214, 226, 240, 0.98);
    border-radius: 10px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.32);
}

.ac-img-boxInner[b-99rpi71gyp] {
    text-align: center;
    color: #56616f;
}

.ac-imgSerial[b-99rpi71gyp] {
    font-weight: 700;
    margin-bottom: 4px;
}

.ac-imgFill[b-99rpi71gyp] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ac-partsUsedBlock[b-99rpi71gyp] {
    margin-top: 18px;
}

.ac-requestedParts[b-99rpi71gyp] {
    display: grid;
    gap: 6px;
}

.ac-requestedPart[b-99rpi71gyp] {
    display: grid;
    grid-template-columns: minmax(130px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid rgba(214, 226, 240, 0.98);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
    color: #424242;
}

.ac-requestedPart strong[b-99rpi71gyp] {
    font-size: 1rem;
    color: #314866;
}

.ac-requestedPart span[b-99rpi71gyp] {
    font-size: .95rem;
    font-weight: 600;
}

.ac-img-box[b-99rpi71gyp]  img,
.ac-img-box[b-99rpi71gyp]  .mud-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ac-footer[b-99rpi71gyp] {
    max-width: 1040px;
    margin: 18px auto 0;
    padding: 22px 14px 10px;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 960px) {
    .ac-twoSection[b-99rpi71gyp],
    .ac-formGridTwo[b-99rpi71gyp],
    .ac-formGridThree[b-99rpi71gyp],
    .ac-images[b-99rpi71gyp] {
        grid-template-columns: 1fr;
    }

    .ac-img-box[b-99rpi71gyp] {
        height: 220px;
    }

    .ac-requestedPart[b-99rpi71gyp] {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}

@media (max-width: 600px) {
    .ac-page[b-99rpi71gyp] {
        padding-top: 6px;
        padding-bottom: 12px;
    }

    .ac-frame[b-99rpi71gyp] {
        padding: 15px 10px 15px;
        border-radius: 10px;
    }

    .ac-sheet[b-99rpi71gyp] {
        padding: 10px 8px 14px;
    }

    .ac-addressHero[b-99rpi71gyp] {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
}
/* /Components/Pages/WarrantyClaims/Claims.razor.rz.scp.css */
.claims-page[b-gjmmc2fw01] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.claims-sticky-page-header[b-gjmmc2fw01] {
  position: sticky;
  top: 10px;
  z-index: 20;
}

.claims-panel[b-gjmmc2fw01] {
  padding: 0;
  overflow: hidden;
}

.claims-sectionHead[b-gjmmc2fw01] {
  padding: 16px 18px 8px;
}

.claims-toolbar-grid[b-gjmmc2fw01] {
  align-items: center;
}

.claims-toggle-row[b-gjmmc2fw01] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 8px 0 16px;
}

.claims-sticky-toolbar[b-gjmmc2fw01] {
  position: sticky;
  top: 86px;
  z-index: 15;
  background: inherit;
  border-bottom: 1px solid rgba(15, 79, 147, 0.08);
}

.claims-table[b-gjmmc2fw01] {
  --cb-view-col-width: 70px;
  --cb-date-col-width: 120px;
  --cb-claim-col-width: 130px;
  --cb-address-col-width: 270px;
  --cb-component-col-width: 190px;
  --cb-serial-col-width: 180px;
  --cb-desc-col-width: auto;
}

.claims-tableHost[b-gjmmc2fw01] {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.claims-tableHost[b-gjmmc2fw01]  .mud-table-container {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.claim-toggle[b-gjmmc2fw01] {
  border: 1px solid rgba(15, 79, 147, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #176ead;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  padding: 0 14px;
  box-shadow: 0 8px 18px rgba(18, 83, 146, 0.12);
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.claim-toggle.active[b-gjmmc2fw01] {
  background: linear-gradient(180deg, #238cda 0%, #176ead 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 79, 147, 0.22);
}

.claim-toggle:hover[b-gjmmc2fw01] {
  transform: translateY(-1px);
}

.claims-tableHost[b-gjmmc2fw01]  table,
.claims-tableHost[b-gjmmc2fw01]  .mud-table-root {
  width: 100%;
  min-width: 1320px;
  table-layout: fixed;
}

.claims-tableHost[b-gjmmc2fw01]  thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(248, 251, 255, 0.98);
}

.claims-tableHost[b-gjmmc2fw01]  th,
.claims-tableHost[b-gjmmc2fw01]  td,
.claims-tableHost[b-gjmmc2fw01]  .mud-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .claims-sticky-page-header[b-gjmmc2fw01],
  .claims-sticky-toolbar[b-gjmmc2fw01] {
    position: static;
  }

  .claims-toggle-row[b-gjmmc2fw01] {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .claims-tableHost[b-gjmmc2fw01]  table,
  .claims-tableHost[b-gjmmc2fw01]  .mud-table-root {
    min-width: 1180px;
    table-layout: auto;
  }

  .claims-tableHost[b-gjmmc2fw01]  th,
  .claims-tableHost[b-gjmmc2fw01]  td,
  .claims-tableHost[b-gjmmc2fw01]  .mud-table-cell {
    white-space: nowrap;
  }
}
/* /Components/Pages/WarrantyClaims/HistoricClaim.razor.rz.scp.css */
.historic-claim-page[b-t521n6po5q] {
    padding-top: 24px;
    padding-bottom: 40px;
}

.historic-claim-page .rs-shell[b-t521n6po5q] {
    max-width: 1040px;
    margin: 0 auto;
}

.historic-claim-page .hc-frame[b-t521n6po5q] {
    padding: 15px 25px 22px;
}

.historic-claim-page .hc-sheetTop[b-t521n6po5q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.historic-claim-page .hc-statusLine[b-t521n6po5q] {
    font-size: 1.02rem;
    font-weight: 500;
    color: #44556f;
}

.historic-claim-page .hc-statusValue[b-t521n6po5q] {
    font-weight: 700;
    color: #314866;
    margin-left: 4px;
}

.historic-claim-page .hc-actions[b-t521n6po5q] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.historic-claim-page .hc-sheet[b-t521n6po5q] {
    padding: 12px 12px 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
}

.historic-claim-page .hc-addressHero[b-t521n6po5q] {
    margin: 0 0 18px;
    padding: 4px 0 12px;
    text-align: center;
}

.historic-claim-page .hc-addressTitle[b-t521n6po5q],
.historic-claim-page .mud-typography.hc-addressTitle[b-t521n6po5q] {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    line-height: 1.05;
    color: #314866;
}

.historic-claim-page .hc-addressMeta[b-t521n6po5q] {
    margin-top: 6px;
    gap: 10px;
    justify-content: center;
}

.historic-claim-page .hc-section[b-t521n6po5q] {
    margin-bottom: 24px;
}

.historic-claim-page .hc-sectionTitle[b-t521n6po5q] {
    margin: 0 0 14px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3e77a8;
    letter-spacing: 0.01em;
}

.historic-claim-page .hc-twoCol[b-t521n6po5q],
.historic-claim-page .hc-splitSections[b-t521n6po5q],
.historic-claim-page .hc-threeCol[b-t521n6po5q],
.historic-claim-page .hc-triple[b-t521n6po5q],
.historic-claim-page .hc-fourCol[b-t521n6po5q] {
    display: grid;
    gap: 18px 30px;
}

.historic-claim-page .hc-twoCol[b-t521n6po5q],
.historic-claim-page .hc-splitSections[b-t521n6po5q] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.historic-claim-page .hc-threeCol[b-t521n6po5q],
.historic-claim-page .hc-triple[b-t521n6po5q] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.historic-claim-page .hc-fourCol[b-t521n6po5q] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 22px;
}

.historic-claim-page .hc-compactRows[b-t521n6po5q] {
    display: grid;
    gap: 8px;
}

.historic-claim-page .hc-fourColWideEnd[b-t521n6po5q] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.historic-claim-page .hc-serialRow[b-t521n6po5q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 30px;
}

.historic-claim-page .hc-col[b-t521n6po5q] {
    min-width: 0;
}

.historic-claim-page .hc-mobileOnly[b-t521n6po5q] {
    display: none;
}

.historic-claim-page .hc-field[b-t521n6po5q] {
    margin-bottom: 8px;
}

.historic-claim-page .hc-fieldBlock[b-t521n6po5q] {
    margin-top: 12px;
}

.historic-claim-page .hc-label[b-t521n6po5q] {
    font-size: .84rem;
    font-weight: 500;
    line-height: 1.15;
    color: #5a5f66;
}

.historic-claim-page .hc-value[b-t521n6po5q] {
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.12;
    color: #424242;
    word-break: break-word;
}

.historic-claim-page .hc-valueBlock[b-t521n6po5q] {
    white-space: pre-wrap;
    line-height: 1.25;
}

.historic-claim-page .hc-link[b-t521n6po5q],
.historic-claim-page .hc-link:hover[b-t521n6po5q],
.historic-claim-page .hc-link:visited[b-t521n6po5q],
.historic-claim-page .hc-linkInline[b-t521n6po5q],
.historic-claim-page .hc-linkInline:hover[b-t521n6po5q],
.historic-claim-page .hc-linkInline:visited[b-t521n6po5q] {
    color: #3f454d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.historic-claim-page .hc-linkInline[b-t521n6po5q] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.historic-claim-page .hc-linkIcon[b-t521n6po5q] {
    font-size: 1rem;
    color: #3f454d;
}

.historic-claim-page .hc-linkInline span[b-t521n6po5q],
.historic-claim-page .hc-linkInline .mud-icon-root[b-t521n6po5q],
.historic-claim-page .hc-linkInline .mud-icon-button-label[b-t521n6po5q] {
    color: #3f454d;
}

.historic-claim-page .hc-photoBlock[b-t521n6po5q] {
    margin-top: 18px;
}

.historic-claim-page .hc-photoGrid[b-t521n6po5q] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}

.historic-claim-page .hc-photoItem[b-t521n6po5q] {
    display: grid;
    gap: 8px;
}

.historic-claim-page .hc-photoLabel[b-t521n6po5q] {
    font-size: .8rem;
    font-weight: 700;
    color: #5a5f66;
}

.historic-claim-page .hc-photoImage[b-t521n6po5q] {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(214, 226, 240, 0.98);
    background: rgba(245, 250, 255, 0.84);
}

.historic-claim-page .hc-loadingFrame[b-t521n6po5q] {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px 24px;
    border-radius: 20px;
    background: rgba(245, 250, 255, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 22px 48px rgba(29, 71, 112, 0.2);
}

.historic-claim-page .hc-loading[b-t521n6po5q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 180px;
}

@media (max-width: 860px) {
    .historic-claim-page .hc-threeCol[b-t521n6po5q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .historic-claim-page .hc-threeCol[b-t521n6po5q],
    .historic-claim-page .hc-triple[b-t521n6po5q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .historic-claim-page .hc-twoCol[b-t521n6po5q],
    .historic-claim-page .hc-splitSections[b-t521n6po5q],
    .historic-claim-page .hc-threeCol[b-t521n6po5q],
    .historic-claim-page .hc-triple[b-t521n6po5q],
    .historic-claim-page .hc-fourCol[b-t521n6po5q],
    .historic-claim-page .hc-fourColWideEnd[b-t521n6po5q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .historic-claim-page .hc-desktopOnly[b-t521n6po5q] {
        display: none !important;
    }

    .historic-claim-page .hc-mobileOnly[b-t521n6po5q] {
        display: block;
    }

    .historic-claim-page[b-t521n6po5q] {
        padding-top: 6px;
        padding-bottom: 12px;
    }

    .historic-claim-page .hc-frame[b-t521n6po5q] {
        padding: 15px 10px 15px;
        border-radius: 5px;
    }

    .historic-claim-page .hc-sheet[b-t521n6po5q] {
        padding: 8px 6px 2px;
    }

    .historic-claim-page .hc-sheetTop[b-t521n6po5q] {
        margin-bottom: 10px;
    }

    .historic-claim-page .hc-addressHero[b-t521n6po5q] {
        margin-bottom: 10px;
        padding-bottom: 4px;
    }

    .historic-claim-page .hc-addressTitle[b-t521n6po5q],
    .historic-claim-page .mud-typography.hc-addressTitle[b-t521n6po5q] {
        font-size: 1.04rem;
        line-height: 1.05;
    }

    .historic-claim-page .hc-addressMeta[b-t521n6po5q] {
        margin-top: 4px;
        gap: 8px;
        font-size: .78rem;
    }

    .historic-claim-page .hc-actions .mud-button-root[b-t521n6po5q] {
        flex: 1 1 auto;
    }

    .historic-claim-page .hc-photoGrid[b-t521n6po5q] {
        grid-template-columns: 1fr;
    }

    .historic-claim-page .hc-photoImage[b-t521n6po5q] {
        height: 180px;
    }

    .historic-claim-page .hc-loadingFrame[b-t521n6po5q] {
        padding: 18px 14px;
        border-radius: 5px;
    }

    .historic-claim-page .hc-section[b-t521n6po5q] {
        margin-bottom: 16px;
    }

    .historic-claim-page .hc-sectionTitle[b-t521n6po5q] {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .historic-claim-page .hc-twoCol[b-t521n6po5q] {
        display: contents;
    }

    .historic-claim-page .hc-col[b-t521n6po5q] {
        display: contents;
    }

    .historic-claim-page .hc-mobileTwoCol[b-t521n6po5q] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .historic-claim-page .hc-mobileInfoRow[b-t521n6po5q] {
        margin-bottom: 8px;
    }

    .historic-claim-page .hc-mobileInfoRowEnd[b-t521n6po5q] {
        margin-bottom: 14px;
    }

    .historic-claim-page .hc-mobileThreeCol[b-t521n6po5q] {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .historic-claim-page .hc-mobileTwoCol .hc-fieldBlock[b-t521n6po5q],
    .historic-claim-page .hc-mobileThreeCol .hc-fieldBlock[b-t521n6po5q],
    .historic-claim-page .hc-mobileOnly > .hc-fieldBlock[b-t521n6po5q] {
        margin-top: 0;
    }

    .historic-claim-page .hc-mobileOnly > .hc-field[b-t521n6po5q] {
        margin-bottom: 6px;
    }

    .historic-claim-page .hc-compactRows[b-t521n6po5q] {
        gap: 4px;
    }

    .historic-claim-page .hc-threeCol[b-t521n6po5q] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .historic-claim-page .hc-serialRow[b-t521n6po5q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .historic-claim-page .hc-serialRow .hc-field[b-t521n6po5q] {
        min-width: 0;
    }

    .historic-claim-page .hc-fourColWideEnd[b-t521n6po5q] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .historic-claim-page .hc-label[b-t521n6po5q] {
        font-size: .78rem;
        line-height: 1.05;
    }

    .historic-claim-page .hc-value[b-t521n6po5q] {
        font-size: .92rem;
        line-height: 1.08;
    }

    .historic-claim-page .hc-field[b-t521n6po5q] {
        margin-bottom: 6px;
    }

    .historic-claim-page .hc-fieldBlock[b-t521n6po5q] {
        margin-top: 8px;
    }
}
/* /Components/Pages/WorkOrders/ServiceRequestDetail.razor.rz.scp.css */
.srd-page[b-fyjla5wpxz] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.srd-loading[b-fyjla5wpxz] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
}

.srd-header[b-fyjla5wpxz] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.srd-header-actions[b-fyjla5wpxz] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.srd-shell[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: start;
}

.srd-map-card[b-fyjla5wpxz] {
  overflow: hidden;
}

.srd-map-head[b-fyjla5wpxz] {
  padding: 16px 16px 8px 16px;
}

.srd-map[b-fyjla5wpxz] {
  width: calc(100% - 24px);
  height: 72vh;
  min-height: 520px;
  margin: 0 12px 12px;
  border-radius: 6px;
  overflow: hidden;
}

.srd-map-empty[b-fyjla5wpxz] {
  margin: 0 12px 12px;
  min-height: 240px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.srd-panels[b-fyjla5wpxz] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.srd-panels[b-fyjla5wpxz]  .mud-expand-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.srd-panels[b-fyjla5wpxz]  .mud-expand-panel-header {
  margin: 0;
  min-height: 0;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 4px;
  background: rgba(255,255,255,.5);
  box-shadow: 3px 6px 4px 0 rgba(0, 0, 0, .14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(6px);
}

.srd-panels[b-fyjla5wpxz]  .mud-expand-panel-content {
  border: 0;
}

.srd-panels[b-fyjla5wpxz]  .mud-expand-panel-text {
  padding: 0;
}

.srd-panel-title[b-fyjla5wpxz] {
  padding-left: 12px;
  color: #176ead;
  font-size: 1rem;
  font-weight: 700;
}

.srd-chip-grid[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 16px 16px;
}

.srd-chip-strip[b-fyjla5wpxz] {
  overflow: hidden;
}

.srd-chip[b-fyjla5wpxz] {
  padding: 12px;
  border-radius: 6px;
  background: rgba(15, 79, 147, 0.08);
  text-align: center;
}

.srd-chip span[b-fyjla5wpxz] {
  display: block;
  margin-bottom: 4px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 79, 147, 0.75);
}

.srd-chip strong[b-fyjla5wpxz] {
  color: #0b2a57;
}

.srd-copy[b-fyjla5wpxz] {
  padding: 14px 16px 16px;
  line-height: 1.5;
}

.srd-info-grid[b-fyjla5wpxz] {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px 28px;
}

.srd-info-row[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
}

.srd-info-row span:first-child[b-fyjla5wpxz] {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 79, 147, 0.75);
}

.srd-phone-link[b-fyjla5wpxz] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b2a57;
  font-weight: 700;
  text-decoration: none;
}

.srd-phone-link:hover[b-fyjla5wpxz] {
  text-decoration: underline;
}

.srd-contact-grid[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 14px 16px 16px 28px;
}

.srd-contacts-grid[b-fyjla5wpxz] {
  align-items: start;
}

.srd-contact-full[b-fyjla5wpxz] {
  grid-column: 1 / -1;
}

.srd-inline-item[b-fyjla5wpxz] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.srd-inline-label[b-fyjla5wpxz] {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 79, 147, 0.75);
}

.srd-inline-value[b-fyjla5wpxz] {
  min-width: 0;
  color: #0b2a57;
  font-weight: 700;
}

.srd-builder-grid[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 16px 16px 28px;
}

.srd-stack-item[b-fyjla5wpxz] {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.srd-stack-label[b-fyjla5wpxz] {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 79, 147, 0.75);
}

.srd-stack-value[b-fyjla5wpxz] {
  min-width: 0;
  color: #0b2a57;
  font-weight: 700;
  word-break: break-word;
}

.srd-claim-form-grid[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 14px 16px;
}

.srd-claim-form-grid-single[b-fyjla5wpxz] {
  grid-template-columns: 1fr;
  padding-top: 0;
}

.srd-claim-form-grid-single[b-fyjla5wpxz]  .mud-input-control {
  grid-column: 1 / -1;
}

.srd-upload-grid[b-fyjla5wpxz] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 16px 14px;
}

.srd-upload-card[b-fyjla5wpxz] {
  padding: 14px;
  border-radius: 6px;
  border: 1px solid rgba(15, 79, 147, 0.14);
  background: rgba(255, 255, 255, 0.52);
}

.srd-upload-title[b-fyjla5wpxz] {
  margin-bottom: 10px;
  font-weight: 700;
  color: #0f4f93;
}

.srd-upload-thumb[b-fyjla5wpxz] {
  display: block;
  margin-top: 12px;
  width: 100%;
  max-width: 220px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.srd-actions[b-fyjla5wpxz] {
  padding: 0 16px 16px;
}

.srd-empty[b-fyjla5wpxz] {
  padding: 16px;
}

.srd-claim-list[b-fyjla5wpxz] {
  display: grid;
  gap: 12px;
  padding: 14px 16px 16px;
}

.srd-claim-card[b-fyjla5wpxz] {
  padding: 14px;
  border: 1px solid rgba(15, 79, 147, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.56);
}

.srd-claim-head[b-fyjla5wpxz] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.srd-claim-title[b-fyjla5wpxz] {
  font-size: 1rem;
  font-weight: 900;
  color: #0b2a57;
}

.srd-claim-meta[b-fyjla5wpxz] {
  margin-top: 4px;
  font-size: 0.82rem;
  color: rgba(0, 0, 0, 0.58);
}

.srd-claim-notes[b-fyjla5wpxz] {
  margin-top: 10px;
  line-height: 1.45;
}

.srd-claim-images[b-fyjla5wpxz] {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.srd-claim-image[b-fyjla5wpxz] {
  width: 92px;
  height: 92px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.srd-claim-image img[b-fyjla5wpxz] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srd-notes-panel[b-fyjla5wpxz] {
  display: grid;
  gap: 14px;
}

.srd-note-list[b-fyjla5wpxz] {
  display: grid;
  gap: 8px;
}

.srd-note-card[b-fyjla5wpxz] {
  display: grid;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 138, 215, 0.16);
  border-radius: 5px;
  background: rgba(243, 249, 255, 0.96);
}

.srd-note-card strong[b-fyjla5wpxz] {
  color: #0b2a57;
  font-size: 0.9rem;
  font-weight: 800;
}

.srd-note-card p[b-fyjla5wpxz] {
  margin: 0;
  white-space: pre-wrap;
  color: rgba(0, 0, 0, 0.68);
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .srd-shell[b-fyjla5wpxz] {
    grid-template-columns: 1fr;
  }

  .srd-map[b-fyjla5wpxz] {
    height: 320px;
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .srd-header[b-fyjla5wpxz] {
    align-items: flex-start;
  }

  .srd-chip-grid[b-fyjla5wpxz],
  .srd-claim-form-grid[b-fyjla5wpxz],
  .srd-upload-grid[b-fyjla5wpxz] {
    grid-template-columns: 1fr;
  }

  .srd-contact-grid[b-fyjla5wpxz],
  .srd-builder-grid[b-fyjla5wpxz] {
    grid-template-columns: 1fr;
  }

  .srd-contacts-grid[b-fyjla5wpxz] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .srd-info-row[b-fyjla5wpxz] {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .srd-inline-item[b-fyjla5wpxz] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
/* /Components/Pages/WorkOrders/ServiceRequests.razor.rz.scp.css */
.srl-page[b-csucmwvj0m] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.srl-sticky-page-header[b-csucmwvj0m] {
  position: sticky;
  top: 10px;
  z-index: 20;
}

.srl-table-shell[b-csucmwvj0m] {
  overflow: hidden;
}

.srl-sectionHead[b-csucmwvj0m] {
  padding: 16px 18px 8px;
}

.srl-toolbar-grid[b-csucmwvj0m] {
  align-items: center;
}

.srl-toggle-row[b-csucmwvj0m] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 8px 0 16px;
}

.srl-sticky-toolbar[b-csucmwvj0m] {
  position: sticky;
  top: 86px;
  z-index: 15;
  background: inherit;
  border-bottom: 1px solid rgba(15, 79, 147, 0.08);
}

.srl-table[b-csucmwvj0m] {
  --cb-view-col-width: 70px;
  --cb-date-col-width: 130px;
  --cb-address-col-width: 320px;
  --cb-tech-col-width: 180px;
  --cb-desc-col-width: auto;
}

.srl-tableHost[b-csucmwvj0m] {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.srl-tableHost[b-csucmwvj0m]  .mud-table-container {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.srl-tableHost[b-csucmwvj0m]  table,
.srl-tableHost[b-csucmwvj0m]  .mud-table-root {
  width: 100%;
  table-layout: fixed;
}

.srl-tableHost[b-csucmwvj0m]  thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(248, 251, 255, 0.98);
  border-left: 1px solid rgba(15, 79, 147, 0.14);
  border-right: 1px solid rgba(15, 79, 147, 0.14);
  border-bottom: 1px solid rgba(15, 79, 147, 0.18);
}

.srl-tableHost[b-csucmwvj0m]  th,
.srl-tableHost[b-csucmwvj0m]  td,
.srl-tableHost[b-csucmwvj0m]  .mud-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.claim-toggle[b-csucmwvj0m] {
  border: 1px solid rgba(15, 79, 147, 0.14);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #176ead;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 40px;
  padding: 0 14px;
  box-shadow: 0 8px 18px rgba(18, 83, 146, 0.12);
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.claim-toggle.active[b-csucmwvj0m] {
  background: linear-gradient(180deg, #238cda 0%, #176ead 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 79, 147, 0.22);
}

.claim-toggle:hover[b-csucmwvj0m] {
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .srl-sticky-page-header[b-csucmwvj0m],
  .srl-sticky-toolbar[b-csucmwvj0m] {
    position: static;
  }

  .srl-toggle-row[b-csucmwvj0m] {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .srl-tableHost[b-csucmwvj0m]  table,
  .srl-tableHost[b-csucmwvj0m]  .mud-table-root {
    min-width: 1080px;
    table-layout: auto;
  }

  .srl-tableHost[b-csucmwvj0m]  th,
  .srl-tableHost[b-csucmwvj0m]  td,
  .srl-tableHost[b-csucmwvj0m]  .mud-table-cell {
    white-space: nowrap;
  }
}
/* /Components/Pages/WorkOrders/WorkOrders.razor.rz.scp.css */
.wol-page[b-crx6m8p5pt] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wol-sticky-page-header[b-crx6m8p5pt] {
  position: sticky;
  top: 10px;
  z-index: 20;
}

.wol-table-shell[b-crx6m8p5pt] {
  overflow: hidden;
}

.wol-sectionHead[b-crx6m8p5pt] {
  padding: 16px 18px 8px;
}

.wol-toolbar-grid[b-crx6m8p5pt] {
  align-items: center;
}

.wol-sticky-toolbar[b-crx6m8p5pt] {
  position: sticky;
  top: 86px;
  z-index: 15;
  background: inherit;
  border-bottom: 1px solid rgba(15, 79, 147, 0.08);
}

.wol-table[b-crx6m8p5pt] {
  --cb-view-col-width: 70px;
  --cb-date-col-width: 100px;
  --cb-address-col-width: 300px;
  --cb-tech-col-width: 170px;
  --cb-desc-col-width: auto;
}

.wol-tableHost[b-crx6m8p5pt] {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wol-tableHost[b-crx6m8p5pt]  .mud-table-container {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wol-tableHost[b-crx6m8p5pt]  table,
.wol-tableHost[b-crx6m8p5pt]  .mud-table-root {
  width: 100%;
  table-layout: fixed;
}

.wol-tableHost[b-crx6m8p5pt]  thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(248, 251, 255, 0.98);
}

.wol-tableHost[b-crx6m8p5pt]  th,
.wol-tableHost[b-crx6m8p5pt]  td,
.wol-tableHost[b-crx6m8p5pt]  .mud-table-cell {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .wol-sticky-page-header[b-crx6m8p5pt],
  .wol-sticky-toolbar[b-crx6m8p5pt] {
    position: static;
  }
}

@media (max-width: 600px) {
  .wol-tableHost[b-crx6m8p5pt]  table,
  .wol-tableHost[b-crx6m8p5pt]  .mud-table-root {
    min-width: 1120px;
    table-layout: auto;
  }

  .wol-tableHost[b-crx6m8p5pt]  th,
  .wol-tableHost[b-crx6m8p5pt]  td,
  .wol-tableHost[b-crx6m8p5pt]  .mud-table-cell {
    white-space: nowrap;
  }
}
