/* /Layout/DetailPageLayout.razor.rz.scp.css */
.detail-page[b-n8eypxg8qj] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

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

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

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

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

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

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

/* Blazor error UI (unchanged) */
#blazor-error-ui[b-gb9n5ij10z] {
    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-gb9n5ij10z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Layout/NavExpand.razor.rz.scp.css */
.expand[b-xgaor032ui] {
    width: 100%;
}

.item[b-xgaor032ui] {
    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-xgaor032ui] {
    background: #e3e8f1;
}

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

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

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

.icon[b-xgaor032ui] {
    width: 20px;
    text-align: center;
    color: #697471;
}
/* /Layout/NavItem.razor.rz.scp.css */
.item[b-ewkk3m2a5z] {
    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-ewkk3m2a5z] {
    background: #ececec;
}

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

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

.nav-scroll-container[b-ldcnapix39] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

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

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

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

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

.user-row[b-ldcnapix39] {
    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-ldcnapix39] {
    background: #e5e7eb;
}

.avatar[b-ldcnapix39] {
    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-ldcnapix39] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

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

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

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

.user-menu[b-ldcnapix39] {
    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-ldcnapix39 0.15s ease-out;
}

.logout-btn[b-ldcnapix39] {
    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-ldcnapix39] {
    background: #f3f4f6;
}

@keyframes userMenuFade-b-ldcnapix39 {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hide native scrollbars so only the overlay thumb shows. */
.nav-scrollable[b-ldcnapix39]::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.nav-scrollable[b-ldcnapix39] {
    scrollbar-width: none; /* Firefox */
}

/* Overlay scrollbar container and thumb (positioned over content, no reserved space). */
.overlay-scrollbar[b-ldcnapix39] {
    position: absolute;
    top: 0;
    right: 4px;
    width: 8px;
    height: 100%;
    pointer-events: none;
}

.overlay-thumb[b-ldcnapix39] {
    position: absolute;
    right: 0;
    width: 8px;
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    transform: translateY(0);
    transition: background-color 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.overlay-scrollbar.show .overlay-thumb[b-ldcnapix39] {
    background: rgba(0, 0, 0, 0.12);
    opacity: 1;
}

.overlay-scrollbar .overlay-thumb:hover[b-ldcnapix39] {
    background: rgba(0, 0, 0, 0.18);
}
/* /Layout/ToastHost.razor.rz.scp.css */
/* /Layout/TopNav.razor.rz.scp.css */
.nav[b-hr1tnvxg0c] {
    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-hr1tnvxg0c] {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    min-width: 0;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

.nav-btn[b-hr1tnvxg0c] {
    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-hr1tnvxg0c] {
    background-color: rgba(255, 255, 255, 0.15);
}

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

.universal-search-overlay[b-hr1tnvxg0c] {
    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-hr1tnvxg0c] {
    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-hr1tnvxg0c] {
    padding: 16px 20px 10px 20px;
    border-bottom: 1px solid #e5e7eb;
}

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

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

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

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

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

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

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

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

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

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

.universal-search-footer[b-hr1tnvxg0c] {
    padding: 10px 20px;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
    color: #6b7280;
    display: flex;
    justify-content: flex-end;
}
/* /Pages/Components/Accounts/AccountContainer.razor.rz.scp.css */
.area-container[b-b6a0p6x9xz] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

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

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

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

.empty.error[b-b6a0p6x9xz] {
    color: #b91c1c;
}
/* /Pages/Components/Accounts/AccountDetail.razor.rz.scp.css */
/* AccountDetail uses shared components - no custom styles needed */
/* /Pages/Components/Accounts/AccountList.razor.rz.scp.css */
.account-row-content[b-4nm3c65p64] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-jo1hju0bct] {
    color: #b91c1c;
}
/* /Pages/Components/Agents/AgentDetail.razor.rz.scp.css */
/* AgentDetail uses shared components - no custom styles needed */
/* /Pages/Components/Agents/AgentList.razor.rz.scp.css */
.agent-row-content[b-37xaqz80qf] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

.agent-status-dot.logged-out[b-37xaqz80qf] {
    background-color: #6b7280;
    box-shadow: 0 0 0 1px rgba(107, 114, 128, 0.2);
}

.agent-status-dot.acd-call[b-37xaqz80qf] {
    background-color: #f59e0b;
    box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.2);
}

.agent-status-dot.acw[b-37xaqz80qf] {
    background-color: #8b5cf6;
    box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.agent-status-dot.aux[b-37xaqz80qf] {
    background-color: #ef4444;
    box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.2);
}

.agent-status-dot.extension-call[b-37xaqz80qf] {
    background-color: #06b6d4;
    box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.2);
}

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

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

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

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

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

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

