/* /Components/Agencies/AgenciesContainer.razor.rz.scp.css */
.area-container[b-mm1uxw2qcz] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-mm1uxw2qcz] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-mm1uxw2qcz] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-mm1uxw2qcz] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-mm1uxw2qcz] {
    color: #b91c1c;
}
/* /Components/Agencies/AgencyList.razor.rz.scp.css */
.agency-row-content[b-1ing58tx1d] {
    display: flex;
    width: 100%;
}

.agency-main[b-1ing58tx1d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.agency-main-top[b-1ing58tx1d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agency-name[b-1ing58tx1d] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.agency-ori[b-1ing58tx1d] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agency-status-dot[b-1ing58tx1d] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.agency-status-dot.active[b-1ing58tx1d] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.agency-status-dot.inactive[b-1ing58tx1d] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/Courts/CourtList.razor.rz.scp.css */
.court-row-content[b-xqk0evfwvt] {
    display: flex;
    width: 100%;
}

.court-main[b-xqk0evfwvt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.court-main-top[b-xqk0evfwvt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.court-name[b-xqk0evfwvt] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.court-status-dot[b-xqk0evfwvt] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.court-status-dot.active[b-xqk0evfwvt] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.court-status-dot.inactive[b-xqk0evfwvt] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/Courts/CourtsContainer.razor.rz.scp.css */
.area-container[b-f6cyd03fjr] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-f6cyd03fjr] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-f6cyd03fjr] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-f6cyd03fjr] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-f6cyd03fjr] {
    color: #b91c1c;
}
/* /Components/Inmates/BookingHeader.razor.rz.scp.css */
.booking-header[b-zdl3w7xvhh] {
    display: flex;
    gap: 15px;
    align-items: stretch;
    margin-bottom: 16px;
}

.info-surface[b-zdl3w7xvhh] {
    flex: 1;
    background-color: #fefefe;
    border: 1px solid #dedede;
    border-radius: 12px;
    box-shadow: 0 1px 5.5px rgba(0,0,0,.13);
    padding: 10px 20px;
    display: flex;
}

.info-container[b-zdl3w7xvhh] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    min-width: 0;
}

.info-row[b-zdl3w7xvhh] {
    display: grid;
    grid-template-columns: minmax(120px, 200px) 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px solid #d3d3d3;
    min-width: 0;
}

.info-row:last-child[b-zdl3w7xvhh] {
    border-bottom: none;
}

.key[b-zdl3w7xvhh] {
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-align: right;
}

.value[b-zdl3w7xvhh] {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
    border-left: 1px solid #c7c7c7;
}

@media (max-width: 768px) {
    .booking-header[b-zdl3w7xvhh] {
        flex-direction: column;
        gap: 12px;
    }

    .info-row[b-zdl3w7xvhh] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .booking-header[b-zdl3w7xvhh] {
        padding: 0;
    }

    .info-row[b-zdl3w7xvhh] {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .key[b-zdl3w7xvhh] {
        font-size: 12px;
    }

    .value[b-zdl3w7xvhh] {
        font-size: 14px;
    }
}
/* /Components/Inmates/CasesPanel.razor.rz.scp.css */
/* Cases Panel Container */
.cases-panel[b-dfj5ovjj0g] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

/* Cases List */
.cases-list[b-dfj5ovjj0g] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Empty State */
.cases-empty[b-dfj5ovjj0g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #6c757d;
}

.cases-empty i[b-dfj5ovjj0g] {
    font-size: 4rem;
    color: #adb5bd;
    margin-bottom: 20px;
}

.cases-empty p[b-dfj5ovjj0g] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.cases-empty span[b-dfj5ovjj0g] {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Case Card */
.case-card[b-dfj5ovjj0g] {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.case-card.active[b-dfj5ovjj0g] {
    border-left: 4px solid #25715d;
    background: #fefefe;
}

.case-card.closed[b-dfj5ovjj0g] {
    border-left: 4px solid #6c757d;
    background: #fefefe;
}

/* Status Badge */
.case-status-badge[b-dfj5ovjj0g] {
    position: absolute;
    top: 12px;
    right: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 12px;
}

.case-status-badge.status-active[b-dfj5ovjj0g] {
    background-color: #d4edda;
    color: #25715d;
}

.case-status-badge.status-closed[b-dfj5ovjj0g] {
    background-color: #f8f9fa;
    color: #6c757d;
}

.case-status-badge i[b-dfj5ovjj0g] {
    font-size: 0.7rem;
}

/* Case Header */
.case-header[b-dfj5ovjj0g] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.case-icon[b-dfj5ovjj0g] {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #25715d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.case-meta[b-dfj5ovjj0g] {
    flex: 1;
    min-width: 0;
}

.case-number[b-dfj5ovjj0g] {
    font-weight: 700;
    color: #343a40;
    font-size: 1.1rem;
    line-height: 1.3;
}

.case-court[b-dfj5ovjj0g] {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.case-court i[b-dfj5ovjj0g] {
    font-size: 0.75rem;
}

.case-actions .btn-link[b-dfj5ovjj0g] {
    padding: 4px 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.case-actions .btn-link:hover[b-dfj5ovjj0g] {
    background-color: #f1f3f4;
}

/* Case Summary */
.case-summary[b-dfj5ovjj0g] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 16px;
    width: 100%;
}

.summary-item[b-dfj5ovjj0g] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 100px;
    text-align: center;
    padding-right: 16px;
    margin-right: 16px;
}

.summary-item:not(:last-child)[b-dfj5ovjj0g]::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 0;
    width: 1px;
    background: #dee2e6;
}

.summary-label[b-dfj5ovjj0g] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-value[b-dfj5ovjj0g] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #343a40;
}

/* Segmented Control - macOS Style */
.segmented-control-wrapper[b-dfj5ovjj0g] {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 10px;
}

.segmented-control[b-dfj5ovjj0g] {
    display: inline-flex;
    background: #e9ecef;
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.segment[b-dfj5ovjj0g] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #495057;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.segment:hover:not(.active)[b-dfj5ovjj0g] {
    color: #343a40;
    background: rgba(0, 0, 0, 0.04);
}

.segment.active[b-dfj5ovjj0g] {
    background: #ffffff;
    color: #343a40;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.segment:focus[b-dfj5ovjj0g] {
    outline: none;
}

.segment:focus-visible[b-dfj5ovjj0g] {
    box-shadow: 0 0 0 2px rgba(37, 113, 93, 0.4);
}

.segment-count[b-dfj5ovjj0g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.08);
    color: #6c757d;
    border-radius: 9px;
}

.segment.active .segment-count[b-dfj5ovjj0g] {
    background: #25715d;
    color: #ffffff;
}

/* Pill Content */
.case-pill-content[b-dfj5ovjj0g] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #ffffff;
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
}

.tab-pane-content[b-dfj5ovjj0g] {
    padding: 0;
}

.empty-tab-content[b-dfj5ovjj0g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: #6c757d;
}

.empty-tab-content i[b-dfj5ovjj0g] {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #adb5bd;
}

.empty-tab-content span[b-dfj5ovjj0g] {
    font-size: 0.9rem;
}

/* Badge Styles */
.badge-scheduled[b-dfj5ovjj0g] {
    background-color: #25715d;
    color: #ffffff;
}

.badge-completed[b-dfj5ovjj0g] {
    background-color: #6c757d;
    color: #ffffff;
}

/* Table Link Styles */
.case-pill-content a[b-dfj5ovjj0g] {
    color: #25715d;
    text-decoration: none;
}

.case-pill-content a:hover[b-dfj5ovjj0g] {
    text-decoration: underline;
}

