@import 'tmlive.Client.6ewwzav4me.bundle.scp.css';
@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.g22u5lm4z9.bundle.scp.css';
@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';

/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-xagn935z2c] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-nzpem7e9w4] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-nzpem7e9w4] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-nrmjv0nnu2] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-nrmjv0nnu2] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-j7pi3cesd4] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-j7pi3cesd4] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-j7pi3cesd4] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-j7pi3cesd4] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-j7pi3cesd4] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-j7pi3cesd4] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-j7pi3cesd4] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-82055i10g1] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i5t9oumiej] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

.env-banner[b-i5t9oumiej] {
    text-align: center;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
}

.env-banner-version[b-i5t9oumiej] {
    opacity: 0.75;
    margin-left: 0.5rem;
    font-variant-numeric: tabular-nums;
}

[b-i5t9oumiej] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-i5t9oumiej] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}
[b-i5t9oumiej] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-i5t9oumiej] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-i5t9oumiej] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-i5t9oumiej] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-i5t9oumiej] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

@media (max-width: 768px) {
    [b-i5t9oumiej] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 500px) {
    [b-i5t9oumiej] .menu-button .dxbl-btn-caption {
        display: none;
    }
}
/* /Components/Layout/NavigationSearch.razor.rz.scp.css */
.navigation-search-container[b-8xntmoyqj9] {
    position: relative;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0.5rem;
}

.search-input-wrapper[b-8xntmoyqj9] {
    position: relative;
    display: flex;
    align-items: center;
}