.empty.error[b-6tw6hxckva] {
    color: #b91c1c;
}
/* /Pages/Components/AssignmentGroups/AssignmentGroupDetail.razor.rz.scp.css */
/* AssignmentGroupDetail uses shared components - no custom styles needed */
/* /Pages/Components/AssignmentGroups/AssignmentGroupList.razor.rz.scp.css */
.assignment-group-row-content[b-2j1p216qfb] {
    display: flex;
    width: 100%;
}

.assignment-group-main[b-2j1p216qfb] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.assignment-group-main-top[b-2j1p216qfb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.assignment-group-meta-row[b-2j1p216qfb] {
    display: flex;
    gap: 16px;
    font-size: 11px;
    color: #4b5563;
}

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

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

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

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

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

.empty.error[b-kv71qx4p2t] {
    color: #b91c1c;
}
/* /Pages/Components/Associates/AssociateDetail.razor.rz.scp.css */
/* AssociateDetail uses shared components - no custom styles needed */
/* /Pages/Components/Associates/AssociateList.razor.rz.scp.css */
.associate-row-content[b-oi5obkwnio] {
    display: flex;
    width: 100%;
}

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

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

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

.associate-title[b-oi5obkwnio] {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.meta-label[b-oi5obkwnio] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}

.associate-contact[b-oi5obkwnio] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
}

.associate-contact i[b-oi5obkwnio] {
    font-size: 10px;
    color: #9ca3af;
}
/* /Pages/Components/Campaigns/CampaignContainer.razor.rz.scp.css */
.area-container[b-fz5ew9j0s7] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

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

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

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

.empty.error[b-fz5ew9j0s7] {
    color: #b91c1c;
}
/* /Pages/Components/Campaigns/CampaignDetail.razor.rz.scp.css */
/* CampaignDetail uses shared components - no custom styles needed */
/* /Pages/Components/Campaigns/CampaignList.razor.rz.scp.css */
.campaign-row-content[b-4tvi0zty15] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-y9sc4gkw9n] {
    color: #b91c1c;
}
/* /Pages/Components/Contacts/ContactDetail.razor.rz.scp.css */
/* ContactDetail uses shared components - no custom styles needed */
/* /Pages/Components/Contacts/ContactList.razor.rz.scp.css */
.contact-row-content[b-flochwco6t] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-naiz5i2fic] {
    color: #b91c1c;
}
/* /Pages/Components/ContractingEntities/ContractingEntityList.razor.rz.scp.css */
.entity-row-content[b-kewt1e9xrk] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-75sec4v59y] {
    color: #b91c1c;
}
/* /Pages/Components/EmailAccounts/EmailAccountDetail.razor.rz.scp.css */
/* Email Account Detail Styles */
/* /Pages/Components/EmailAccounts/EmailAccountList.razor.rz.scp.css */
.email-account-row-content[b-xqek7fp6ce] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-bv19bspyat] {
    color: #b91c1c;
}
/* /Pages/Components/Leads/LeadDetail.razor.rz.scp.css */
/* AgentDetail uses shared components - no custom styles needed */
/* /Pages/Components/Leads/LeadList.razor.rz.scp.css */
.lead-row-content[b-hc2gxy18aq] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

.meta-label[b-hc2gxy18aq] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}

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

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

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

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

.empty.error[b-bs0olfqk26] {
    color: #b91c1c;
}
/* /Pages/Components/LeadSources/LeadSourceDetail.razor.rz.scp.css */
/* LeadSourceDetail uses shared components - no custom styles needed */
/* /Pages/Components/LeadSources/LeadSourceList.razor.rz.scp.css */
.lead-source-row-content[b-sesak6bmpi] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

.meta-label[b-sesak6bmpi] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}
/* /Pages/Components/Offender/InmateContainer.razor.rz.scp.css */
.inmate-container[b-djgx72o7of] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr; /* Inmate list | Details */
    overflow: hidden;
}

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

/* Right details panel */
.detail-col[b-djgx72o7of] {
    background: #ffffff;
    overflow-y: auto;
    box-sizing: border-box;
}

