@import '_content/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.h6pgu9i50m.bundle.scp.css';

/* _content/ThistleMAxIQWebApp/Components/ErrorLogComponents/Pages/ErrorLogs.razor.rz.scp.css */
.expandable-row:hover[b-vc9sme0zcg] {
    background-color: #f8f9fa; /* light gray hover */
}

.expandable-row td[b-vc9sme0zcg] {
    vertical-align: middle;
}
/* _content/ThistleMAxIQWebApp/Components/Hardware/Pages/AutoCube/AutoCubeLayout.razor.rz.scp.css */
/* ===== Layout container ===== */
.layout-container[b-kqyjvu8g12] {
    overflow-x: auto;
    padding-bottom: 8px;
}

/* ===== Section wrapper ===== */
.section-block[b-kqyjvu8g12] {
    margin-bottom: 28px;
}

.section-label[b-kqyjvu8g12] {
    font-weight: 600;
    margin-bottom: 8px;
}

/* ===== Column grid ===== */
.columns-row[b-kqyjvu8g12] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72px; /* column width */
    gap: 12px;
    align-items: start;
}

/* ===== Individual column ===== */
.column[b-kqyjvu8g12] {
    border: 1px solid #dee2e6;
    padding: 6px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* ===== Column title ===== */
.column-title[b-kqyjvu8g12] {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    white-space: nowrap;
}

/* ===== Slot grid inside column ===== */
.position-grid[b-kqyjvu8g12] {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 3px;
}

/* ===== Slot cells ===== */
.pallet-cell[b-kqyjvu8g12] {
    font-size: 10px;
    padding: 4px 2px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    /* ===== Occupied slot ===== */
    .pallet-cell.occupied[b-kqyjvu8g12] {
        background-color: #4f5bd5;
        height: 24px;
        color: #ffffff;
    }

        .pallet-cell.occupied:hover[b-kqyjvu8g12] {
            background-color: #6b75ff;
        }

    /* ===== Empty slot ===== */
    .pallet-cell.empty[b-kqyjvu8g12] {
        height: 24px;
        background-color: #e9ecef;
    }

/* ===== Optional: visually indicate missing columns ===== */
.column.missing[b-kqyjvu8g12] {
    opacity: 0.25;
    pointer-events: none;
}
/* _content/ThistleMAxIQWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zie6ac2jm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zie6ac2jm] {
    flex: 1;
}

.sidebar[b-4zie6ac2jm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4zie6ac2jm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4zie6ac2jm]  a, .top-row[b-4zie6ac2jm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4zie6ac2jm]  a:hover, .top-row[b-4zie6ac2jm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4zie6ac2jm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4zie6ac2jm] {
        justify-content: space-between;
    }

    .top-row[b-4zie6ac2jm]  a, .top-row[b-4zie6ac2jm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4zie6ac2jm] {
        flex-direction: row;
    }

    .sidebar[b-4zie6ac2jm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4zie6ac2jm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4zie6ac2jm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4zie6ac2jm], article[b-4zie6ac2jm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4zie6ac2jm] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4zie6ac2jm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/ThistleMAxIQWebApp/Components/Layout/Modal.razor.rz.scp.css */
/* Limit modal height to viewport and make body scrollable */
.maxiq-modal-dialog .modal-content[b-ljdhxdoltm] {
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.maxiq-modal-dialog .modal-body[b-ljdhxdoltm] {
    overflow-y: auto;
}

#modal-drag-area[b-ljdhxdoltm] {
    cursor: grab;
}
/* _content/ThistleMAxIQWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ep9lxyz2pc] {
    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-ep9lxyz2pc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ep9lxyz2pc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ep9lxyz2pc] {
    font-size: 1.1rem;
}

.nav-item[b-ep9lxyz2pc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ep9lxyz2pc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ep9lxyz2pc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ep9lxyz2pc]  .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-ep9lxyz2pc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ep9lxyz2pc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ep9lxyz2pc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ep9lxyz2pc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ep9lxyz2pc] {
        display: none;
    }

    .nav-scrollable[b-ep9lxyz2pc] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
}
/* _content/ThistleMAxIQWebApp/Components/ProductMaintenance/Pages/ProductMaintenanceScheduler.razor.rz.scp.css */
.anchor-target[b-00zvkr7sbv] {
    scroll-margin-top: 72px;
}

a.text-decoration-none:hover[b-00zvkr7sbv] {
    text-decoration: underline !important;
}

.maintenance-card[b-00zvkr7sbv] {
    overflow: hidden; /* ensures icon doesn't spill outside borders */
}

    .maintenance-card .bg-icon[b-00zvkr7sbv] {
        position: absolute;
        align-content: center;
        top: 25%;
        right: 1rem;
        font-size: 4rem; /* adjust size */
        color: rgba(0, 0, 0, 0.07); /* light tint */
        z-index: 0;
        pointer-events: none; /* clickable elements still work */
    }
/* _content/ThistleMAxIQWebApp/Components/Shared/Components/FileImportProgressBar.razor.rz.scp.css */
/* Full-screen overlay */
.import-progress-overlay[b-hxg3u8s4k5] {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    display: flex;
    justify-content: center; /* horizontal centre */
    align-items: center; /* vertical centre */
    z-index: 2000;
    background: rgba(0, 0, 0, 0.45); /* semi-transparent dark */
    pointer-events: all; /* Block interaction with underlying UI */
}

/* Inner progress container */
.import-progress-container[b-hxg3u8s4k5] {
    width: 50%; 
    max-width: 540px; /* safety on large screens */
    background: white;
    padding: 12px 18px;
    border-radius: 8px;
    transform: translateY(-40px); /* Slightly above centre */
    pointer-events: auto; /* Allow interaction inside */
    animation: importProgressFade-b-hxg3u8s4k5 0.2s ease-out;
}

/* Progress bar height preserved */
.import-progress-bar[b-hxg3u8s4k5] {
    height: 24px;
}

/* Subtle fade/slide in */
@keyframes importProgressFade-b-hxg3u8s4k5 {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(-40px);
    }
}
/* _content/ThistleMAxIQWebApp/Components/Shared/Components/LoadingIndicator.razor.rz.scp.css */
.spinner-slow[b-cigitsmsb8] {
    width: 2.5rem;
    height: 2.5rem;
    border: 0.25em solid rgba(0, 0, 0, 0.1);
    border-top-color: #b5d354;
    border-radius: 50%;
    animation: spinner-slow-spin-b-cigitsmsb8 2s linear infinite; /* slower */
}

@keyframes spinner-slow-spin-b-cigitsmsb8 {
    to {
        transform: rotate(360deg);
    }
}
/* _content/ThistleMAxIQWebApp/Components/Shared/Components/Toast.razor.rz.scp.css */
.toast-container[b-jiro9cbvxv] {
    position: fixed;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none; /* clicks pass through */
}

.toast-message[b-jiro9cbvxv] {
    background: rgb(128, 128, 128);
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    opacity: 1;
}
/* _content/ThistleMAxIQWebApp/Components/SupportTickets/Components/IssueHeader.razor.rz.scp.css */
.status-rect[b-xn6qlja8gq] {
    min-width: 120px;
    padding: .6rem .9rem;
    border-radius: .6rem;
    border: none;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: .8rem;
}

    .status-rect.dropdown-toggle[b-xn6qlja8gq]::after {
        margin-left: .5rem;
    }

    /* Map statuses to colours */
    .status-rect.todo[b-xn6qlja8gq], .status-rect.open[b-xn6qlja8gq], .status-rect.pending[b-xn6qlja8gq] {
        background: #6c757d;
    }
    /* secondary */
    .status-rect.inprogress[b-xn6qlja8gq], .status-rect.waiting[b-xn6qlja8gq], .status-rect.wip[b-xn6qlja8gq] {
        background: #0d6efd;
    }
    /* primary */
    .status-rect.resolved[b-xn6qlja8gq], .status-rect.done[b-xn6qlja8gq], .status-rect.closed[b-xn6qlja8gq] {
        background: #198754;
    }
    /* success */
    .status-rect.cancelled[b-xn6qlja8gq], .status-rect.canceled[b-xn6qlja8gq] {
        background: #dc3545;
    }





/* _content/ThistleMAxIQWebApp/Components/SupportTickets/Pages/Issues.razor.rz.scp.css */