/* Scrollbar Styling */
.cases-list[b-dfj5ovjj0g]::-webkit-scrollbar,
.case-pill-content[b-dfj5ovjj0g]::-webkit-scrollbar {
    width: 6px;
}

.cases-list[b-dfj5ovjj0g]::-webkit-scrollbar-track,
.case-pill-content[b-dfj5ovjj0g]::-webkit-scrollbar-track {
    background: transparent;
}

.cases-list[b-dfj5ovjj0g]::-webkit-scrollbar-thumb,
.case-pill-content[b-dfj5ovjj0g]::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

.cases-list[b-dfj5ovjj0g]::-webkit-scrollbar-thumb:hover,
.case-pill-content[b-dfj5ovjj0g]::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .case-card[b-dfj5ovjj0g] {
        padding: 16px;
    }

    .case-status-badge[b-dfj5ovjj0g] {
        position: static;
        margin-bottom: 12px;
        display: inline-flex;
        width: fit-content;
    }

    .case-summary[b-dfj5ovjj0g] {
        flex-direction: column;
        gap: 12px;
    }

    .segmented-control[b-dfj5ovjj0g] {
        flex-wrap: wrap;
    }

    .segment[b-dfj5ovjj0g] {
        font-size: 0.75rem;
        padding: 5px 10px;
    }
}
/* /Components/Inmates/InmateAlerts.razor.rz.scp.css */
.inmate-alert[b-619o7rrre5] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
}

.alert-icon[b-619o7rrre5] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.alert-item[b-619o7rrre5] {
    font-size: 0.875rem;
    padding: 0.125rem 0;
}

.alert-divider[b-619o7rrre5] {
    margin: 0.25rem 0;
    opacity: 0.3;
}
/* /Components/Inmates/InmateDetail.razor.rz.scp.css */
.booking-toolbar[b-vvu80z9wrx] {
    display: flex;
    gap: 8px;
}

.booking-toolbar .btn[b-vvu80z9wrx] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.booking-toolbar .btn-primary[b-vvu80z9wrx] {
    background-color: #2563eb;
    color: white;
}

.booking-toolbar .btn-primary:hover[b-vvu80z9wrx] {
    background-color: #1d4ed8;
}

.booking-toolbar .btn-danger[b-vvu80z9wrx] {
    background-color: #dc2626;
    color: white;
}

.booking-toolbar .btn-danger:hover[b-vvu80z9wrx] {
    background-color: #b91c1c;
}

.modal-title .fas[b-vvu80z9wrx] {
    color: #25715d;
}
/* /Components/Inmates/InmateList.razor.rz.scp.css */
.booking-row[b-47h4wj960z] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.booking-avatar[b-47h4wj960z] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.booking-avatar img[b-47h4wj960z] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perm-avatar[b-47h4wj960z], .no-avatar[b-47h4wj960z] {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6b7280;
    font-size: 14px;
}

.booking-info[b-47h4wj960z] {
    flex: 1;
    min-width: 0;
}

.booking-name[b-47h4wj960z] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-details[b-47h4wj960z] {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #6b7280;
}

.perm-number[b-47h4wj960z], .booking-number[b-47h4wj960z] {
    white-space: nowrap;
}
/* /Components/Inmates/MoveLocationModal.razor.rz.scp.css */
/* Wider popover */
.popover.conflicts-popover[b-bjl3cxkipi] {
    max-width: 650px;
    width: auto;
}

/* Bullet list styling */
.conflicts-popover .conflicts-bullet-list[b-bjl3cxkipi] {
    margin: 0;
    padding-left: 1.25rem;
    list-style: disc;
}

    /* Item spacing */
    .conflicts-popover .conflicts-bullet-list li[b-bjl3cxkipi] {
        margin-bottom: 0.5rem;
        line-height: 1.35;
    }

        /* Optional: softer secondary text */
        .conflicts-popover .conflicts-bullet-list li strong[b-bjl3cxkipi] {
            font-weight: 600;
        }
/* /Components/Inmates/MugshotViewer.razor.rz.scp.css */
.mugshot-viewer[b-mnufpao0yx] {
    flex: 0 0 336px;
    width: 336px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mugshot-surface[b-mnufpao0yx] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    border: 1px solid #dedede;
    border-radius: 12px;
    box-shadow: 0 1px 5.5px rgba(0,0,0,.13);
    padding: 0;
    width: 100%;
}

.mugshot-frame[b-mnufpao0yx] {
    width: 100%;
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: stretch;
}

.mugshot[b-mnufpao0yx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-sizing: border-box;
}

.thumbnails-shell[b-mnufpao0yx] {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.thumbnails[b-mnufpao0yx] {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    padding: 8px 40px;
    background-color: #f7f7f9;
    border: 1px solid #dedede;
    border-radius: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow-y: hidden;
    min-height: 60px;
}

.thumbnails[b-mnufpao0yx]::-webkit-scrollbar {
    display: none;
}

.thumbnail[b-mnufpao0yx] {
    flex-shrink: 0;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    background-color: #fff;
    padding: 0;
}

.thumbnail.selected[b-mnufpao0yx] {
    border-color: #2c6bed;
}

.thumbnail-img[b-mnufpao0yx] {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.thumb-scroll[b-mnufpao0yx] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 52px;
    border: 1px solid #d0d0d5;
    border-radius: 10px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    color: #2c2c34;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    z-index: 2;
}

.thumb-scroll.left[b-mnufpao0yx] {
    left: 6px;
}

.thumb-scroll.right[b-mnufpao0yx] {
    right: 6px;
}

.thumb-scroll:active[b-mnufpao0yx] {
    transform: translateY(-50%) scale(0.97);
}

.thumb-scroll:disabled[b-mnufpao0yx] {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 768px) {
    .mugshot-viewer[b-mnufpao0yx] {
        flex: 0 0 264px;
        width: 264px;
        max-width: 100%;
    }

    .mugshot-surface[b-mnufpao0yx] {
        justify-content: center;
    }

    .mugshot-frame[b-mnufpao0yx] {
        width: 264px;
        aspect-ratio: 3 / 4;
    }
}

@media (max-width: 480px) {
    .mugshot-viewer[b-mnufpao0yx] {
        flex: 0 0 216px;
        width: 216px;
        max-width: 100%;
    }

    .mugshot-frame[b-mnufpao0yx] {
        width: 216px;
        aspect-ratio: 3 / 4;
    }
}

.mugshot-frame.no-image[b-mnufpao0yx] {
    background-color: #f0f0f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    gap: 12px;
}

.mugshot-frame.no-image i[b-mnufpao0yx] {
    font-size: 4rem;
    color: #a0a0a8;
}

.no-image-text[b-mnufpao0yx] {
    color: #6c6c72;
    font-size: 14px;
    font-weight: bold;
}

.thumbnails.no-mugshots[b-mnufpao0yx] {
    justify-content: center;
    padding: 16px 40px;
}

.no-mugshots-text[b-mnufpao0yx] {
    color: #6c6c72;
    font-size: 12px;
}
/* /Components/Inmates/NotesPanel.razor.rz.scp.css */
/* Notes Panel Container */
.notes-panel[b-yhx8n0nln3] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
}

/* Header */
.notes-header[b-yhx8n0nln3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e5e5e5;
}

.notes-title[b-yhx8n0nln3] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.notes-title i[b-yhx8n0nln3] {
    color: #3498db;
    font-size: 1.2rem;
}

/* Notes List */
.notes-list[b-yhx8n0nln3] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Empty State */
.notes-empty[b-yhx8n0nln3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: #7f8c8d;
}

.notes-empty i[b-yhx8n0nln3] {
    font-size: 4rem;
    color: #bdc3c7;
    margin-bottom: 20px;
}

