/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xagaeib2b2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xagaeib2b2] {
    flex: 1;
}

.sidebar[b-xagaeib2b2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xagaeib2b2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-row-title[b-xagaeib2b2],
.top-row-actions[b-xagaeib2b2],
.gmail-status[b-xagaeib2b2] {
    display: flex;
    align-items: center;
}

.top-row-title[b-xagaeib2b2] {
    gap: 0.75rem;
}

.top-row-actions[b-xagaeib2b2] {
    gap: 0.75rem;
}

.gmail-status[b-xagaeib2b2] {
    gap: 0.45rem;
    border: 1px solid #d7deea;
    border-radius: 999px;
    padding: 0.3rem 0.55rem;
    background: #ffffff;
    color: #334155;
    font-size: 0.9rem;
}

.gmail-status.connected[b-xagaeib2b2] {
    border-color: #b7ebc6;
    background: #f1fff5;
}

.gmail-status.disconnected[b-xagaeib2b2] {
    border-color: #ffd5d5;
    background: #fff5f5;
}

.gmail-icon[b-xagaeib2b2] {
    display: inline-grid;
    place-items: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 0.35rem;
    background: linear-gradient(135deg, #4285f4, #34a853 34%, #fbbc05 66%, #ea4335);
    color: #fff;
    font-weight: 800;
    font-size: 0.75rem;
}

.gmail-dot[b-xagaeib2b2] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #ef4444;
}

.gmail-status.connected .gmail-dot[b-xagaeib2b2] {
    background: #22c55e;
}

.erp-modal-backdrop[b-xagaeib2b2] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.42);
    z-index: 1100;
}

.erp-modal[b-xagaeib2b2] {
    width: min(520px, 100%);
    border-radius: 0.75rem;
    border: 1px solid #dbe4f0;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
    padding: 1.25rem;
}

.erp-modal h2[b-xagaeib2b2] {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
}

.gmail-warning-actions[b-xagaeib2b2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1rem;
}

    .top-row[b-xagaeib2b2]  a, .top-row[b-xagaeib2b2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xagaeib2b2]  a:hover, .top-row[b-xagaeib2b2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xagaeib2b2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .page[b-xagaeib2b2],
    main[b-xagaeib2b2] {
        min-width: 0;
        width: 100%;
    }

    .top-row[b-xagaeib2b2] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.55rem;
        height: auto;
        justify-content: flex-start;
        min-height: 0;
        padding: 0.7rem 0.85rem;
        width: 100%;
    }

    .top-row-title[b-xagaeib2b2] {
        justify-content: space-between;
        min-width: 0;
        width: 100%;
    }

    .top-row-title strong[b-xagaeib2b2] {
        min-width: 0;
    }

    .top-row-title span[b-xagaeib2b2],
    .gmail-status span[b-xagaeib2b2] {
        margin-left: 0;
    }

    .top-row-title span[b-xagaeib2b2] {
        max-width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-row-actions[b-xagaeib2b2] {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: minmax(0, 1fr) auto;
        min-width: 0;
        width: 100%;
    }

    .gmail-status[b-xagaeib2b2] {
        border-radius: 7px;
        min-width: 0;
        overflow: hidden;
        width: 100%;
    }

    .gmail-status-text[b-xagaeib2b2] {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-row-actions form[b-xagaeib2b2],
    .top-row-actions form .btn[b-xagaeib2b2] {
        height: 100%;
    }

    .top-row[b-xagaeib2b2]  a, .top-row[b-xagaeib2b2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xagaeib2b2] {
        flex-direction: row;
    }

    .sidebar[b-xagaeib2b2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xagaeib2b2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xagaeib2b2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xagaeib2b2], article[b-xagaeib2b2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xagaeib2b2] {
    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-xagaeib2b2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-py6lm2xnha] {
    appearance: none;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nav-menu-label[b-py6lm2xnha] {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    margin: 0 18px 14px;
    min-height: 38px;
    padding: 8px 12px;
}

.top-row[b-py6lm2xnha] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-py6lm2xnha] {
    font-size: 1.1rem;
}

.bi[b-py6lm2xnha] {
    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-py6lm2xnha] {
    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-py6lm2xnha] {
    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-py6lm2xnha] {
    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-py6lm2xnha] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-py6lm2xnha] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-py6lm2xnha] {
        padding-bottom: 1rem;
    }

    .nav-item[b-py6lm2xnha]  .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-py6lm2xnha]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-py6lm2xnha]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-py6lm2xnha] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-py6lm2xnha] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-py6lm2xnha] {
        display: none;
    }

    .nav-menu-label[b-py6lm2xnha] {
        display: none;
    }

    .nav-scrollable[b-py6lm2xnha] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


.nav-item[b-py6lm2xnha]  .nav-link-with-badge {
    gap: 10px;
}

.nav-item[b-py6lm2xnha]  .nav-label {
    flex: 1;
}

.nav-item[b-py6lm2xnha]  .nav-unread-badge {
    align-items: center;
    background: #ef4444;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-width: 22px;
    min-height: 22px;
    padding: 2px 6px;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qg0w99jg04],
.components-reconnect-repeated-attempt-visible[b-qg0w99jg04],
.components-reconnect-failed-visible[b-qg0w99jg04],
.components-pause-visible[b-qg0w99jg04],
.components-resume-failed-visible[b-qg0w99jg04],
.components-rejoining-animation[b-qg0w99jg04] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-retrying[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-failed[b-qg0w99jg04],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qg0w99jg04] {
    display: block;
}


#components-reconnect-modal[b-qg0w99jg04] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qg0w99jg04 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qg0w99jg04 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qg0w99jg04 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qg0w99jg04]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qg0w99jg04 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qg0w99jg04 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qg0w99jg04 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qg0w99jg04 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qg0w99jg04] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qg0w99jg04] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qg0w99jg04] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qg0w99jg04] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qg0w99jg04] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qg0w99jg04] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qg0w99jg04] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qg0w99jg04 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qg0w99jg04] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qg0w99jg04 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/MaintenanceWarehouseItemPicker.razor.rz.scp.css */
.maintenance-item-picker-backdrop[b-6yafkreidk] {
    z-index: 1200;
}

.maintenance-item-picker-modal[b-6yafkreidk] {
    width: min(980px, calc(100vw - 28px));
    max-height: calc(100vh - 32px);
}

.maintenance-item-picker-toolbar[b-6yafkreidk] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.maintenance-item-picker-toolbar span[b-6yafkreidk] {
    color: #60718a;
    white-space: nowrap;
}

.maintenance-item-picker-table-wrap[b-6yafkreidk] {
    max-height: min(62vh, 620px);
}

.maintenance-item-picker-table tbody tr[b-6yafkreidk] {
    cursor: pointer;
}

.maintenance-item-picker-table td:nth-child(2)[b-6yafkreidk] {
    min-width: 260px;
}

.maintenance-item-picker-table td:nth-child(2) small[b-6yafkreidk] {
    display: block;
    margin-top: 3px;
    color: #60718a;
}

.maintenance-item-picker-table td:nth-child(4)[b-6yafkreidk] {
    min-width: 220px;
}