.navigation-search-input[b-8xntmoyqj9] {
    width: 100%;
    padding: 0.375rem 2rem 0.375rem 2rem;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    font-size: 0.813rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navigation-search-input:focus[b-8xntmoyqj9] {
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.15rem rgba(74, 144, 226, 0.25);
    outline: none;
}

.search-icon[b-8xntmoyqj9] {
    position: absolute;
    left: 0.5rem;
    color: #6c757d;
    pointer-events: none;
    font-size: 0.875rem;
}

.search-results-dropdown[b-8xntmoyqj9] {
    position: absolute;
    top: 100%;
    left: 0.75rem;
    right: auto;
    width: 450px;
    max-width: calc(100vw - 2rem);
    max-height: 350px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 0.125rem;
}

.search-result-item[b-8xntmoyqj9] {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "icon title"
        "icon description";
    gap: 0.25rem 0.5rem;
    padding: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.1s ease;
}

.search-result-item:last-child[b-8xntmoyqj9] {
    border-bottom: none;
}

.search-result-item:hover[b-8xntmoyqj9],
.search-result-item.selected[b-8xntmoyqj9] {
    background-color: #f8f9fa;
}

.result-icon[b-8xntmoyqj9] {
    grid-area: icon;
    align-self: start;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a90e2;
}

.result-icon i[b-8xntmoyqj9] {
    font-size: 0.938rem;
}

.result-content[b-8xntmoyqj9] {
    display: contents;
}

.result-title[b-8xntmoyqj9] {
    grid-area: title;
    font-weight: 500;
    font-size: 0.813rem;
    color: #212529;
    line-height: 1.2;
    padding-right: 5.5rem;
}

.result-description[b-8xntmoyqj9] {
    grid-area: description;
    font-size: 0.688rem;
    color: #6c757d;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.result-category[b-8xntmoyqj9] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.result-category .badge[b-8xntmoyqj9] {
    font-size: 0.625rem;
    font-weight: 400;
    padding: 0.125rem 0.375rem;
    white-space: nowrap;
}

@media (prefers-color-scheme: dark) {
    .navigation-search-input[b-8xntmoyqj9] {
        background-color: #2b2b2b;
        border-color: #444;
        color: #e0e0e0;
    }

    .search-results-dropdown[b-8xntmoyqj9] {
        background: #2b2b2b;
        border-color: #444;
    }

    .search-result-item[b-8xntmoyqj9] {
        border-bottom-color: #444;
    }

    .search-result-item:hover[b-8xntmoyqj9],
    .search-result-item.selected[b-8xntmoyqj9] {
        background-color: #3a3a3a;
    }

    .result-title[b-8xntmoyqj9] {
        color: #e0e0e0;
    }

    .result-description[b-8xntmoyqj9] {
        color: #a0a0a0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-l99km0r6zr] {
    min-width: 10rem;
    max-width: 10rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-color: black;
/*    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
}



[b-l99km0r6zr] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-l99km0r6zr] {
    text-align: center;
}

[b-l99km0r6zr] .menu-button-container {
    display: none;
    align-self: center;
}

.menu-button[b-l99km0r6zr] {
    padding: 0.375rem;
    width: 1.875rem;
    height: 1.875rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}



[b-l99km0r6zr] .menu {
    background-color: inherit;
}

    [b-l99km0r6zr] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-l99km0r6zr] .menu-item {
    color: var(--bs-white);
}

[b-l99km0r6zr] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-l99km0r6zr] .home-icon {
    background-image: url("images/home.svg");
}

[b-l99km0r6zr] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-l99km0r6zr] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-l99km0r6zr] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-l99km0r6zr] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-l99km0r6zr] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-l99km0r6zr] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-l99km0r6zr] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-l99km0r6zr] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

#sidebar.expanded[b-l99km0r6zr]  .layout-item {
    display: block;
}

#sidebar.expanded[b-l99km0r6zr]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-l99km0r6zr] {
        min-width: inherit;
        max-width: inherit;
    }

        #sidebar.expanded[b-l99km0r6zr] {
            position: fixed;
            width: 100%;
            z-index: 3;
        }

            #sidebar.expanded[b-l99km0r6zr]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.expanded .menu-button[b-l99km0r6zr] {
                background-image: url("images/close.svg");
            }

        #sidebar:not(.expanded)[b-l99km0r6zr]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-l99km0r6zr] {
        text-align: inherit;
    }

    [b-l99km0r6zr] .menu-button-container {
        display: block;
    }

    [b-l99km0r6zr] .layout-item {
        display: none;
    }

    [b-l99km0r6zr] .footer {
        display: none;
    }
}
/* /Components/Pages/Controls/ReportExport.razor.rz.scp.css */
/* Exports workbench — chrome DevExpress doesn't provide.
   Tokens from the design handoff; treat spacing/borders as approximate. */

.exports-page[b-l6xq2u4csc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ---- Header ---- */
.exports-header[b-l6xq2u4csc] {
    padding: 26px 32px 20px;
    border-bottom: 1px solid #ececf1;
}

.exports-eyebrow[b-l6xq2u4csc] {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b76;
    text-transform: uppercase;
    letter-spacing: .09em;
    margin-bottom: 6px;
}

.exports-title[b-l6xq2u4csc] {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #1f2023;
    letter-spacing: -.01em;
}

/* Shared uppercase field label */
.field-label[b-l6xq2u4csc] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6b6b76;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 7px;
}

/* ---- Period bar ---- */
.period-bar[b-l6xq2u4csc] {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    flex-wrap: wrap;
    padding: 16px 32px;
    background: #faf9fc;
    border-bottom: 1px solid #ececf1;
}

.period-presets .field-label[b-l6xq2u4csc] {
    letter-spacing: .07em;
}

.preset-pills[b-l6xq2u4csc] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pill[b-l6xq2u4csc] {
    padding: 6px 13px;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #d7d7de;
    color: #4a4a55;
    cursor: pointer;
}

.pill:hover[b-l6xq2u4csc] {
    background: #f5f2fc;
}

.pill-active[b-l6xq2u4csc] {
    background: #6E44BE;
    border-color: #6E44BE;
    color: #fff;
    font-weight: 600;
}

.period-dates[b-l6xq2u4csc] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.period-to[b-l6xq2u4csc] {
    color: #6b6b76;
    font-size: 13px;
}

/* ---- Body grid ---- */
.exports-body[b-l6xq2u4csc] {
    flex: 1;
    display: grid;
    grid-template-columns: 296px 1fr;
    min-height: 0;
}

/* ---- Master list ---- */
.master-list[b-l6xq2u4csc] {
    border-right: 1px solid #ececf1;
    padding: 18px 0;
    overflow-y: auto;
    background: #fff;
}

.group-head[b-l6xq2u4csc] {
    padding: 20px 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.master-list > .group-head:first-child[b-l6xq2u4csc] {
    padding-top: 0;
}

.group-title[b-l6xq2u4csc] {
    font-size: 11px;
    font-weight: 700;
    color: #6b6b76;
    text-transform: uppercase;
    letter-spacing: .07em;
    white-space: nowrap;
}

.role-chip[b-l6xq2u4csc] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 600;
    color: #6E44BE;
    background: #f3efff;
    border: 1px solid #e0d6f6;
    border-radius: 4px;
    padding: 2px 7px;
    white-space: nowrap;
}

.export-row[b-l6xq2u4csc] {
    display: flex;
    gap: 12px;
    padding: 11px 20px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.export-row:hover[b-l6xq2u4csc] {
    background: #faf9fc;
}

.export-row-selected[b-l6xq2u4csc],
.export-row-selected:hover[b-l6xq2u4csc] {
    border-left-color: #6E44BE;
    background: #f5f2fc;
}

.export-row-icon[b-l6xq2u4csc] {
    font-size: 16px;
    color: #6b6b76;
    margin-top: 2px;
}

.export-row-selected .export-row-icon[b-l6xq2u4csc],
.export-row-selected .export-row-delivery[b-l6xq2u4csc] {
    color: #6E44BE;
}

.export-row-body[b-l6xq2u4csc] {
    flex: 1;
    min-width: 0;
}

.export-row-title[b-l6xq2u4csc] {
    font-size: 14px;
    font-weight: 600;
    color: #1f2023;
    display: flex;
    align-items: center;
    gap: 7px;
}

.export-row-selected .export-row-title[b-l6xq2u4csc] {
    color: #3a2a5c;
}

.export-row-sub[b-l6xq2u4csc] {
    font-size: 12.5px;
    color: #5f5f6b;
    margin-top: 2px;
}

.export-row-delivery[b-l6xq2u4csc] {
    font-size: 13px;
    margin-top: 3px;
}

.delivery-queued[b-l6xq2u4csc] {
    color: #a6a6b2;
}

.delivery-instant[b-l6xq2u4csc] {
    color: #2e7d5b;
}

.export-row-locked[b-l6xq2u4csc] {
    opacity: .5;
    cursor: default;
}

.export-row-locked:hover[b-l6xq2u4csc] {
    background: transparent;
}

.export-lock[b-l6xq2u4csc] {
    font-size: 11px;
    color: #6b6b76;
}

/* ---- Detail pane ---- */
.detail-pane[b-l6xq2u4csc] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.detail-pane[b-l6xq2u4csc]  .dxbl-loading-panel-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.detail-content[b-l6xq2u4csc] {
    flex: 1;
    padding: 26px 32px;
    overflow-y: auto;
}

.detail-title-row[b-l6xq2u4csc] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.detail-title[b-l6xq2u4csc] {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 600;
    color: #1f2023;
}

.detail-desc[b-l6xq2u4csc] {
    font-size: 14px;
    color: #6b6b76;
    max-width: 60ch;
    text-wrap: pretty;
}

.delivery-pill[b-l6xq2u4csc] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    font-size: 12.5px;
    font-weight: 600;
    border-radius: 999px;
    padding: 6px 12px;
}

.delivery-pill-queued[b-l6xq2u4csc] {
    color: #5E378B;
    background: #f3efff;
    border: 1px solid #e0d6f6;
}

.delivery-pill-instant[b-l6xq2u4csc] {
    color: #23684d;
    background: #eef6f1;
    border: 1px solid #cfe6da;
}

/* Delivery callout */
.callout[b-l6xq2u4csc] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    padding: 14px 16px;
    background: #faf9fc;
    border: 1px solid #ece7f7;
    border-left: 3px solid #6E44BE;
    border-radius: 6px;
}

.callout-icon[b-l6xq2u4csc] {
    color: #6E44BE;
    font-size: 15px;
    margin-top: 1px;
}

.callout-body[b-l6xq2u4csc] {
    font-size: 13.5px;
    color: #4a4a55;
    line-height: 1.5;
}

.callout-body strong[b-l6xq2u4csc] {
    color: #1f2023;
}

/* Fields grid */
.detail-fields[b-l6xq2u4csc] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    margin-top: 26px;
}

.field-full[b-l6xq2u4csc] {
    grid-column: 1 / -1;
}

.field-hint[b-l6xq2u4csc] {
    font-size: 12.5px;
    color: #6b6b76;
    margin-top: 6px;
}

/* ---- Action bar ---- */
.action-bar[b-l6xq2u4csc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 32px;
    background: #fbfbfd;
    border-top: 1px solid #ececf1;
}

.action-summary[b-l6xq2u4csc] {
    font-size: 13px;
    color: #6b6b76;
    line-height: 1.5;
}

.action-summary strong[b-l6xq2u4csc] {
    color: #1f2023;
}

.action-buttons[b-l6xq2u4csc] {
    display: flex;
    align-items: center;
    gap: 12px;
}
/* /Components/Pages/Fatigue/FatigueTile.razor.rz.scp.css */
/* Home page fatigue tile. Sits alongside the welcome-card shortcuts, so it borrows
   their radius, height and shadow-lift-on-hover rather than inventing a second card
   language. Keep the height in step with .welcome-card in Index.razor.css. */

.fatigue-tile[b-0i75rcrkv8] {
    position: relative;
    width: 17rem;
    height: 8rem;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: var(--bs-body-bg);
    border-radius: 0.75rem;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

    .fatigue-tile:hover[b-0i75rcrkv8] {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    /* The status bar along the bottom edge - the tile's at-a-glance signal. */
    .fatigue-tile[b-0i75rcrkv8]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.25rem;
        background: var(--bs-secondary);
    }

.fatigue-tile-breach[b-0i75rcrkv8]::after {
    background: #dc3545;
}

.fatigue-tile-warning[b-0i75rcrkv8]::after {
    background: #ffc107;
}

.fatigue-tile-clear[b-0i75rcrkv8]::after {
    background: #198754;
}

.fatigue-tile-unknown[b-0i75rcrkv8]::after {
    background: var(--bs-secondary);
}

/* Counted, but every event signed off. Neutral rather than green: the drivers are still
   there, so this is "handled", not "nothing happened". */
.fatigue-tile-acknowledged[b-0i75rcrkv8]::after {
    background: var(--bs-secondary);
}

.fatigue-tile-head[b-0i75rcrkv8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.fatigue-tile-icon[b-0i75rcrkv8] {
    font-size: 1.25rem;
    line-height: 1;
    color: #6f42c1;
}

.fatigue-tile-title[b-0i75rcrkv8] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-body-color);
}

.fatigue-tile-figures[b-0i75rcrkv8] {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.fatigue-tile-figure[b-0i75rcrkv8] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
}

    .fatigue-tile-figure:hover[b-0i75rcrkv8] {
        background: rgba(0, 0, 0, 0.04);
    }

.fatigue-tile-divider[b-0i75rcrkv8] {
    width: 1px;
    align-self: stretch;
    background: var(--bs-border-color);
}

.fatigue-tile-value[b-0i75rcrkv8] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}

    /* Zero is deliberately muted: nothing to act on should not draw the eye. */
    .fatigue-tile-value.is-zero[b-0i75rcrkv8] {
        color: var(--bs-secondary-color);
    }

    .fatigue-tile-value.is-breach[b-0i75rcrkv8] {
        color: #dc3545;
    }

    .fatigue-tile-value.is-warning[b-0i75rcrkv8] {
        color: #ffc107;
    }