.notes-empty p[b-yhx8n0nln3] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #5d6d7e;
    margin-bottom: 8px;
}

.notes-empty span[b-yhx8n0nln3] {
    font-size: 0.9rem;
    color: #95a5a6;
}

/* Note Card */
.note-card[b-yhx8n0nln3] {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecef;
    transition: all 0.2s ease;
    position: relative;
}

.note-card:hover[b-yhx8n0nln3] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-color: #d0d7de;
}

.note-card.pinned[b-yhx8n0nln3] {
    border-left: 4px solid #f39c12;
    background: linear-gradient(135deg, #fffcf5 0%, #ffffff 100%);
}

.pinned-badge[b-yhx8n0nln3] {
    position: absolute;
    top: 12px;
    right: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #f39c12;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pinned-badge i[b-yhx8n0nln3] {
    font-size: 0.7rem;
}

/* Note Header */
.note-header[b-yhx8n0nln3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.note-avatar[b-yhx8n0nln3] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    flex-shrink: 0;
}

.note-meta[b-yhx8n0nln3] {
    flex: 1;
    min-width: 0;
}

.note-author[b-yhx8n0nln3] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
    line-height: 1.3;
}

.note-date[b-yhx8n0nln3] {
    font-size: 0.8rem;
    color: #7f8c8d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.note-date i[b-yhx8n0nln3] {
    font-size: 0.75rem;
}

.note-actions .btn-link[b-yhx8n0nln3] {
    padding: 4px 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.note-actions .btn-link:hover[b-yhx8n0nln3] {
    background-color: #f1f3f4;
}

/* Note Title */
.note-title[b-yhx8n0nln3] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a252f;
    margin-bottom: 10px;
    line-height: 1.4;
}

/* Note Content */
.note-content[b-yhx8n0nln3] {
    font-size: 0.925rem;
    color: #4a5568;
    line-height: 1.65;
    white-space: pre-wrap;
}

/* Attachment */
.note-attachment[b-yhx8n0nln3] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 12px 14px;
    background: #f7f9fc;
    border-radius: 8px;
    border: 1px solid #e3e8ef;
}

.attachment-icon[b-yhx8n0nln3] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e3e8ef;
}

.attachment-icon i[b-yhx8n0nln3] {
    font-size: 1.25rem;
}

.attachment-info[b-yhx8n0nln3] {
    flex: 1;
    min-width: 0;
}

.attachment-name[b-yhx8n0nln3] {
    font-weight: 500;
    color: #2c3e50;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attachment-size[b-yhx8n0nln3] {
    font-size: 0.8rem;
    color: #7f8c8d;
}

.note-attachment .btn[b-yhx8n0nln3] {
    flex-shrink: 0;
}

/* Modal Styles */
.upload-zone[b-yhx8n0nln3] {
    border: 2px dashed #d0d7de;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    background: #fafbfc;
    cursor: pointer;
    transition: all 0.2s ease;
}

.upload-zone:hover[b-yhx8n0nln3] {
    border-color: #3498db;
    background: #f0f7ff;
}

.upload-zone i[b-yhx8n0nln3] {
    font-size: 2.5rem;
    color: #3498db;
    margin-bottom: 12px;
    display: block;
}

.upload-zone p[b-yhx8n0nln3] {
    color: #2c3e50;
    font-weight: 500;
    margin-bottom: 6px;
}

.upload-zone span[b-yhx8n0nln3] {
    font-size: 0.85rem;
}

/* Modal Header Enhancement */
[b-yhx8n0nln3] .modal-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e8ecef;
}

[b-yhx8n0nln3] .modal-title {
    font-weight: 600;
    color: #2c3e50;
}

/* Scrollbar Styling */
.notes-list[b-yhx8n0nln3]::-webkit-scrollbar {
    width: 6px;
}

.notes-list[b-yhx8n0nln3]::-webkit-scrollbar-track {
    background: transparent;
}

.notes-list[b-yhx8n0nln3]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.notes-list[b-yhx8n0nln3]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .notes-header[b-yhx8n0nln3] {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .notes-header .btn[b-yhx8n0nln3] {
        width: 100%;
    }
    
    .note-card[b-yhx8n0nln3] {
        padding: 16px;
    }
    
    .pinned-badge[b-yhx8n0nln3] {
        position: static;
        margin-bottom: 10px;
    }
}

/* Floating Action Button */
.fab-button[b-yhx8n0nln3] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #25715d;
    border: none;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1000;
}

.fab-button:hover[b-yhx8n0nln3] {
    background-color: #1e5a4a;
}

/* Note Avatar */
.note-avatar[b-yhx8n0nln3] {
    background: #25715d;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
/* /Components/JailAreas/JailAreaList.razor.rz.scp.css */
.area-row-content[b-8vq2f1b8l7] {
    display: flex;
    width: 100%;
}

.area-main[b-8vq2f1b8l7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.area-main-top[b-8vq2f1b8l7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-name[b-8vq2f1b8l7] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.area-description[b-8vq2f1b8l7] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.area-status-dot[b-8vq2f1b8l7] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.area-status-dot.active[b-8vq2f1b8l7] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.area-status-dot.inactive[b-8vq2f1b8l7] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/JailAreas/JailAreasContainer.razor.rz.scp.css */
.area-container[b-57tzkys45n] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-57tzkys45n] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-57tzkys45n] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-57tzkys45n] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-57tzkys45n] {
    color: #b91c1c;
}
/* /Components/JailBeds/JailBedList.razor.rz.scp.css */
.bed-row-content[b-l4tdwy70e4] {
    display: flex;
    width: 100%;
}

.bed-main[b-l4tdwy70e4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.bed-main-top[b-l4tdwy70e4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bed-name[b-l4tdwy70e4] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.bed-shortname[b-l4tdwy70e4] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bed-status-dot[b-l4tdwy70e4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.bed-status-dot.active[b-l4tdwy70e4] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.bed-status-dot.inactive[b-l4tdwy70e4] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/JailBeds/JailBedsContainer.razor.rz.scp.css */
.area-container[b-ao652mj6go] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-ao652mj6go] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-ao652mj6go] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-ao652mj6go] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-ao652mj6go] {
    color: #b91c1c;
}
/* /Components/JailBuildings/JailBuildingList.razor.rz.scp.css */
.building-row-content[b-7ocxrzpfty] {
    display: flex;
    width: 100%;
}

.building-main[b-7ocxrzpfty] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.building-main-top[b-7ocxrzpfty] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.building-name[b-7ocxrzpfty] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.building-address[b-7ocxrzpfty] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.building-status-dot[b-7ocxrzpfty] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.building-status-dot.active[b-7ocxrzpfty] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.building-status-dot.inactive[b-7ocxrzpfty] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/JailBuildings/JailBuildingsContainer.razor.rz.scp.css */
.area-container[b-q8ngvk5pvr] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-q8ngvk5pvr] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-q8ngvk5pvr] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-q8ngvk5pvr] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-q8ngvk5pvr] {
    color: #b91c1c;
}
/* /Components/JailCells/JailCellList.razor.rz.scp.css */
.cell-row-content[b-goqfesucoj] {
    display: flex;
    width: 100%;
}

.cell-main[b-goqfesucoj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.cell-main-top[b-goqfesucoj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cell-name[b-goqfesucoj] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.cell-description[b-goqfesucoj] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-status-dot[b-goqfesucoj] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cell-status-dot.active[b-goqfesucoj] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.cell-status-dot.inactive[b-goqfesucoj] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/JailCells/JailCellsContainer.razor.rz.scp.css */
.area-container[b-ic61q3us8h] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-ic61q3us8h] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-ic61q3us8h] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-ic61q3us8h] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-ic61q3us8h] {
    color: #b91c1c;
}
/* /Components/JailLocations/JailLocationList.razor.rz.scp.css */
.location-row-content[b-psqhhatts8] {
    display: flex;
    width: 100%;
}