/* Placeholder text when nothing selected */
.empty[b-djgx72o7of] {
    padding: 24px;
    color: #6b7280;
    font-size: 14px;
}
/* /Pages/Components/Offender/InmateDetail.razor.rz.scp.css */
/* Container & Reset */
.d365-container[b-enqvv1krvi] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Segoe UI", "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    background-color: #f8fafc; /* D365 Background Gray */
    color: #242424;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/* Empty State */
.empty-state[b-enqvv1krvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #605e5c;
}
.empty-icon[b-enqvv1krvi] {
    font-size: 48px;
    color: #0078d4;
    margin-bottom: 16px;
}

/* 1. Command Bar */
.command-bar[b-enqvv1krvi] {
    background: #ffffff;
    border-bottom: 1px solid #edebe9;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height: 44px;
}

.command-group[b-enqvv1krvi] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cmd-btn[b-enqvv1krvi] {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 14px;
    color: #323130;
    cursor: pointer;
    border-radius: 6px; /* Rounded on hover */
    transition: background-color 0.1s ease;
}

.cmd-btn:hover[b-enqvv1krvi] {
    background-color: #ecefee; /* Light blue hover */
    color: #000;
}

.cmd-btn .icon[b-enqvv1krvi] {
    font-size: 14px;
    color: #3b3a39;
}
.cmd-btn:hover .icon[b-enqvv1krvi] {
    color: #307865;
}

.separator[b-enqvv1krvi] {
    height: 20px;
    width: 1px;
    background: #c8c6c4;
    margin: 0 6px;
}

/* 2. Entity Header */
.entity-header[b-enqvv1krvi] {
    background: #ffffff;
    padding: 16px 24px 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    z-index: 10;
}

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