.fatigue-tile-dot[b-0i75rcrkv8] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #dc3545;
}

.fatigue-tile-label[b-0i75rcrkv8] {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

.fatigue-tile-note[b-0i75rcrkv8] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color);
}

.fatigue-tile-refresh[b-0i75rcrkv8] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.125rem 0.375rem;
    border: none;
    border-radius: 0.25rem;
    background: transparent;
    color: var(--bs-secondary-color);
    opacity: 0;
    transition: opacity 0.2s;
}

.fatigue-tile:hover .fatigue-tile-refresh[b-0i75rcrkv8] {
    opacity: 1;
}

.fatigue-tile-refresh:hover[b-0i75rcrkv8] {
    background: rgba(0, 0, 0, 0.06);
}
/* /Components/Pages/HR/Tags.razor.rz.scp.css */
/* /HR/Tags master-detail. Recreates .design/design_handoff_tags_master_detail — the tokens
   below (hex, type scale, radii) are the handoff's and are deliberately literal rather than
   Bootstrap variables: this screen has its own palette, not the site theme's.

   One stylesheet covers both Tags.razor and its TagPeople child, so everything below the page
   root is written with ::deep. Class prefixes: dc- shared primitives (buttons, modals, search,
   pills), tag- the master list, detail-/member-/candidate- the detail panel. */