.location-main[b-psqhhatts8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.location-main-top[b-psqhhatts8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-name[b-psqhhatts8] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.location-description[b-psqhhatts8] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.location-status-dot[b-psqhhatts8] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.location-status-dot.active[b-psqhhatts8] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.location-status-dot.inactive[b-psqhhatts8] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/JailLocations/JailLocationsContainer.razor.rz.scp.css */
.area-container[b-9gywcvzhdu] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-9gywcvzhdu] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-9gywcvzhdu] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-9gywcvzhdu] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-9gywcvzhdu] {
    color: #b91c1c;
}
/* /Components/Jails/JailList.razor.rz.scp.css */
.jail-row-content[b-rx59qjivsj] {
    display: flex;
    width: 100%;
}

.jail-main[b-rx59qjivsj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.jail-main-top[b-rx59qjivsj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jail-name[b-rx59qjivsj] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.jail-status-dot[b-rx59qjivsj] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.jail-status-dot.active[b-rx59qjivsj] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.jail-status-dot.inactive[b-rx59qjivsj] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}

.jail-meta-row[b-rx59qjivsj] {
    display: flex;
    gap: 16px;
    font-size: 11px;
    color: #4b5563;
}

.meta-item[b-rx59qjivsj] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.meta-label[b-rx59qjivsj] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}
/* /Components/Jails/JailsContainer.razor.rz.scp.css */
.area-container[b-8mhf4wtazn] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-8mhf4wtazn] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-8mhf4wtazn] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-8mhf4wtazn] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-8mhf4wtazn] {
    color: #b91c1c;
}
/* /Components/Judges/JudgeList.razor.rz.scp.css */
.judge-row-content[b-xovpqk4h36] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.judge-row-left[b-xovpqk4h36] {
    display: flex;
    align-items: flex-start;
}

.judge-avatar[b-xovpqk4h36] {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    background: #48a189;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
}

.judge-main[b-xovpqk4h36] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.judge-main-top[b-xovpqk4h36] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.judge-name[b-xovpqk4h36] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.judge-status-dot[b-xovpqk4h36] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.judge-status-dot.active[b-xovpqk4h36] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.judge-status-dot.inactive[b-xovpqk4h36] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}

.judge-meta-row[b-xovpqk4h36] {
    display: flex;
    gap: 16px;
    font-size: 11px;
    color: #4b5563;
}

.meta-item[b-xovpqk4h36] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.meta-label[b-xovpqk4h36] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}
/* /Components/Judges/JudgesContainer.razor.rz.scp.css */
.area-container[b-epco91scbz] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-epco91scbz] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-epco91scbz] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-epco91scbz] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}
/* /Components/Offender/OffenderDetail.razor.rz.scp.css */
.detail-avatar[b-u3x8nlvp3t] {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    background-color: #f5f5f5;
}
/* /Components/Offender/OffenderList.razor.rz.scp.css */
.offender-row[b-hy3hmusrq6] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.offender-avatar[b-hy3hmusrq6] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.offender-avatar img[b-hy3hmusrq6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-avatar[b-hy3hmusrq6] {
    width: 100%;
    height: 100%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6b7280;
    font-size: 14px;
}

.offender-info[b-hy3hmusrq6] {
    flex: 1;
    min-width: 0;
}

.offender-name[b-hy3hmusrq6] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    margin-bottom: 2px;
}

.offender-details[b-hy3hmusrq6] {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #6b7280;
}

.perm-number[b-hy3hmusrq6], .dob[b-hy3hmusrq6] {
    white-space: nowrap;
}
/* /Components/Offenders/Intake.razor.rz.scp.css */
.app-content[b-h0wx77zxcg] {
    padding: 1rem;
    height: 100%;
    background-color: #dddddd;
}

.page-wrapper[b-h0wx77zxcg] {
    padding: 1rem;
    background: var(--bs-body-bg);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .5rem;
}

.page-wrapper p[b-h0wx77zxcg] {
    margin: 0;
    color: rgba(0,0,0,.65);
}
/* /Components/Offenders/MugshotStep.razor.rz.scp.css */
.mugshot-drop-zone[b-r6or0hb97v] {
    min-height: 260px;
    border: 2px dashed #b5b5b5;
    border-radius: 12px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fafafa;
    color: #666;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    /* Hover (mouse over) */
    .mugshot-drop-zone:hover[b-r6or0hb97v] {
        border-color: #6c757d;
        background-color: #f5f5f5;
    }

    /* Active drag-over state */
    .mugshot-drop-zone.dragging[b-r6or0hb97v] {
        border-color: #0d6efd; /* Bootstrap primary */
        background-color: #eef4ff;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
    }

    /* Instruction text */
    .mugshot-drop-zone p[b-r6or0hb97v] {
        font-size: 1rem;
        margin-bottom: 1rem;
        max-width: 420px;
    }

    /* Image preview */
    .mugshot-drop-zone img[b-r6or0hb97v] {
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    /* Remove button spacing */
    .mugshot-drop-zone .btn[b-r6or0hb97v] {
        margin-top: 1rem;
    }
/* /Components/Offenders/OffenderSearchStep.razor.rz.scp.css */
.img-mugshot-preview[b-qd648gdp2m] {
    max-width: 220px;
    object-fit: cover;
}
/* /Components/OffenseCodes/OffenseCodeList.razor.rz.scp.css */
.offense-row-content[b-oan0mwpgh0] {
    display: flex;
    width: 100%;
}

.offense-main[b-oan0mwpgh0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.offense-main-top[b-oan0mwpgh0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offense-code[b-oan0mwpgh0] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8px;
}

.offense-statute[b-oan0mwpgh0] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offense-status-dot[b-oan0mwpgh0] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.offense-status-dot.active[b-oan0mwpgh0] {
    background-color: #10b981;
    box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.offense-status-dot.inactive[b-oan0mwpgh0] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}
/* /Components/OffenseCodes/OffenseCodesContainer.razor.rz.scp.css */
.area-container[b-hzxaj5q6co] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-hzxaj5q6co] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-hzxaj5q6co] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-hzxaj5q6co] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-hzxaj5q6co] {
    color: #b91c1c;
}
/* /Components/Picklists/PicklistDetail.razor.rz.scp.css */
.readonly-field[b-w8x4wqm96i] {
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f9fafb;
    color: #111827;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.values-wrap[b-w8x4wqm96i] {
    padding: 16px;
}

.values-header[b-w8x4wqm96i] {
    margin-bottom: 12px;
}

.values-title[b-w8x4wqm96i] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.values-subtitle[b-w8x4wqm96i] {
    font-size: 12px;
    color: #4b5563;
    margin-top: 2px;
}
/* /Components/Picklists/PicklistList.razor.rz.scp.css */
.picklist-row-content[b-fgx6c2dze9] {
    display: flex;
    width: 100%;
}

