/* /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: 800;
    opacity: .70;
    white-space: nowrap;
}

.v[b-acylcg563y] {
    font-size: 13px;
    font-weight: 800;
    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-stack[b-zv30kal773] {
    display: flex;
    flex-direction: column;
    gap: var(--od-stack-gap);
}

.od-sectionHead[b-zv30kal773] {
    padding: var(--od-section-padding);
}

.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: hidden;
    -webkit-overflow-scrolling: touch;
}

.od-tableHost[b-zv30kal773]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -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]  .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: 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 */
/* Technician Dashboard
   Page-owned layout, panels, stop cards, and responsive behavior.
*/

.td-page[b-ml8iu7hycv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding-bottom: 18px;
}

.td-page-shell[b-ml8iu7hycv] {
    height: calc(100vh - var(--NavBar-Spacing, 0px));
}

.td-sticky-header[b-ml8iu7hycv] {
    position: sticky;
    top: 0;
    z-index: 5;
    flex: 0 0 auto;
}

.td-topbar[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.td-topbar-right[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.td-body[b-ml8iu7hycv] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    margin-top: 10px;
    background: rgba(255,255,255,.50);
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 5px;
    padding: 12px;
}

.td-loading[b-ml8iu7hycv] {
    padding: 12px;
    border-radius: 5px;
}

.td-desktop[b-ml8iu7hycv] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    height: 100%;
    min-height: 0;
}

.td-mobile[b-ml8iu7hycv] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.td-panel[b-ml8iu7hycv] {
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.td-map-panel[b-ml8iu7hycv],
.td-list-panel[b-ml8iu7hycv] {
    min-height: 0;
}

.td-panelHeader[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 3px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.td-map[b-ml8iu7hycv] {
    flex: 1 1 auto;
    min-height: 320px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.td-map-mobile[b-ml8iu7hycv] {
    min-height: 260px;
    height: 260px;
    flex: 0 0 auto;
}

.td-emptyMap[b-ml8iu7hycv] {
    flex: 1 1 auto;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: .7;
    border: 1px dashed rgba(0,0,0,.15);
    border-radius: 5px;
}

.td-emptyMap-mobile[b-ml8iu7hycv] {
    min-height: 260px;
    height: 260px;
    flex: 0 0 auto;
}

.td-stopsWrap[b-ml8iu7hycv] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-right: 4px;
}

.td-mobile-list-panel[b-ml8iu7hycv] {
    overflow: visible;
}

.td-mobile-list-panel .td-section[b-ml8iu7hycv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
    padding: 0px;
}

.td-section[b-ml8iu7hycv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px;

}

.td-sectionHeader[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    white-space: nowrap;
}

.td-stops[b-ml8iu7hycv] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.td-stopCard-completed[b-ml8iu7hycv] {
    padding: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,.25);
    border: 1px rgba(0,0,0,.1);
    border-color: black;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
    
}

.td-stopTop[b-ml8iu7hycv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.td-stopCard[b-ml8iu7hycv] {
    padding: 5px;
    
    border-radius: 5px;
    background: rgba(255,255,255,.8);
    border: 1px rgba(0,0,0,.1);
    border-color: black;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
}

.td-stopTitle[b-ml8iu7hycv] {
    min-width: 0;
    flex: 1 1 auto;
}

.td-stopActions[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
}

.td-stopGate[b-ml8iu7hycv] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin-left: auto;
    align-self: center;
    white-space: nowrap;
}

.td-stopMeta[b-ml8iu7hycv] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin-top: 8px;
}

.td-mini .k[b-ml8iu7hycv] {
    font-weight: 900;
    opacity: .7;
    margin-right: 6px;
}

.td-mini .v[b-ml8iu7hycv] {
    font-weight: 800;
}

.td-stopDetails[b-ml8iu7hycv] {
    margin-top: 8px;
    opacity: .9;
}

