@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorStrap.V4/BlazorStrap.V4.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* /Controls/SearchSelect.razor.rz.scp.css */
.searchselect[b-7f789pb9g9] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ss-control[b-7f789pb9g9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding: 6px 8px;
    background: #fff;
    cursor: pointer;
}

.ss-value[b-7f789pb9g9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss-caret[b-7f789pb9g9] {
    margin-left: 8px;
}

/* default: drop down */
.ss-dropdown[b-7f789pb9g9] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    z-index: 1061;
}

/* drop-up variant */
.searchselect.open-up .ss-dropdown[b-7f789pb9g9] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
}

.ss-search[b-7f789pb9g9] {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

    .ss-search input[b-7f789pb9g9] {
        width: 100%;
        border: none;
        outline: none;
        padding: 6px;
        font-size: 14px;
    }

.ss-items[b-7f789pb9g9] {
    max-height: 260px;
    overflow: auto;
}

.ss-item[b-7f789pb9g9] {
    padding: 10px 12px;
    cursor: pointer;
}

    .ss-item:hover[b-7f789pb9g9], .ss-item.active[b-7f789pb9g9] {
        background: #f3f6fb;
    }

.ss-empty[b-7f789pb9g9] {
    color: #888;
}

.ss-loading[b-7f789pb9g9] {
    font-style: italic;
}

/* When portaled, ignore the in-component absolute positioning */
.ss-dropdown[data-portal="1"][b-7f789pb9g9] {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
}



/* Optional, component-owned global overrides for common clippers (safe to keep)
   Uncomment if you want to try CSS-only escape in Bootstrap modals/grids
:global(.modal-dialog-scrollable .modal-body) { overflow: visible !important; }
:global(.modal-content.axmodal-content), :global(.modal-content) { overflow: visible !important; }
:global([id^="axdatagrid-"]) { overflow: visible !important; }
*/
/* /Controls/Sortable/AxSortable.razor.rz.scp.css */
/*
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-82kjds6jv6] .sortable-ghost {
    visibility: hidden;
}

[b-82kjds6jv6] .sortable-fallback {
    opacity: 1 !important
}
/* /Domains/AxTaskManagement/Pages/MyTasksKanbanPage.razor.rz.scp.css */
.kanban-item > .card[b-sgsfe22lf3] {
    cursor:pointer;
}
/* /Domains/DocumentManagement/ListViews/DocumentsListView.razor.rz.scp.css */
.documents[b-gffadulb77] {
    position: relative;
}

.dropzone-overlay[b-gffadulb77] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    border: 5px dashed black;
    border-radius: 25px;
    z-index: 100;
    display: none;
}

    .dropzone-overlay.show[b-gffadulb77] {
        display: block;
    }

    .dropzone-overlay label[b-gffadulb77] {
        text-align: center;
    }

.dropzone.container[b-gffadulb77] {
    min-height: 60vh;
}

[b-gffadulb77] #fileInput {
    display: none;
}

label[for="fileInput"][b-gffadulb77] {
}

    label[for="fileInput"]:hover[b-gffadulb77] {
    }