.avatar-circle[b-enqvv1krvi] {
    width: 52px;
    height: 52px;
    background-color: #47a189;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

.entity-name[b-enqvv1krvi] {
    font-size: 26px;
    font-weight: 400;
    margin: 4px 0 0 0;
    line-height: 1.1;
    color: #201f1e;
}

.header-fields[b-enqvv1krvi] {
    display: flex;
    gap: 32px;
}

.header-field label[b-enqvv1krvi] {
    display: block;
    font-size: 12px;
    color: #605e5c;
    margin-bottom: 4px;
}

.header-field .value[b-enqvv1krvi] {
    font-size: 15px;
    font-weight: 600;
    color: #201f1e;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-icon[b-enqvv1krvi] {
    font-size: 10px;
    color: #107c10;
}

.owner-link[b-enqvv1krvi] {
    color: #0078d4;
    cursor: pointer;
}

.owner-link:hover[b-enqvv1krvi] {
    text-decoration: underline;
}

/* 3. Tabs */
.tabs-container[b-enqvv1krvi] {
    background: #ffffff;
    padding: 0 24px;
    border-bottom: 1px solid #edebe9;
    flex-shrink: 0;
}

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

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

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

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

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

/* 4. Content Area */
.content-scroll[b-enqvv1krvi] {
    flex: 1;
    overflow-y: auto;
    padding: 20px; /* Internal breathing room */
}

.dashboard-grid[b-enqvv1krvi] {
    display: grid;
    grid-template-columns: 2fr 1.2fr;
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
}

/* Card Sections */
.card-section[b-enqvv1krvi] {
    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-header[b-enqvv1krvi] {
    padding: 12px 16px;
    border-bottom: 1px solid #edebe9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

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

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

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

.card-footer[b-enqvv1krvi] {
    padding: 8px 16px;
    background: #f8f9fa;
    border-top: 1px solid #edebe9;
    font-size: 11px;
    color: #605e5c;
    text-align: right;
}

/* Forms */
.form-grid[b-enqvv1krvi] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
}

.form-group label[b-enqvv1krvi] {
    display: block;
    font-size: 12px;
    color: #605e5c;
    margin-bottom: 2px;
    font-weight: 500;
}

.input-display[b-enqvv1krvi] {
    font-size: 14px;
    color: #201f1e;
    padding: 4px 0 4px 0;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
}

.input-display:hover[b-enqvv1krvi] {
    border-bottom: 1px solid #8a8886;
    background: #f3f2f1;
    cursor: text;
    border-radius: 2px;
}

.input-icon[b-enqvv1krvi] {
    color: #0078d4;
    font-size: 13px;
    width: 16px;
    text-align: center;
}

/* D365 Table */
.d365-table[b-enqvv1krvi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

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

.d365-table td[b-enqvv1krvi] {
    padding: 12px 16px;
    border-bottom: 1px solid #edebe9;
    color: #201f1e;
    vertical-align: middle;
}

.d365-table tr:hover[b-enqvv1krvi] {
    background-color: #f3f2f1;
}

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

.link-text[b-enqvv1krvi] {
    color: #377666;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}
.link-text:hover[b-enqvv1krvi] { text-decoration: underline; }

.btn-text[b-enqvv1krvi] {
    background: none;
    border: none;
    color: #0078d4;
    font-weight: 600;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 4px;
}
.btn-text:hover[b-enqvv1krvi] { background: #eff6fc; }

.empty-row[b-enqvv1krvi] {
    padding: 24px;
    color: #605e5c;
    font-style: italic;
}

/* Badges */
.badge[b-enqvv1krvi] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
}
.badge-high[b-enqvv1krvi] { background: #fde7e9; color: #a80000; border: 1px solid #f8babb;}
.badge-medium[b-enqvv1krvi] { background: #fff4ce; color: #8a6d0b; border: 1px solid #fde492;}
.badge-low[b-enqvv1krvi] { background: #e6f2fb; color: #005a9e; border: 1px solid #cce1f5;}

/* Timeline */
.timeline-composer[b-enqvv1krvi] {
    background: #f3f2f1;
    padding: 16px;
    border-bottom: 1px solid #edebe9;
}

.composer-tabs[b-enqvv1krvi] {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #605e5c;
}
.composer-tabs .active[b-enqvv1krvi] {
    color: #201f1e;
    font-weight: 700;
    border-bottom: 2px solid #2a9176;
    padding-bottom: 2px;
}

.composer-box[b-enqvv1krvi] {
    background: white;
    border: 1px solid #c8c6c4;
    border-radius: 2px;
    padding: 4px;
}

.composer-input[b-enqvv1krvi] {
    width: 100%;
    border: none;
    padding: 8px;
    font-family: inherit;
    outline: none;
}

.composer-tools[b-enqvv1krvi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    border-top: 1px solid #edebe9;
}

.composer-tools i[b-enqvv1krvi] {
    color: #605e5c;
    cursor: pointer;
}

.btn-primary[b-enqvv1krvi] {
    background: #0078d4;
    color: white;
    border: none;
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 600;
}
.btn-primary:hover[b-enqvv1krvi] { background: #106ebe; }

.timeline-feed[b-enqvv1krvi] {
    background: #faf9f8;
    max-height: 500px;
    overflow-y: auto;
}

.timeline-item[b-enqvv1krvi] {
    display: flex;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid #edebe9;
    background: white;
    position: relative;
}

.timeline-item[b-enqvv1krvi]::before {
    content: '';
    position: absolute;
    left: 31px; /* Align with icon center */
    top: 48px;
    bottom: 0;
    width: 2px;
    background: #edebe9;
    z-index: 0;
}
.timeline-item:last-child[b-enqvv1krvi]::before { display: none; }

.timeline-icon[b-enqvv1krvi] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffb900;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.timeline-icon.email[b-enqvv1krvi] { background: #0078d4; }
.timeline-icon.call[b-enqvv1krvi] { background: #d13438; }

.timeline-content[b-enqvv1krvi] {
    flex: 1;
}

.timeline-header[b-enqvv1krvi] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 12px;
}

.timeline-header .author[b-enqvv1krvi] {
    font-weight: 700;
    color: #201f1e;
}

.timeline-header .time[b-enqvv1krvi] {
    color: #605e5c;
}

.timeline-body[b-enqvv1krvi] {
    font-size: 14px;
    color: #323130;
    line-height: 1.4;
}
.timeline-body .subject[b-enqvv1krvi] {
    display: block;
    font-weight: 600;
    color: #377666;
    margin-bottom: 4px;
}
/* /Pages/Components/Offender/InmateList.razor.rz.scp.css */
/* ORIGINAL PANEL + HEADER — unchanged */

.inmate-panel[b-y8bx2o6wey] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f9fafb;
    border-right: 1px solid #e5e7eb;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.inmate-search-wrapper[b-y8bx2o6wey] { position: relative; flex: 1; }

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

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

.inmate-header-icon-button[b-y8bx2o6wey] {
    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;
}

.inmate-header-icon-button:hover[b-y8bx2o6wey] {
    background: #f3f4f6;
}

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

.inmate-header-title[b-y8bx2o6wey] {
    font-size: 18px;
    font-weight: 600;
}

.inmate-header-meta[b-y8bx2o6wey] {
    font-size: 12px;
    color: #6b7280;
}



/* LIST ----------------------------------------------------------- */

.inmate-list[b-y8bx2o6wey] {
    flex: 1;
    overflow-y: auto;
    padding: 0;     /* edge-to-edge rows */
}



/* ITEM ROW ------------------------------------------------------- */

.inmate-row[b-y8bx2o6wey] {
    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;
}

.inmate-row:hover[b-y8bx2o6wey] { background: #f0f3f2; }

.inmate-row.selected[b-y8bx2o6wey] { background: #e7eceb; }



/* LEFT SIDE */

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

.inmate-avatar[b-y8bx2o6wey] {
    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;
}



/* MAIN CONTENT */

.inmate-main[b-y8bx2o6wey] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.inmate-main-top[b-y8bx2o6wey] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.inmate-name[b-y8bx2o6wey] {
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

.inmate-booking[b-y8bx2o6wey] {
    font-size: 12px;
    color: #4b5563;
}



/* Housing Assignment • Location */

.inmate-housing-row[b-y8bx2o6wey] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12px;
    color: #4b5563;
}

.housing-text[b-y8bx2o6wey] {
    font-weight: 500;
    color: #111827;
}

.location-text[b-y8bx2o6wey] {
    color: #4e4e4e;
    font-weight:500;
}

.inmate-sub-separator[b-y8bx2o6wey] {
    width: 4px;
    height: 4px;
    border-radius: 9999px;
    background: #9ca3af;
}



/* Bottom meta row: Perm + Class */

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

.meta-item[b-y8bx2o6wey] {
    display: flex;
    gap: 4px;
}

.meta-label[b-y8bx2o6wey] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #6b7280;
}



/* EMPTY STATE ---------------------------------------------------- */

.inmate-empty-state[b-y8bx2o6wey] {
    padding: 16px;
    text-align: center;
    color: #6b7280;
}

.inmate-empty-icon[b-y8bx2o6wey] {
    font-size: 20px;
    color: #9ca3af;
}
/* /Pages/Components/OrganizationalUnits/OrganizationalUnitContainer.razor.rz.scp.css */
.area-container[b-3kmw5ja6ho] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

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

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

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

.empty.error[b-3kmw5ja6ho] {
    color: #b91c1c;
}
/* /Pages/Components/OrganizationalUnits/OrganizationalUnitList.razor.rz.scp.css */
.entity-row-content[b-ux2smqhbkm] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

.meta-label[b-ux2smqhbkm] {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10px;
    color: #9ca3af;
    letter-spacing: 0.025em;
}
/* /Pages/Components/Pages/Home.razor.rz.scp.css */
.dashboard-container[b-qygez320wy] {
    padding: 1rem;
}

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

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

.stat-card[b-qygez320wy] {
    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-qygez320wy] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

.snapshot-list li[b-qygez320wy] {
    padding: 0.4rem 0;
    font-size: 0.95rem;
}
/* /Pages/Components/Shared/AvatarInitials.razor.rz.scp.css */
.avatar-circle[b-cgoe26gfak] {
    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;
}
/* /Pages/Components/Shared/Modals/ConfirmModal.razor.rz.scp.css */
/* /Pages/Components/Shared/RecordList.razor.rz.scp.css */
.list-panel[b-zl4rk2q72e] {
    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-zl4rk2q72e] {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

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

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

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

.list-search[b-zl4rk2q72e] {
    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-zl4rk2q72e] {
    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-zl4rk2q72e] {
    background: #f3f4f6;
}

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

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

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

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

.list-row[b-zl4rk2q72e] {
    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-zl4rk2q72e] {
    background: #f3f3f3;
}

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

.list-loading[b-zl4rk2q72e] {
    height: auto;
    padding: 10px 0;
}
/* /Pages/Components/Shared/Tables/DataTable.razor.rz.scp.css */
/* =========================================================
   DataTable – Root
   ========================================================= */

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

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

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

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

.data-table[b-pj28g3yqgz]  .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-pj28g3yqgz]  .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-pj28g3yqgz]  .d365-table tbody tr:hover {
    background-color: #f3f2f1;
}

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

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

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

.data-table[b-pj28g3yqgz]  .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-pj28g3yqgz]  .link-text:hover {
    text-decoration: underline;
}


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

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

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

.data-table[b-pj28g3yqgz]  .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-pj28g3yqgz]  .pager {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

/* Pager buttons */

.data-table[b-pj28g3yqgz]  .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-pj28g3yqgz]  .pager-btn:hover:not(:disabled) {
    background: #f3f2f1;
}

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

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

/* Pager info text */

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

/* Separator */

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

/* Page size selector */

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

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

.data-table[b-pj28g3yqgz]  th.select-col,
.data-table[b-pj28g3yqgz]  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;
}


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

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

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

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

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

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

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

.command-group[b-iudkbj3n75] {
    display: flex;
    align-items: center;
    gap: 4px;
}
/* /Pages/Components/Shared/Toolbars/ToolbarButton.razor.rz.scp.css */
.cmd-btn[b-hreae25cm4] {
    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-hreae25cm4] {
    background-color: #ecefee;
    color: #000;
}

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

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

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

.cmd-btn.icon-only[b-hreae25cm4] {
    padding: 6px 10px;
    justify-content: center;
}
/* /Pages/Components/Shared/Toolbars/ToolbarSeparator.razor.rz.scp.css */
.separator[b-ob4sv7ohs9] {
    height: 20px;
    width: 1px;
    background: #c8c6c4;
    margin: 0 6px;
}
/* /Pages/Components/Tags/TagContainer.razor.rz.scp.css */
.area-container[b-2vjyjxpmuu] {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 350px 1fr;
    overflow: hidden;
}

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

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

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

.empty.error[b-2vjyjxpmuu] {
    color: #b91c1c;
}
/* /Pages/Components/Tags/TagList.razor.rz.scp.css */
.tag-row-content[b-ia83htx8w7] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-7af338zena] {
    color: #b91c1c;
}
/* /Pages/Components/TelephoneNumbers/TelephoneNumberDetail.razor.rz.scp.css */
/* TelephoneNumberDetail uses shared components - no custom styles needed */
/* /Pages/Components/TelephoneNumbers/TelephoneNumberList.razor.rz.scp.css */
.telephone-number-row-content[b-gqqk94wdj6] {
    display: flex;
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.empty.error[b-n1vlo2g9hv] {
    color: #b91c1c;
}
/* /Pages/Components/Tickets/TicketDetail.razor.rz.scp.css */
/* TicketDetail uses shared components - no custom styles needed */
/* /Pages/Components/Tickets/TicketList.razor.rz.scp.css */
.ticket-row-content[b-amiqcd8cxp] {
    display: flex;
    width: 100%;
}

.ticket-main[b-amiqcd8cxp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ticket-meta-container[b-amiqcd8cxp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.ticket-id[b-amiqcd8cxp] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

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

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

.meta-item--large[b-amiqcd8cxp] {
    font-size: 14px;
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard-container[b-87um33d145] {
    padding: 1rem;
}

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

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

.stat-card[b-87um33d145] {
    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-87um33d145] {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

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

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

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

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

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

.snapshot-list li[b-87um33d145] {
    padding: 0.4rem 0;
    font-size: 0.95rem;
}
/* /Pages/OrgChart.razor.rz.scp.css */
:global(.orgchart-canvas)[b-z5bfvd4iwh] {
  width: 100%;
  height: calc(100vh - 180px);
  min-height: 420px;
  background: radial-gradient(1200px 600px at 20% 0%, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}

:global(.orgchart-svg)[b-z5bfvd4iwh] {
  font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
}

:global(.orgchart-link)[b-z5bfvd4iwh] {
  fill: none;
  stroke: #cbd5e1;
  stroke-width: 2;
}

:global(.orgchart-node-rect)[b-z5bfvd4iwh] {
  fill: #ffffff;
  stroke: #e2e8f0;
  stroke-width: 1.2;
}

:global(.orgchart-node:hover .orgchart-node-rect)[b-z5bfvd4iwh] {
  stroke: #94a3b8;
}

:global(.orgchart-card)[b-z5bfvd4iwh] {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 14px 14px 12px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #ffffff;
}

:global(.orgchart-accent)[b-z5bfvd4iwh] {
  width: 10px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%);
  flex: 0 0 auto;
  margin-top: 2px;
  opacity: 0.9;
}

:global(.orgchart-name)[b-z5bfvd4iwh] {
  font-size: 14px;
  line-height: 1.25rem;
  font-weight: 600;
  color: #0f172a;

  /* nice truncation for long names */
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:global(.orgchart-node.is-synthetic-root .orgchart-node-rect)[b-z5bfvd4iwh] {
  fill: #f8fafc;
  stroke: #cbd5e1;
}

:global(.orgchart-node.is-synthetic-root .orgchart-accent)[b-z5bfvd4iwh] {
  background: linear-gradient(180deg, #64748b 0%, #94a3b8 100%);
  opacity: 0.6;
}
/* /Pages/Shared/EmptyDetailView.razor.rz.scp.css */
.empty-detail-root[b-jlr0dwcinm] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
}

.empty-detail-label[b-jlr0dwcinm] {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.8;
    color: var(--bs-secondary, #6c757d);
}
/* /Pages/Shared/Forms/Controls/SelectField.razor.rz.scp.css */
/* /Pages/Shared/Forms/Controls/TextField.razor.rz.scp.css */
/* /Pages/Shared/Forms/FormColumn.razor.rz.scp.css */
.form-column[b-j7h086b3yg] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
/* /Pages/Shared/Forms/FormField.razor.rz.scp.css */
.form-field[b-6azr19cntp] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

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

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

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

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

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

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

.form-layout-scroll[b-maelqquh3e] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
}
/* /Pages/Shared/Forms/FormRow.razor.rz.scp.css */
.form-row[b-eeli4buekh] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
/* /Pages/Shared/Forms/FormSection.razor.rz.scp.css */
.form-section[b-bmg477axyi] {
    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-bmg477axyi] {
    padding: 14px 20px;
    border-bottom: 1px solid #edebe9;
    font-size: 16px;
    font-weight: 700;
    color: #201f1e;
}

.form-section-body[b-bmg477axyi] {
    padding: 20px;
}
/* /Pages/Shared/Forms/TableSection.razor.rz.scp.css */
.card-section[b-a6st8tpb0z] {
    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-header[b-a6st8tpb0z] {
    padding: 12px 16px;
    border-bottom: 1px solid #edebe9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

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

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

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

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

.card-footer[b-a6st8tpb0z] {
    padding: 8px 16px;
    background: #f8f9fa;
    border-top: 1px solid #edebe9;
    font-size: 11px;
    color: #605e5c;
    text-align: right;
}
/* /Pages/Shared/Header/DetailAvatar.razor.rz.scp.css */
.avatar[b-ltacxwu7fi] {
    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-ltacxwu7fi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

.offcanvas-footer[b-9eju2p9b2t] {
    padding: 16px 20px;
    border-top: 1px solid #edebe9;
}
/* /Pages/Shared/Workflow.razor.rz.scp.css */
.workflow-container[b-n5v36jgs1o] {
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: solid 1px #dddddd;
}

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

.workflow-steps[b-n5v36jgs1o] {
    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-n5v36jgs1o] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

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

.workflow-steps ul[b-n5v36jgs1o]::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-n5v36jgs1o] {
    font-weight: 600;
    color: #484848;
}

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

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

.step-icon[b-n5v36jgs1o] {
    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-n5v36jgs1o] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

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

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

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

@keyframes fadeDownColorize-b-n5v36jgs1o {
    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-n5v36jgs1o {
    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-n5v36jgs1o] {
    background-color: #25715d;
}

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

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

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

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

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

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

.step-content[b-n5v36jgs1o] {
    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-n5v36jgs1o]::-webkit-scrollbar {
    width: 6px; /* Thin scrollbar */
}

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

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

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

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


.navigation[b-n5v36jgs1o] {
    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-n5v36jgs1o] {
    display: flex;
    align-items: center;
}

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

@keyframes completeAnimation-b-n5v36jgs1o {
    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-n5v36jgs1o]::-webkit-scrollbar,
.step-content[b-n5v36jgs1o]::-webkit-scrollbar {
    width: 8px;
}

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

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

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

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

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

.btn-workflow-next:disabled[b-n5v36jgs1o] {
    background-color: #9fbab2;
    border-color: #9fbab2;
}