.picklist-main[b-fgx6c2dze9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.picklist-display[b-fgx6c2dze9] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picklist-name[b-fgx6c2dze9] {
    font-size: 12px;
    color: #4b5563;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Picklists/PicklistsContainer.razor.rz.scp.css */
.area-container[b-8520amr4mm] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

.list-col[b-8520amr4mm] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

.detail-col[b-8520amr4mm] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

.empty[b-8520amr4mm] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}

.empty.error[b-8520amr4mm] {
    color: #b91c1c;
}
/* /Components/Picklists/PicklistValuesEditor.razor.rz.scp.css */
.values-loading[b-bnhlkenuqk] {
    padding: 16px;
    color: #6b7280;
    font-size: 14px;
}

.values-table[b-bnhlkenuqk] {
    width: 100%;
    border-collapse: collapse;
}

.values-table th[b-bnhlkenuqk] {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    padding: 6px;
    border-bottom: 1px solid #e5e7eb;
}

.values-table td[b-bnhlkenuqk] {
    padding: 6px;
    vertical-align: middle;
}

.sort-col[b-bnhlkenuqk] {
    width: 70px;
}

.active-col[b-bnhlkenuqk] {
    width: 70px;
}

.actions-col[b-bnhlkenuqk] {
    width: 110px;
}

.center[b-bnhlkenuqk] {
    text-align: center;
}

.actions[b-bnhlkenuqk] {
    display: flex;
    gap: 6px;
}

.add-row td[b-bnhlkenuqk] {
    border-top: 1px dashed #e5e7eb;
    padding-top: 10px;
}

.drag-handle[b-bnhlkenuqk] {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .drag-handle:active[b-bnhlkenuqk] {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
/* /Components/Shared/AvatarInitials.razor.rz.scp.css */
.avatar-circle[b-o9shhtl6mr] {
    width: 48px;
    height: 48px;
    background-color: #47a189;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}
/* /Components/Shared/EmptyDetailView.razor.rz.scp.css */
.empty-detail-root[b-gfl2x3cfne] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
}

.empty-detail-label[b-gfl2x3cfne] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
    color: var(--bs-secondary, #6c757d);
}
/* /Components/Shared/Forms/Controls/SelectField.razor.rz.scp.css */
/* /Components/Shared/Forms/Controls/TextField.razor.rz.scp.css */
/* /Components/Shared/Forms/Controls/VerticalPicklistSelectField.razor.rz.scp.css */
.vertical-picklist[b-se6ws205us] {
    display: flex;
    flex-direction: column;
}

.picklist-item[b-se6ws205us] {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.picklist-item:hover[b-se6ws205us] {
    background-color: #e8e8e8;
}

.picklist-item.selected[b-se6ws205us] {
    border: 2px solid #25715d;
    background-color: #edf4f2;
}
/* /Components/Shared/Forms/FormColumn.razor.rz.scp.css */
.form-column[b-o928iq0i35] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
/* /Components/Shared/Forms/FormField.razor.rz.scp.css */
.form-field[b-boy9bqqy3j] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* TOP */
.form-field.label-top[b-boy9bqqy3j] {
    display: flex;
    flex-direction: column;
}

/* LEFT */
.form-field.label-left[b-boy9bqqy3j] {
    display: grid;
    align-items: center;
    column-gap: 12px;
}

.form-field.label-left .form-field-label[b-boy9bqqy3j] {
    text-align: right;
}

/* HIDDEN */
.form-field.label-hidden .form-field-label[b-boy9bqqy3j] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

/* Common */
.form-field-label[b-boy9bqqy3j] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bs-body-color);
}

.form-field-control[b-boy9bqqy3j] {
    min-width: 0;
}

.required[b-boy9bqqy3j] {
    color: var(--bs-danger);
    margin-left: 2px;
}
/* /Components/Shared/Forms/FormLayout.razor.rz.scp.css */
.form-layout[b-rcdc0slimm] {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
}

.form-layout-scroll[b-rcdc0slimm] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}
/* /Components/Shared/Forms/FormRow.razor.rz.scp.css */
.form-row[b-3et256nrx4] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
/* /Components/Shared/Forms/FormSection.razor.rz.scp.css */
.form-section[b-sri306nn7x] {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e1dfdd;
    border-radius: 8px;
    box-shadow: 0 1px 5.5px rgba(0,0,0,.13);
}

.form-section-header[b-sri306nn7x] {
    padding: 14px 20px;
    border-bottom: 1px solid #edebe9;
    font-size: 16px;
    font-weight: 700;
    color: #201f1e;
}

.form-section-body[b-sri306nn7x] {
    padding: 20px;
}
/* /Components/Shared/Forms/TableSection.razor.rz.scp.css */
.card-section[b-m72r5qaosn] {
    background: white;
    border: 1px solid #e1dfdd;
    border-radius: 8px;
    box-shadow: 0 1px 5.5px 0 rgba(0,0,0,.132);
    /*margin-bottom: 20px;*/
    overflow: hidden;
    
}

.card-title[b-m72r5qaosn] {
    font-size: 16px;
    font-weight: bold;
}

.card-header[b-m72r5qaosn] {
    padding: 14px 20px;
    border-bottom: 1px solid #edebe9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.card-header h3[b-m72r5qaosn] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #201f1e;
}

.card-header-actions[b-m72r5qaosn] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-body[b-m72r5qaosn] {
    padding: 20px;
}

.card-body.padding-0[b-m72r5qaosn] {
    padding: 0;
}

.card-footer[b-m72r5qaosn] {
    padding: 8px 16px;
    background: #f8f9fa;
    border-top: 1px solid #edebe9;
    font-size: 11px;
    color: #605e5c;
    text-align: right;
}
/* /Components/Shared/Header/DetailAvatar.razor.rz.scp.css */
.avatar[b-zu0fv5xcpi] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4f9d8a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
}

