@import '_content/BAComponents/BAComponents.n3sqma514z.bundle.scp.css';

/* /authentication/LoginPage.razor.rz.scp.css */
.qclock-login-page[b-di8xuodbp7] {
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    margin: -1.1rem calc(50% - 50vw) 0;
    padding: 48px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f5f8fc 0%, #edf3f8 100%);
    color: #101827;
}

/* The shell mirrors QCRM's focused auth pattern while keeping QClock's clock-first identity. */
.qclock-login-shell[b-di8xuodbp7] {
    width: min(100%, 460px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    justify-items: stretch;
}

/* The intro is intentionally unframed so the only card on the page is the form itself. */
.qclock-login-intro[b-di8xuodbp7] {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
}

.qclock-login-brand[b-di8xuodbp7] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 12px;
    color: #101827;
    font-size: 1rem;
    font-weight: 800;
}

.qclock-login-mark[b-di8xuodbp7] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f5132;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 81, 50, 0.16);
}

.qclock-login-intro h1[b-di8xuodbp7] {
    margin: 0;
    max-width: 460px;
    color: #101827;
    font-size: clamp(1.85rem, 4vw, 2.35rem);
    line-height: 1.08;
    font-weight: 850;
}

.qclock-login-intro p[b-di8xuodbp7] {
    margin: 0;
    max-width: 430px;
    color: #526173;
    font-size: 0.98rem;
    line-height: 1.55;
}

/* Compact cues make the security context visible without turning the login page into a marketing page. */
.qclock-login-cues[b-di8xuodbp7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    max-width: 430px;
}

.qclock-login-cues span[b-di8xuodbp7] {
    padding: 8px 10px;
    border: 1px solid #d4dde8;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: #243244;
    font-size: 0.86rem;
    font-weight: 700;
}

/* The form card uses restrained borders and shadow for a professional workstation login surface. */
.qclock-login-card[b-di8xuodbp7] {
    width: 100%;
    border: 1px solid #d5deea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
    padding: 28px;
}

.qclock-login-card-header[b-di8xuodbp7] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.qclock-login-card-header p[b-di8xuodbp7] {
    margin: 0 0 6px;
    color: #6b7788;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.qclock-login-card-header h2[b-di8xuodbp7] {
    margin: 0;
    color: #101827;
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 820;
}

/* Icon-only settings keeps the action familiar without adding extra visual weight. */
.qclock-icon-button[b-di8xuodbp7] {
    width: 40px;
    height: 40px;
    border: 1px solid #d5deea;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #263447;
    cursor: pointer;
}

.qclock-icon-button:hover[b-di8xuodbp7],
.qclock-icon-button:focus-visible[b-di8xuodbp7] {
    border-color: #9fb1c7;
    background: #eef4f8;
    outline: none;
}

.qclock-login-form[b-di8xuodbp7] {
    display: grid;
    gap: 18px;
}

.qclock-field[b-di8xuodbp7] {
    display: grid;
    gap: 7px;
}

.qclock-field label[b-di8xuodbp7] {
    color: #263447;
    font-size: 0.92rem;
    font-weight: 750;
}

/* InputText is a child component, so ::deep is used to style the rendered input. */
[b-di8xuodbp7] .qclock-input {
    width: 100%;
    min-height: 46px;
    border: 1px solid #ccd6e3;
    border-radius: 8px;
    padding: 0.78rem 0.9rem;
    background: #ffffff;
    color: #101827;
    font: inherit;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-di8xuodbp7] .qclock-input:hover {
    border-color: #9fb1c7;
}

[b-di8xuodbp7] .qclock-input:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.14);
}

.qclock-password-note[b-di8xuodbp7] {
    color: #6b7788;
    font-size: 0.82rem;
    line-height: 1.45;
}

.qclock-login-error[b-di8xuodbp7] {
    border: 1px solid #f3bfbd;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff3f2;
    color: #9f1f1b;
    font-size: 0.9rem;
    line-height: 1.45;
}

[b-di8xuodbp7] .qclock-validation-summary {
    margin: 0;
    border: 1px solid #f3bfbd;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff3f2;
    color: #9f1f1b;
    font-size: 0.9rem;
}

[b-di8xuodbp7] .validation-message {
    color: #b42318;
    font-size: 0.82rem;
}

/* The submit button keeps stable dimensions so loading and normal states do not shift the layout. */
.qclock-login-submit[b-di8xuodbp7] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #0f5132;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #0f5132;
    color: #ffffff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(15, 81, 50, 0.18);
}

.qclock-login-submit:hover[b-di8xuodbp7],
.qclock-login-submit:focus-visible[b-di8xuodbp7] {
    background: #0b4429;
    outline: none;
}

.qclock-login-submit:disabled[b-di8xuodbp7] {
    cursor: wait;
    opacity: 0.72;
}

.qclock-submit-spinner[b-di8xuodbp7] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.42);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: qclock-login-spin-b-di8xuodbp7 0.8s linear infinite;
}