.tags-page[b-rgjqd049y9] {
    /* MainLayout wraps content in px-4; pull back out so the header bar is full bleed. */
    margin: 0 -1.5rem;
    /* MainLayout's content area is a flex column, so fill what is left of it rather than
       guessing a 100vh offset - the test-environment banner changes that offset. min-height
       keeps the panes usable if the flex chain above ever stops giving us a definite height. */
    flex: 1 1 auto;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    background: #f4f4f8;
    color: #1d1d24;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ---------- page header ---------- */

.tags-page[b-rgjqd049y9]  .tags-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 28px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5ec;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .tags-header-titles {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tags-page[b-rgjqd049y9]  .tags-title {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.tags-page[b-rgjqd049y9]  .tags-subtitle {
    font-size: 13px;
    color: #70707c;
}

/* ---------- main area / cards ---------- */

.tags-page[b-rgjqd049y9]  .tags-main {
    display: flex;
    gap: 18px;
    padding: 18px 28px;
    flex: 1;
    min-height: 0;
}

.tags-page[b-rgjqd049y9]  .dc-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e5e5ec;
    border-radius: 12px;
    overflow: hidden;
}

.tags-page[b-rgjqd049y9]  .tag-list-card {
    width: 330px;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .detail-card {
    flex: 1;
    min-width: 0;
}

.tags-page[b-rgjqd049y9]  .detail-placeholder {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #9a9aa6;
}

/* ---------- search input ---------- */

.tags-page[b-rgjqd049y9]  .dc-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid #e5e5ec;
    border-radius: 8px;
    background: #fbfbfd;
}

.tags-page[b-rgjqd049y9]  .dc-search input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    min-width: 0;
    font-size: 13px;
    font-family: inherit;
    color: #1d1d24;
}

.tags-page[b-rgjqd049y9]  .dc-search input::placeholder {
    color: #a5a5b1;
}

/* ---------- tag list (master) ---------- */

.tags-page[b-rgjqd049y9]  .tag-list-toolbar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 14px 12px 14px;
    border-bottom: 1px solid #f1f1f5;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .tag-list-toolbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tags-page[b-rgjqd049y9]  .dc-segmented {
    display: flex;
    gap: 2px;
    padding: 3px;
    background: #f1f1f5;
    border-radius: 8px;
}