.avatar img[b-zu0fv5xcpi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar i[b-zu0fv5xcpi] {
    font-size: 18px;
}
/* /Components/Shared/Header/DetailHeader.razor.rz.scp.css */
.entity-header[b-zbxdj9s4c8] {
    background: #ffffff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #edebe9;
}

.header-main[b-zbxdj9s4c8] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.entity-type[b-zbxdj9s4c8] {
    font-size: 11px;
    text-transform: uppercase;
    color: #605e5c;
    font-weight: 600;
}

.entity-name[b-zbxdj9s4c8] {
    font-size: 22px;
    font-weight: 400;
    color: #201f1e;
    margin: 0;
}

.header-fields[b-zbxdj9s4c8] {
    display: flex;
    gap: 32px;
}
/* /Components/Shared/Header/DetailHeaderField.razor.rz.scp.css */
.header-field label[b-c694i0dekn] {
    display: block;
    font-size: 12px;
    color: #605e5c;
    margin-bottom: 4px;
}

.header-field .value[b-c694i0dekn] {
    font-size: 15px;
    font-weight: 600;
    color: #201f1e;
}
/* /Components/Shared/Header/DetailHeaderFields.razor.rz.scp.css */
/* /Components/Shared/Modals/ConfirmModal.razor.rz.scp.css */
/* /Components/Shared/OffCanvas.razor.rz.scp.css */
.offcanvas-backdrop[b-m8suuwbwze] {
    background: rgba(0,0,0,0.4);
}

.offcanvas[b-m8suuwbwze] {
    width: 420px;
}

.offcanvas-header[b-m8suuwbwze] {
    padding: 20px;
    border-bottom: 1px solid #edebe9;
}

.offcanvas-body[b-m8suuwbwze] {
    padding: 20px;
}

.offcanvas-footer[b-m8suuwbwze] {
    padding: 16px 20px;
    border-top: 1px solid #edebe9;
}
/* /Components/Shared/Spinner.razor.rz.scp.css */
.spinner-root[b-4akxq2z4l5] {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner-label[b-4akxq2z4l5] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
    color: var(--bs-secondary, #6c757d);
}
/* /Components/Shared/Tables/DataTable.razor.rz.scp.css */
/* =========================================================
   DataTable – Root
   ========================================================= */

.data-table[b-2u9h5awjz5] {
    width: 100%;
    display: block;
}

/* =========================================================
   Table
   IMPORTANT: ::deep is required to reach templated content
   ========================================================= */

.data-table[b-2u9h5awjz5]  .d365-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

/* =========================================================
   Header Cells
   ========================================================= */

.data-table[b-2u9h5awjz5]  .d365-table th {
    text-align: left;
    padding: 10px 16px;
    font-weight: 600;
    color: #605e5c;
    background: #f8f9fa;
    border-bottom: 1px solid #edebe9;
    white-space: nowrap;
}

/* =========================================================
   Body Cells
   ========================================================= */

.data-table[b-2u9h5awjz5]  .d365-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #edebe9;
    color: #201f1e;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================================
   Row Interaction
   ========================================================= */

.data-table[b-2u9h5awjz5]  .d365-table tbody tr:hover {
    background-color: #f3f2f1;
}

/* =========================================================
   Utility Classes (usable from templates)
   ========================================================= */

.data-table[b-2u9h5awjz5]  .text-center {
    text-align: center;
}

/* =========================================================
   Link-like text inside cells
   ========================================================= */

.data-table[b-2u9h5awjz5]  .link-text {
    display: inline-block;
    max-width: 100%;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: #377666;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}

.data-table[b-2u9h5awjz5]  .link-text:hover {
    text-decoration: underline;
}


/* =========================================================
   Empty State Row
   ========================================================= */

.data-table[b-2u9h5awjz5]  .empty-row {
    padding: 24px;
    color: #605e5c;
    font-style: italic;
    text-align: center;
}

/* =========================================================
   Footer / Pager Container
   ========================================================= */

.data-table[b-2u9h5awjz5]  .table-footer {
    padding: 8px 16px;
    background: #f8f9fa;
    font-size: 11px;
    color: #605e5c;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* =========================================================
   Pager
   ========================================================= */

.data-table[b-2u9h5awjz5]  .pager {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

/* Pager buttons */

.data-table[b-2u9h5awjz5]  .pager-btn {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #edebe9;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}

.data-table[b-2u9h5awjz5]  .pager-btn:hover:not(:disabled) {
    background: #f3f2f1;
}

.data-table[b-2u9h5awjz5]  .pager-btn:active:not(:disabled) {
    background: #edebe9;
}

.data-table[b-2u9h5awjz5]  .pager-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Pager info text */

.data-table[b-2u9h5awjz5]  .pager-info {
    min-width: 110px;
    text-align: center;
    white-space: nowrap;
}

/* Separator */

.data-table[b-2u9h5awjz5]  .pager-sep {
    width: 1px;
    height: 18px;
    background: #edebe9;
}

/* Page size selector */

.data-table[b-2u9h5awjz5]  .pager-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.data-table[b-2u9h5awjz5]  .pager-select {
    font-size: 11px;
    padding: 4px 6px;
    border: 1px solid #edebe9;
    border-radius: 4px;
    background: #ffffff;
    color: #201f1e;
    cursor: pointer;
}

.data-table[b-2u9h5awjz5]  th.select-col,
.data-table[b-2u9h5awjz5]  td.select-col {
    width: 40px;
    min-width: 40px;
    max-width: 40px;

    padding: 0;              /* override table cell padding */
    text-align: center;
    vertical-align: middle;

    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

/* =========================================================
   Selected Row
   ========================================================= */

.selected-row[b-2u9h5awjz5] {
    background-color: #f5f5f5;
}

/* =========================================================
   Checkbox Styling
   ========================================================= */

.data-table[b-2u9h5awjz5]  .select-col input[type="checkbox"] {
    transform: scale(1.2);
    display: block;
    margin: 0 auto;
}


/* /Components/Shared/Tables/TableCell.razor.rz.scp.css */
/* /Components/Shared/Tables/TableColumn.razor.rz.scp.css */
/* /Components/Shared/Tables/TableHeader.razor.rz.scp.css */
/* /Components/Shared/Tabs/DetailTab.razor.rz.scp.css */
/* /Components/Shared/Tabs/DetailTabs.razor.rz.scp.css */
.detail-tabs[b-ve8b7mhi0k] {
    background: #ffffff;
    padding: 0 24px;
    border-bottom: 1px solid #edebe9;
    flex-shrink: 0;
}

.detail-tabs-list[b-ve8b7mhi0k] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.detail-tab-item[b-ve8b7mhi0k] {
    padding: 12px 4px;
    font-size: 14px;
    color: #605e5c;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: color 0.2s;
}

.detail-tab-item:hover[b-ve8b7mhi0k] {
    color: #201f1e;
}

.detail-tab-item.active[b-ve8b7mhi0k] {
    color: #201f1e;
}

.detail-tab-item.active[b-ve8b7mhi0k]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2b9176;
    border-radius: 3px 3px 0 0;
}

.detail-tabs-content[b-ve8b7mhi0k] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
/* /Components/Shared/Toolbars/Toolbar.razor.rz.scp.css */
.command-bar[b-go2t6epzpc] {
    background: #ffffff;
    border-bottom: 1px solid #edebe9;
    padding: 4px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
}

.command-group[b-go2t6epzpc] {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* /Components/Shared/Toolbars/ToolbarButton.razor.rz.scp.css */
.cmd-btn[b-j5k4eqnckx] {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: inherit;
    color: #323130;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.1s ease, color 0.1s ease;
    white-space: nowrap;
}

.cmd-btn:hover:not(:disabled)[b-j5k4eqnckx] {
    background-color: #ecefee;
    color: #000;
}

.cmd-btn:disabled[b-j5k4eqnckx] {
    opacity: 0.4;
    cursor: not-allowed;
}

.cmd-btn i[b-j5k4eqnckx] {
    font-size: 14px;
    color: #3b3a39;
}

.cmd-btn:hover:not(:disabled) i[b-j5k4eqnckx] {
    color: #307865;
}

.cmd-btn.icon-only[b-j5k4eqnckx] {
    padding: 6px 10px;
    justify-content: center;
}
/* /Components/Shared/Toolbars/ToolbarSeparator.razor.rz.scp.css */
.separator[b-shsuop49mx] {
    height: 20px;
    width: 1px;
    background: #c8c6c4;
    margin: 0 6px;
}
/* /Components/Shared/Workflow.razor.rz.scp.css */
.workflow-container[b-y45uosi33a] {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #dddddd;
}

.workflow-grid[b-y45uosi33a] {
    display: grid;
    grid-template-columns: 250px auto;
    height: 100%;
}

.workflow-steps[b-y45uosi33a] {
    position: relative;
    background-color: #f0f0f0;
    padding: 20px;
    border-right: solid 1px #dddddd;
    overflow-y: auto; /* Only show scrollbar when needed */
    /* Do not reserve space for scrollbar until it appears */
    scrollbar-gutter: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.workflow-steps ul[b-y45uosi33a] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.workflow-steps ul[b-y45uosi33a]::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d3d3d3;
    z-index: 0;
}

.workflow-steps ul[b-y45uosi33a]::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 2px;
    background: #acc0bb;
    height: var(--progress-height, 0);
    transition: height 0.5s ease;
    z-index: 0;
}

.workflow-steps li.active .step-title[b-y45uosi33a] {
    font-weight: 600;
    color: #484848;
}

.workflow-steps li[b-y45uosi33a] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 40px;
}

.workflow-steps li:first-child[b-y45uosi33a] {
    margin-top: 10px;
}

.step-icon[b-y45uosi33a] {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #d3d3d3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid transparent;
    z-index: 1;
}

.step-label[b-y45uosi33a] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.step-number[b-y45uosi33a] {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
}

.step-title[b-y45uosi33a] {
    font-size: 10.5pt;
    color: #333;
    margin-left: 10px;
}

.completed .step-icon[b-y45uosi33a] {
    background-color: #acc0bb;
    animation: completeAnimation-b-y45uosi33a 0.5s ease forwards;
}

.completed .step-icon i[b-y45uosi33a] {
    color: white;
}

@keyframes fadeDownColorize-b-y45uosi33a {
    0% {
        transform: translateY(-10px) scale(0.8);
        background-color: #d3d3d3;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        background-color: #25715d;
    }
}

@keyframes fadeUpColorize-b-y45uosi33a {
    0% {
        transform: translateY(10px) scale(0.95);
        background-color: #d3d3d3;
    }
    50% {
        background-color: #9ab3d5;
    }
    100% {
        transform: translateY(0) scale(1);
        background-color: #26528a;
    }
}

.workflow-steps li:first-child.active .step-icon[b-y45uosi33a] {
    background-color: #25715d;
}

.workflow-steps li:not(:first-child):not(.reverse-active).active .step-icon[b-y45uosi33a] {
    animation: fadeDownColorize-b-y45uosi33a 0.2s ease-out forwards;
}

.workflow-steps li.reverse-active.active .step-icon[b-y45uosi33a] {
    animation: fadeUpColorize-b-y45uosi33a 0.05s ease-out forwards;
}

.active .step-icon i[b-y45uosi33a] {
    color: white;
}

.pending .step-icon[b-y45uosi33a] {
    background-color: #d3d3d3;
}

.pending .step-icon i[b-y45uosi33a] {
    color: white;
}

.workflow-main[b-y45uosi33a] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.step-content[b-y45uosi33a] {
    flex: 1;
    background-color: #fbfbfb;
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding: 30px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

/* Webkit Browsers (Chrome, Edge, Safari) */
.step-content[b-y45uosi33a]::-webkit-scrollbar {
    width: 6px; /* Thin scrollbar */
}

.step-content[b-y45uosi33a]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent scrollbar */
    border-radius: 10px; /* Rounded edges */
}

.step-content[b-y45uosi33a]::-webkit-scrollbar-track {
    background: transparent; /* No background track */
}

/* Hide scrollbar when not scrolling (Webkit only) */
.step-content[b-y45uosi33a]::-webkit-scrollbar {
    display: none;
}

/* Show scrollbar only when scrolling */
.step-content:hover[b-y45uosi33a]::-webkit-scrollbar,
.step-content:focus-within[b-y45uosi33a]::-webkit-scrollbar {
    display: block;
}


.navigation[b-y45uosi33a] {
    flex-shrink: 0;
    min-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    padding: 10px;
}

.left-controls[b-y45uosi33a] {
    display: flex;
    align-items: center;
}

.right-controls[b-y45uosi33a] {
    display: flex;
    gap: 4px;
    align-items: center;
}

@keyframes completeAnimation-b-y45uosi33a {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.33) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* 
   Hide scrollbar for WebKit browsers until hover,
   so that the reserved space for scrollbars does not appear until needed.
*/
.workflow-steps[b-y45uosi33a]::-webkit-scrollbar,
.step-content[b-y45uosi33a]::-webkit-scrollbar {
    width: 8px;
}

.workflow-steps[b-y45uosi33a]::-webkit-scrollbar-thumb,
.step-content[b-y45uosi33a]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: none; /* Hide thumb by default */
}

.workflow-steps:hover[b-y45uosi33a]::-webkit-scrollbar-thumb,
.step-content:hover[b-y45uosi33a]::-webkit-scrollbar-thumb {
    display: block; /* Show thumb on hover */
}

.workflow-steps[b-y45uosi33a]::-webkit-scrollbar-track,
.step-content[b-y45uosi33a]::-webkit-scrollbar-track {
    background: transparent;
}

.btn-workflow-next[b-y45uosi33a] {
    background-color: #25715d;
    border-color: #25715d;
    color: #fff;
}

.btn-workflow-next:hover[b-y45uosi33a] {
    background-color: #1f5d4c;
    border-color: #1f5d4c;
}

.btn-workflow-next:disabled[b-y45uosi33a] {
    background-color: #9fbab2;
    border-color: #9fbab2;
}
/* /Layout/DetailPageLayout.razor.rz.scp.css */
.detail-page[b-q6vhrk3q4l] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.detail-page-toolbar[b-q6vhrk3q4l],
.detail-page-header[b-q6vhrk3q4l],
.detail-page-tabs[b-q6vhrk3q4l] {
    flex-shrink: 0;
}

.detail-page-body[b-q6vhrk3q4l] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
/* /Layout/EmptyLayout.razor.rz.scp.css */
/* /Layout/MainLayout.razor.rz.scp.css */
/* Entire layout */
.layout-root[b-vo0bgaklc4] {
    display: flex;
    flex-direction: column;
    height: 100svh;
    width: 100%;
}

/* Top navigation bar */
.top-bar[b-vo0bgaklc4] {
    height: 50px;
    flex-shrink: 0;
}

/* Below top nav: 2 columns (LeftNav | MainContent) */
.layout-body[b-vo0bgaklc4] {
    flex: 1;
    display: grid;
    grid-template-columns: 260px 1fr;
    height: 100%;
    overflow: hidden;
}

/* Left navigation */
.left-nav[b-vo0bgaklc4] {
    background: #f8fafc;
    border-right: 1px solid #e5e7eb;
    overflow-y: auto;
}

/* Routed page content */
.main-content[b-vo0bgaklc4] {
    overflow-y: auto;
    background: #ffffff;
    box-sizing: border-box;
}

/* Blazor error UI (unchanged) */
#blazor-error-ui[b-vo0bgaklc4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-vo0bgaklc4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Layout/NavExpand.razor.rz.scp.css */
.expand[b-yaosrb8php] {
    width: 100%;
}

.item[b-yaosrb8php] {
    width: 100%;
    border: none;
    background: none;
    padding: 6px 8px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    color: inherit;
}

.item:hover[b-yaosrb8php] {
    background: #e3e8f1;
}

/* Nested children offset */
.expand-children[b-yaosrb8php] {
    margin-left: 18px;
    margin-top: 4px;
}

/* Caret */
.caret[b-yaosrb8php] {
    margin-left: auto;
    font-size: 11px;
    color: #9ca3af;
    transition: transform .15s ease;
}

.caret.open[b-yaosrb8php] {
    transform: rotate(90deg);
}

.icon[b-yaosrb8php] {
    width: 20px;
    text-align: center;
    color: #697471;
}
/* /Layout/NavItem.razor.rz.scp.css */
.item[b-eyb63irb8q] {
    width: 100%;
    border: none;
    background: none;
    padding: 6px 8px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    color: inherit;
}

.item:hover[b-eyb63irb8q] {
    background: #e3e8f1;
}

.icon[b-eyb63irb8q] {
    width: 20px;
    text-align: center;
    color: #697471;
}

.item-selected[b-eyb63irb8q] {
    background: #d8dee8;
    font-weight: 600;
}
/* /Layout/SideNav.razor.rz.scp.css */
.side[b-tdx1d2i666] {
    width: 100%;
    height: 100%;
    background: #f8fafc;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #374151;
    font-size: 14px;
    overflow: hidden;
}

.nav-scrollable[b-tdx1d2i666] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 16px 12px;
}

.group[b-tdx1d2i666] {
    margin-bottom: 22px;
}

.group-label[b-tdx1d2i666] {
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 8px;
}

.side-bottom[b-tdx1d2i666] {
    position: relative;
    padding: 4px 6px;
    border-top: 1px solid #e5e7eb;
    background: #f8fafc;
    flex-shrink: 0;
    cursor: pointer;
}

.user-row[b-tdx1d2i666] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 8px;
    border-radius: 10px;
    user-select: none;
    transition: background 0.15s ease;
}

.side-bottom:hover .user-row[b-tdx1d2i666] {
    background: #e5e7eb;
}

.avatar[b-tdx1d2i666] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #bccdc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #1f2937;
}

.user-info[b-tdx1d2i666] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.user-name[b-tdx1d2i666] {
    font-weight: 600;
}

.user-email[b-tdx1d2i666] {
    font-size: 12px;
    color: #6b7280;
}

.user-menu-backdrop[b-tdx1d2i666] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 9990;
}