@keyframes qclock-login-spin-b-di8xuodbp7 {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 860px) {
    /* Mobile keeps the centered card reachable without creating extra vertical scroll. */
    .qclock-login-page[b-di8xuodbp7] {
        align-items: center;
        padding: 28px 16px;
    }

    .qclock-login-shell[b-di8xuodbp7] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .qclock-login-intro h1[b-di8xuodbp7] {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    /* The small-screen card uses less padding so labels and inputs never collide. */
    .qclock-login-page[b-di8xuodbp7] {
        padding: 18px 14px;
    }

    .qclock-login-card[b-di8xuodbp7] {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    /* Reduced motion keeps the loading affordance accessible for motion-sensitive users. */
    .qclock-submit-spinner[b-di8xuodbp7] {
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
    }
}
/* /Pages/Employees/ClockReview.razor.rz.scp.css */
/* The review shell gives the manager page a focused operational layout. */
.review-shell[b-chtcyfnch3] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 8px 0 24px;
}

/* The review header keeps the page title and refresh action in one row. */
.review-header[b-chtcyfnch3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

/* The review title uses dashboard-scale type rather than marketing-scale type. */
.review-header h1[b-chtcyfnch3] {
    margin: 0 0 4px;
    font-size: 28px;
    color: #152238;
}

/* The review subtitle explains the evidence shown without becoming a help panel. */
.review-header p[b-chtcyfnch3] {
    margin: 0;
    color: #516070;
}

/* Filters are grouped as one toolbar for fast date-range changes. */
.review-filters[b-chtcyfnch3] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 12px;
    margin-bottom: 16px;
    padding: 14px;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #ffffff;
}

/* Filter labels stack text above the date picker for compact alignment. */
.review-filters label[b-chtcyfnch3] {
    display: grid;
    gap: 5px;
    color: #516070;
    font-size: 13px;
}

/* Native filters match the Telerik controls without adding another dependency. */
.review-filter-input[b-chtcyfnch3] {
    min-height: 38px;
    min-width: 180px;
    border: 1px solid #d5dce7;
    border-radius: 6px;
    padding: 7px 10px;
    color: #172033;
    background: #ffffff;
}

/* The suspicious toggle is compact enough to live in the filter toolbar. */
.review-toggle[b-chtcyfnch3] {
    min-height: 38px;
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 4px;
}

/* Checkbox sizing keeps the filter row stable across browsers. */
.review-toggle input[b-chtcyfnch3] {
    width: 16px;
    height: 16px;
    margin: 0;
}

/* Summary cards give an immediate read on review workload. */
.review-summary-grid[b-chtcyfnch3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

/* Each summary card is a small metric, not a decorative panel. */
.review-summary-card[b-chtcyfnch3] {
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
}

/* Summary labels use muted color so the number is the primary signal. */
.review-summary-card span[b-chtcyfnch3] {
    display: block;
    color: #667384;
    font-size: 13px;
    margin-bottom: 4px;
}

/* Summary values use compact but strong dashboard typography. */
.review-summary-card strong[b-chtcyfnch3] {
    color: #172033;
    font-size: 24px;
}

/* Warning summary card uses amber to match the flag treatment. */
.review-summary-card.warning strong[b-chtcyfnch3] {
    color: #8a5a00;
}

/* Loading and empty states are intentionally quiet and centered. */
.review-loading[b-chtcyfnch3],
.review-empty[b-chtcyfnch3] {
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #ffffff;
    padding: 26px;
    color: #637083;
    text-align: center;
}

/* The table wrapper allows horizontal scrolling on smaller customer screens. */
.review-table-wrap[b-chtcyfnch3] {
    overflow-x: auto;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    background: #ffffff;
}

/* The review table stays dense because managers may review many punches. */
.review-table[b-chtcyfnch3] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1120px;
}

/* Header cells use a light band for scanability. */
.review-table th[b-chtcyfnch3] {
    background: #f6f8fb;
    color: #3d4a5c;
    font-size: 13px;
    font-weight: 700;
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e4e8ef;
}

/* Body cells keep evidence readable without over-padding. */
.review-table td[b-chtcyfnch3] {
    padding: 12px;
    color: #172033;
    border-bottom: 1px solid #edf1f5;
    vertical-align: top;
}

/* Rows needing review receive a subtle amber tint. */
.review-table tr.needs-review td[b-chtcyfnch3] {
    background: #fffaf0;
}

/* Flag chips wrap inside their table cell. */
.review-flags[b-chtcyfnch3] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* The base flag style keeps chips readable in a dense grid. */
.review-flag[b-chtcyfnch3] {
    display: inline-flex;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* OK flags use the same green treatment as the dashboard security panel. */
.review-flag.ok[b-chtcyfnch3] {
    background: #e6f5ee;
    color: #1f7a4d;
}

/* Warning flags use amber to request manager attention. */
.review-flag.warning[b-chtcyfnch3] {
    background: #fff3d6;
    color: #8a5a00;
}

/* The manager layout stacks naturally on narrow displays. */
@media (max-width: 760px) {
    /* Header controls stack to keep text and button from colliding. */
    .review-header[b-chtcyfnch3] {
        align-items: flex-start;
        flex-direction: column;
    }

    /* Summary cards become a single column on mobile. */
    .review-summary-grid[b-chtcyfnch3] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Employees/TimeClockList.razor.rz.scp.css */
.date-picker-section[b-34ds1mmohk] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.date-picker-wrapper[b-34ds1mmohk] {
    margin-right: 10px;
}

.update-button-wrapper[b-34ds1mmohk] {
    margin-left: 10px;
}

.my-nav-container[b-34ds1mmohk] {
    background-color: #A9A9A9; /* This will set the background to dark gray */
}

/* Flag chips keep audit warnings readable inside the existing Telerik grid. */
.list-flags[b-34ds1mmohk] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* Each grid flag uses compact chip styling to avoid widening rows too much. */
.list-flag[b-34ds1mmohk] {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* OK flags use green to show that QClock audit evidence is clean. */
.list-flag.ok[b-34ds1mmohk] {
    background: #e6f5ee;
    color: #1f7a4d;
}

/* Warning flags use amber so managers can quickly find records to review. */
.list-flag.warning[b-34ds1mmohk] {
    background: #fff3d6;
    color: #8a5a00;
}
/* /Pages/index.razor.rz.scp.css */
/* The login header keeps customer-computer setup reachable before authentication. */
.top-panel[b-87ocin7ymr] {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    background-color: #f8f9fa;
}

/* The welcome screen is intentionally simple because QClock is a daily utility, not a marketing page. */
.welcome-section[b-87ocin7ymr] {
    text-align: center;
    padding: 48px 20px;
}

/* The welcome title uses restrained sizing so it matches an operational app. */
.welcome-section h1[b-87ocin7ymr] {
    font-size: 32px;
    margin-bottom: 10px;
}

/* The welcome copy explains the QBM connection in one line. */
.welcome-section p[b-87ocin7ymr] {
    font-size: 18px;
    margin-bottom: 20px;
}

/* The login action is centered for quick access on a shared computer. */
.login-button-container[b-87ocin7ymr] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* The login button is styled as the primary action before the user reaches the clock. */
.login-button-index[b-87ocin7ymr] {
    background-color: #1f7a4d;
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
}

/* The login hover state keeps the button visually responsive. */
.login-button-index:hover[b-87ocin7ymr] {
    background-color: #16613c;
}

/* The clock shell provides a focused app surface with enough spacing for kiosk use. */
.clock-shell[b-87ocin7ymr] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 8px 0 24px;
}

/* The header places identity, connection, and refresh controls in one scannable row. */
.clock-header[b-87ocin7ymr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

/* The clock title stays compact so the actual punch controls remain above the fold. */
.clock-header h1[b-87ocin7ymr] {
    margin: 8px 0 4px;
    font-size: 28px;
    font-weight: 700;
    color: #152238;
}

/* The employee name is subdued but always visible. */
.clock-header p[b-87ocin7ymr] {
    margin: 0;
    color: #516070;
}

/* The setup guidance panel turns employee-link failures into clear QBM-side action steps. */
.setup-guidance-panel[b-87ocin7ymr] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 18px;
    margin-bottom: 16px;
    padding: 18px 20px;
    border: 1px solid #f1cf78;
    border-radius: 8px;
    background: #fff8e7;
    color: #523c00;
}

/* The setup label keeps the warning easy to scan without replacing the page title. */
.setup-guidance-label[b-87ocin7ymr] {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #ffe7a8;
    color: #6b4a00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

/* The setup title uses dashboard scale so the guidance does not look like a second page header. */
.setup-guidance-panel h2[b-87ocin7ymr] {
    margin: 0 0 8px;
    color: #3f2e00;
    font-size: 20px;
}

/* The explanation stays readable and constrained for quick support calls. */
.setup-guidance-panel p[b-87ocin7ymr] {
    margin: 0;
    color: #5d4b1a;
    line-height: 1.5;
}

/* Numbered steps tell the manager exactly what has to be corrected in QBM. */
.setup-steps[b-87ocin7ymr] {
    margin: 0;
    padding-left: 20px;
    color: #4f3a00;
}

/* Each setup step has enough separation to remain readable on kiosk screens. */
.setup-steps li[b-87ocin7ymr] {
    margin-bottom: 8px;
    line-height: 1.45;
}

/* Connection badges make QBM availability visible without taking over the screen. */
.connection-badge[b-87ocin7ymr] {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* The connected state uses a calm green tone. */
.connection-badge.connected[b-87ocin7ymr] {
    background-color: #e8f6ee;
    color: #17613b;
}

/* The disconnected state uses amber so it warns without looking like data loss. */
.connection-badge.disconnected[b-87ocin7ymr] {
    background-color: #fff3d8;
    color: #8a5a00;
}

/* The loading state uses the same footprint as the clock panel to avoid layout jumps. */
.clock-loading[b-87ocin7ymr] {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #516070;
}

/* The top grid gives the clock action more visual weight than the summary. */
.clock-grid[b-87ocin7ymr] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 16px;
    align-items: stretch;
}

/* Cards are used only for functional panels, with restrained radius and border. */
.clock-card[b-87ocin7ymr],
.history-panel[b-87ocin7ymr] {
    background-color: #ffffff;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(21, 34, 56, 0.07);
}

/* The main card has stronger padding because employees interact with it directly. */
.clock-card[b-87ocin7ymr] {
    padding: 20px;
}

/* The primary clock card visually owns the screen. */
.clock-card-primary[b-87ocin7ymr] {
    min-height: 380px;
}

/* The time label identifies the source of truth. */
.server-time-label[b-87ocin7ymr] {
    color: #637083;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* The live time is large enough for kiosk distance reading. */
.server-time[b-87ocin7ymr] {
    margin-top: 8px;
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
    color: #101828;
}

/* The date supports the clock without competing with it. */
.server-date[b-87ocin7ymr] {
    margin-top: 8px;
    color: #516070;
}

/* The status panel pairs punch state with elapsed/total duration. */
.status-panel[b-87ocin7ymr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 22px 0;
    padding: 14px;
    border-radius: 8px;
    background-color: #f7f9fc;
}

/* Status badges use a stable shape so text changes do not move the layout. */
.status-badge[b-87ocin7ymr] {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

/* Checked-in state is green because the employee is actively working. */
.status-badge.checked-in[b-87ocin7ymr] {
    background-color: #e8f6ee;
    color: #17613b;
}

/* Checked-out state is neutral so it does not look like an error. */
.status-badge.checked-out[b-87ocin7ymr] {
    background-color: #eef2f7;
    color: #344054;
}

/* The optional note label keeps the note field readable for keyboard users. */
.note-label[b-87ocin7ymr] {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-weight: 600;
}

/* The action button is full-width and stable for touch/kiosk use. */
.clock-action[b-87ocin7ymr] {
    width: 100%;
    min-height: 56px;
    margin-top: 16px;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 18px;
    font-weight: 800;
}

/* Check-in uses green as the positive start action. */
.checkin-action[b-87ocin7ymr] {
    background-color: #1f7a4d;
}

/* Check-out uses a darker operational color so it is clearly different from check-in. */
.checkout-action[b-87ocin7ymr] {
    background-color: #9a3412;
}

/* The confirmation overlay forces the employee to personally confirm the punch on shared devices. */
.punch-confirmation-overlay[b-87ocin7ymr] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.45);
}

/* The confirmation dialog is compact so it works on kiosk and normal desktop screens. */
.punch-confirmation-dialog[b-87ocin7ymr] {
    width: min(420px, 100%);
    padding: 22px;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.24);
}

/* The dialog title uses dashboard scale instead of hero scale. */
.punch-confirmation-dialog h2[b-87ocin7ymr] {
    margin: 0 0 8px;
    color: #152238;
    font-size: 22px;
}

/* The helper copy explains the control without making the main screen noisy. */
.punch-confirmation-dialog p[b-87ocin7ymr] {
    margin: 0 0 16px;
    color: #516070;
    line-height: 1.5;
}

/* The password label keeps the confirmation field accessible. */
.punch-confirmation-dialog label[b-87ocin7ymr] {
    display: block;
    margin-bottom: 8px;
    color: #344054;
    font-weight: 700;
}

/* The password field is plain HTML so autocomplete-blocking attributes stay exact. */
.punch-confirmation-input[b-87ocin7ymr] {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #101828;
}

/* Action buttons stay at the bottom with predictable spacing for touch use. */
.punch-confirmation-actions[b-87ocin7ymr] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

/* Summary headings stay smaller than the main clock title. */
.clock-card h2[b-87ocin7ymr],
.history-panel h2[b-87ocin7ymr] {
    margin: 0;
    font-size: 18px;
    color: #152238;
}

/* The summary list presents today's key values as repeated rows. */
.summary-list[b-87ocin7ymr] {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

/* Summary rows keep labels and values aligned for quick scanning. */
.summary-list div[b-87ocin7ymr] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #edf1f5;
}

/* Summary labels use muted color while values remain strong. */
.summary-list span[b-87ocin7ymr] {
    color: #637083;
}

/* The security card keeps anti-cheat evidence visible without crowding the primary punch action. */
.security-card[b-87ocin7ymr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* The security header aligns device readiness with the section title for quick scanning. */
.security-header[b-87ocin7ymr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* The security header title follows the compact dashboard heading scale. */
.security-header h2[b-87ocin7ymr] {
    margin: 0;
}

/* The device status badge is a compact readiness indicator for the current computer. */
.device-status[b-87ocin7ymr] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* Registered devices use the same green accent as a valid check-in state. */
.device-status.registered[b-87ocin7ymr] {
    background: #e6f5ee;
    color: #1f7a4d;
}

/* Unregistered devices use an amber warning tone because setup is required before punching. */
.device-status.unregistered[b-87ocin7ymr] {
    background: #fff3d6;
    color: #8a5a00;
}

/* The setup message explains why the action button is disabled. */
.security-message[b-87ocin7ymr] {
    margin: 0;
    color: #516070;
    line-height: 1.45;
}

/* Registration controls stay on one row when possible and wrap cleanly on smaller screens. */
.device-registration-row[b-87ocin7ymr] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

/* Device names use a normal input so kiosk setup remains simple and fast. */
.device-name-input[b-87ocin7ymr] {
    flex: 1 1 220px;
    min-height: 38px;
    border: 1px solid #cfd7e3;
    border-radius: 6px;
    padding: 8px 10px;
    color: #172033;
}

/* Device detail rows mirror the today summary treatment for consistent dashboard rhythm. */
.security-details[b-87ocin7ymr] {
    display: grid;
    gap: 10px;
}

/* Each security detail row presents label and value as a compact pair. */
.security-details div[b-87ocin7ymr] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #edf0f4;
    padding-bottom: 8px;
}

/* Security detail labels are subdued so the actual evidence stands out. */
.security-details span[b-87ocin7ymr] {
    color: #667384;
}

/* Security detail values use stronger weight for fast manager inspection. */
.security-details strong[b-87ocin7ymr] {
    color: #172033;
    font-size: 14px;
    text-align: right;
    overflow-wrap: anywhere;
}

/* Security actions are separated from evidence rows so GPS checks do not look like stored audit values. */
.security-actions[b-87ocin7ymr] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

/* Security flags wrap into small chips that work on both desktop and mobile. */
.security-flags[b-87ocin7ymr] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Each flag chip has stable sizing and readable contrast. */
.security-flag[b-87ocin7ymr] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 12px;
    font-weight: 700;
}

/* Clean audit state uses a quiet green chip. */
.security-flag.ok[b-87ocin7ymr] {
    background: #e6f5ee;
    color: #1f7a4d;
}

/* Review flags use amber to indicate attention without implying a hard error. */
.security-flag.warning[b-87ocin7ymr] {
    background: #fff3d6;
    color: #8a5a00;
}

/* Manager device list is grouped inside the security card so setup and cleanup stay in one place. */
.registered-devices-panel[b-87ocin7ymr] {
    display: grid;
    gap: 12px;
    border-top: 1px solid #edf0f4;
    padding-top: 14px;
}

/* The registered-device header keeps the explanation and refresh action aligned without crowding mobile screens. */
.registered-devices-header[b-87ocin7ymr] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Device-list headings stay compact because the dashboard already has a primary page title. */
.registered-devices-header h3[b-87ocin7ymr] {
    margin: 0;
    color: #172033;
    font-size: 16px;
}

/* The helper text explains why the manager is looking at the device list. */
.registered-devices-header p[b-87ocin7ymr] {
    margin: 4px 0 0;
    color: #667384;
    line-height: 1.4;
}

/* Empty and loading rows use the same quiet treatment as empty clock history. */
.registered-devices-empty[b-87ocin7ymr] {
    border: 1px dashed #cfd7e3;
    border-radius: 6px;
    padding: 12px;
    color: #667384;
    background: #fbfcfe;
}

/* The device list uses vertical rows so long names, ids, and IPs remain readable. */
.registered-device-list[b-87ocin7ymr] {
    display: grid;
    gap: 10px;
}

/* Each registered device row exposes support evidence and the unregister action without nesting cards. */
.registered-device-row[b-87ocin7ymr] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    border: 1px solid #dde5ef;
    border-radius: 6px;
    padding: 12px;
    background: #ffffff;
}

/* The current browser row is highlighted because unregistering it affects the open workstation immediately. */
.registered-device-row.current[b-87ocin7ymr] {
    border-color: #8ac2a5;
    background: #f4fbf7;
}

/* Device content is allowed to shrink so the unregister button keeps its stable width. */
.registered-device-content[b-87ocin7ymr] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

/* The device title row wraps chips and ids without pushing the action button off-screen. */
.registered-device-title[b-87ocin7ymr] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* The device name is the primary row signal for managers. */
.registered-device-title strong[b-87ocin7ymr] {
    color: #172033;
}

/* Short device ids are subdued support evidence. */
.registered-device-title span[b-87ocin7ymr] {
    color: #667384;
    font-size: 12px;
}

/* Current-device chip makes the open browser obvious in a list of approved devices. */
.current-device-chip[b-87ocin7ymr] {
    border-radius: 999px;
    background: #e6f5ee;
    color: #1f7a4d !important;
    padding: 3px 8px;
    font-weight: 700;
}

/* Metadata rows wrap naturally for desktop and kiosk-size screens. */
.registered-device-meta[b-87ocin7ymr] {
    display: flex;
    gap: 8px 14px;
    flex-wrap: wrap;
    color: #667384;
    font-size: 12px;
    line-height: 1.4;
}

/* The unregister action is styled as a destructive action without relying on a browser confirm dialog. */
.device-unregister-button[b-87ocin7ymr] {
    color: #9b1c1c;
    border-color: #f2b8b8;
    background: #fff5f5;
    white-space: nowrap;
}

/* The confirmation dialog summarizes the exact device before the manager removes it. */
.unregister-device-summary[b-87ocin7ymr] {
    display: grid;
    gap: 6px;
    border: 1px solid #dde5ef;
    border-radius: 6px;
    padding: 10px;
    background: #fbfcfe;
}

/* The current-device warning is stronger because the open browser will become unregistered after removal. */
.current-device-warning[b-87ocin7ymr] {
    color: #9b1c1c;
    font-weight: 700;
}

/* History panel is a separate functional section below the clock action. */
.history-panel[b-87ocin7ymr] {
    margin-top: 16px;
    padding: 0;
    overflow: hidden;
}

/* History header keeps count and title together. */
.history-header[b-87ocin7ymr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #edf1f5;
}

/* The record count is quiet supporting information. */
.history-header span[b-87ocin7ymr] {
    color: #637083;
    font-size: 13px;
}

/* Empty history should feel intentional, not broken. */
.empty-history[b-87ocin7ymr] {
    padding: 28px 18px;
    color: #637083;
}

/* The wrapper preserves horizontal scroll on small screens. */
.history-table-wrap[b-87ocin7ymr] {
    overflow-x: auto;
}

/* The history table is dense enough for daily repeated use. */
.history-table[b-87ocin7ymr] {
    width: 100%;
    border-collapse: collapse;
}

/* Header cells are compact and readable. */
.history-table th[b-87ocin7ymr] {
    text-align: left;
    padding: 12px 18px;
    font-size: 13px;
    color: #637083;
    background-color: #f7f9fc;
    border-bottom: 1px solid #edf1f5;
}

/* Body cells keep row height stable. */
.history-table td[b-87ocin7ymr] {
    padding: 13px 18px;
    border-bottom: 1px solid #edf1f5;
    color: #344054;
}

/* The final row does not need a closing rule. */
.history-table tr:last-child td[b-87ocin7ymr] {
    border-bottom: none;
}

/* Medium screens stack the summary below the primary clock card. */
@media (max-width: 900px) {
    .clock-grid[b-87ocin7ymr] {
        grid-template-columns: 1fr;
    }

    .setup-guidance-panel[b-87ocin7ymr] {
        grid-template-columns: 1fr;
    }
}

/* Mobile layout keeps controls full-width and prevents time text overflow. */
@media (max-width: 640px) {
    .clock-header[b-87ocin7ymr] {
        align-items: stretch;
        flex-direction: column;
    }

    .server-time[b-87ocin7ymr] {
        font-size: 40px;
    }

    .status-panel[b-87ocin7ymr],
    .summary-list div[b-87ocin7ymr],
    .history-header[b-87ocin7ymr] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Shared/LanguageSelector.razor.rz.scp.css */
/* The language selector stays compact so it can live in both login and sidebar settings surfaces. */
.qclock-language-selector[b-ly4t2or9oy] {
    display: inline-grid;
    gap: 4px;
    min-width: 128px;
    color: #263447;
    font-size: 0.82rem;
    font-weight: 700;
}

/* Native select keeps language switching dependency-free and easy to use on kiosk computers. */
.qclock-language-selector select[b-ly4t2or9oy] {
    min-height: 34px;
    border: 1px solid #cfd7e3;
    border-radius: 8px;
    padding: 6px 28px 6px 10px;
    background: #ffffff;
    color: #172033;
    font: inherit;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-flk1ppvxwl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-flk1ppvxwl] {
    flex: 1;
}

.sidebar[b-flk1ppvxwl] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: white;
    transition: 0s; /* 0  second transition effect to slide in the sidebar */
}

.top-row[b-flk1ppvxwl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-flk1ppvxwl]  a, .top-row[b-flk1ppvxwl]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-flk1ppvxwl]  a:hover, .top-row[b-flk1ppvxwl]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-flk1ppvxwl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .page[b-flk1ppvxwl] {
        display: block;
        min-height: 100vh;
    }

    .sidebar[b-flk1ppvxwl] {
        /* On phones the sidebar owns only the top hamburger bar; the menu itself overlays the page as a drawer. */
        position: sticky;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 3.5rem;
        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.16);
    }

    main[b-flk1ppvxwl] {
        min-width: 0;
        width: 100%;
    }

    article.content[b-flk1ppvxwl] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .top-row:not(.auth)[b-flk1ppvxwl] {
        display: none;
    }

    .top-row.auth[b-flk1ppvxwl] {
        justify-content: space-between;
    }

    .top-row[b-flk1ppvxwl]  a, .top-row[b-flk1ppvxwl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-flk1ppvxwl] {
        flex-direction: row;
    }

    .sidebar[b-flk1ppvxwl] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-flk1ppvxwl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-flk1ppvxwl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-flk1ppvxwl], article[b-flk1ppvxwl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.sidebar-flash-toggle[b-flk1ppvxwl] {
    position: absolute;
    top: 0; /* adjust to move the button to the bottom */
    right: 0;
    background: none;
    border: none;
    color: #000; /* adjust the color as needed */
    font-size: 1.5rem;
    padding: 1rem;
    cursor: pointer;
}

@media (max-width: 640px) {
    .sidebar-flash-toggle[b-flk1ppvxwl] {
        display: none;
    }
}

.sidebar.collapsed[b-flk1ppvxwl] {
    width: 53px; /* or whatever width you want when collapsed */

}

@media (max-width: 640.98px) {
    .sidebar.collapsed[b-flk1ppvxwl] {
        /* The phone shell uses a top bar and drawer, so desktop icon-only width must not shrink it. */
        width: 100%;
    }
}
 
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3x8lhyxin2] {
    /* background-color: rgba(255, 255, 255, 0.1);*/
    background-color: black;
    display: block; /* visible by default */


}