/* /Domains/JobHealth/ListViews/JobHealthListView.razor.rz.scp.css */
/* subtle lift on hover */
.hover-lift[b-zm0ygpj6n2] {
    transition: box-shadow .2s ease, transform .2s ease;
}

    .hover-lift:hover[b-zm0ygpj6n2] {
        transform: translateY(-1px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
    }

/* card tightening */
.job-card .card-body[b-zm0ygpj6n2] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* consistent small label/value rhythm */
.kpis small[b-zm0ygpj6n2] {
    letter-spacing: .2px;
}

.kpi-value[b-zm0ygpj6n2] {
    font-weight: 600;
}

/* slimmer progress with better label legibility */
.progress-slim[b-zm0ygpj6n2] {
    height: 22px;
    border-radius: 999px;
    overflow: hidden;
}

    .progress-slim .progress-bar[b-zm0ygpj6n2] {
        display: flex;
        align-items: center;
    }

    .progress-slim .bar-label[b-zm0ygpj6n2] {
        display: inline-block;
        padding: 0 .5rem;
        font-size: .75rem;
        white-space: nowrap;
        text-shadow: 0 1px 0 rgba(0,0,0,.12);
    }



/* nicer badge weight without shouting */
.font-weight-semibold[b-zm0ygpj6n2] {
    font-weight: 600;
}

/* truncation helpers where needed */
.text-truncate[b-zm0ygpj6n2] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Domains/Sales/Pages/MyOpportunitiesKanbanPage.razor.rz.scp.css */
.kanban-item > .card[b-1np1t6vzor] {
    cursor:pointer;
}
/* /JobManagement/ListViews/MyJobsListViewV2.razor.rz.scp.css */
/* Mirrors the visual language already established in JobHealthListView.razor.css
   (card/progress-bar/badge pattern) so the two Jobs-domain list views feel like one system.
   CSS-isolated to this component only - does not affect or reuse JobHealthListView's styles. */

.hover-lift[b-8w51bfm9tl] {
    transition: box-shadow .2s ease, transform .2s ease;
}

    .hover-lift:hover[b-8w51bfm9tl] {
        transform: translateY(-1px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
    }

.job-card .card-body[b-8w51bfm9tl] {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.kpis small[b-8w51bfm9tl] {
    letter-spacing: .2px;
}

.kpi-value[b-8w51bfm9tl] {
    font-weight: 600;
}

.kpi-value-lg[b-8w51bfm9tl] {
    font-weight: 700;
    font-size: 1.15rem;
}

.progress-slim[b-8w51bfm9tl] {
    height: 22px;
    border-radius: 999px;
    overflow: hidden;
}

    .progress-slim .progress-bar[b-8w51bfm9tl] {
        display: flex;
        align-items: center;
    }

    .progress-slim .bar-label[b-8w51bfm9tl] {
        display: inline-block;
        padding: 0 .5rem;
        font-size: .75rem;
        white-space: nowrap;
        text-shadow: 0 1px 0 rgba(0,0,0,.12);
    }

.font-weight-semibold[b-8w51bfm9tl] {
    font-weight: 600;
}

.text-truncate[b-8w51bfm9tl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-group-header[b-8w51bfm9tl] {
    cursor: pointer;
    user-select: none;
}

.secondary-metrics small[b-8w51bfm9tl] {
    font-size: .75rem;
}
/* /ResourceScheduling/Modals/ResourceAssignmentModal.razor.rz.scp.css */
[b-lzj0xai019] select[disabled="true"] {
    background-color: lightgray;
}

[b-lzj0xai019] select:disabled {
    background-color: lightgray;
}

input:read-only[b-lzj0xai019] {
    background-color: lightgray;
}

.form-control:nth-child(odd)[b-lzj0xai019] {
    background-color: lightgray;
}

.form-control span:nth-child(even)[b-lzj0xai019] {
    float: right;
    margin-right: 1em;
}
/* /ResourceScheduling/Pages/AslResourceSchedulePage.razor.rz.scp.css */
label[for="date-range-from"][b-aw5nbty9g4], 
label[for="date-range-to"][b-aw5nbty9g4] {
    margin: 0 0.5em 0 2em;
    font-weight: bold;
}



.location-table .row .col[b-aw5nbty9g4] {
    padding: 5px 0 0 10px;
}

    .location-table .row .col[b-aw5nbty9g4] {
        border: 1px solid black;
    }

    .location-table .row:nth-child(even) .col[b-aw5nbty9g4] {
        background-color: lightgray;
    }

.location-table .row:first-of-type .col[b-aw5nbty9g4] {
    background-color: gray;
    color: white;
    padding: 0 0 0 5px;
}

.location-table .location button[b-aw5nbty9g4] {
    margin: 10px 0 10px 2em;
}

.location-table .user[b-aw5nbty9g4] {
    margin-left: 1em;
}

    .location-table .user button[b-aw5nbty9g4] {
        margin: 10px 0 10px 0;
    }
/* /ResourceScheduling/Pages/LaborResourceSchedulePage.razor.rz.scp.css */
label[for="date-range-from"][b-ulm4hgtc60], 
label[for="date-range-to"][b-ulm4hgtc60] {
    margin: 0 0.5em 0 2em;
    font-weight: bold;
}



.location-table .row .col[b-ulm4hgtc60] {
    padding: 5px 0 0 10px;
}

    .location-table .row .col[b-ulm4hgtc60] {
        border: 1px solid black;
    }

    .location-table .row:nth-child(even) .col[b-ulm4hgtc60] {
        background-color: lightgray;
    }

.location-table .row:first-of-type .col[b-ulm4hgtc60] {
    background-color: gray;
    color: white;
    padding: 0 0 0 5px;
}

.location-table .location button[b-ulm4hgtc60] {
    margin: 10px 0 10px 2em;
}

.location-table .user[b-ulm4hgtc60] {
    margin-left: 1em;
}

    .location-table .user button[b-ulm4hgtc60] {
        margin: 10px 0 10px 0;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-mv758nxp1n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-mv758nxp1n] {
    flex: 1;
}

.sidebar[b-mv758nxp1n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mv758nxp1n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mv758nxp1n]  a, .top-row .btn-link[b-mv758nxp1n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-mv758nxp1n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-mv758nxp1n] {
        display: none;
    }

    .top-row.auth[b-mv758nxp1n] {
        justify-content: space-between;
    }

    .top-row a[b-mv758nxp1n], .top-row .btn-link[b-mv758nxp1n] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-mv758nxp1n] {
        flex-direction: row;
    }

    .sidebar[b-mv758nxp1n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mv758nxp1n] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-mv758nxp1n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