.user-menu[b-tdx1d2i666] {
    position: absolute;
    left: 6px;
    bottom: 56px;
    width: 170px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    padding: 6px;
    z-index: 9991;
    animation: userMenuFade-b-tdx1d2i666 0.15s ease-out;
}

.logout-btn[b-tdx1d2i666] {
    width: 100%;
    background: transparent;
    border: none;
    padding: 9px 10px;
    text-align: left;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s ease;
}

.logout-btn:hover[b-tdx1d2i666] {
    background: #f3f4f6;
}

@keyframes userMenuFade-b-tdx1d2i666 {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Layout/ToastHost.razor.rz.scp.css */
/* /Layout/TopNav.razor.rz.scp.css */
.nav[b-j299uzzzyu] {
    height: 50px;
    width: 100%;
    background: #25715d;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    z-index: 1000;
    column-gap: 12px;
}

.nav-left[b-j299uzzzyu] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
}

.title-main[b-j299uzzzyu] {
    font-weight: 700;
    font-size: 18px;
    flex: 0 0 auto;
}

.title-sep[b-j299uzzzyu] {
    opacity: 0.5;
    margin: 0 4px;
    flex: 0 0 auto;
}

.title-sub[b-j299uzzzyu] {
    opacity: 0.85;
    font-weight: 400;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-mid[b-j299uzzzyu] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search[b-j299uzzzyu] {
    display: flex;
    align-items: center;
    background: #f0f2f5;
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    width: min(600px, 50vw);
}

.search i[b-j299uzzzyu] {
    margin-right: 8px;
    font-size: 16px;
    color: #666;
}

.search input[b-j299uzzzyu] {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 15px;
    color: #333;
    height: 20px;
}

.nav-right[b-j299uzzzyu] {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    min-width: 0;
    overflow: hidden;
}

.nav-btn[b-j299uzzzyu] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    transition: background-color 0.2s ease;
    flex: 0 0 auto;
}