.top-row[b-3x8lhyxin2] {
    height: 3.5rem;
    background-color: white;
}


.navbar-brand[b-3x8lhyxin2] {
    font-size: 1.1rem;
    color: darkblue;
}

/* Disable hover effect */
.navbar-brand:hover[b-3x8lhyxin2] {
    color: darkblue !important;
}


.oi[b-3x8lhyxin2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3x8lhyxin2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-3x8lhyxin2] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-3x8lhyxin2] {
    padding-bottom: 1rem;
}

.nav-item[b-3x8lhyxin2]  a {
    color: darkblue;
    border-radius: 4px;
    display: flex;
    gap: 0.45rem;
    align-items: center;
    min-height: 2.65rem;
    height: auto;
    line-height: 1.2;
    padding: 0.45rem 0.5rem;
}

.nav-item[b-3x8lhyxin2]  a.active {
    /* background-color: rgba(255,255,255,0.25);*/
    background-color: white;
    color: darkgoldenrod;
}

.nav-item[b-3x8lhyxin2]  a:hover {
    background-color: white;
    color: darkorange;
}

button.line-on-top[b-3x8lhyxin2] {
    border-top: 1px solid #fff;
}


.nav-scrollable[b-3x8lhyxin2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.container-nav[b-3x8lhyxin2] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sub_div[b-3x8lhyxin2] {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: auto;
}

.nav-links[b-3x8lhyxin2] {
    flex-grow: 1;
}

.logout-link[b-3x8lhyxin2] {
    border-top: 1px solid white;
    border-top-color: red;
}

.logout-link[b-3x8lhyxin2]  a:hover {
    background-color: white;
    color: red;
}

.logout-item[b-3x8lhyxin2] {
    border-top: 1px solid white;
    border-top-color: red;
    margin-top: auto; /* Add this */
}

.divider[b-3x8lhyxin2] {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 1rem 0;
}

.nav-link-logout[b-3x8lhyxin2] {
    position: absolute;
    bottom: 0;
    background-color: white;
    color: darkred;
    margin-top: auto;
}

.nav-divider[b-3x8lhyxin2] {
    border-top: 1px solid #ffffff;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.logout-button[b-3x8lhyxin2] {
    color: darkred;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    width: 100%;
    border: none;
    cursor: pointer;
}

.logout-button:focus[b-3x8lhyxin2], .logout-button:hover[b-3x8lhyxin2] {
    background-color: white;
}

nav[b-3x8lhyxin2] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nav-link[b-3x8lhyxin2] {
    color: black;
}

.nav-link-red[b-3x8lhyxin2] {
    color: darkred;
}

.logout-item .nav-link[b-3x8lhyxin2] {
    background-color: white;
    border-top: 1px solid darkred;
}

@media (min-width: 641px) {


    .nav-scrollable[b-3x8lhyxin2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@media (max-width: 640px) and (min-width: 0px) {
    .top-row-nav[b-3x8lhyxin2] {
        /* The mobile header stays a fixed-height bar while the opened menu overlays the page body. */
        min-height: 3.5rem;
        position: relative;
        z-index: 1101;
        background: white;
        box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12);
    }

    .container-fluid-nav[b-3x8lhyxin2] {
        min-width: 0;
    }

    .navbar-brand[b-3x8lhyxin2] {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-collapse[b-3x8lhyxin2] {
        /* The expanded mobile menu is a drawer, so it overlays the page instead of pushing content down. */
        position: fixed;
        top: 3.5rem;
        bottom: 0;
        left: 0;
        z-index: 1100;
        width: min(20rem, 86vw);
        background: white;
        box-shadow: 8px 0 24px rgba(15, 23, 42, 0.22);
        overflow: hidden;
    }

    html[dir="rtl"] .mobile-collapse[b-3x8lhyxin2] {
        left: auto;
        right: 0;
        box-shadow: -8px 0 24px rgba(15, 23, 42, 0.22);
    }

    .nav-scrollable[b-3x8lhyxin2] {
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100dvh - 3.5rem);
        padding-bottom: 1rem;
    }
}


@media (min-width: 641px) {
    /* adjust value as needed */
    .navbar-toggler[b-3x8lhyxin2] {
        display: none; /* hide when not in mobile mode */
    }
}

.nav-icon[b-3x8lhyxin2] {
    /* Icons keep a fixed column so wrapped labels start in a predictable position. */
    flex: 0 0 1.35rem;
    font-size: 1.2rem;
    margin-right: 0;
    text-align: center;
    vertical-align: middle;
}

.nav-text[b-3x8lhyxin2] {
    /* Labels can wrap naturally without colliding with the next menu row. */
    display: inline-block;
    line-height: 1.2;
    min-width: 0;
    overflow-wrap: anywhere;
    vertical-align: middle;
}

/* The drawer backdrop catches outside taps to close the open phone menu. */
.mobile-nav-backdrop[b-3x8lhyxin2] {
    position: fixed;
    top: 3.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1099;
    border: 0;
    padding: 0;
    background: rgba(15, 23, 42, 0.18);
    cursor: pointer;
}

/* The language selector is inside the user menu so employees can switch Arabic/Farsi without logging out. */
.nav-language-row[b-3x8lhyxin2] {
    padding: 0.35rem 1rem 0.75rem;
}

/* Collapsible sections keep QCRM behavior while staying visually close to the original QClock labels. */
.nav-section[b-3x8lhyxin2] {
    margin: 0.2rem 0 0.35rem;
}

/* The toggle remains plain text so section headers do not look like boxed menu items. */
.nav-section-toggle[b-3x8lhyxin2] {
    width: calc(100% - 2rem);
    min-height: 1.35rem;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.35rem;
    margin: 0.85rem 1rem 0.25rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: color 0.15s ease;
}

/* Hover and focus change only text color so the header stays visually normal. */
.nav-section-toggle:hover[b-3x8lhyxin2],
.nav-section-toggle:focus-visible[b-3x8lhyxin2],
.nav-section.is-active .nav-section-toggle[b-3x8lhyxin2] {
    background: transparent;
    color: darkblue;
    outline: none;
}

.nav-section-toggle:focus-visible .nav-section-label[b-3x8lhyxin2] {
    /* Underline provides keyboard focus feedback without drawing a surrounding box. */
    text-decoration: underline;
}

/* The user section header adds an icon column while keeping the same plain, unboxed style. */
.nav-section-toggle-user[b-3x8lhyxin2] {
    grid-template-columns: auto 1fr auto;
}

/* The user icon uses the same color as the section text so it reads as a group header, not another link. */
.nav-section-user-icon[b-3x8lhyxin2] {
    width: 1.35rem;
    color: inherit;
    font-size: 1rem;
    text-align: center;
}

/* The visible label remains compact because it is a group heading, not a normal navigation row. */
.nav-section-label[b-3x8lhyxin2] {
    color: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

/* The chevron rotation communicates expanded state without adding extra text to the left panel. */
.nav-section-chevron[b-3x8lhyxin2] {
    width: 1rem;
    color: inherit;
    font-size: 0.72rem;
    text-align: center;
    transition: transform 0.15s ease;
}

.nav-section.is-expanded .nav-section-chevron[b-3x8lhyxin2] {
    transform: rotate(90deg);
}

/* Hidden section content is removed from layout so collapsed groups compact exactly like QCRM. */
.nav-section-content[hidden][b-3x8lhyxin2] {
    display: none;
}

/* Icon-only sidebar mode keeps all link icons reachable and suppresses the section chrome. */
.nav-section.is-icon-only[b-3x8lhyxin2] {
    margin: 0;
}

.collapse[b-3x8lhyxin2] {
    display: none;
}


.sub_div[b-3x8lhyxin2] {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: auto;
}

.top-row-nav[b-3x8lhyxin2] {
    display: flex;
    justify-content: space-between;
}

.container-fluid-nav[b-3x8lhyxin2] {
    color: black !important;
    flex-grow: 1;
    display: flex;
    justify-content: left;
}

/*Overwrite the default, because i wanted 3 lines of the burger to be black*/
.navbar-dark .navbar-toggler[b-3x8lhyxin2] {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
}

.navbar-dark .navbar-toggler-icon[b-3x8lhyxin2] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler:hover[b-3x8lhyxin2] {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
