@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Emperion.Portal.WebApp/Components/Domain/Activity/ActivityBar.razor.rz.scp.css */
.sticky-bar[b-a9cdvrpitb] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9000;
}

button[b-a9cdvrpitb] {
    width: 100%;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/Admin/GranularAccess/GranularAccessCaseServices.razor.rz.scp.css */
/* Styles for this component are in wwwroot/app.css under "Granular Access — Claim number search results" */
/* _content/Emperion.Portal.WebApp/Components/Domain/Admin/GranularAccess/GranularAccessRoleAssignment.razor.rz.scp.css */
/* ── Page wrapper (rendered by this component — no ::deep needed) ─────────── */

/*
 * ga-host establishes the height context.
 * When used as a direct @page route: calc(100vh - offset) fills the viewport.
 * When embedded: the parent overrides --ga-host-height to 100% so it fills
 * the parent container instead (e.g. style="--ga-host-height: 100%").
 */
.ga-host[b-aygb72nndx] {
    height: var(--ga-host-height, calc(100vh - 110px));
    display: flex;
    flex-direction: column;
    padding: 0 1rem 1rem;
    box-sizing: border-box;
}

.ga-page[b-aygb72nndx] {
    display: grid;
    grid-template-columns: 260px 1fr;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    flex: 1;
    min-height: 0;
}

    /* ── Everything below uses ::deep so styles reach child components ────────── */

    /* Left panel */

    .ga-page[b-aygb72nndx]  .ga-left {
        border-right: 1px solid #e0e0e0;
        display: flex;
        flex-direction: column;
        background: #f7f7f5;
    }

    .ga-page[b-aygb72nndx]  .ga-left-header {
        padding: 14px 16px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ga-page[b-aygb72nndx]  .ga-search {
        width: 100%;
        padding: 7px 10px;
        font-size: 13px;
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        background: #fff;
        color: inherit;
        outline: none;
    }

        .ga-page[b-aygb72nndx]  .ga-search:focus {
            border-color: #378ADD;
        }

    /* User list */

    .ga-page[b-aygb72nndx]  .ga-user-list {
        flex: 1;
        overflow-y: auto;
    }

    .ga-page[b-aygb72nndx]  .ga-user-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px;
        cursor: pointer;
        border-bottom: 1px solid #e8e8e8;
        border-left: 3px solid transparent;
        transition: background 0.1s;
    }

        .ga-page[b-aygb72nndx]  .ga-user-item:hover {
            background: #fff;
        }

        .ga-page[b-aygb72nndx]  .ga-user-item.selected {
            background: #fff;
            border-left-color: #378ADD;
        }

            .ga-page[b-aygb72nndx]  .ga-user-item.selected .ga-user-name {
                color: #185FA5;
                font-weight: 500;
            }

    .ga-page[b-aygb72nndx]  .ga-user-info {
        flex: 1;
        min-width: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-user-name {
        font-size: 13px;
        color: #1a1a1a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ga-page[b-aygb72nndx]  .ga-user-email {
        font-size: 11px;
        color: #888;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ga-page[b-aygb72nndx]  .ga-user-empty {
        font-size: 12px;
        color: #aaa;
        text-align: center;
        padding: 20px 16px;
    }

    /* Right panel */

    .ga-page[b-aygb72nndx]  .ga-right {
        display: flex;
        flex-direction: column;
        min-width: 0;
        min-height: 0;
        overflow: hidden;
    }

    .ga-page[b-aygb72nndx]  .ga-empty-state {
        align-items: center;
        justify-content: center;
        color: #aaa;
        font-size: 13px;
    }

    /* User header */

    .ga-page[b-aygb72nndx]  .ga-user-header {
        padding: 10px 20px;
        border-bottom: 1px solid #e0e0e0;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .ga-page[b-aygb72nndx]  .ga-user-header-name {
        font-size: 14px;
        font-weight: 500;
        color: #1a1a1a;
        white-space: nowrap;
    }

    .ga-page[b-aygb72nndx]  .ga-user-header-email {
        font-size: 12px;
        color: #888;
        white-space: nowrap;
    }

    .ga-page[b-aygb72nndx]  .ga-audit-chip {
        background: #f7f7f5;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        padding: 6px 10px;
    }

    .ga-page[b-aygb72nndx]  .ga-audit-label {
        font-size: 10px;
        color: #888;
        margin-bottom: 1px;
    }

    .ga-page[b-aygb72nndx]  .ga-audit-value {
        font-size: 12px;
        color: #1a1a1a;
    }

    .ga-page[b-aygb72nndx]  .ga-status-badge {
        font-size: 11px;
        padding: 3px 10px;
        border-radius: 99px;
        white-space: nowrap;
        margin-left: auto;
    }

        .ga-page[b-aygb72nndx]  .ga-status-badge.active {
            background: #EAF3DE;
            color: #3B6D11;
            border: 1px solid #97C459;
        }

        .ga-page[b-aygb72nndx]  .ga-status-badge.deleted {
            background: #FAECE7;
            color: #993C1D;
            border: 1px solid #F0957B;
        }

    /* Tab content */

    .ga-page[b-aygb72nndx]  .ga-tab-content {
        padding: 18px 20px;
        flex: 1;
        overflow-y: auto;
    }

    .ga-page[b-aygb72nndx]  .ga-section-label {
        font-size: 11px;
        font-weight: 500;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 8px;
        display: block;
    }

    .ga-page[b-aygb72nndx]  .ga-group {
        margin-bottom: 18px;
    }

    .ga-page[b-aygb72nndx]  .ga-divider {
        border: none;
        border-top: 1px solid #e8e8e8;
        margin: 14px 0;
    }

    /* Section header & toggle */

    .ga-page[b-aygb72nndx]  .ga-section-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

        .ga-page[b-aygb72nndx]  .ga-section-header .ga-section-label {
            margin-bottom: 0;
        }

    .ga-page[b-aygb72nndx]  .ga-toggle {
        width: 36px;
        height: 20px;
        border-radius: 99px;
        border: none;
        background: #d0d0d0;
        cursor: pointer;
        position: relative;
        padding: 0;
        flex-shrink: 0;
        transition: background 0.2s;
    }

        .ga-page[b-aygb72nndx]  .ga-toggle.on {
            background: #378ADD;
        }

    .ga-page[b-aygb72nndx]  .ga-toggle-thumb {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #fff;
        transition: transform 0.2s;
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }

    .ga-page[b-aygb72nndx]  .ga-toggle.on .ga-toggle-thumb {
        transform: translateX(16px);
    }

    .ga-page[b-aygb72nndx]  .ga-section-disabled {
        opacity: 0.4;
        pointer-events: none;
    }

    /* Shared inputs & buttons */

    .ga-page[b-aygb72nndx]  .ga-input {
        flex: 1;
        padding: 7px 10px;
        font-size: 13px;
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        background: #fff;
        color: inherit;
        outline: none;
    }

        .ga-page[b-aygb72nndx]  .ga-input:focus {
            border-color: #378ADD;
        }

        .ga-page[b-aygb72nndx]  .ga-input.input-error {
            border-color: #D85A30;
            background: #FFF5F2;
        }

    .ga-page[b-aygb72nndx]  .ga-field-error {
        font-size: 11px;
        color: #993C1D;
    }

    .ga-page[b-aygb72nndx]  .ga-btn-search {
        padding: 7px 14px;
        font-size: 13px;
        border-radius: 8px;
        border: 1px solid #378ADD;
        background: #378ADD;
        color: #fff;
        cursor: pointer;
        flex-shrink: 0;
    }

        .ga-page[b-aygb72nndx]  .ga-btn-search:hover {
            background: #185FA5;
            border-color: #185FA5;
        }

        .ga-page[b-aygb72nndx]  .ga-btn-search:disabled {
            background: #d0d0d0;
            border-color: #d0d0d0;
            cursor: not-allowed;
        }

    .ga-page[b-aygb72nndx]  .ga-suggestion-item {
        font-size: 13px;
        cursor: pointer;
        transition: background 0.1s;
    }

        .ga-page[b-aygb72nndx]  .ga-suggestion-item:hover {
            background: #E6F1FB;
            color: #185FA5;
        }

    .ga-page[b-aygb72nndx]  .ga-btn-add-result {
        padding: 7px 14px;
        font-size: 13px;
        border-radius: 8px;
        border: 1px solid #3B6D11;
        background: #3B6D11;
        color: #fff;
        cursor: pointer;
        flex-shrink: 0;
    }

        .ga-page[b-aygb72nndx]  .ga-btn-add-result:hover {
            background: #2D5209;
            border-color: #2D5209;
        }

        .ga-page[b-aygb72nndx]  .ga-btn-add-result:disabled {
            background: #d0d0d0;
            border-color: #d0d0d0;
            cursor: not-allowed;
        }

    .ga-page[b-aygb72nndx]  .ga-empty {
        font-size: 12px;
        color: #aaa;
        padding: 10px;
        border: 1px dashed #d0d0d0;
        border-radius: 8px;
        text-align: center;
    }

    /* Case services */

    .ga-page[b-aygb72nndx]  .ga-case-search-row {
        display: flex;
        gap: 6px;
        margin-bottom: 6px;
        align-items: center;
    }

    .ga-page[b-aygb72nndx]  .ga-search-textarea {
        width: 100%;
        min-height: 80px;
        max-height: 200px;
        resize: vertical;
        padding: 7px 10px;
        font-size: 13px;
        font-family: monospace;
        line-height: 1.6;
        border: 1px solid #d0d0d0;
        border-radius: 8px;
        background: #fff;
        color: inherit;
        outline: none;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        .ga-page[b-aygb72nndx]  .ga-search-textarea:focus {
            border-color: #378ADD;
        }

    .ga-page[b-aygb72nndx]  .ga-case-search-label {
        font-size: 12px;
        font-weight: 500;
        color: #555;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-radio-option {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 5px 12px;
        font-size: 12px;
        border: 1px solid #d0d0d0;
        border-radius: 99px;
        background: #fff;
        color: #555;
        cursor: pointer;
        user-select: none;
        transition: background 0.1s, border-color 0.1s, color 0.1s;
    }

        .ga-page[b-aygb72nndx]  .ga-radio-option input[type="radio"] {
            display: none;
        }

        .ga-page[b-aygb72nndx]  .ga-radio-option.selected {
            background: #E6F1FB;
            border-color: #378ADD;
            color: #185FA5;
            font-weight: 500;
        }

    .ga-page[b-aygb72nndx]  .ga-result-added-badge {
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 99px;
        background: #EAF3DE;
        color: #3B6D11;
        border: 1px solid #97C459;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-search-no-results {
        font-size: 12px;
        color: #993C1D;
        padding: 4px 0;
        margin-bottom: 10px;
    }

    .ga-page[b-aygb72nndx]  .ga-date-row {
        display: flex;
        gap: 10px;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    .ga-page[b-aygb72nndx]  .ga-date-field {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .ga-page[b-aygb72nndx]  .ga-date-label {
        font-size: 11px;
        font-weight: 500;
        color: #666;
    }

    .ga-page[b-aygb72nndx]  .ga-cases-list-header {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 6px;
    }

    .ga-page[b-aygb72nndx]  .ga-btn-export-csv {
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 6px;
        border: 1px solid #d0d0d0;
        background: transparent;
        color: #555;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .ga-page[b-aygb72nndx]  .ga-btn-export-csv:hover {
            background: #f5f5f5;
            border-color: #aaa;
        }

    .ga-page[b-aygb72nndx]  .ga-cases-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }

    .ga-page[b-aygb72nndx]  .ga-case-row {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px 10px;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        background: #f7f7f5;
        transition: background 0.1s;
    }

        .ga-page[b-aygb72nndx]  .ga-case-row:hover {
            background: #E6F1FB;
            border-color: #85B7EB;
        }

    .ga-page[b-aygb72nndx]  .ga-case-row-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ga-page[b-aygb72nndx]  .ga-case-id {
        font-size: 13px;
        font-family: monospace;
        color: #1a1a1a;
    }

    .ga-page[b-aygb72nndx]  .ga-case-dates {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .ga-page[b-aygb72nndx]  .ga-case-date-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .ga-page[b-aygb72nndx]  .ga-case-date-label {
        font-size: 10px;
        font-weight: 600;
        color: #aaa;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        width: 28px;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-case-date-value {
        font-size: 11px;
        color: #1a1a1a;
    }

    .ga-page[b-aygb72nndx]  .ga-case-date-empty {
        font-size: 11px;
        color: #bbb;
        font-style: italic;
    }

    .ga-page[b-aygb72nndx]  .ga-case-remove {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 13px;
        color: #aaa;
        line-height: 1;
        padding: 0 2px;
    }

        .ga-page[b-aygb72nndx]  .ga-case-remove:hover {
            color: #D85A30;
        }

    /* Form section headers & separators */

    .ga-page[b-aygb72nndx]  .ga-form-section-label {
        font-size: 11px;
        font-weight: 600;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 8px;
    }

    .ga-page[b-aygb72nndx]  .ga-inner-divider {
        border: none;
        border-top: 1px solid #f0f0f0;
        margin: 14px 0;
    }

    .ga-page[b-aygb72nndx]  .ga-services-output {
        margin-top: 14px;
    }

    /* Rule form */

    .ga-page[b-aygb72nndx]  .ga-rule-form-fields {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        margin-bottom: 10px;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-op-display {
        font-size: 16px;
        font-weight: 600;
        color: #888;
        padding: 0 2px 8px;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-field-select {
        width: 140px;
        flex: 0 0 auto;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-value-select {
        width: 220px;
        flex: 0 0 auto;
    }

    /* Subsection labels */

    .ga-page[b-aygb72nndx]  .ga-subsection-label {
        font-size: 10px;
        font-weight: 600;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin: 10px 0 4px;
    }

    /* Rules list */

    .ga-page[b-aygb72nndx]  .ga-rules-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4px;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-row {
        display: flex;
        flex-direction: column;
        gap: 6px;
        padding: 8px 10px;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        background: #f7f7f5;
    }

        .ga-page[b-aygb72nndx]  .ga-rule-row:hover {
            background: #E6F1FB;
            border-color: #85B7EB;
        }

    .ga-page[b-aygb72nndx]  .ga-rule-definition {
        display: flex;
        align-items: center;
        gap: 5px;
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-field-label {
        font-size: 10px;
        font-weight: 700;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-op-text {
        font-size: 12px;
        color: #bbb;
        flex-shrink: 0;
    }

    .ga-page[b-aygb72nndx]  .ga-rule-value-text {
        font-size: 12px;
        color: #185FA5;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Save row */

    .ga-page[b-aygb72nndx]  .ga-save-row {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        padding: 12px 20px;
        border-top: 1px solid #e0e0e0;
        background: #fff;
    }

    .ga-page[b-aygb72nndx]  .ga-btn-secondary {
        font-size: 13px;
        padding: 7px 16px;
        border-radius: 8px;
        border: 1px solid #d0d0d0;
        background: transparent;
        color: #666;
        cursor: pointer;
    }

        .ga-page[b-aygb72nndx]  .ga-btn-secondary:hover {
            background: #f5f5f5;
        }

    .ga-page[b-aygb72nndx]  .ga-btn-primary {
        font-size: 13px;
        padding: 7px 16px;
        border-radius: 8px;
        border: 1px solid #378ADD;
        background: #378ADD;
        color: #fff;
        cursor: pointer;
    }

        .ga-page[b-aygb72nndx]  .ga-btn-primary:hover {
            background: #185FA5;
            border-color: #185FA5;
        }

        .ga-page[b-aygb72nndx]  .ga-btn-primary:disabled {
            background: #d0d0d0;
            border-color: #d0d0d0;
            cursor: not-allowed;
        }

/* Bulk selection */

.ga-page[b-aygb72nndx]  .ga-user-checkbox {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #378ADD;
}

.ga-page[b-aygb72nndx]  .ga-bulk-bar {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 0 2px;
    border-top: 1px solid #e0e0e0;
    margin-top: 4px;
}

.ga-page[b-aygb72nndx]  .ga-bulk-count {
    font-size: 12px;
    color: #555;
}

.ga-page[b-aygb72nndx]  .ga-btn-revoke-all {
    width: 100%;
    font-size: 13px;
    padding: 7px 16px;
    border-radius: 8px;
    border: 1px solid #D85A30;
    background: #D85A30;
    color: #fff;
    cursor: pointer;
    transition: background 0.1s, border-color 0.1s;
}

    .ga-page[b-aygb72nndx]  .ga-btn-revoke-all:hover {
        background: #993C1D;
        border-color: #993C1D;
    }

/* Revoke modal */

.ga-modal-revoke[b-aygb72nndx] {
    width: 460px;
    max-width: 90vw;
}

.ga-revoke-user-list[b-aygb72nndx] {
    list-style: none;
    padding: 8px;
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

    .ga-revoke-user-list li[b-aygb72nndx] {
        display: flex;
        flex-direction: column;
        gap: 1px;
        padding: 5px 8px;
        border-radius: 6px;
        background: #f7f7f5;
    }

.ga-revoke-user-name[b-aygb72nndx] {
    font-size: 13px;
    font-weight: 500;
    color: #1a1a1a;
}

.ga-revoke-user-email[b-aygb72nndx] {
    font-size: 11px;
    color: #888;
}

/* Discard modal */

.ga-modal-backdrop[b-aygb72nndx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.ga-modal[b-aygb72nndx] {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    width: 380px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ga-modal-title[b-aygb72nndx] {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.ga-modal-body[b-aygb72nndx] {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.ga-modal-actions[b-aygb72nndx] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 4px;
}

/* Standalone button styles for modal (outside .ga-page) */

.ga-btn-secondary[b-aygb72nndx] {
    font-size: 13px;
    padding: 7px 16px;
    border-radius: 8px;
    border: 1px solid #d0d0d0;
    background: transparent;
    color: #666;
    cursor: pointer;
}

    .ga-btn-secondary:hover[b-aygb72nndx] {
        background: #f5f5f5;
    }

.ga-btn-danger[b-aygb72nndx] {
    font-size: 13px;
    padding: 7px 16px;
    border-radius: 8px;
    border: 1px solid #D85A30;
    background: #D85A30;
    color: #fff;
    cursor: pointer;
}

    .ga-btn-danger:hover[b-aygb72nndx] {
        background: #993C1D;
        border-color: #993C1D;
    }

/* Loading overlay */

.ga-loading-overlay[b-aygb72nndx] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
}

.ga-loading-card[b-aygb72nndx] {
    background: #fff;
    border-radius: 12px;
    padding: 28px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.ga-loading-message[b-aygb72nndx] {
    font-size: 14px;
    color: #555;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/CustomComponents/CustomSteps.razor.rz.scp.css */
/*Steps class*/

ol[b-hh9882bsyt] {
    background-color: black;
    position: relative;
    overflow: hidden;
    counter-reset: wizard;
}

li[b-hh9882bsyt] {
    position: relative;
    float: left;
    width: 100% / 4;
    text-align: center;
    color: #00FF00;
}

.current ~ li[b-hh9882bsyt] {
    color: #555;
}

li[b-hh9882bsyt]:before {
    counter-increment: wizard;
    content: counter(wizard);
    display: block;
    color: black;
    background-color: #00FF00;
    border: 2px solid #00FF00;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    position: relative;
    left: 50%;
    margin-bottom: 2em / 2;
    margin-left: 2em * -0.5;
    z-index: 1;
    .current ~ &;

{
    background-color: black;
    color: #555;
    border-color: #555;
}

}

li + li[b-hh9882bsyt] {
    &:after;

{
    content: "";
    display: block;
    width: 100%;
    background-color: #00FF00;
    height: 2px;
    position: absolute;
    left: -50%;
    top: 2em / 2;
    z-index: 0;
}

}

.current ~ li[b-hh9882bsyt]:after {
    background-color: #555;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/Customer/Case/CustomerCaseDetailComponent.razor.rz.scp.css */

.case-detail[b-xckrrtc4sh] {
    width: 100%;
}

.inspect-case-div[b-xckrrtc4sh] {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

textarea[b-xckrrtc4sh] {
    color: #333;
    flex-grow: 1;
    width: 100%;
    resize: none;
    box-sizing: border-box;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/File/CustomerFilesUploader.razor.rz.scp.css */
.modal-overlay[b-ng0ytv4s3r] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-ng0ytv4s3r] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

    .modal-content h3[b-ng0ytv4s3r] {
        margin-top: 0;
    }

    .modal-content button[b-ng0ytv4s3r] {
        margin: 0.5rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
    }
/* _content/Emperion.Portal.WebApp/Components/Domain/Intake/Claimant/CaseAdd.razor.rz.scp.css */
/* Block clicks on the tab header strip */
.wizard-tabs[b-snyfhz2ue1]  [role="tablist"] {
    pointer-events: none !important;
    cursor: default !important;
}

/* Ensure panels stay interactive */
.wizard-tabs[b-snyfhz2ue1]  [role="tabpanel"] {
    pointer-events: auto !important;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/Intake/Claimant/CaseListPage.razor.rz.scp.css */
.checkbox-tag[b-mc90mfggsi] {
    position: relative;
    display: inline-block;
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    color: #495057;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    user-select: none;
}

    .checkbox-tag:hover[b-mc90mfggsi] {
        background-color: #dee2e6;
        border-color: #ced4da;
    }

    .checkbox-tag.checked[b-mc90mfggsi] {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
    }

        .checkbox-tag.checked:hover[b-mc90mfggsi] {
            background-color: #0b5ed7;
            border-color: #0a58ca;
        }

    .checkbox-tag .close-btn[b-mc90mfggsi] {
        position: absolute;
        top: 50%;
        right: 0.5rem;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 50%;
        width: 1.2rem;
        height: 1.2rem;
        font-size: 0.7rem;
        line-height: 1;
        color: #495057;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.15s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .checkbox-tag.checked .close-btn[b-mc90mfggsi] {
        color: #0d6efd;
    }

    .checkbox-tag:hover .close-btn[b-mc90mfggsi] {
        opacity: 1;
    }

    .checkbox-tag .close-btn:hover[b-mc90mfggsi] {
        background: white;
        transform: translateY(-50%) scale(1.1);
    }

    .checkbox-tag input[type="checkbox"][b-mc90mfggsi] {
        display: none;
    }

    .checkbox-tag:not(.checked)[b-mc90mfggsi] {
        display: none;
    }
/* _content/Emperion.Portal.WebApp/Components/Domain/Intake/Explorer/JsonFileReportViewer.razor.rz.scp.css */
.json-document-renderer[b-ektm7esnhw] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    padding: 1rem;
}

.report-section[b-ektm7esnhw] {
    animation: fadeIn-b-ektm7esnhw 0.3s ease-in;
}

.section-title[b-ektm7esnhw] {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.properties-section[b-ektm7esnhw] {
    background-color: #f8f9fa;
    padding: 0.75rem;
    border-radius: 0.25rem;
}

.value-display[b-ektm7esnhw] {
    color: #212529;
}

@keyframes fadeIn-b-ektm7esnhw {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media print {
    .json-document-renderer[b-ektm7esnhw] {
        background-color: white;
    }

    .report-section[b-ektm7esnhw] {
        page-break-inside: avoid;
    }
}
/* _content/Emperion.Portal.WebApp/Components/Domain/Provider/Case/ProviderCaseDetailComponent.razor.rz.scp.css */

.case-detail[b-oapcve38at] {
    width: 100%;
}

.inspect-case-div[b-oapcve38at] {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
}

textarea[b-oapcve38at] {
    color: #333;
    flex-grow: 1;
    width: 100%;
    resize: none;
    box-sizing: border-box;
}

/* _content/Emperion.Portal.WebApp/Components/Domain/Provider/Pages/MyActivity.razor.rz.scp.css */
.case-match-count-0[b-ozdkesmmz9] {
    color: lightslategray !important;
    /*font-style: italic !important;*/
}

.case-bucket-bold[b-ozdkesmmz9] {
    font-weight: normal;
    font-size: smaller;
}

.case-match-count-0:hover[b-ozdkesmmz9] {
    color: blue !important;
    /*font-style: italic !important;*/
}

.case-bucket-bold:hover[b-ozdkesmmz9] {
    font-weight: normal;

    color: blue !important;
}

.case-filter-current[b-ozdkesmmz9] {

    font-size: unset;
    color: blue !important;
}

.case-filter-current:hover[b-ozdkesmmz9] {

    font-size: unset;
    color: black !important;
}

.bucket-name[b-ozdkesmmz9] {
    width: 100% !important;
    margin-left: 0px;
}

.bucket-count[b-ozdkesmmz9] {
    padding-left: 3px;
    text-decoration: none !important;
}

a[b-ozdkesmmz9] {
    text-decoration: none;
}

.btn-sm[b-ozdkesmmz9] {
    width: 100px;
}
/* _content/Emperion.Portal.WebApp/Components/Domain/QAUserComponent.razor.rz.scp.css */

.qaRoleOff[b-syuvaa9goq] {
    text-decoration: line-through;
}
/* _content/Emperion.Portal.WebApp/Components/Layout/AppTerminal.razor.rz.scp.css */
body[b-lhk4ei9h91] {
    background-color: #272727;
    padding: 10px;
}

.fakeScreen[b-lhk4ei9h91] {
    background-color: #151515;
    box-sizing: border-box;
    width: 18vw;
    height: 30vh;
    margin: 0 auto;
    margin-left: 76vw;
    margin-bottom: 2vh;
    margin-right: 54px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.fakeScreenWide[b-lhk4ei9h91] {
    background-color: #151515;
    box-sizing: border-box;
    width: 70vw;
    height: 30vh;
    margin: 0 auto;
    margin-left: 30vw;
    margin-bottom: 2vh;
    margin-right: 54px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

span[b-lhk4ei9h91] {
    position: relative;
    color: #fff;
    text-align: left;
    font-size: 0.45em;
    font-family: monospace;
    overflow: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: online-block;
}

br[b-lhk4ei9h91] {
    line-height: 0;
}
/* _content/Emperion.Portal.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.bordered-page[b-a4qvwty8pj] {
    max-width: 90vw;
    max-height: 95vw;
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 1px;
    margin: 30px auto;
}

.top-row[b-a4qvwty8pj] {
    border-radius: 10px;
}

.top-edge[b-a4qvwty8pj] {
    border-radius: 10px;
}

.legacy-link[b-a4qvwty8pj] {
    margin-left: 10px;
    margin-right: 10px;
}

a.no-wrap[b-a4qvwty8pj] {
    white-space: nowrap;
}

/* note to testers and environment awareness banner */

.ribbon[b-a4qvwty8pj] {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

    .ribbon a[b-a4qvwty8pj] {
        color: snow;
    }

    .ribbon a:hover[b-a4qvwty8pj] {
        color: yellow;
    } 

    .ribbon[b-a4qvwty8pj]::before,
    .ribbon[b-a4qvwty8pj]::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span[b-a4qvwty8pj] {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: #3498db;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left[b-a4qvwty8pj] {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left[b-a4qvwty8pj]::before,
    .ribbon-top-left[b-a4qvwty8pj]::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left[b-a4qvwty8pj]::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left[b-a4qvwty8pj]::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span[b-a4qvwty8pj] {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right[b-a4qvwty8pj] {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right[b-a4qvwty8pj]::before,
    .ribbon-top-right[b-a4qvwty8pj]::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right[b-a4qvwty8pj]::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right[b-a4qvwty8pj]::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span[b-a4qvwty8pj] {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left[b-a4qvwty8pj] {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left[b-a4qvwty8pj]::before,
    .ribbon-bottom-left[b-a4qvwty8pj]::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left[b-a4qvwty8pj]::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left[b-a4qvwty8pj]::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span[b-a4qvwty8pj] {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right[b-a4qvwty8pj] {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right[b-a4qvwty8pj]::before,
    .ribbon-bottom-right[b-a4qvwty8pj]::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right[b-a4qvwty8pj]::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right[b-a4qvwty8pj]::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span[b-a4qvwty8pj] {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

/* _content/Emperion.Portal.WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-scrollable[b-qjomfd08rq] {
    padding-top: 64px;
    z-index: 12;
}

.navbar-toggler[b-qjomfd08rq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;

    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);

}

.navbar-toggler:checked[b-qjomfd08rq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qjomfd08rq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.0);
}

.navbar-brand[b-qjomfd08rq] {
    font-size: 1.1rem;

}

.bi[b-qjomfd08rq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 0.65rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qjomfd08rq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qjomfd08rq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qjomfd08rq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qjomfd08rq] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-qjomfd08rq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qjomfd08rq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qjomfd08rq]  .nav-link {

        background: none;
        border: none;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-qjomfd08rq]  .nav-link-nested {

        background: none;
        border: none;
        padding-left: 50px;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-qjomfd08rq]  a.active {

        font-weight: bold;
    }

.nav-item[b-qjomfd08rq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);

}

.nav-scrollable[b-qjomfd08rq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qjomfd08rq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qjomfd08rq] {
        display: none;
    }

    .nav-scrollable[b-qjomfd08rq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Emperion.Portal.WebApp/Components/Layout/SpaceBlock.razor.rz.scp.css */

.extra-space[b-07j5vn24pi] {
    height: 40vh;
}
/* _content/Emperion.Portal.WebApp/Components/Pages/Diagnostics/Auth.razor.rz.scp.css */
/* _content/Emperion.Portal.WebApp/Components/Public/PublicLandingLayout.razor.rz.scp.css */

.bordered-page[b-gsjhf9kpoa] {
    max-width: 90vw;
    background-color: white;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    padding: 1px;
    margin: 30px auto;
}

.top-row-logo[b-gsjhf9kpoa] {
    
    background-color: rgba(0,0,0,0.0);
    border-radius: 10px;
    padding: 20px;
}




/* _content/Emperion.Portal.WebApp/Components/Shared/ActionTip.razor.rz.scp.css */
.actiontip[b-qtc9on8d79] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .actiontip .actiontip-text[b-qtc9on8d79] {
        visibility: visible;
        width: 120px;
        background-color: #ffe69c;
        color: #664D03;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%; /* Position above the element */
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        transition: opacity 0.3s;
        border-width: 2px;
        border-color: #664D03;
    }

        .actiontip .actiontip-text[b-qtc9on8d79]::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 10px;
            border-style: solid;
            border-color: #ffe69c transparent transparent transparent;
        }
/* _content/Emperion.Portal.WebApp/Components/Shared/EnvRibbon.razor.rz.scp.css */
/* note to testers and environment awareness banner */

.ribbon[b-9q2gvcpk3h] {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

    .ribbon a[b-9q2gvcpk3h] {
        color: lightskyblue;
    }

        .ribbon a:hover[b-9q2gvcpk3h] {
            color: yellow;
        }

    .ribbon[b-9q2gvcpk3h]::before,
    .ribbon[b-9q2gvcpk3h]::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid lightskyblue;
    }

    .ribbon span[b-9q2gvcpk3h] {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
        background-color: white;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 17px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left[b-9q2gvcpk3h] {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left[b-9q2gvcpk3h]::before,
    .ribbon-top-left[b-9q2gvcpk3h]::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left[b-9q2gvcpk3h]::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left[b-9q2gvcpk3h]::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span[b-9q2gvcpk3h] {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right[b-9q2gvcpk3h] {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right[b-9q2gvcpk3h]::before,
    .ribbon-top-right[b-9q2gvcpk3h]::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right[b-9q2gvcpk3h]::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right[b-9q2gvcpk3h]::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span[b-9q2gvcpk3h] {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left[b-9q2gvcpk3h] {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left[b-9q2gvcpk3h]::before,
    .ribbon-bottom-left[b-9q2gvcpk3h]::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left[b-9q2gvcpk3h]::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left[b-9q2gvcpk3h]::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span[b-9q2gvcpk3h] {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right[b-9q2gvcpk3h] {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right[b-9q2gvcpk3h]::before,
    .ribbon-bottom-right[b-9q2gvcpk3h]::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right[b-9q2gvcpk3h]::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right[b-9q2gvcpk3h]::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span[b-9q2gvcpk3h] {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }
/* _content/Emperion.Portal.WebApp/Components/Shared/FileDrop/FileDropUploader.razor.rz.scp.css */
input[type="file"][b-5k5s7uizt8] {
    font-weight: normal;
}

    /* When a file is selected, make the text bold */
    input[type="file"]:valid[b-5k5s7uizt8] {
        font-weight: bold;
    }

    /* Optional: Style the "Choose File" button separately */
    input[type="file"][b-5k5s7uizt8]::file-selector-button {
        font-weight: normal;
        margin-right: 10px;
    }
