@import '_content/PeopleHub.Components/PeopleHub.Components.b0i26efvmt.bundle.scp.css';

/* /Features/Roles/RoleFormModal.razor.rz.scp.css */
/* =============================================
   Hue slider — rainbow track + styled thumb
   (browser pseudo-elements cannot be Tailwind)
   ============================================= */

.hue-slider[b-qw9c50p0qo] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 14px;
    border-radius: 9999px;
    background: linear-gradient(
        to right,
        hsl(0,   70%, 65%),
        hsl(30,  70%, 65%),
        hsl(60,  70%, 65%),
        hsl(90,  70%, 65%),
        hsl(120, 70%, 65%),
        hsl(150, 70%, 65%),
        hsl(180, 70%, 65%),
        hsl(210, 70%, 65%),
        hsl(240, 70%, 65%),
        hsl(270, 70%, 65%),
        hsl(300, 70%, 65%),
        hsl(330, 70%, 65%),
        hsl(360, 70%, 65%)
    );
    border: 1px solid var(--color-border);
    outline: none;
    cursor: pointer;
}

.hue-slider[b-qw9c50p0qo]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--color-border-strong);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.hue-slider[b-qw9c50p0qo]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--color-border-strong);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

:root[data-theme="dark-elegant"] .hue-slider[b-qw9c50p0qo] {
    border-color: var(--color-border);
}

:root[data-theme="dark-elegant"] .hue-slider[b-qw9c50p0qo]::-webkit-slider-thumb {
    background: var(--color-background-card);
    border-color: var(--color-border-strong);
}

:root[data-theme="dark-elegant"] .hue-slider[b-qw9c50p0qo]::-moz-range-thumb {
    background: var(--color-background-card);
    border-color: var(--color-border-strong);
}
/* /Features/Time/TimeReporting/Components/TimeSheetDayCards.razor.rz.scp.css */
/* The hour value is a number input; hiding the spin buttons keeps the value centred between the
   stepper buttons — the steppers are the increment affordance here. */
input[type="number"][b-zd6mgdgjln]::-webkit-outer-spin-button,
input[type="number"][b-zd6mgdgjln]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"][b-zd6mgdgjln] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* /Features/Time/TimeReporting/Components/TimeSheetWeekGrid.razor.rz.scp.css */
/* The hour cells are number inputs; hiding the spin buttons keeps the value visually centred
   (and aligned with the totals row) instead of being nudged left by the reserved arrows. */
input[type="number"][b-dmudkc88r5]::-webkit-outer-spin-button,
input[type="number"][b-dmudkc88r5]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"][b-dmudkc88r5] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/* /Shell/MainLayout.razor.rz.scp.css */
.page[b-swom12ixro] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-swom12ixro] {
    flex: 1;
}

.sidebar[b-swom12ixro] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-swom12ixro] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-swom12ixro]  a, .top-row[b-swom12ixro]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-swom12ixro]  a:hover, .top-row[b-swom12ixro]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-swom12ixro]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-swom12ixro] {
        justify-content: space-between;
    }

    .top-row[b-swom12ixro]  a, .top-row[b-swom12ixro]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-swom12ixro] {
        flex-direction: row;
    }

    .sidebar[b-swom12ixro] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-swom12ixro] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-swom12ixro]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-swom12ixro], article[b-swom12ixro] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