.tags-page[b-rgjqd049y9]  .dc-seg {
    border: none;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    background: transparent;
    color: #70707c;
    box-shadow: none;
}

.tags-page[b-rgjqd049y9]  .dc-seg-on {
    background: #ffffff;
    color: #1d1d24;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.tags-page[b-rgjqd049y9]  .tag-list-count {
    font-size: 12px;
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .tag-list {
    flex: 1;
    overflow-y: auto;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.tags-page[b-rgjqd049y9]  .tag-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
}

.tags-page[b-rgjqd049y9]  .tag-row:hover {
    background: #f2f1f8;
}

.tags-page[b-rgjqd049y9]  .tag-row-selected,
.tags-page[b-rgjqd049y9]  .tag-row-selected:hover {
    background: #eeebfb;
}

.tags-page[b-rgjqd049y9]  .tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #2eaa63;
}

.tags-page[b-rgjqd049y9]  .tag-dot-off {
    background: #c6c6d0;
}

.tags-page[b-rgjqd049y9]  .tag-row-name {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-page[b-rgjqd049y9]  .tag-row-selected .tag-row-name {
    font-weight: 600;
    color: #3b2e86;
}

.tags-page[b-rgjqd049y9]  .tag-inactive-pill {
    font-size: 10.5px;
    font-weight: 600;
    color: #9a9aa6;
    background: #f1f1f5;
    padding: 2px 7px;
    border-radius: 999px;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .tag-count-pill {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    flex-shrink: 0;
    background: #f1f1f5;
    color: #70707c;
}

.tags-page[b-rgjqd049y9]  .tag-row-selected .tag-count-pill {
    background: #dcd5f5;
    color: #4d39b3;
}

/* ---------- detail header ---------- */

.tags-page[b-rgjqd049y9]  .detail-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px 14px 20px;
    border-bottom: 1px solid #f1f1f5;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .detail-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.tags-page[b-rgjqd049y9]  .detail-head-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.tags-page[b-rgjqd049y9]  .detail-name-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tags-page[b-rgjqd049y9]  .detail-name {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.tags-page[b-rgjqd049y9]  .detail-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .detail-head-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .detail-rename {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tags-page[b-rgjqd049y9]  .detail-rename-input {
    width: 260px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 12px;
}

.tags-page[b-rgjqd049y9]  .detail-search {
    max-width: 340px;
}

/* ---------- people table ---------- */

.tags-page[b-rgjqd049y9]  .member-head {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    background: #fafafc;
    border-bottom: 1px solid #f1f1f5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b8b96;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .member-list {
    flex: 1;
    overflow-y: auto;
}

.tags-page[b-rgjqd049y9]  .member-row {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #f4f4f7;
}

.tags-page[b-rgjqd049y9]  .member-row:hover {
    background: #fbfbfd;
}

.tags-page[b-rgjqd049y9]  .member-col-person {
    flex: 1.5;
    min-width: 0;
}

.tags-page[b-rgjqd049y9]  .member-col-contact {
    flex: 1.6;
    min-width: 0;
    padding-right: 12px;
}

.tags-page[b-rgjqd049y9]  .member-col-tag {
    width: 120px;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .member-col-actions {
    width: 76px;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .member-person {
    display: flex;
    align-items: center;
    gap: 11px;
}

.tags-page[b-rgjqd049y9]  .member-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eeebfb;
    color: #5b46c8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .member-person-text {
    min-width: 0;
}

.tags-page[b-rgjqd049y9]  .member-name {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-page[b-rgjqd049y9]  .member-personid {
    font-size: 12px;
    color: #5b46c8;
    cursor: pointer;
    width: fit-content;
}

.tags-page[b-rgjqd049y9]  .member-personid:hover {
    text-decoration: underline;
}

.tags-page[b-rgjqd049y9]  .member-email {
    font-size: 13px;
    color: #3f3f4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-page[b-rgjqd049y9]  .member-phone {
    font-size: 12px;
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .member-tag {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tags-page[b-rgjqd049y9]  .member-tag-label {
    font-size: 12px;
    font-weight: 600;
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .member-tag-on {
    color: #188a4f;
}

.tags-page[b-rgjqd049y9]  .member-actions {
    display: flex;
    justify-content: flex-end;
}

.tags-page[b-rgjqd049y9]  .member-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 56px 20px;
}

.tags-page[b-rgjqd049y9]  .member-empty-text {
    font-size: 14px;
    font-weight: 600;
    color: #70707c;
}

/* ---------- in-tag switch ---------- */

.tags-page[b-rgjqd049y9]  .dc-switch {
    width: 36px;
    height: 20px;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    background: #cfcfd8;
    transition: background 0.15s;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .dc-switch-on {
    background: #2eaa63;
}

.tags-page[b-rgjqd049y9]  .dc-switch-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: left 0.15s;
}

.tags-page[b-rgjqd049y9]  .dc-switch-on .dc-switch-knob {
    left: 18px;
}

/* ---------- buttons, links, pills ---------- */

.tags-page[b-rgjqd049y9]  .dc-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
}

.tags-page[b-rgjqd049y9]  .dc-btn-plus {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.tags-page[b-rgjqd049y9]  .dc-btn-primary {
    background: #5b46c8;
    color: #ffffff;
}

.tags-page[b-rgjqd049y9]  .dc-btn-primary:hover {
    background: #4d39b3;
}

.tags-page[b-rgjqd049y9]  .dc-btn-dim {
    opacity: 0.45;
}

.tags-page[b-rgjqd049y9]  .dc-btn-ghost {
    background: #ffffff;
    color: #3f3f4a;
    border-color: #e5e5ec;
    padding: 8px 13px;
}

.tags-page[b-rgjqd049y9]  .dc-btn-ghost:hover {
    background: #f6f5fa;
    border-color: #d9d9e2;
}

.tags-page[b-rgjqd049y9]  .dc-btn-danger {
    background: #c2453a;
    color: #ffffff;
}

.tags-page[b-rgjqd049y9]  .dc-btn-danger:hover {
    background: #a93a30;
}

.tags-page[b-rgjqd049y9]  .dc-btn-danger-outline {
    background: #ffffff;
    color: #c2453a;
    border-color: #eccfcb;
}

.tags-page[b-rgjqd049y9]  .dc-btn-danger-outline:hover {
    background: #fbeeec;
}

.tags-page[b-rgjqd049y9]  .dc-link {
    border: none;
    background: none;
    padding: 0;
    font-size: 12.5px;
    font-weight: 600;
    font-family: inherit;
    color: #5b46c8;
    cursor: pointer;
}

.tags-page[b-rgjqd049y9]  .dc-link:hover {
    color: #4d39b3;
    text-decoration: underline;
}

.tags-page[b-rgjqd049y9]  .dc-link-danger {
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .dc-link-danger:hover {
    color: #c2453a;
    text-decoration: underline;
}

.tags-page[b-rgjqd049y9]  .dc-remove {
    border: none;
    background: none;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 600;
    font-family: inherit;
    color: #9a9aa6;
    cursor: pointer;
}

.tags-page[b-rgjqd049y9]  .dc-remove:hover {
    color: #c2453a;
    background: #fbeeec;
}

.tags-page[b-rgjqd049y9]  .dc-pill {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 999px;
    white-space: nowrap;
}

.tags-page[b-rgjqd049y9]  .dc-pill-active {
    background: #e3f4ea;
    color: #188a4f;
}

.tags-page[b-rgjqd049y9]  .dc-pill-inactive {
    background: #f1f1f5;
    color: #70707c;
}

.tags-page[b-rgjqd049y9]  .dc-empty {
    padding: 32px 16px;
    text-align: center;
    font-size: 13px;
    color: #9a9aa6;
}

.tags-page[b-rgjqd049y9]  .dc-input-focus {
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    color: #1d1d24;
    padding: 9px 12px;
    border: 1.5px solid #5b46c8;
    border-radius: 8px;
    outline: none;
}

/* ---------- modals ---------- */

@keyframes dcFadeIn-b-rgjqd049y9 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes dcPopUp-b-rgjqd049y9 {
    from { opacity: 0; transform: translateY(8px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.tags-page[b-rgjqd049y9]  .dc-overlay {
    position: fixed;
    inset: 0;
    background: rgba(24, 22, 40, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    animation: dcFadeIn-b-rgjqd049y9 0.15s ease;
}

.tags-page[b-rgjqd049y9]  .dc-modal {
    background: #ffffff;
    border-radius: 14px;
    max-width: calc(100vw - 48px);
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(20, 16, 50, 0.3);
    animation: dcPopUp-b-rgjqd049y9 0.18s ease;
}

.tags-page[b-rgjqd049y9]  .dc-modal-sm {
    width: 400px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-lg {
    width: 520px;
    max-height: 78vh;
}

.tags-page[b-rgjqd049y9]  .dc-modal-head {
    padding: 20px 22px 8px 22px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-title {
    font-size: 17px;
    font-weight: 600;
}

.tags-page[b-rgjqd049y9]  .dc-modal-sub {
    font-size: 12.5px;
    color: #9a9aa6;
    margin-top: 2px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-text {
    font-size: 13px;
    color: #70707c;
    margin-top: 8px;
    line-height: 1.5;
}

.tags-page[b-rgjqd049y9]  .dc-modal-body {
    padding: 8px 22px 4px 22px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-body .dc-input-focus {
    width: 100%;
}

.tags-page[b-rgjqd049y9]  .dc-modal-search {
    padding: 12px 22px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-list {
    flex: 1;
    overflow-y: auto;
    border-top: 1px solid #f1f1f5;
    border-bottom: 1px solid #f1f1f5;
    padding: 6px;
    min-height: 180px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-foot {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 14px 22px 20px 22px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 22px 20px 22px;
}

.tags-page[b-rgjqd049y9]  .dc-modal-stack .dc-btn {
    justify-content: center;
    padding: 10px 16px;
}

/* ---------- add-people candidates ---------- */

.tags-page[b-rgjqd049y9]  .candidate-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.tags-page[b-rgjqd049y9]  .candidate-row:hover {
    background: #f6f5fa;
}

.tags-page[b-rgjqd049y9]  .dc-check {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ffffff;
    border: 1.5px solid #c9c9d4;
}

.tags-page[b-rgjqd049y9]  .dc-check svg {
    visibility: hidden;
}

.tags-page[b-rgjqd049y9]  .dc-check-on {
    background: #5b46c8;
    border-color: #5b46c8;
}

.tags-page[b-rgjqd049y9]  .dc-check-on svg {
    visibility: visible;
}

.tags-page[b-rgjqd049y9]  .candidate-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #eeebfb;
    color: #5b46c8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.tags-page[b-rgjqd049y9]  .candidate-text {
    min-width: 0;
    flex: 1;
}

.tags-page[b-rgjqd049y9]  .candidate-name {
    font-size: 13.5px;
    font-weight: 600;
}

.tags-page[b-rgjqd049y9]  .candidate-email {
    font-size: 12px;
    color: #9a9aa6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags-page[b-rgjqd049y9]  .candidate-personid {
    font-size: 12px;
    color: #9a9aa6;
    flex-shrink: 0;
}
/* /Components/Pages/Index.razor.rz.scp.css */
.welcome[b-ude5v3jczs] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-ude5v3jczs] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-ude5v3jczs] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-ude5v3jczs] .welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.welcome-title .welcome-title-header[b-ude5v3jczs] {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.welcome-title .welcome-title-content[b-ude5v3jczs] {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

/* ::deep is required here (as it is for .welcome-card) - the tiles are rendered by
   child components, so scoped selectors would not reach them. */
[b-ude5v3jczs] .welcome-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

[b-ude5v3jczs] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

/* Shortcut cards are a launcher, not the content of the page: sized so a full set
   (7 for an operations + payroll user) fits above the fold alongside the status
   tiles rather than pushing them off it. Height matches .fatigue-tile so the two
   rows read as one grid. */
[b-ude5v3jczs] .welcome-card {
    width: 13rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 0.75rem;
    color: var(--bs-link-color-rgb);
    gap: 0.625rem;
    text-decoration: none;
    position: relative;
}

    [b-ude5v3jczs] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-ude5v3jczs] .welcome-card .welcome-card-img {
        width: 3rem;
        height: 3rem;
    }

    [b-ude5v3jczs] .welcome-card .welcome-card-icon {
        font-size: 1.75rem;
        line-height: 1;
    }

    [b-ude5v3jczs] .welcome-card .welcome-card-text {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-ude5v3jczs] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-ude5v3jczs] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 0.75rem;
        z-index: -2;
    }