@media (max-width: 700px) {
    .maintenance-item-picker-toolbar[b-6yafkreidk] {
        grid-template-columns: 1fr;
    }

    .maintenance-item-picker-toolbar span[b-6yafkreidk] {
        white-space: normal;
    }
}
/* /Components/Pages/CompletedServiceReportRepairs.razor.rz.scp.css */
.report-page-header[b-phlnshvqgb] { display: flex; justify-content: space-between; gap: 16px; }
.report-module-tabs[b-phlnshvqgb] { display: flex; gap: 8px; margin-bottom: 16px; padding-bottom: 12px; overflow-x: auto; border-bottom: 1px solid #d7e0ed; }
.report-module-tab[b-phlnshvqgb] { flex: 0 0 auto; padding: 10px 14px; border: 1px solid #cfd9e8; border-radius: 6px; color: #17335c; background: #fff; font-weight: 700; text-decoration: none; }
.report-module-tab.active[b-phlnshvqgb] { color: #fff; border-color: #2563eb; background: #2563eb; }
.report-empty-panel[b-phlnshvqgb], .completed-filter-panel[b-phlnshvqgb], .completed-report-panel[b-phlnshvqgb] { border: 1px solid #d7e0ed; border-radius: 6px; background: #fff; }
.report-empty-panel[b-phlnshvqgb] { padding: 24px; }
.completed-filter-panel[b-phlnshvqgb] { display: flex; align-items: end; gap: 16px; padding: 14px; margin-bottom: 16px; }
.completed-filter-panel label[b-phlnshvqgb] { display: grid; gap: 6px; min-width: 260px; font-weight: 700; }
.warranty-tabs[b-phlnshvqgb] { display: flex; gap: 4px; padding: 4px; border: 1px solid #cad5e4; border-radius: 6px; background: #f4f7fb; }
.warranty-tab[b-phlnshvqgb] { padding: 8px 12px; border: 0; border-radius: 5px; color: #17335c; background: transparent; font-weight: 700; }
.warranty-tab.active[b-phlnshvqgb] { color: #fff; background: #2563eb; }
.completed-count[b-phlnshvqgb] { margin-left: auto; padding-bottom: 10px; color: #5d708d; font-weight: 700; }
.completed-report-panel[b-phlnshvqgb] { overflow: hidden; }
.completed-report-table th[b-phlnshvqgb], .completed-report-table td[b-phlnshvqgb] { vertical-align: top; }
.completed-report-table td small[b-phlnshvqgb] { display: block; margin-top: 4px; color: #687b96; }
.completed-action-cell[b-phlnshvqgb] { min-width: 165px; text-align: right; }
.report-sent-badge[b-phlnshvqgb] { display: inline-flex; padding: 6px 8px; border-radius: 5px; color: #116329; background: #dcfce7; font-weight: 700; text-decoration: none; }
.report-muted[b-phlnshvqgb] { color: #6b7d96; }
@media (max-width: 760px) { .completed-filter-panel[b-phlnshvqgb] { align-items: stretch; flex-direction: column; } .completed-filter-panel label[b-phlnshvqgb] { min-width: 0; } .completed-count[b-phlnshvqgb] { margin-left: 0; padding: 0; } }
/* /Components/Pages/DailyServiceReports.razor.rz.scp.css */
.report-page-header[b-ibdkt9zepc] { display: flex; justify-content: space-between; gap: 16px; }
.report-module-tabs[b-ibdkt9zepc] { display: flex; gap: 8px; margin-bottom: 16px; padding-bottom: 12px; overflow-x: auto; border-bottom: 1px solid #d7e0ed; }
.report-module-tab[b-ibdkt9zepc] { flex: 0 0 auto; padding: 10px 14px; border: 1px solid #cfd9e8; border-radius: 6px; color: #17335c; background: #fff; font-weight: 700; text-decoration: none; }
.report-module-tab.active[b-ibdkt9zepc] { color: #fff; border-color: #2563eb; background: #2563eb; }
.report-empty-panel[b-ibdkt9zepc], .daily-report-create[b-ibdkt9zepc], .daily-report-list[b-ibdkt9zepc], .daily-report-panel[b-ibdkt9zepc] { border: 1px solid #d7e0ed; border-radius: 6px; background: #fff; }
.report-empty-panel[b-ibdkt9zepc] { padding: 24px; }
.daily-report-create[b-ibdkt9zepc] { display: flex; align-items: end; gap: 12px; padding: 16px; margin-bottom: 16px; }
.daily-report-create label[b-ibdkt9zepc] { display: grid; gap: 6px; min-width: 220px; font-weight: 700; }
.daily-report-layout[b-ibdkt9zepc] { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 16px; align-items: start; }
.daily-report-list[b-ibdkt9zepc] { max-height: calc(100vh - 230px); padding: 10px; overflow-y: auto; }
.daily-report-list-heading[b-ibdkt9zepc], .daily-report-heading[b-ibdkt9zepc] { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.daily-report-list-heading[b-ibdkt9zepc] { padding: 4px 4px 10px; border-bottom: 1px solid #e2e8f0; }
.daily-report-list-heading h2[b-ibdkt9zepc] { margin: 0; font-size: 18px; }
.daily-report-list-item[b-ibdkt9zepc] { display: grid; width: 100%; gap: 4px; margin-top: 8px; padding: 11px; border: 1px solid #d8e2ef; border-radius: 6px; background: #fff; text-align: left; }
.daily-report-list-item.active[b-ibdkt9zepc] { border-color: #2563eb; background: #f2f6ff; }
.daily-report-list-item small[b-ibdkt9zepc], .report-muted[b-ibdkt9zepc] { color: #667892; }
.daily-report-panel[b-ibdkt9zepc] { min-width: 0; overflow: hidden; }
.daily-report-heading[b-ibdkt9zepc] { padding: 18px; border-bottom: 1px solid #dce4ef; }
.daily-report-heading span[b-ibdkt9zepc] { color: #526b91; font-size: 12px; font-weight: 700; }
.daily-report-heading h2[b-ibdkt9zepc] { margin: 3px 0 0; font-size: 21px; }
.daily-report-table th[b-ibdkt9zepc], .daily-report-table td[b-ibdkt9zepc] { vertical-align: top; }
.daily-report-table tr.confirmed[b-ibdkt9zepc] { background: #f0fdf4; }
.payment-segments[b-ibdkt9zepc] { display: flex; gap: 4px; min-width: 205px; }
.payment-segment[b-ibdkt9zepc] { padding: 6px 8px; border: 1px solid #b9c7da; border-radius: 5px; background: #fff; color: #17335c; font-weight: 700; }
.payment-segment.active[b-ibdkt9zepc] { color: #fff; border-color: #2563eb; background: #2563eb; }
.confirmed-badge[b-ibdkt9zepc] { display: inline-flex; padding: 5px 8px; border-radius: 5px; color: #116329; background: #dcfce7; font-weight: 700; }
.daily-report-totals[b-ibdkt9zepc] { display: grid; grid-template-columns: repeat(3, minmax(180px, 1fr)); gap: 1px; padding: 1px; background: #dce4ef; }
.daily-report-totals span[b-ibdkt9zepc] { display: flex; justify-content: space-between; gap: 10px; padding: 12px; background: #fff; }
.daily-report-totals .grand-total[b-ibdkt9zepc] { color: #fff; background: #173f82; }
@media (max-width: 900px) { .daily-report-layout[b-ibdkt9zepc] { grid-template-columns: 1fr; } .daily-report-list[b-ibdkt9zepc] { display: flex; max-height: none; overflow-x: auto; } .daily-report-list-heading[b-ibdkt9zepc] { min-width: 160px; } .daily-report-list-item[b-ibdkt9zepc] { min-width: 230px; margin-top: 0; } .daily-report-totals[b-ibdkt9zepc] { grid-template-columns: 1fr 1fr; } }
@media (max-width: 650px) { .daily-report-create[b-ibdkt9zepc] { align-items: stretch; flex-direction: column; } .daily-report-create label[b-ibdkt9zepc], .daily-report-create button[b-ibdkt9zepc] { width: 100%; min-width: 0; } .daily-report-totals[b-ibdkt9zepc] { grid-template-columns: 1fr; } }
/* /Components/Pages/Help.razor.rz.scp.css */
.help-sidebar[b-9gb0n3u98a] {
    position: sticky;
    top: 82px;
    max-height: calc(100vh - 98px);
    overflow: auto;
}

.help-sidebar-title[b-9gb0n3u98a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.help-sidebar-title h2[b-9gb0n3u98a] {
    font-size: 1.2rem;
}

.help-sidebar-title span[b-9gb0n3u98a] {
    color: #60758f;
    font-size: 0.88rem;
    font-weight: 700;
}

.help-search[b-9gb0n3u98a],
.help-category-filter[b-9gb0n3u98a] {
    display: grid;
    gap: 5px;
    margin-top: 12px;
    color: #34465d;
    font-size: 0.86rem;
    font-weight: 700;
}

.help-topic-list[b-9gb0n3u98a] {
    gap: 14px;
}

.help-topic-group[b-9gb0n3u98a] {
    display: grid;
    gap: 6px;
}

.help-topic-group h3[b-9gb0n3u98a] {
    margin: 0;
    padding: 0 2px;
    color: #536a84;
    font-size: 0.78rem;
    text-transform: uppercase;
}

.help-topic-button[b-9gb0n3u98a] {
    position: relative;
    padding-right: 62px;
}

.help-topic-button strong[b-9gb0n3u98a] {
    font-size: 0.94rem;
}

.help-topic-button small[b-9gb0n3u98a] {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.help-topic-time[b-9gb0n3u98a] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #536a84;
    font-size: 0.75rem;
    font-weight: 700;
}

.help-hidden-label[b-9gb0n3u98a],
.help-system-label[b-9gb0n3u98a] {
    color: #9a6700;
    font-size: 0.78rem;
    font-weight: 700;
}

.help-no-results[b-9gb0n3u98a] {
    display: grid;
    gap: 4px;
    margin-top: 14px;
    padding: 14px 0;
    color: #60758f;
}

.help-no-results strong[b-9gb0n3u98a] {
    color: #102033;
}

.help-editor[b-9gb0n3u98a] {
    display: grid;
    gap: 14px;
}

.help-editor-grid[b-9gb0n3u98a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-editor label[b-9gb0n3u98a] {
    display: grid;
    gap: 6px;
}

.help-minutes-input[b-9gb0n3u98a] {
    display: grid;
    grid-template-columns: minmax(80px, 140px) auto;
    gap: 8px;
    align-items: center;
}

.help-topic-category[b-9gb0n3u98a] {
    display: block;
    margin-bottom: 4px;
    color: #536a84;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.help-topic-actions[b-9gb0n3u98a] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.help-topic-meta[b-9gb0n3u98a] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-bottom: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #d6e1ee;
    color: #536a84;
    font-size: 0.88rem;
}

.help-open-page[b-9gb0n3u98a] {
    margin-bottom: 14px;
}

.help-topic-body :deep(h2)[b-9gb0n3u98a] {
    margin: 24px 0 10px;
    font-size: 1.24rem;
}

.help-topic-body :deep(h2:first-child)[b-9gb0n3u98a] {
    margin-top: 4px;
}

.help-topic-body :deep(li)[b-9gb0n3u98a] {
    margin-bottom: 7px;
}

.help-related[b-9gb0n3u98a] {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #d6e1ee;
}

.help-related > h3[b-9gb0n3u98a] {
    margin: 0 0 10px;
    font-size: 1rem;
}

.help-related > div[b-9gb0n3u98a] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.help-related button[b-9gb0n3u98a] {
    display: grid;
    gap: 4px;
    min-width: 0;
    border: 1px solid #d6e1ee;
    border-radius: 6px;
    background: #f8fbff;
    padding: 10px;
    color: #102033;
    text-align: left;
    cursor: pointer;
}

.help-related button:hover[b-9gb0n3u98a] {
    border-color: #2563eb;
}

.help-related span[b-9gb0n3u98a] {
    color: #60758f;
    font-size: 0.84rem;
}

@media (max-width: 900px) {
    .help-sidebar[b-9gb0n3u98a] {
        position: static;
        max-height: none;
    }

    .help-editor-grid[b-9gb0n3u98a],
    .help-related > div[b-9gb0n3u98a] {
        grid-template-columns: 1fr;
    }
}

@media print {
    :global(.app-sidebar)[b-9gb0n3u98a],
    :global(.app-topbar)[b-9gb0n3u98a],
    :global(.page-header)[b-9gb0n3u98a],
    .help-sidebar[b-9gb0n3u98a],
    .help-topic-actions[b-9gb0n3u98a],
    .help-open-page[b-9gb0n3u98a],
    .help-related[b-9gb0n3u98a] {
        display: none !important;
    }

    .help-shell[b-9gb0n3u98a] {
        display: block;
    }

    .help-main[b-9gb0n3u98a],
    .help-topic-view[b-9gb0n3u98a] {
        border: 0;
        padding: 0;
    }
}
/* /Components/Pages/Lookups.razor.rz.scp.css */
.installation-catalog[b-0f76zne60r] {
    margin-top: 16px;
}

.installation-catalog-editor[b-0f76zne60r] {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.installation-catalog-editor > label:not(.checkbox-row)[b-0f76zne60r] {
    display: grid;
    gap: 6px;
}

.installation-catalog-active[b-0f76zne60r] {
    min-height: 42px;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .installation-catalog-editor[b-0f76zne60r] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .installation-catalog-editor[b-0f76zne60r] {
        grid-template-columns: 1fr;
    }

    .installation-catalog .form-panel-header[b-0f76zne60r] {
        align-items: stretch;
    }
}
/* /Components/Pages/PartnerReports.razor.rz.scp.css */
.partner-report-header[b-jozry2y6a2],
.partner-result-heading[b-jozry2y6a2],
.partner-mobile-card-head[b-jozry2y6a2],
.partner-pagination[b-jozry2y6a2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.report-module-tabs[b-jozry2y6a2] {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    overflow-x: auto;
    border-bottom: 1px solid #d7e0ed;
}

.report-module-tab[b-jozry2y6a2] {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #cfd9e8;
    border-radius: 6px;
    color: #17335c;
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.report-module-tab.active[b-jozry2y6a2] {
    color: #fff;
    border-color: #2563eb;
    background: #2563eb;
}

.partner-filter-panel[b-jozry2y6a2],
.partner-result-panel[b-jozry2y6a2],
.partner-empty-panel[b-jozry2y6a2] {
    border: 1px solid #d7e0ed;
    border-radius: 6px;
    background: #fff;
}

.partner-filter-panel[b-jozry2y6a2],
.partner-result-panel[b-jozry2y6a2] {
    padding: 18px;
    margin-bottom: 16px;
}

.partner-empty-panel[b-jozry2y6a2] {
    padding: 28px;
}

.partner-empty-panel h2[b-jozry2y6a2],
.partner-result-heading h2[b-jozry2y6a2],
.partner-result-heading p[b-jozry2y6a2] {
    margin: 0;
}

.partner-filter-grid[b-jozry2y6a2] {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) minmax(160px, 0.8fr) minmax(160px, 0.8fr) auto;
    align-items: end;
    gap: 12px;
}

.partner-filter-grid label[b-jozry2y6a2] {
    display: grid;
    gap: 6px;
    min-width: 0;
    font-weight: 700;
}

.partner-count[b-jozry2y6a2] {
    color: #17335c;
    white-space: nowrap;
}

.report-eyebrow[b-jozry2y6a2] {
    color: #5b6f8d;
    font-size: 12px;
    font-weight: 800;
}

.partner-summary-strip[b-jozry2y6a2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.partner-summary-strip span[b-jozry2y6a2] {
    padding: 9px 11px;
    border: 1px solid #dbe4f0;
    border-radius: 6px;
    background: #f8fafc;
}

.partner-table-wrap[b-jozry2y6a2] {
    overflow-x: auto;
    border: 1px solid #d7e0ed;
    border-radius: 6px;
}

.partner-report-table[b-jozry2y6a2] {
    min-width: 1120px;
    margin: 0;
}

.partner-report-table td[b-jozry2y6a2] {
    vertical-align: top;
}

.partner-report-table td small[b-jozry2y6a2],
.partner-mobile-card small[b-jozry2y6a2] {
    display: block;
    margin-top: 3px;
    color: #64748b;
}

.partner-status[b-jozry2y6a2] {
    display: inline-block;
    padding: 4px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 800;
}

.partner-status.completed[b-jozry2y6a2] {
    color: #166534;
    background: #dcfce7;
}

.partner-status.open[b-jozry2y6a2] {
    color: #92400e;
    background: #fef3c7;
}

.partner-details-row td[b-jozry2y6a2] {
    padding: 14px !important;
    background: #f8fafc;
}

.partner-details-grid[b-jozry2y6a2] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.partner-details-grid section[b-jozry2y6a2] {
    min-width: 0;
    padding: 10px;
    border-left: 3px solid #93c5fd;
    background: #fff;
}

.partner-details-grid h3[b-jozry2y6a2],
.partner-details-grid p[b-jozry2y6a2] {
    margin: 0;
}

.partner-details-grid h3[b-jozry2y6a2] {
    margin-bottom: 6px;
    font-size: 14px;
}

.partner-details-grid p[b-jozry2y6a2] {
    overflow-wrap: anywhere;
}

.partner-details-wide[b-jozry2y6a2] {
    grid-column: span 2;
}

.partner-notes[b-jozry2y6a2] {
    margin-top: 8px !important;
    color: #64748b;
}

.partner-mobile-list[b-jozry2y6a2] {
    display: none;
}

.partner-pagination[b-jozry2y6a2] {
    margin-top: 14px;
}

.partner-empty-inline[b-jozry2y6a2] {
    padding: 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    color: #64748b;
    text-align: center;
}

@media (max-width: 900px) {
    .partner-filter-grid[b-jozry2y6a2] {
        grid-template-columns: 1fr 1fr;
    }

    .partner-filter-grid label:first-child[b-jozry2y6a2],
    .partner-filter-grid .btn[b-jozry2y6a2] {
        grid-column: 1 / -1;
    }

    .partner-table-wrap[b-jozry2y6a2] {
        display: none;
    }

    .partner-mobile-list[b-jozry2y6a2] {
        display: grid;
        gap: 10px;
    }

    .partner-mobile-card[b-jozry2y6a2] {
        padding: 12px;
        border: 1px solid #d7e0ed;
        border-radius: 6px;
        background: #fff;
    }

    .partner-mobile-card dl[b-jozry2y6a2] {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 6px 10px;
        margin: 12px 0;
    }

    .partner-mobile-card dt[b-jozry2y6a2] {
        color: #64748b;
        font-weight: 700;
    }

    .partner-mobile-card dd[b-jozry2y6a2] {
        min-width: 0;
        margin: 0;
        overflow-wrap: anywhere;
    }

    .partner-mobile-details[b-jozry2y6a2] {
        margin-top: 12px;
    }

    .partner-details-grid[b-jozry2y6a2] {
        grid-template-columns: 1fr;
    }

    .partner-details-wide[b-jozry2y6a2] {
        grid-column: auto;
    }
}

@media (max-width: 560px) {
    .partner-report-header[b-jozry2y6a2],
    .partner-result-heading[b-jozry2y6a2],
    .partner-pagination[b-jozry2y6a2] {
        align-items: stretch;
        flex-direction: column;
    }

    .partner-filter-panel[b-jozry2y6a2],
    .partner-result-panel[b-jozry2y6a2] {
        padding: 12px;
    }

    .partner-filter-grid[b-jozry2y6a2] {
        grid-template-columns: 1fr;
    }

    .partner-filter-grid label[b-jozry2y6a2],
    .partner-filter-grid label:first-child[b-jozry2y6a2],
    .partner-filter-grid .btn[b-jozry2y6a2] {
        grid-column: auto;
    }

    .partner-filter-grid .btn[b-jozry2y6a2] {
        width: 100%;
    }

    .partner-mobile-card-head[b-jozry2y6a2] {
        align-items: flex-start;
    }
}
/* /Components/Pages/PartRequests.razor.rz.scp.css */
.part-request-list-toolbar[b-xawg04xrcd] {
    align-items: end;
    background: #f8fafc;
    border: 1px solid #d5dfec;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(145px, 190px) minmax(145px, 190px) minmax(180px, 1fr) minmax(170px, 230px) auto;
    padding: 10px;
}

.part-request-list-toolbar label[b-xawg04xrcd] {
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 4px;
}

.part-request-list-toolbar .btn[b-xawg04xrcd] {
    min-height: 38px;
}

.part-request-sticker-panel[b-xawg04xrcd] {
    background: #f8fafc;
    border: 1px solid #d5dfec;
    border-radius: 7px;
    display: grid;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
}

.part-request-sticker-panel h3[b-xawg04xrcd] {
    font-size: 16px;
    margin: 0;
}

.part-request-sticker-panel p[b-xawg04xrcd] {
    color: #64748b;
    margin: 3px 0 0;
}

.part-request-sticker-upload[b-xawg04xrcd] {
    align-items: start;
    display: grid;
    gap: 5px;
}

.part-request-sticker-upload small[b-xawg04xrcd],
.part-request-sticker-item small[b-xawg04xrcd] {
    color: #64748b;
}

.part-request-sticker-pending[b-xawg04xrcd] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.part-request-sticker-list[b-xawg04xrcd] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.part-request-sticker-item[b-xawg04xrcd] {
    align-items: center;
    background: #fff;
    border: 1px solid #d5dfec;
    border-radius: 6px;
    display: grid;
    gap: 10px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    padding: 8px;
}

.part-request-sticker-item img[b-xawg04xrcd] {
    border: 1px solid #d5dfec;
    border-radius: 4px;
    display: block;
    height: 58px;
    object-fit: cover;
    width: 72px;
}

.part-request-sticker-item div[b-xawg04xrcd] {
    min-width: 0;
}

.part-request-sticker-item div > a[b-xawg04xrcd] {
    display: block;
    overflow-wrap: anywhere;
}

.part-request-sticker-item small[b-xawg04xrcd] {
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

@media (max-width: 780px) {
    .part-request-list-toolbar[b-xawg04xrcd] {
        border-bottom: 1px solid #d5dfec;
        grid-template-columns: 1fr;
        margin-bottom: 8px;
    }

    .part-request-sticker-list[b-xawg04xrcd] {
        grid-template-columns: 1fr;
    }

    .part-request-sticker-item[b-xawg04xrcd] {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .part-request-sticker-item img[b-xawg04xrcd] {
        height: 52px;
        width: 64px;
    }

    .part-request-sticker-item .btn[b-xawg04xrcd] {
        grid-column: 1 / -1;
        justify-self: start;
    }
}
/* /Components/Pages/PlannedMaintenance.razor.rz.scp.css */
.maintenance-header[b-h7pn8cczwg] {
    align-items: flex-end;
}

.maintenance-month[b-h7pn8cczwg] {
    min-width: 150px;
    text-align: center;
    text-transform: capitalize;
}

.maintenance-tabs[b-h7pn8cczwg] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.maintenance-toolbar[b-h7pn8cczwg] {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(160px, 220px) minmax(260px, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.maintenance-summary[b-h7pn8cczwg] {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    border: 1px solid #d5dfed;
    background: #fff;
    margin-bottom: 14px;
}

.maintenance-summary div[b-h7pn8cczwg] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    min-height: 64px;
    padding: 12px 16px;
    border-right: 1px solid #d5dfed;
}

.maintenance-summary div:last-child[b-h7pn8cczwg] {
    border-right: 0;
}

.maintenance-summary span[b-h7pn8cczwg],
.maintenance-eyebrow[b-h7pn8cczwg] {
    color: #5d718d;
    font-size: .86rem;
}

.maintenance-summary strong[b-h7pn8cczwg] {
    font-size: 1.55rem;
}

.maintenance-task-list[b-h7pn8cczwg],
.maintenance-plan-list[b-h7pn8cczwg] {
    display: grid;
    gap: 12px;
}

.maintenance-task[b-h7pn8cczwg],
.maintenance-plan[b-h7pn8cczwg] {
    border: 1px solid #ccd9ea;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.maintenance-task > header[b-h7pn8cczwg],
.maintenance-plan > header[b-h7pn8cczwg],
.maintenance-modal > header[b-h7pn8cczwg],
.maintenance-plans-header[b-h7pn8cczwg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.maintenance-task > header[b-h7pn8cczwg],
.maintenance-plan > header[b-h7pn8cczwg] {
    padding: 14px 16px;
    border-bottom: 1px solid #dce5f1;
}

.maintenance-task h2[b-h7pn8cczwg],
.maintenance-plan h2[b-h7pn8cczwg],
.maintenance-modal h2[b-h7pn8cczwg],
.maintenance-plans-header h2[b-h7pn8cczwg] {
    margin: 3px 0;
    font-size: 1.15rem;
}

.maintenance-task-grid[b-h7pn8cczwg] {
    display: grid;
    grid-template-columns: minmax(210px, .9fr) minmax(300px, 1.4fr) minmax(190px, .7fr);
    gap: 20px;
    padding: 14px 16px;
}

.maintenance-task dl[b-h7pn8cczwg] {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 5px 10px;
    margin: 0;
}

.maintenance-task dt[b-h7pn8cczwg] {
    color: #60718a;
}

.maintenance-task dd[b-h7pn8cczwg] {
    margin: 0;
    overflow-wrap: anywhere;
}

.maintenance-filter-list[b-h7pn8cczwg] {
    display: grid;
    gap: 6px;
    margin-top: 7px;
}

.maintenance-filter-list > div[b-h7pn8cczwg] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 9px;
    border: 1px solid #dbe5f2;
    background: #f8fafc;
}

.maintenance-filter-list small[b-h7pn8cczwg] {
    color: #60718a;
    text-align: right;
}

.maintenance-task > footer[b-h7pn8cczwg],
.maintenance-plan > footer[b-h7pn8cczwg],
.maintenance-modal > footer[b-h7pn8cczwg] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    padding: 10px 16px;
    border-top: 1px solid #dce5f1;
}

.maintenance-status[b-h7pn8cczwg] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid #b9c7d9;
    border-radius: 4px;
    background: #eef3f8;
    color: #33455f;
    font-size: .84rem;
    font-weight: 700;
    white-space: nowrap;
}

.status-contact[b-h7pn8cczwg],
.status-postponed[b-h7pn8cczwg] {
    border-color: #e7bd54;
    background: #fff4ce;
    color: #765000;
}

.status-connected[b-h7pn8cczwg],
.status-scheduled[b-h7pn8cczwg] {
    border-color: #8db4ee;
    background: #eaf2ff;
    color: #174f9d;
}

.status-completed[b-h7pn8cczwg],
.status-active[b-h7pn8cczwg] {
    border-color: #7cc89a;
    background: #e7f7ed;
    color: #176336;
}

.status-refused[b-h7pn8cczwg],
.status-inactive[b-h7pn8cczwg] {
    border-color: #d7a6aa;
    background: #faecee;
    color: #8b2933;
}

.maintenance-plans-header[b-h7pn8cczwg] {
    align-items: center;
    margin-bottom: 12px;
}

.maintenance-plans-header p[b-h7pn8cczwg] {
    margin: 0;
    color: #60718a;
}

.maintenance-plan.inactive[b-h7pn8cczwg] {
    opacity: .72;
}

.maintenance-plan-table[b-h7pn8cczwg] {
    margin: 0;
}

.maintenance-modal[b-h7pn8cczwg] {
    width: min(720px, calc(100vw - 28px));
    max-height: calc(100vh - 32px);
    overflow: auto;
    padding: 16px;
    border: 1px solid #cbd8e9;
    border-radius: 6px;
    background: #fff;
}

.maintenance-plan-modal[b-h7pn8cczwg] {
    width: min(1050px, calc(100vw - 28px));
}

.maintenance-modal > header[b-h7pn8cczwg] {
    padding-bottom: 12px;
    border-bottom: 1px solid #dce5f1;
    margin-bottom: 14px;
}

.maintenance-modal > label[b-h7pn8cczwg] {
    display: grid;
    gap: 5px;
    margin: 10px 0;
    font-weight: 700;
}

.maintenance-plan-editor[b-h7pn8cczwg] {
    display: grid;
    gap: 8px;
    margin: 14px 0 10px;
}

.maintenance-plan-row[b-h7pn8cczwg] {
    display: grid;
    grid-template-columns: minmax(280px, 2.2fr) 120px 130px 170px auto;
    align-items: end;
    gap: 8px;
    padding: 10px;
    border: 1px solid #d7e1ee;
    background: #f8fafc;
}

.maintenance-plan-row label[b-h7pn8cczwg] {
    display: grid;
    gap: 4px;
    margin: 0;
    font-size: .86rem;
    font-weight: 700;
}

.maintenance-selected-installation[b-h7pn8cczwg] {
    padding: 10px 12px;
    border: 1px solid #cbd8e9;
    background: #f3f7fc;
    font-weight: 700;
}

.empty-state[b-h7pn8cczwg] {
    padding: 26px;
    border: 1px solid #d5dfed;
    background: #fff;
    text-align: center;
}

.empty-state h2[b-h7pn8cczwg] {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.empty-state p[b-h7pn8cczwg] {
    margin: 0;
    color: #60718a;
}

@media (max-width: 900px) {
    .maintenance-toolbar[b-h7pn8cczwg],
    .maintenance-task-grid[b-h7pn8cczwg],
    .maintenance-plan-row[b-h7pn8cczwg] {
        grid-template-columns: 1fr;
    }

    .maintenance-summary[b-h7pn8cczwg] {
        grid-template-columns: repeat(2, 1fr);
    }

    .maintenance-summary div:nth-child(2)[b-h7pn8cczwg] {
        border-right: 0;
    }

    .maintenance-summary div:nth-child(-n+2)[b-h7pn8cczwg] {
        border-bottom: 1px solid #d5dfed;
    }

    .maintenance-task dl[b-h7pn8cczwg] {
        grid-template-columns: 100px 1fr;
    }

    .maintenance-filter-list > div[b-h7pn8cczwg] {
        flex-direction: column;
    }

    .maintenance-filter-list small[b-h7pn8cczwg] {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .maintenance-header[b-h7pn8cczwg],
    .maintenance-task > header[b-h7pn8cczwg],
    .maintenance-plan > header[b-h7pn8cczwg],
    .maintenance-plans-header[b-h7pn8cczwg] {
        align-items: stretch;
        flex-direction: column;
    }

    .maintenance-header .header-actions[b-h7pn8cczwg] {
        display: grid;
        grid-template-columns: auto 1fr auto;
    }

    .maintenance-header .header-actions .btn:last-child[b-h7pn8cczwg] {
        grid-column: 1 / -1;
    }

    .maintenance-tabs .btn[b-h7pn8cczwg] {
        flex: 1;
    }

    .maintenance-task > footer[b-h7pn8cczwg],
    .maintenance-plan > footer[b-h7pn8cczwg] {
        justify-content: stretch;
    }

    .maintenance-task > footer .btn[b-h7pn8cczwg],
    .maintenance-plan > footer .btn[b-h7pn8cczwg] {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/ServiceReports.razor.rz.scp.css */
.report-page-header[b-62igexh0b3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.report-module-tabs[b-62igexh0b3] {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    overflow-x: auto;
    border-bottom: 1px solid #d7e0ed;
}

.report-module-tab[b-62igexh0b3] {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #cfd9e8;
    border-radius: 6px;
    color: #17335c;
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.report-module-tab.active[b-62igexh0b3] {
    color: #fff;
    border-color: #2563eb;
    background: #2563eb;
}

.report-base-navigation[b-62igexh0b3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.report-base-tabs[b-62igexh0b3],
.report-technician-tabs[b-62igexh0b3],
.report-period-filter[b-62igexh0b3] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.report-base-tabs[b-62igexh0b3],
.report-technician-tabs[b-62igexh0b3] {
    overflow-x: auto;
}

.report-base-tab[b-62igexh0b3],
.report-technician-tab[b-62igexh0b3] {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid #cfd9e8;
    border-radius: 6px;
    color: #17335c;
    background: #fff;
    font-weight: 700;
}

.report-base-tab.active[b-62igexh0b3],
.report-technician-tab.active[b-62igexh0b3] {
    color: #fff;
    border-color: #2563eb;
    background: #2563eb;
}

.report-period-filter .form-control[b-62igexh0b3] {
    min-width: 120px;
}

.report-technician-tabs[b-62igexh0b3] {
    padding: 12px 20px;
    border-bottom: 1px solid #dce4ef;
}

.report-header-actions[b-62igexh0b3],
.report-create-grid[b-62igexh0b3],
.report-row-actions[b-62igexh0b3],
.report-pagination[b-62igexh0b3],
.report-pagination > div[b-62igexh0b3] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.report-create-panel[b-62igexh0b3],
.report-detail-panel[b-62igexh0b3],
.report-empty-panel[b-62igexh0b3],
.service-report-list[b-62igexh0b3] {
    border: 1px solid #d7e0ed;
    background: #fff;
    border-radius: 6px;
}

.report-create-panel[b-62igexh0b3] {
    padding: 18px;
    margin-bottom: 16px;
}

.report-create-grid[b-62igexh0b3] {
    align-items: flex-end;
    flex-wrap: wrap;
}

.report-create-grid label[b-62igexh0b3] {
    display: grid;
    gap: 6px;
    min-width: 190px;
    font-weight: 600;
}

.service-report-layout[b-62igexh0b3] {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.service-report-list[b-62igexh0b3] {
    padding: 12px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
}

.report-list-heading[b-62igexh0b3],
.report-list-topline[b-62igexh0b3],
.report-detail-header[b-62igexh0b3],
.report-approval-block[b-62igexh0b3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.report-list-heading[b-62igexh0b3] {
    padding: 4px 4px 12px;
    border-bottom: 1px solid #e2e8f0;
}

.report-list-heading h2[b-62igexh0b3] {
    margin: 0;
    font-size: 18px;
}

.report-list-heading span[b-62igexh0b3] {
    color: #5b6f8d;
}

.report-list-item[b-62igexh0b3] {
    display: grid;
    width: 100%;
    gap: 5px;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #d8e2ef;
    border-radius: 6px;
    background: #fff;
    color: #0c1d36;
    text-align: left;
}

.report-list-item:hover[b-62igexh0b3],
.report-list-item.active[b-62igexh0b3] {
    border-color: #2f66e8;
    background: #f2f6ff;
}

.report-list-item small[b-62igexh0b3],
.report-muted[b-62igexh0b3],
.report-detail-header p[b-62igexh0b3],
.report-approval-block small[b-62igexh0b3] {
    color: #637590;
}

.report-detail-panel[b-62igexh0b3] {
    min-width: 0;
    overflow: hidden;
}

.report-detail-header[b-62igexh0b3] {
    align-items: flex-start;
    padding: 18px 20px;
    border-bottom: 1px solid #dce4ef;
}

.report-detail-header h2[b-62igexh0b3] {
    margin: 2px 0 4px;
    font-size: 24px;
}

.report-detail-header p[b-62igexh0b3] {
    margin: 0;
}

.report-eyebrow[b-62igexh0b3] {
    color: #526b91;
    font-size: 12px;
    font-weight: 700;
}

.report-approval-block[b-62igexh0b3] {
    align-items: flex-end;
    flex-direction: column;
}

.report-status[b-62igexh0b3],
.report-item-status[b-62igexh0b3] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.report-status.large[b-62igexh0b3] {
    min-height: 30px;
    padding: 5px 10px;
    font-size: 13px;
}

.report-status.pending[b-62igexh0b3],
.report-item-status.returned[b-62igexh0b3] {
    background: #fff2bf;
    color: #774b00;
    border: 1px solid #e4bd48;
}

.report-status.approved[b-62igexh0b3],
.report-item-status.corrected[b-62igexh0b3],
.report-item-status.approved[b-62igexh0b3] {
    background: #dff7e7;
    color: #166534;
    border: 1px solid #71c58c;
}

.report-item-status.included[b-62igexh0b3] {
    background: #eef3f9;
    color: #496079;
    border: 1px solid #cdd9e7;
}

.report-summary-strip[b-62igexh0b3] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    padding: 12px 20px;
    background: #f6f8fb;
    border-bottom: 1px solid #dce4ef;
}

.report-files-panel[b-62igexh0b3] {
    padding: 16px 20px;
    border-bottom: 1px solid #dce4ef;
    background: #fff;
}

.report-files-heading[b-62igexh0b3],
.report-file-item[b-62igexh0b3],
.report-file-accounting-status[b-62igexh0b3],
.report-accounting-transfer[b-62igexh0b3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-files-heading[b-62igexh0b3] {
    justify-content: space-between;
    margin-bottom: 12px;
}

.report-files-heading h3[b-62igexh0b3] {
    margin: 2px 0 0;
    font-size: 17px;
}

.report-file-picker[b-62igexh0b3] {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.report-file-picker.disabled[b-62igexh0b3] {
    opacity: .55;
    pointer-events: none;
}

.report-file-picker input[type="file"][b-62igexh0b3] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.report-file-list[b-62igexh0b3] {
    display: grid;
    gap: 8px;
}

.report-file-item[b-62igexh0b3] {
    justify-content: space-between;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #d9e2ed;
    border-radius: 6px;
    background: #f8fafc;
}

.report-file-info[b-62igexh0b3] {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.report-file-info a[b-62igexh0b3] {
    overflow-wrap: anywhere;
}

.report-file-info span[b-62igexh0b3] {
    color: #637590;
    font-size: 12px;
}

.report-accounting-transfer[b-62igexh0b3] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.report-accounting-transfer label[b-62igexh0b3] {
    display: grid;
    gap: 3px;
    color: #42546c;
    font-size: 12px;
    font-weight: 700;
}

.report-accounting-transfer input[b-62igexh0b3] {
    width: 155px;
}

.report-danger[b-62igexh0b3] {
    color: #c3222a;
}

.report-table-wrap[b-62igexh0b3] {
    border: 0;
    border-radius: 0;
}

.service-report-table[b-62igexh0b3] {
    min-width: 980px;
    margin: 0;
}

.report-row-returned > td[b-62igexh0b3] {
    background: #fffaf0;
}

.report-row-actions[b-62igexh0b3] {
    min-width: 190px;
    flex-wrap: wrap;
}

.report-expanded-row > td[b-62igexh0b3] {
    padding: 0 !important;
    background: #f8fafc;
}

.report-expanded-content[b-62igexh0b3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    border-top: 2px solid #7aa2f7;
}

.report-expanded-content section[b-62igexh0b3] {
    min-width: 0;
    overflow-x: auto;
}

.report-expanded-content h3[b-62igexh0b3] {
    margin: 0 0 10px;
    font-size: 16px;
}

.report-detail-grid[b-62igexh0b3] {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 5px 10px;
    margin: 0;
}

.report-detail-grid dt[b-62igexh0b3] {
    color: #5d6f88;
    font-weight: 600;
}

.report-detail-grid dd[b-62igexh0b3] {
    margin: 0;
    overflow-wrap: anywhere;
}

.report-lines-table[b-62igexh0b3] {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.report-lines-table th[b-62igexh0b3],
.report-lines-table td[b-62igexh0b3] {
    padding: 6px;
    border: 1px solid #d9e2ed;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.report-lines-table th:first-child[b-62igexh0b3],
.report-lines-table td:first-child[b-62igexh0b3] {
    min-width: 210px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.report-lines-wrap[b-62igexh0b3] {
    width: 100%;
    overflow-x: auto;
}

.report-correction-editor[b-62igexh0b3] {
    padding: 16px;
    border-left: 4px solid #e0a600;
    background: #fffdf5;
}

.report-correction-heading[b-62igexh0b3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.report-correction-heading span:first-child[b-62igexh0b3] {
    color: #725300;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.report-correction-heading h3[b-62igexh0b3] {
    margin: 3px 0 0;
    font-size: 18px;
}

.report-correction-grid[b-62igexh0b3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 12px;
    margin: 16px 0 20px;
}

.report-correction-grid label[b-62igexh0b3] {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #34465f;
    font-size: 13px;
    font-weight: 700;
}

.report-correction-grid .wide[b-62igexh0b3] {
    grid-column: span 2;
}

.report-quantity-editor[b-62igexh0b3] {
    width: 110px;
    min-width: 90px;
}

.report-correction-actions[b-62igexh0b3] {
    justify-content: flex-end;
    margin-top: 14px;
}

.report-service-deleted[b-62igexh0b3] {
    opacity: .55;
    text-decoration: line-through;
}

.report-add-service[b-62igexh0b3] {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e1d7ac;
}

.report-add-service-grid[b-62igexh0b3] {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(3, minmax(120px, 1fr)) auto auto;
    align-items: end;
    gap: 10px;
}

.report-add-service-grid label[b-62igexh0b3] {
    display: grid;
    gap: 5px;
    color: #34465f;
    font-size: 13px;
    font-weight: 700;
}

.report-add-service-grid .report-check-label[b-62igexh0b3] {
    display: flex;
    align-items: center;
    min-height: 38px;
}

.report-new-service-list[b-62igexh0b3] {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.report-new-service-list > div[b-62igexh0b3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #cbdcf6;
    border-radius: 4px;
    background: #f4f8ff;
}

.report-description-list[b-62igexh0b3] {
    display: grid;
    gap: 8px;
}

.report-description-item[b-62igexh0b3] {
    padding: 10px 12px;
    border-left: 3px solid #7aa2f7;
    background: #fff;
}

.report-description-item p[b-62igexh0b3] {
    margin: 0 0 5px;
    white-space: pre-wrap;
}

.report-description-item small[b-62igexh0b3],
.report-attachment-item span[b-62igexh0b3] {
    color: #637590;
}

.report-attachment-grid[b-62igexh0b3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}

.report-attachment-item[b-62igexh0b3] {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    padding: 9px;
    border: 1px solid #d9e2ed;
    border-radius: 6px;
    background: #fff;
}

.report-attachment-item img[b-62igexh0b3] {
    width: 72px;
    height: 58px;
    border-radius: 4px;
    object-fit: cover;
}

.report-attachment-item > div[b-62igexh0b3] {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.report-attachment-item a[b-62igexh0b3] {
    overflow-wrap: anywhere;
}

.report-attachment-item span[b-62igexh0b3] {
    font-size: 12px;
}

.correction-note[b-62igexh0b3] {
    margin-top: 12px;
    padding: 10px;
    border-left: 3px solid #d9a514;
    background: #fff4cf;
}

.report-pagination[b-62igexh0b3] {
    justify-content: space-between;
    padding: 12px 18px;
    border-top: 1px solid #dce4ef;
    color: #5d6f88;
}

.report-pagination button[b-62igexh0b3] {
    min-width: 34px;
    height: 34px;
    border: 1px solid #cbd7e6;
    border-radius: 4px;
    background: #fff;
    color: #17345f;
}

.report-pagination button.active[b-62igexh0b3] {
    border-color: #2f66e8;
    background: #2f66e8;
    color: #fff;
}

.report-pagination button:disabled[b-62igexh0b3] {
    opacity: .45;
}

.report-empty-panel[b-62igexh0b3] {
    padding: 28px;
}

.report-empty-panel h2[b-62igexh0b3] {
    margin-top: 0;
}

.report-modal-backdrop[b-62igexh0b3] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(9, 21, 39, .5);
}

.report-modal[b-62igexh0b3] {
    width: min(620px, 100%);
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}

.report-modal label[b-62igexh0b3] {
    display: grid;
    gap: 7px;
    font-weight: 600;
}

@media (max-width: 1050px) {
    .service-report-layout[b-62igexh0b3] {
        grid-template-columns: 1fr;
    }

    .service-report-list[b-62igexh0b3] {
        display: flex;
        gap: 8px;
        max-height: none;
        overflow-x: auto;
    }

    .report-list-heading[b-62igexh0b3] {
        min-width: 160px;
        border-bottom: 0;
    }

    .report-list-item[b-62igexh0b3] {
        min-width: 250px;
        margin-top: 0;
    }

    .report-expanded-content[b-62igexh0b3] {
        grid-template-columns: 1fr;
    }

    .report-correction-grid[b-62igexh0b3] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .report-add-service-grid[b-62igexh0b3] {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 700px) {
    .report-base-navigation[b-62igexh0b3] {
        align-items: stretch;
        flex-direction: column;
    }

    .report-period-filter[b-62igexh0b3] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .report-period-filter button[b-62igexh0b3] {
        grid-column: 1 / -1;
    }

    .report-page-header[b-62igexh0b3],
    .report-detail-header[b-62igexh0b3] {
        flex-direction: column;
    }

    .report-header-actions[b-62igexh0b3],
    .report-create-grid[b-62igexh0b3] {
        width: 100%;
    }

    .report-create-grid label[b-62igexh0b3],
    .report-create-grid button[b-62igexh0b3] {
        width: 100%;
    }

    .report-approval-block[b-62igexh0b3] {
        align-items: flex-start;
    }

    .report-correction-grid[b-62igexh0b3] {
        grid-template-columns: 1fr;
    }

    .report-correction-grid .wide[b-62igexh0b3] {
        grid-column: auto;
    }

    .report-correction-heading[b-62igexh0b3] {
        flex-direction: column;
    }

    .report-files-heading[b-62igexh0b3],
    .report-file-item[b-62igexh0b3] {
        align-items: stretch;
        flex-direction: column;
    }

    .report-file-accounting-status[b-62igexh0b3],
    .report-accounting-transfer[b-62igexh0b3] {
        justify-content: flex-start;
    }

    .report-add-service-grid[b-62igexh0b3] {
        grid-template-columns: 1fr;
    }

    .report-new-service-list > div[b-62igexh0b3] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/ServiceTabletControl.razor.rz.scp.css */
.tablet-control-header[b-vsb9yxmx51] {
    align-items: center;
}

.tablet-control-grid[b-vsb9yxmx51] {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
}

.tablet-monitor-panel[b-vsb9yxmx51],
.tablet-send-panel[b-vsb9yxmx51],
.tablet-management[b-vsb9yxmx51] {
    background: #fff;
    border: 1px solid #d5dfec;
    border-radius: 8px;
    padding: 18px;
}

.tablet-panel-heading[b-vsb9yxmx51] {
    align-items: end;
    border-bottom: 1px solid #d5dfec;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.tablet-panel-heading span[b-vsb9yxmx51] {
    color: #5f718a;
    font-size: 13px;
}

.tablet-panel-heading h2[b-vsb9yxmx51] {
    font-size: 22px;
    margin: 2px 0 0;
}

.tablet-panel-heading select[b-vsb9yxmx51] {
    max-width: 260px;
}

.tablet-monitor-frame[b-vsb9yxmx51] {
    background: #172235;
    border: 10px solid #202b3a;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .18);
    min-height: 480px;
    overflow: hidden;
}

.tablet-monitor-status[b-vsb9yxmx51],
.tablet-monitor-caption[b-vsb9yxmx51] {
    align-items: center;
    color: #e7eef8;
    display: flex;
    gap: 8px;
    min-height: 42px;
    padding: 8px 12px;
}

.tablet-monitor-status small[b-vsb9yxmx51] {
    margin-left: auto;
}

.tablet-status-dot[b-vsb9yxmx51] {
    background: #ef4444;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.tablet-status-dot.online[b-vsb9yxmx51] {
    background: #22c55e;
}

.tablet-monitor-screen[b-vsb9yxmx51] {
    aspect-ratio: 16 / 10;
    background: #eef4fb;
    display: grid;
    min-height: 360px;
    overflow: hidden;
    place-items: center;
}

.tablet-monitor-screen img[b-vsb9yxmx51],
.tablet-monitor-screen iframe[b-vsb9yxmx51] {
    border: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tablet-monitor-mode[b-vsb9yxmx51],
.tablet-monitor-empty[b-vsb9yxmx51] {
    align-content: center;
    display: grid;
    gap: 10px;
    justify-items: center;
    min-height: 260px;
    padding: 28px;
    text-align: center;
}

.tablet-monitor-mode strong[b-vsb9yxmx51] {
    color: #153a75;
    font-size: 28px;
}

.tablet-monitor-mode.signature strong[b-vsb9yxmx51] {
    color: #a45a00;
}

.tablet-monitor-caption strong[b-vsb9yxmx51] {
    margin-left: auto;
}

.tablet-paste-zone[b-vsb9yxmx51] {
    align-content: center;
    border: 2px dashed #87a7d8;
    border-radius: 8px;
    cursor: pointer;
    display: grid;
    gap: 6px;
    min-height: 130px;
    outline: 0;
    padding: 20px;
    text-align: center;
}

.tablet-paste-zone:focus[b-vsb9yxmx51],
.tablet-paste-zone.loading[b-vsb9yxmx51] {
    background: #eef5ff;
    border-color: #2563eb;
}

.tablet-file-picker[b-vsb9yxmx51] {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.tablet-media-preview[b-vsb9yxmx51] {
    background: #edf2f8;
    border: 1px solid #d5dfec;
    height: 240px;
    margin-bottom: 14px;
    overflow: hidden;
}

.tablet-media-preview img[b-vsb9yxmx51],
.tablet-media-preview iframe[b-vsb9yxmx51] {
    border: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.tablet-help[b-vsb9yxmx51] {
    color: #64748b;
    font-size: 13px;
    margin-top: 12px;
}

.tablet-management[b-vsb9yxmx51] {
    margin-top: 18px;
}

.tablet-management details + details[b-vsb9yxmx51] {
    border-top: 1px solid #d5dfec;
    margin-top: 16px;
    padding-top: 16px;
}

.tablet-management summary[b-vsb9yxmx51] {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.tablet-password-row[b-vsb9yxmx51] {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr auto;
}

.tablet-slides-grid[b-vsb9yxmx51] {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
}

.tablet-slide-editor[b-vsb9yxmx51] {
    display: grid;
    gap: 10px;
}

.tablet-slide-options[b-vsb9yxmx51] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
}

.tablet-banner-editor-preview[b-vsb9yxmx51] {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100%;
}

.tablet-slide-list[b-vsb9yxmx51] {
    display: grid;
    gap: 8px;
}

.tablet-slide-list-item[b-vsb9yxmx51] {
    align-items: center;
    background: #fff;
    border: 1px solid #d5dfec;
    display: grid;
    gap: 12px;
    grid-template-columns: 110px 1fr;
    min-height: 80px;
    padding: 8px;
    text-align: left;
}

.tablet-slide-list-item.active[b-vsb9yxmx51] {
    border-color: #2563eb;
}

.tablet-slide-list-item img[b-vsb9yxmx51] {
    height: 64px;
    object-fit: cover;
    width: 110px;
}

.tablet-slide-list-item span[b-vsb9yxmx51] {
    display: grid;
}

@media (max-width: 900px) {
    .tablet-control-grid[b-vsb9yxmx51],
    .tablet-slides-grid[b-vsb9yxmx51] {
        grid-template-columns: 1fr;
    }

    .tablet-monitor-frame[b-vsb9yxmx51] {
        min-height: 0;
    }

    .tablet-monitor-screen[b-vsb9yxmx51] {
        min-height: 240px;
    }

    .tablet-password-row[b-vsb9yxmx51],
    .tablet-slide-options[b-vsb9yxmx51] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.erp-settings-tabs[b-4fi70b0k6n] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    position: sticky;
    top: 8px;
    z-index: 20;
}

.erp-settings-tabs .settings-section-tab[b-4fi70b0k6n] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.settings-permission-accordion[b-4fi70b0k6n],
.settings-disclosure-stack[b-4fi70b0k6n] {
    display: grid;
    gap: 9px;
    margin-top: 14px;
}

.settings-disclosure[b-4fi70b0k6n] {
    background: #fff;
    border: 1px solid #d7e0ed;
    border-radius: 6px;
    overflow: hidden;
}

.settings-disclosure > summary[b-4fi70b0k6n] {
    align-items: center;
    color: #0f172a;
    cursor: pointer;
    display: grid;
    gap: 2px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    list-style: none;
    min-height: 52px;
    padding: 9px 44px 9px 13px;
    position: relative;
}

.settings-disclosure > summary[b-4fi70b0k6n]::-webkit-details-marker {
    display: none;
}

.settings-disclosure > summary[b-4fi70b0k6n]::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: rotate(45deg);
    transition: transform 120ms ease;
    width: 8px;
}

.settings-disclosure[open] > summary[b-4fi70b0k6n]::after {
    transform: rotate(225deg);
    top: 23px;
}

.settings-disclosure > summary:hover[b-4fi70b0k6n] {
    background: #f8fafc;
}

.settings-disclosure > summary span[b-4fi70b0k6n] {
    font-size: 14px;
    font-weight: 750;
}

.settings-disclosure > summary small[b-4fi70b0k6n] {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

.settings-disclosure-body[b-4fi70b0k6n] {
    border-top: 1px solid #e2e8f0;
    padding: 13px;
}

.settings-disclosure-body.permission-grid[b-4fi70b0k6n],
.settings-disclosure-body .permission-grid[b-4fi70b0k6n],
.settings-disclosure-body .schedule-access-list[b-4fi70b0k6n] {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.settings-check-list[b-4fi70b0k6n] {
    display: grid;
    gap: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.settings-check-list label[b-4fi70b0k6n] {
    align-items: center;
    color: #334155;
    display: flex;
    font-size: 13px;
    gap: 8px;
}

.settings-subheading[b-4fi70b0k6n] {
    font-size: 13px;
    margin: 2px 0 10px;
}

.settings-subheading:not(:first-child)[b-4fi70b0k6n] {
    border-top: 1px solid #e2e8f0;
    margin-top: 14px;
    padding-top: 14px;
}

.settings-disclosure-table[b-4fi70b0k6n] {
    border: 0;
    border-radius: 0;
    margin: -13px;
}

.settings-disclosure-table .erp-table[b-4fi70b0k6n] {
    margin-bottom: 0;
}

.settings-api-key-panel > label[b-4fi70b0k6n] {
    color: #334155;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.settings-inline-save[b-4fi70b0k6n] {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(240px, 520px) auto;
    justify-content: start;
}

@media (min-width: 1100px) {
    .settings-general .settings-service-bases[b-4fi70b0k6n] {
        grid-template-columns: minmax(390px, 0.85fr) minmax(0, 1.35fr);
    }
}

@media (max-width: 700px) {
    .erp-settings-tabs[b-4fi70b0k6n] {
        top: 4px;
    }

    .settings-disclosure > summary[b-4fi70b0k6n] {
        grid-template-columns: 1fr;
    }

    .settings-disclosure > summary small[b-4fi70b0k6n] {
        text-align: left;
    }

    .settings-check-list[b-4fi70b0k6n],
    .settings-disclosure-body.permission-grid[b-4fi70b0k6n],
    .settings-disclosure-body .permission-grid[b-4fi70b0k6n],
    .settings-inline-save[b-4fi70b0k6n] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SiteContent.razor.rz.scp.css */
.site-admin-tabs[b-d2zus5gva9] {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    position: sticky;
    scrollbar-width: thin;
    top: 8px;
    z-index: 20;
}

.site-admin-tabs .settings-section-tab[b-d2zus5gva9] {
    flex: 0 0 auto;
    white-space: nowrap;
}

.site-admin-disclosure-stack[b-d2zus5gva9] {
    display: grid;
    gap: 9px;
}

.site-admin-disclosure[b-d2zus5gva9] {
    background: #fff;
    border: 1px solid #d7e0ed;
    border-radius: 6px;
    overflow: hidden;
}

.site-admin-disclosure > summary[b-d2zus5gva9] {
    align-items: center;
    color: #0f172a;
    cursor: pointer;
    display: grid;
    gap: 2px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    list-style: none;
    min-height: 52px;
    padding: 9px 44px 9px 13px;
    position: relative;
}

.site-admin-disclosure > summary[b-d2zus5gva9]::-webkit-details-marker {
    display: none;
}

.site-admin-disclosure > summary[b-d2zus5gva9]::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: rotate(45deg);
    transition: transform 120ms ease;
    width: 8px;
}

.site-admin-disclosure[open] > summary[b-d2zus5gva9]::after {
    top: 23px;
    transform: rotate(225deg);
}

.site-admin-disclosure > summary:hover[b-d2zus5gva9] {
    background: #f8fafc;
}

.site-admin-disclosure > summary span[b-d2zus5gva9] {
    font-size: 14px;
    font-weight: 750;
}

.site-admin-disclosure > summary small[b-d2zus5gva9] {
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

.site-admin-disclosure-body[b-d2zus5gva9] {
    border-top: 1px solid #e2e8f0;
    padding: 13px;
}

.site-admin-disclosure-body > .site-settings-group[b-d2zus5gva9],
.site-admin-page-title-grid > .site-settings-group[b-d2zus5gva9],
.site-admin-cookie-grid > .site-settings-group[b-d2zus5gva9],
.site-admin-group-grid > .site-settings-group[b-d2zus5gva9] {
    grid-column: auto;
    margin: 0;
}

.site-admin-disclosure-body > .site-settings-group[b-d2zus5gva9] {
    background: transparent;
    border: 0;
    padding: 4px 0;
}

.site-admin-group-grid[b-d2zus5gva9],
.site-admin-page-title-grid[b-d2zus5gva9],
.site-admin-cookie-grid[b-d2zus5gva9] {
    display: grid;
    gap: 12px;
}

.site-admin-group-grid[b-d2zus5gva9] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-admin-group-grid-two[b-d2zus5gva9],
.site-admin-cookie-grid[b-d2zus5gva9] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-admin-page-title-grid[b-d2zus5gva9] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-admin-group-grid > .site-settings-wide[b-d2zus5gva9] {
    grid-column: 1 / -1;
}

.site-admin-page-title-grid > .site-settings-group[b-d2zus5gva9],
.site-admin-cookie-grid > .site-settings-group[b-d2zus5gva9] {
    background: #f8fafc;
}

.site-admin-upload-row[b-d2zus5gva9] {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(180px, 1fr) auto;
}

.site-admin-wide[b-d2zus5gva9] {
    grid-column: 1 / -1;
}

.site-admin-compact-setting[b-d2zus5gva9] {
    align-items: end;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(240px, 1fr) minmax(160px, 240px) auto;
    margin-bottom: 12px;
}

.site-admin-compact-setting > div[b-d2zus5gva9] {
    display: grid;
    gap: 3px;
}

.site-admin-compact-setting > div span[b-d2zus5gva9],
.site-admin-compact-setting label span[b-d2zus5gva9] {
    color: #64748b;
    display: block;
    font-size: 12px;
}

.site-admin-compact-setting label[b-d2zus5gva9] {
    margin: 0;
}

.site-admin-standalone-disclosure[b-d2zus5gva9] {
    margin-bottom: 12px;
}

.site-admin-inline-actions[b-d2zus5gva9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

@media (max-width: 1100px) {
    .site-admin-group-grid[b-d2zus5gva9],
    .site-admin-page-title-grid[b-d2zus5gva9] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .site-admin-tabs[b-d2zus5gva9] {
        top: 4px;
    }

    .site-admin-disclosure > summary[b-d2zus5gva9],
    .site-admin-group-grid[b-d2zus5gva9],
    .site-admin-page-title-grid[b-d2zus5gva9],
    .site-admin-cookie-grid[b-d2zus5gva9],
    .site-admin-compact-setting[b-d2zus5gva9],
    .site-admin-upload-row[b-d2zus5gva9] {
        grid-template-columns: 1fr;
    }

    .site-admin-disclosure > summary small[b-d2zus5gva9] {
        text-align: left;
    }
}
/* /Components/Pages/Warehouse.razor.rz.scp.css */
.warehouse-item-preview[b-k96eam0xer],
.warehouse-item-form-preview img[b-k96eam0xer] {
    display: block;
    width: 100%;
    max-height: 240px;
    object-fit: contain;
    border: 1px solid #d6dfec;
    background: #fff;
}

.warehouse-item-preview[b-k96eam0xer] {
    margin: 10px 0;
}

.warehouse-item-form-preview[b-k96eam0xer] {
    min-width: 0;
}

.warehouse-item-form-preview img[b-k96eam0xer] {
    width: min(100%, 420px);
}

.warehouse-item-thumb[b-k96eam0xer] {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid #d6dfec;
    background: #fff;
}

.warehouse-nomenclature-scroll[b-k96eam0xer] {
    height: min(610px, calc(100vh - 270px));
    min-height: 320px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.warehouse-nomenclature-scroll thead th[b-k96eam0xer] {
    position: sticky;
    top: 0;
    z-index: 2;
}

.warehouse-nomenclature-scroll .warehouse-item-thumb[b-k96eam0xer] {
    height: 30px;
    width: 30px;
}

.warehouse-online-status[b-k96eam0xer] {
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1.2;
}

.warehouse-online-status.online[b-k96eam0xer] {
    color: #08783f;
    background: #dcf7e8;
    border: 1px solid #90d9ae;
}

.warehouse-online-status.offline[b-k96eam0xer] {
    color: #b42318;
    background: #ffebe9;
    border: 1px solid #f3aaa3;
}

.warehouse-side-action[b-k96eam0xer] {
    width: 100%;
    margin-top: 6px;
}

.warehouse-replenishment-modal[b-k96eam0xer] {
    max-width: 560px;
}

.warehouse-replenishment-item[b-k96eam0xer],
.warehouse-replenishment-supplier[b-k96eam0xer] {
    border-bottom: 1px solid #d6dfec;
    display: grid;
    gap: 3px;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.warehouse-replenishment-item span[b-k96eam0xer],
.warehouse-replenishment-supplier span[b-k96eam0xer] {
    color: #61708a;
    font-size: 12px;
}

.warehouse-replenishment-grid[b-k96eam0xer] {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 0.55fr);
    margin-bottom: 14px;
}

.warehouse-inline-search[b-k96eam0xer] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.warehouse-direct-selection[b-k96eam0xer] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
}

.warehouse-direct-repair-results[b-k96eam0xer] {
    margin: 12px 0;
}

.form-hint[b-k96eam0xer] {
    margin: 10px 0 0;
    color: #61708a;
}

@media (max-width: 760px) {
    .warehouse-item-thumb[b-k96eam0xer] {
        width: 40px;
        height: 40px;
    }

    .warehouse-inline-search[b-k96eam0xer] {
        grid-template-columns: 1fr;
    }

    .warehouse-replenishment-grid[b-k96eam0xer] {
        grid-template-columns: 1fr;
    }
}
.warehouse-document-filter-bar[b-k96eam0xer] {
    display: grid;
    grid-template-columns: minmax(220px, 1.5fr) repeat(5, minmax(150px, 1fr)) auto;
    gap: 10px;
    align-items: end;
    margin: 14px 0 10px;
}

.warehouse-document-filter-bar .btn[b-k96eam0xer] {
    white-space: nowrap;
}

.warehouse-document-select-column[b-k96eam0xer] {
    width: 42px;
    min-width: 42px;
    text-align: center;
}

.warehouse-document-actions[b-k96eam0xer] {
    min-width: 210px;
}

@media (max-width: 1200px) {
    .warehouse-document-filter-bar[b-k96eam0xer] {
        grid-template-columns: repeat(3, minmax(170px, 1fr));
    }
}

@media (max-width: 720px) {
    .warehouse-document-filter-bar[b-k96eam0xer] {
        grid-template-columns: 1fr;
    }
}