.nav-btn:hover[b-j299uzzzyu] {
    background-color: rgba(255, 255, 255, 0.15);
}

.nav-btn i[b-j299uzzzyu] {
    font-size: 20px;
}

.universal-search-overlay[b-j299uzzzyu] {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5px;
    z-index: 900;
}

.universal-search-panel[b-j299uzzzyu] {
    background: #ffffff;
    color: #1f2933;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    width: 100%;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 70vh;
}

.universal-search-header[b-j299uzzzyu] {
    padding: 16px 20px 10px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.universal-search-title[b-j299uzzzyu] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.universal-search-subtitle[b-j299uzzzyu] {
    font-size: 13px;
    color: #6b7280;
}

.universal-search-query[b-j299uzzzyu] {
    font-weight: 600;
    color: #111827;
}

.universal-search-body[b-j299uzzzyu] {
    padding: 12px 20px 12px 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    overflow-y: auto;
}

.universal-search-section[b-j299uzzzyu] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.universal-search-section-title[b-j299uzzzyu] {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 2px;
}

.universal-search-item[b-j299uzzzyu] {
    padding: 8px 10px;
    border-radius: 6px;
    background: #f9fafb;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
}

.universal-search-item:hover[b-j299uzzzyu] {
    background: #e5f0ff;
    transform: translateY(-1px);
}

.universal-search-item-primary[b-j299uzzzyu] {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.universal-search-item-secondary[b-j299uzzzyu] {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.universal-search-footer[b-j299uzzzyu] {
    padding: 10px 20px;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
    color: #6b7280;
    display: flex;
    justify-content: flex-end;
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard-container[b-nufg7pujg2] {
    padding: 1rem;
}

.dashboard-title[b-nufg7pujg2] {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.stats-grid[b-nufg7pujg2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-nufg7pujg2] {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stat-label[b-nufg7pujg2] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.stat-value[b-nufg7pujg2] {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
}

.stat-subtext[b-nufg7pujg2] {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.25rem;
}

.secondary-section[b-nufg7pujg2] {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 1.25rem;
}

.secondary-section h2[b-nufg7pujg2] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.snapshot-list[b-nufg7pujg2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.snapshot-list li[b-nufg7pujg2] {
    padding: 0.4rem 0;
    font-size: 0.95rem;
}
/* /Pages/Inmates.razor.rz.scp.css */
.inmate-container[b-w1p578z4g7] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr; /* Inmate list | Details */
    overflow: hidden;
}

/* Middle list panel */
.list-col[b-w1p578z4g7] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

/* Right details panel */
.detail-col[b-w1p578z4g7] {
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.detail-col > :first-child[b-w1p578z4g7] {
    flex: 1;
    min-height: 0;
}

/* Placeholder text when nothing selected */
.empty[b-w1p578z4g7] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}
/* /Pages/Offenders.razor.rz.scp.css */
.inmate-container[b-o238k78dnr] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr; /* Inmate list | Details */
    overflow: hidden;
}

/* Middle list panel */
.list-col[b-o238k78dnr] {
    border-right: 1px solid #e5e7eb;
    background: #f3f4f6;
    overflow-y: auto;
}

/* Right details panel */
.detail-col[b-o238k78dnr] {
    background: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.detail-col > :first-child[b-o238k78dnr] {
    flex: 1;
    min-height: 0;
}

/* Placeholder text when nothing selected */
.empty[b-o238k78dnr] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}
/* /Shared/RecordList.razor.rz.scp.css */
.list-panel[b-0vufz8b59i] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.list-header[b-0vufz8b59i] {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.list-header-top[b-0vufz8b59i] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.list-search-wrapper[b-0vufz8b59i] {
    position: relative;
    flex: 1;
}

.list-search-icon[b-0vufz8b59i] {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #9ca3af;
}

.list-search[b-0vufz8b59i] {
    width: 100%;
    padding: 7px 10px 7px 30px;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-size: 13px;
    outline: none;
}

.list-header-icon-button[b-0vufz8b59i] {
    width: 30px;
    height: 30px;
    border-radius: 9999px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    color: #4b5563;
}

.list-header-icon-button:hover[b-0vufz8b59i] {
    background: #f3f4f6;
}

.list-header-title-row[b-0vufz8b59i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-header-title[b-0vufz8b59i] {
    font-size: 18px;
    font-weight: 600;
}

.list-header-meta[b-0vufz8b59i] {
    font-size: 12px;
    color: #6b7280;
}

.list-body[b-0vufz8b59i] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.list-row[b-0vufz8b59i] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: #ffffff;
    cursor: pointer;
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.15s ease;
}

.list-row:hover[b-0vufz8b59i] {
    background: #f3f3f3;
}

.list-row.selected[b-0vufz8b59i] {
    background: #eaeaea;
}

.list-loading[b-0vufz8b59i] {
    height: auto;
    padding: 10px 0;
}
/* /Shared/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the render fragment.
*/

[b-zttn8czj4o] .sortable-ghost {
  visibility: hidden;
}

[b-zttn8czj4o] .sortable-fallback {
  opacity: 1 !important
}