@media (max-width: 900px) {
    .td-page-shell[b-ml8iu7hycv] {
        height: auto;
        min-height: 0;
    }

    .td-page[b-ml8iu7hycv] {
        height: auto;
        min-height: 0;
    }

    .td-body[b-ml8iu7hycv] {
        overflow: auto;
        min-height: 0;
        padding: 5px;
    }

    .td-topbar[b-ml8iu7hycv] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .td-topbar-right[b-ml8iu7hycv] {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .td-section[b-ml8iu7hycv] {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 0 0 auto;
        padding: 0px;
    }
    .td-page-header[b-ml8iu7hycv] {
        padding: 4px 4px;
        border-radius: 5px;
    }
}
/* /Components/Pages/Scheduling/ScheduleBoard.razor.rz.scp.css */
/* ScheduleBoard (CLEANED / CONSOLIDATED)
   - Removes duplicate blocks + conflicting mobile rules
   - Keeps dropzones non-zero height (critical for MudDropZone)
   - Adds a stable header row helper (.sch-topbar*) for chevrons + date picker alignment
*/

/* =========================
   ROOT / PAGE
   ========================= */
.sch-page[b-ktxw4qxkjn] {
    height: calc(100vh - var(--NavBar-Spacing, 0px));
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Main layout container */
.sch-layout[b-ktxw4qxkjn]{
  flex:1;
  min-height:0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

/* Top row: map + board */
.sch-top-row[b-ktxw4qxkjn]{
  flex: 1;
  min-height:0;
  display:flex;
  gap: 10px;
}

/* =========================
   HEADER (date + chevrons)
   ========================= */
.sch-header[b-ktxw4qxkjn] { border-radius: 5px; }
.sch-header-inner[b-ktxw4qxkjn]{ padding: 0; }

/* =========================
   MAP + BOARD SURFACES
   ========================= */
.sch-map-card[b-ktxw4qxkjn], .sch-board-card[b-ktxw4qxkjn]{
  display:flex;
  flex-direction:column;
  min-height:0;
  overflow:hidden;
  height: 100%;
}

.sch-map-card[b-ktxw4qxkjn]{ flex: 0 0 40%; }
.sch-board-card[b-ktxw4qxkjn]{ flex: 1 1 auto; }

.sch-map-header[b-ktxw4qxkjn]{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
}

.sch-map[b-ktxw4qxkjn]{
  flex:1;
  min-height: 260px;
  border-radius: 5px;
  margin: 0 12px 12px 12px;
  overflow:hidden;
}

.sch-columns[b-ktxw4qxkjn]{
  flex: 1;
  min-height: 0;
  display: flex;
  gap: 12px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 12px;
}

.sch-col[b-ktxw4qxkjn]{
  min-width: 240px;
  flex: 1;
  display:flex;
  flex-direction:column;
  min-height:0;
}

.sch-col-head[b-ktxw4qxkjn]{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 6px 4px;
}

.sch-col-title[b-ktxw4qxkjn]{ font-weight: 900; }

/* Dropzones: MUST have height even when empty */
.sch-dropzone[b-ktxw4qxkjn],
.sch-day-dropzone[b-ktxw4qxkjn]{
  flex:1;
  min-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  border: 1px dashed rgba(0,0,0,.25);
  border-radius: 5px;
  padding: 8px;
  background: rgba(255,255,255,.18);
}

/* =========================
   ITEMS / CARDS
   ========================= */
.sch-item[b-ktxw4qxkjn]{
  padding: 10px;
  margin: 8px 0;
  border-radius: 5px;
}

.sch-item-row[b-ktxw4qxkjn]{
  display:flex;
  align-items:flex-start;
  gap: 10px;
}

.sch-item-title[b-ktxw4qxkjn]{ display:flex; flex-direction:column; gap: 2px; }
.sch-item-street[b-ktxw4qxkjn]{ font-weight:900; }
.sch-item-desc[b-ktxw4qxkjn]{ opacity:.85; }

/* Drag handle: only this should start drag on touch (JS enforces) */
.sch-drag-handle[b-ktxw4qxkjn]{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  opacity: .75;
  cursor: grab;
  user-select:none;
  -webkit-user-select:none;
  touch-action: none; /* handle is drag-only */
}

.sch-tray-head[b-ktxw4qxkjn]{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
}

/* =========================
   MOBILE DAY BAR + MINI DROPS
   ========================= */
.sch-mobile-daybar[b-ktxw4qxkjn],
.sch-mobile-minidrops[b-ktxw4qxkjn]{ display:none; }

.sch-mobile-daybar[b-ktxw4qxkjn]{
  gap: 8px;
  padding: 6px 10px 0 10px;
  flex-wrap: wrap;
}

.sch-daypill[b-ktxw4qxkjn]{ border-radius: 999px; }
.sch-daypill.is-active[b-ktxw4qxkjn]{ outline: 2px solid rgba(50,120,255,.35); }
.sch-daypill-count[b-ktxw4qxkjn]{ margin-left: 6px; }

.sch-mobile-minidrops[b-ktxw4qxkjn]{
  gap: 8px;
  padding: 0;
}

.sch-mini-slot[b-ktxw4qxkjn]{ flex:1; min-width: 52px; }

/* The visible mini dropzone surface */
.sch-mini-dropzone[b-ktxw4qxkjn]{
  height: 44px;
  min-height: 44px;
  border: 2px dashed rgba(0,0,0,.35);
  border-radius: 5px;
  background: rgba(255,255,255,.15);
  padding: 6px;
  position: relative;
  z-index: 20;
}

/* Ensure the ACTUAL MudDropZone element has non-zero height (CSS isolation) */
[b-ktxw4qxkjn] .mud-drop-zone.sch-mini-dropzone{
  display:block !important;
  height:44px !important;
  min-height:44px !important;
  width:100% !important;
}

/* =========================
   DRAG Z-INDEX SAFETY
   ========================= */
.mud-drop-item-dragging[b-ktxw4qxkjn],
.mud-drop-item-preview[b-ktxw4qxkjn],
.mud-dragging[b-ktxw4qxkjn],
.mud-drop-zone-dragging[b-ktxw4qxkjn] {
  position: relative;
  z-index: 9999;
}

/* Some layouts create stacking contexts; keep the board surface below drag preview */
.sch-board-card[b-ktxw4qxkjn],
.sch-board[b-ktxw4qxkjn],
.sch-board-row[b-ktxw4qxkjn] {
  position: relative;
  z-index: 0;
}

/* =========================
   BREAKPOINTS
   ========================= */
@media (max-width: 960px){
  .sch-top-row[b-ktxw4qxkjn]{
    flex-direction:column;
  }

  .sch-map-card[b-ktxw4qxkjn]{ flex: 0 0 auto; }
  .sch-map[b-ktxw4qxkjn]{ height: 38vh; min-height: 220px; }

  .sch-board-card[b-ktxw4qxkjn]{ flex: 0 0 auto; }

  /* Hide full columns; use mobile daybar + mini drops */
  .sch-columns[b-ktxw4qxkjn]{ display:none; }

  .sch-mobile-daybar[b-ktxw4qxkjn]{ display:flex; }
  .sch-mobile-minidrops[b-ktxw4qxkjn]{ display:grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }

}

/* =========================
   OPTIONAL pin sizing classes (if you ever switch icons back to CSS-based)
   ========================= */
.cb-pin[b-ktxw4qxkjn] { display:grid; place-items:center; }
.cb-pin--unscheduled .cb-pin-badge[b-ktxw4qxkjn] { width: 30px; height: 30px; font-size: 14px; }
.cb-pin--small .cb-pin-badge[b-ktxw4qxkjn] { width: 22px; height: 22px; font-size: 12px; }


.sch-header-inner[b-ktxw4qxkjn] {
    padding: 6px 12px;
}

/* Override global cb-page-header-inner rules ONLY for schedule header */
.sch-header-inner.cb-page-header-inner[b-ktxw4qxkjn] {
    justify-content: flex-start !important; /* stop forced centering */
    padding: 0px 0px !important;
    min-height: 56px !important;
}

/* force day pill colors even if global chip CSS exists */
[b-ktxw4qxkjn] .sch-daypill.cb-day-mon {
    background: rgba(37,99,235,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-tue {
    background: rgba(22,163,74,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-wed {
    background: rgba(245,158,11,.95) !important;
    color: #111 !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-thu {
    background: rgba(147,51,234,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-fri {
    background: rgba(239,68,68,.95) !important;
    color: #fff !important;
}

/* unscheduled / neutral */
[b-ktxw4qxkjn] .sch-daypill.cb-day-other {
    background: rgba(107,114,128,.85) !important;
    color: #fff !important;
}

/* Make the schedule header inner a true flex bar */
.sch-header .cb-page-header-inner.sch-header-inner[b-ktxw4qxkjn] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 56px !important;
    padding: 0px 0px !important;
}

/* Force day pill colors (override global chip styles) */
[b-ktxw4qxkjn] .sch-daypill.cb-day-mon {
    background: rgba(37,99,235,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-tue {
    background: rgba(22,163,74,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-wed {
    background: rgba(245,158,11,.95) !important;
    color: #111 !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-thu {
    background: rgba(147,51,234,.95) !important;
    color: #fff !important;
}

[b-ktxw4qxkjn] .sch-daypill.cb-day-fri {
    background: rgba(239,68,68,.95) !important;
    color: #fff !important;
}

.sch-mobile-daybar[b-ktxw4qxkjn] {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 6px 10px 0 10px;
}

[b-ktxw4qxkjn] .sch-daypill {
    width: 100% !important;
    justify-content: center;
}

@media (max-width: 960px) {

    /* FORCE the day pills row to be a 5-column grid (same as mini dropzones) */
    .sch-mobile-daybar[b-ktxw4qxkjn] {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        gap: 8px !important;
        padding: 6px 10px 0 10px !important;
        width: 100%;
    }

    /* Make each chip fill its grid cell */
    [b-ktxw4qxkjn] .sch-daypill {
        width: 100% !important;
        justify-content: center !important;
    }
}



/* /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: 800;
    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: 4px;
    font-size: .83rem;
    font-weight: 600;
    color: #56616f;
}

.ac-valueBox[b-99rpi71gyp] {
    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);
    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;
    font-weight: 800;
    color: #56616f;
    letter-spacing: .02em;
}

.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: 800;
    margin-bottom: 4px;
}

.ac-imgFill[b-99rpi71gyp] {
    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;
    }
}

@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-owned header/search and table layout.
*/

.claims-panel[b-gjmmc2fw01] {
    padding: 0 0 6px;
}

.claims-sectionHead[b-gjmmc2fw01] {
    padding: 16px 18px 8px;
}

.claims-tableHost[b-gjmmc2fw01] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.claims-tableHost[b-gjmmc2fw01]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.claims-tableHost[b-gjmmc2fw01]  table,
.claims-tableHost[b-gjmmc2fw01]  .mud-table-root {
    width: max-content;
    table-layout: fixed;
    min-width: 980px;
    max-width: none;
}

.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: 600px) {
    .claims-sectionHead[b-gjmmc2fw01] {
        padding: 12px 12px 6px;
    }

    .claims-tableHost[b-gjmmc2fw01]  table,
    .claims-tableHost[b-gjmmc2fw01]  .mud-table-root {
        min-width: 900px;
        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: 800;
    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: 800;
    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: 800;
    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/ServiceRequests.razor.rz.scp.css */
/* Service Requests
   Page-owned search layout and table sizing.
*/

.srl-page[b-csucmwvj0m] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.srl-sectionHead[b-csucmwvj0m] {
    padding: 16px 18px 8px;
}

.srl-table[b-csucmwvj0m] {
    --cb-view-col-width: 70px;
    --cb-address-col-width: 400px;
    --cb-date-col-width: 120px;
    --cb-desc-col-width: auto;
}

.srl-tableHost[b-csucmwvj0m] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.srl-tableHost[b-csucmwvj0m]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -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]  th,
.srl-tableHost[b-csucmwvj0m]  td,
.srl-tableHost[b-csucmwvj0m]  .mud-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (max-width: 1100px) {
    .srl-table[b-csucmwvj0m] {
        --cb-view-col-width: 30px;
        --cb-address-col-width: 150px;
    }
}

@media (max-width: 600px) {
    .srl-tableHost[b-csucmwvj0m]  table,
    .srl-tableHost[b-csucmwvj0m]  .mud-table-root {
        min-width: 900px;
        table-layout: auto;
    }

    .srl-tableHost[b-csucmwvj0m]  th,
    .srl-tableHost[b-csucmwvj0m]  td,
    .srl-tableHost[b-csucmwvj0m]  .mud-table-cell {
        white-space: nowrap;
    }

    .srl-table[b-csucmwvj0m] {
        --cb-view-col-width: 20px;
        --cb-address-col-width: 220px;
        --cb-date-col-width: 140px;
        --cb-desc-col-width: 600px;
    }
}
/* /Components/Pages/WorkOrders/WorkOrderDetail.razor.rz.scp.css */
/* WorkOrderDetail.razor.css */

#sr-left[b-crnkfqvb68],
#sr-right[b-crnkfqvb68] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#sr-left[b-crnkfqvb68]  .mud-paper,
#sr-left[b-crnkfqvb68]  .mud-expansion-panel-content,
#sr-left[b-crnkfqvb68]  .mud-expansion-panel-content > div {
  min-height: 0;
}

.sr-columns[b-crnkfqvb68] {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 16px;
  align-items: stretch;
}

.sr-col[b-crnkfqvb68] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

[b-crnkfqvb68] .cb-page .cb-page-section {
  border: 1px solid rgba(255,255,255,.40);
  border-radius: 5px;
  background: rgba(255,255,255,.55);
  box-shadow: 0 8px 18px rgba(0,0,0,.24), 0 2px 4px rgba(0,0,0,.10);
  backdrop-filter: blur(6px);
}

html[data-theme="dark"][b-crnkfqvb68]  .cb-page .cb-page-section,
.mud-theme-dark[b-crnkfqvb68]  .cb-page .cb-page-section {
  background: rgba(20,28,44,.82);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 52px rgba(0,0,0,.60);
  backdrop-filter: none;
}

[b-crnkfqvb68] .sr-hero-card,
[b-crnkfqvb68] .workOrder-hero,
[b-crnkfqvb68] .cb-page-hero,
[b-crnkfqvb68] .sr-hero {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

[b-crnkfqvb68] .sr-hero-card {
  height: 100%;
  overflow: hidden;
}

[b-crnkfqvb68] .sr-hero-head {
  padding: 14px 16px 10px 16px;
}

.cb-map[b-crnkfqvb68] {
  width: 90%;
  height: 100%;
  min-height: 200px;
  flex: 1 1 auto;
}

[b-crnkfqvb68] .cb-page-details-text {
  min-height: 96px;
  padding: 12px 14px 14px 14px;
  line-height: 1.4;
  font-weight: 650;
  color: rgba(0,0,0,.82);
}

html[data-theme="dark"][b-crnkfqvb68]  .cb-page-details-text,
.mud-theme-dark[b-crnkfqvb68]  .cb-page-details-text {
  color: rgba(255,255,255,.88);
}

.sr-actions[b-crnkfqvb68] {
    display: flex;
    justify-content: center;
    padding: 16px 14px;
}

[b-crnkfqvb68] .sr-create-btn {
  width: 50%;
  max-width: 520px;
  min-width: 240px;
  border-radius: 5px !important;
  font-weight: 950 !important;
  letter-spacing: .03em;
  padding: 10px 18px !important;
  min-height: 44px;
  box-shadow: 0 5px 10px rgba(245,158,11,.35);
}

[b-crnkfqvb68] .sr-create-btn .mud-button-label {
  font-size: .95rem;
}

[b-crnkfqvb68] .cb-page a.sr-tel {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

[b-crnkfqvb68] .cb-page a.sr-tel:hover {
  opacity: .85;
}

.sr-site-float[b-crnkfqvb68] {
  padding: 0;
  margin: 0;
}

[b-crnkfqvb68] .sr-site-float > header {
  border-radius: 5px;
}

[b-crnkfqvb68] .sr-site-float .cb-page-chips {
  margin-top: 10px;
}

[b-crnkfqvb68] .cb-page-header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

[b-crnkfqvb68] .cb-page-title {
  flex: 0 0 auto;
}

.wo-map[b-crnkfqvb68] {
  display: block;
  width: 96%;
  height: 420px;
  min-height: 420px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 14px;
}

.mud-theme-dark .wo-map[b-crnkfqvb68] {
    box-shadow: -1px 4px 7px 1px rgba(0, 0, 0, .18);
    align-items: center;
}

.upload-thumb[b-crnkfqvb68] {
  display: block;
  margin-top: 10px;
  width: 100%;
  max-width: 220px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.12);
}

.cb-file-input-target[b-crnkfqvb68] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cb-file-choice-backdrop[b-crnkfqvb68] {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, .45);
}

.cb-file-choice-card[b-crnkfqvb68] {
  width: min(100%, 360px);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 20px 52px rgba(0,0,0,.32);
}

html[data-theme="dark"] .cb-file-choice-card[b-crnkfqvb68],
.mud-theme-dark .cb-file-choice-card[b-crnkfqvb68] {
  background: rgba(20,28,44,.98);
}

@media (max-width: 960px) {
  .wo-map[b-crnkfqvb68] {
    height: 340px;
    min-height: 340px;
    border-radius: 5px;
  }
}

@media (max-width: 900px) {
  .sr-columns[b-crnkfqvb68] {
    grid-template-columns: 1fr;
  }

  [b-crnkfqvb68] .cb-page-header {
    height: 60px;
  }

  #sr-left[b-crnkfqvb68] {
    height: auto !important;
  }

  [b-crnkfqvb68] .sr-hero-card {
    height: auto !important;
  }

  .cb-map[b-crnkfqvb68] {
    min-height: 280px;
    height: 280px;
    flex: 0 0 auto;
    margin: 12px 12px 12px 12px;
    border-radius: 5px;
  }
}




/* /Components/Pages/WorkOrders/WorkOrders.razor.rz.scp.css */
/* Work Orders
   Page-owned search layout and table sizing.
*/

.wol-page[b-crx6m8p5pt] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wol-sectionHead[b-crx6m8p5pt] {
    padding: 16px 18px 8px;
}

.wol-table[b-crx6m8p5pt] {
    --cb-view-col-width: 70px;
    --cb-address-col-width: 400px;
    --cb-date-col-width: 120px;
    --cb-tech-col-width: 140px;
    --cb-desc-col-width: auto;
}

.wol-tableHost[b-crx6m8p5pt] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.wol-tableHost[b-crx6m8p5pt]  .mud-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    -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]  th,
.wol-tableHost[b-crx6m8p5pt]  td,
.wol-tableHost[b-crx6m8p5pt]  .mud-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

@media (max-width: 1100px) {
    .wol-table[b-crx6m8p5pt] {
        --cb-view-col-width: 30px;
        --cb-address-col-width: 150px;
    }
}

@media (max-width: 600px) {
    .wol-tableHost[b-crx6m8p5pt]  table,
    .wol-tableHost[b-crx6m8p5pt]  .mud-table-root {
        min-width: 900px;
        table-layout: auto;
    }

    .wol-tableHost[b-crx6m8p5pt]  th,
    .wol-tableHost[b-crx6m8p5pt]  td,
    .wol-tableHost[b-crx6m8p5pt]  .mud-table-cell {
        white-space: nowrap;
    }

    .wol-table[b-crx6m8p5pt] {
        --cb-view-col-width: 20px;
        --cb-address-col-width: 220px;
        --cb-date-col-width: 140px;
        --cb-desc-col-width: 600px;
    }
}
