@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/evaryst.website.external/Components/Admin/AdminDashboard.razor.rz.scp.css */
.metrics-grid[b-3uqgcoiqtp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.metric-subtext[b-3uqgcoiqtp] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #059669;
}

.quick-actions-card[b-3uqgcoiqtp] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.quick-actions-title[b-3uqgcoiqtp] {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    color: #1e293b;
}

.quick-actions-buttons[b-3uqgcoiqtp] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-link[b-3uqgcoiqtp] {
    padding: 0.75rem 1.5rem;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.action-link:hover[b-3uqgcoiqtp] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.action-link.primary[b-3uqgcoiqtp] {
    background: var(--evaryst-blue);
}

.action-link.secondary[b-3uqgcoiqtp] {
    background: var(--evaryst-light-blue);
}

.loading-overlay[b-3uqgcoiqtp] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-box[b-3uqgcoiqtp] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
/* _content/evaryst.website.external/Components/Admin/AdminLayout.razor.rz.scp.css */
.admin-container[b-mj1xq1o2f9] {
    display: flex;
    height: 100vh;
    background: #f8fafc;
    overflow: hidden;
}

.admin-sidebar[b-mj1xq1o2f9] {
    background: linear-gradient(180deg, var(--evaryst-blue) 0%, #094a82 100%);
    width: var(--admin-sidebar-width);
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.admin-sidebar-header[b-mj1xq1o2f9] {
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    flex-shrink: 0;
}

.admin-sidebar-title[b-mj1xq1o2f9] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.admin-sidebar-subtitle[b-mj1xq1o2f9] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.25rem;
}

.admin-nav[b-mj1xq1o2f9] {
    flex: 1;
    padding: 1rem 0;
    overflow-y: auto;
}

.admin-nav-section[b-mj1xq1o2f9] {
    margin-bottom: 1.5rem;
}

.admin-nav-section-title[b-mj1xq1o2f9] {
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-nav-item[b-mj1xq1o2f9] {
    padding: 0.875rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.admin-nav-item:hover[b-mj1xq1o2f9] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-left-color: var(--evaryst-light-blue);
}

.admin-nav-item.active[b-mj1xq1o2f9] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-left-color: white;
    font-weight: 600;
}

.admin-nav-item.disabled[b-mj1xq1o2f9] {
    color: rgba(255, 255, 255, 0.35);
    cursor: not-allowed;
    pointer-events: none;
}

.admin-nav-item.disabled:hover[b-mj1xq1o2f9] {
    background: transparent;
    border-left-color: transparent;
}

.admin-nav-icon[b-mj1xq1o2f9] {
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
}

.admin-sidebar-footer[b-mj1xq1o2f9] {
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.admin-user-info[b-mj1xq1o2f9] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
}

.admin-user-role[b-mj1xq1o2f9] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.admin-back-btn[b-mj1xq1o2f9] {
    display: block;
    margin-top: 1rem;
    width: 100%;
    padding: 0.5rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
}

.admin-back-btn:hover[b-mj1xq1o2f9] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.admin-logout-btn[b-mj1xq1o2f9] {
    margin-top: 0.75rem;
    width: 100%;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.admin-logout-btn:hover[b-mj1xq1o2f9] {
    background: rgba(255, 255, 255, 0.2);
}

.admin-content[b-mj1xq1o2f9] {
    margin-left: var(--admin-sidebar-width);
    flex: 1;
    padding: 2rem;
    height: 100vh;
    overflow-y: auto;
}

/* Styles that apply to child components via @Body need ::deep */
[b-mj1xq1o2f9] .admin-content-header {
    margin-bottom: 2rem;
}

[b-mj1xq1o2f9] .admin-breadcrumb {
    color: #64748b;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

[b-mj1xq1o2f9] .admin-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

[b-mj1xq1o2f9] .admin-breadcrumb a:hover {
    color: var(--evaryst-blue);
}

[b-mj1xq1o2f9] .admin-page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

[b-mj1xq1o2f9] .admin-metric-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

[b-mj1xq1o2f9] .admin-metric-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

[b-mj1xq1o2f9] .admin-metric-value {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--evaryst-blue);
}

[b-mj1xq1o2f9] .admin-metric-label {
    font-size: 0.875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
}

[b-mj1xq1o2f9] .status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    display: inline-block;
}

[b-mj1xq1o2f9] .status-active {
    background: #dcfce7;
    color: #166534;
}

[b-mj1xq1o2f9] .status-blocked {
    background: #fee2e2;
    color: #991b1b;
}

[b-mj1xq1o2f9] .status-pending {
    background: #fef3c7;
    color: #92400e;
}

[b-mj1xq1o2f9] .access-denied {
    padding: 4rem;
    margin: 4rem;
}
/* _content/evaryst.website.external/Components/Admin/Developer/ErrorSnapshotList.razor.rz.scp.css */
.container[b-eud4v1e1xy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.loading-container[b-eud4v1e1xy] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

.loading-text[b-eud4v1e1xy] {
    margin-top: 1rem;
}

.empty-state[b-eud4v1e1xy] {
    padding: 3rem;
    text-align: center;
    color: #64748b;
}

.empty-state-icon[b-eud4v1e1xy] {
    font-size: 3rem;
}

.empty-state-title[b-eud4v1e1xy] {
    margin-top: 1rem;
    font-size: 1.125rem;
}

.empty-state-message[b-eud4v1e1xy] {
    color: #94a3b8;
}

.text-truncate[b-eud4v1e1xy] {
    display: block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.url-truncate[b-eud4v1e1xy] {
    display: block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem;
}

.mono-small[b-eud4v1e1xy] {
    font-size: 0.75rem;
    font-family: monospace;
}

.details-loading[b-eud4v1e1xy] {
    margin-top: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    text-align: center;
}

.details-loading-text[b-eud4v1e1xy] {
    margin-top: 1rem;
    color: #64748b;
}

.details-container[b-eud4v1e1xy] {
    margin-top: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.details-header[b-eud4v1e1xy] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details-title[b-eud4v1e1xy] {
    margin: 0;
    font-size: 1.25rem;
    color: #1e293b;
}

.close-button[b-eud4v1e1xy] {
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #64748b;
}

.close-button:hover[b-eud4v1e1xy] {
    background: #e2e8f0;
}

.details-content[b-eud4v1e1xy] {
    padding: 1.5rem;
}

.details-grid[b-eud4v1e1xy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.details-grid-bottom[b-eud4v1e1xy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.detail-card[b-eud4v1e1xy] {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 8px;
}

.detail-card.full-width[b-eud4v1e1xy] {
    grid-column: 1 / -1;
}

.detail-label[b-eud4v1e1xy] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.detail-value[b-eud4v1e1xy] {
    color: #1e293b;
    font-weight: 500;
}

.detail-value.mono[b-eud4v1e1xy] {
    font-family: monospace;
}

.detail-value.mono-small[b-eud4v1e1xy] {
    font-family: monospace;
    font-size: 0.875rem;
}

.detail-value.break-all[b-eud4v1e1xy] {
    font-family: monospace;
    font-size: 0.875rem;
    word-break: break-all;
}

.detail-section[b-eud4v1e1xy] {
    margin-top: 1rem;
}

.detail-section.tabs-section[b-eud4v1e1xy] {
    margin-top: 1.5rem;
}

.detail-section-title[b-eud4v1e1xy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.detail-section-content[b-eud4v1e1xy] {
    background: #f8fafc;
    padding: 1rem;
    border-radius: 8px;
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.5;
}

.stack-trace[b-eud4v1e1xy] {
    background: #1e293b;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.75rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-all;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
}

.tabs-table[b-eud4v1e1xy] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

.tabs-table thead tr[b-eud4v1e1xy] {
    background: #f1f5f9;
    text-align: left;
}

.tabs-table th[b-eud4v1e1xy] {
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: #475569;
}

.tabs-table th.active-col[b-eud4v1e1xy] {
    width: 50px;
}

.tabs-table th.type-col[b-eud4v1e1xy] {
    width: 100px;
}

.tabs-table tbody tr[b-eud4v1e1xy] {
    border-bottom: 1px solid #e2e8f0;
}

.tabs-table tbody tr.active-row[b-eud4v1e1xy] {
    background: #eff6ff;
}

.tabs-table td[b-eud4v1e1xy] {
    padding: 0.5rem 0.75rem;
}

.tabs-table td.center[b-eud4v1e1xy] {
    text-align: center;
}

.active-indicator[b-eud4v1e1xy] {
    color: #16a34a;
    font-weight: bold;
}

.entity-id[b-eud4v1e1xy] {
    font-family: monospace;
    font-size: 0.75rem;
    color: #64748b;
}

.entity-id.empty[b-eud4v1e1xy] {
    color: #94a3b8;
}

.error-type-badge[b-eud4v1e1xy] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.error-type-exception[b-eud4v1e1xy] {
    background: #fee2e2;
    color: #991b1b;
}

.error-type-api[b-eud4v1e1xy] {
    background: #fef3c7;
    color: #92400e;
}

.error-type-entity[b-eud4v1e1xy] {
    background: #dbeafe;
    color: #1e40af;
}

.error-type-unknown[b-eud4v1e1xy] {
    background: #f1f5f9;
    color: #475569;
}

.tab-badge[b-eud4v1e1xy] {
    padding: 0.25rem 0.75rem;
    background: #f1f5f9;
    border-radius: 9999px;
    font-size: 0.75rem;
    color: #475569;
}

.tab-badge-active[b-eud4v1e1xy] {
    background: #dbeafe;
    color: #1e40af;
    font-weight: 500;
}

.tab-type-badge[b-eud4v1e1xy] {
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.tab-type-candidate[b-eud4v1e1xy] {
    background: #dcfce7;
    color: #166534;
}

.tab-type-company[b-eud4v1e1xy] {
    background: #dbeafe;
    color: #1e40af;
}

.tab-type-job[b-eud4v1e1xy] {
    background: #fef3c7;
    color: #92400e;
}

.tab-type-document[b-eud4v1e1xy] {
    background: #f3e8ff;
    color: #7c3aed;
}

.tab-type-search[b-eud4v1e1xy] {
    background: #e0e7ff;
    color: #4338ca;
}

.tab-type-unknown[b-eud4v1e1xy] {
    background: #f1f5f9;
    color: #475569;
}
/* _content/evaryst.website.external/Components/Admin/ListValues/ListValuesPage.razor.rz.scp.css */
.description-card[b-n6byhjjp4w] {
    background: white;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.description-card p[b-n6byhjjp4w] {
    margin: 0;
    color: #64748b;
}

.loading-container[b-n6byhjjp4w] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.loading-text[b-n6byhjjp4w] {
    margin-top: 1rem;
    color: #64748b;
}

.empty-state[b-n6byhjjp4w] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.empty-state-title[b-n6byhjjp4w] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.empty-state-message[b-n6byhjjp4w] {
    color: #64748b;
    margin: 0;
}

/* Sidebar layout */
.list-values-layout[b-n6byhjjp4w] {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 1.5rem;
    min-height: 500px;
}

.type-sidebar[b-n6byhjjp4w] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: fit-content;
}

.sidebar-panel[b-n6byhjjp4w] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

.sidebar-header[b-n6byhjjp4w] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.75rem;
}

.type-item[b-n6byhjjp4w] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: #475569;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s ease;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

.type-item:hover[b-n6byhjjp4w] {
    background: #f1f5f9;
    color: #1e293b;
}

.type-item.active[b-n6byhjjp4w] {
    background: var(--evaryst-blue);
    color: white;
    font-weight: 500;
}

.type-content[b-n6byhjjp4w] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.no-selection[b-n6byhjjp4w] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #64748b;
}

.status-message[b-n6byhjjp4w] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: slideIn-b-n6byhjjp4w 0.3s ease-out;
}

@keyframes slideIn-b-n6byhjjp4w {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.status-message.success[b-n6byhjjp4w] {
    background: #059669;
    color: white;
}

.status-message.error[b-n6byhjjp4w] {
    background: #dc2626;
    color: white;
}

.dismiss-button[b-n6byhjjp4w] {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.25rem;
    opacity: 0.8;
}

.dismiss-button:hover[b-n6byhjjp4w] {
    opacity: 1;
}
/* _content/evaryst.website.external/Components/Admin/ListValues/WorkflowStagesTab.razor.rz.scp.css */
/* Stage section */
.stages-section[b-zs1ph6thry] {
    margin-bottom: 20px;
    background: var(--bg-secondary, #f8f9fa);
    border-radius: 8px;
    padding: 16px;
}

.stages-header[b-zs1ph6thry] {
    margin-bottom: 12px;
}

.stages-label[b-zs1ph6thry] {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary, #6c757d);
    letter-spacing: 0.5px;
}

.stages-bar[b-zs1ph6thry] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.stage-chip[b-zs1ph6thry] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: white;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
}

.stage-reorder-buttons[b-zs1ph6thry] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.reorder-btn[b-zs1ph6thry] {
    background: transparent;
    border: none;
    padding: 0 2px;
    font-size: 8px;
    line-height: 1;
    color: var(--text-secondary, #6c757d);
    cursor: pointer;
}

.reorder-btn:hover:not(:disabled)[b-zs1ph6thry] {
    color: var(--primary, #0d6efd);
}

.reorder-btn:disabled[b-zs1ph6thry] {
    opacity: 0.3;
    cursor: not-allowed;
}

.stage-name[b-zs1ph6thry] {
    font-weight: 500;
}

.stage-count[b-zs1ph6thry] {
    color: var(--text-secondary, #6c757d);
    font-size: 12px;
}

.stage-menu-btn[b-zs1ph6thry] {
    margin-left: auto;
    opacity: 0.6;
}

.stage-menu-btn:hover[b-zs1ph6thry] {
    opacity: 1;
}

.add-stage-button[b-zs1ph6thry] {
    background: transparent;
    border: 2px dashed var(--border-color, #dee2e6);
    border-radius: 6px;
    padding: 8px 16px;
    color: var(--text-secondary, #6c757d);
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.add-stage-button:hover[b-zs1ph6thry] {
    border-color: var(--primary, #0d6efd);
    color: var(--primary, #0d6efd);
    background: var(--primary-light, #e7f1ff);
}

/* Values section */
.values-section[b-zs1ph6thry] {
    background: white;
    border-radius: 8px;
    padding: 16px;
}

/* Inline stage dropdown */
[b-zs1ph6thry] .stage-dropdown {
    font-size: 13px;
}

[b-zs1ph6thry] .stage-dropdown .k-input-inner {
    padding: 4px 8px;
}

.flags-container[b-zs1ph6thry] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.flag-badge[b-zs1ph6thry] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
}

.flag-badge.initial[b-zs1ph6thry] {
    background: #d1e7dd;
    color: #0f5132;
}

.flag-badge.terminal[b-zs1ph6thry] {
    background: #f8d7da;
    color: #842029;
}

.checkbox-group[b-zs1ph6thry] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-label[b-zs1ph6thry] {
    font-size: 14px;
    color: var(--text-primary, #212529);
    cursor: pointer;
}

/* Dialog form styles */
.dialog-form[b-zs1ph6thry] {
    padding: 0.5rem;
}

.form-group[b-zs1ph6thry] {
    margin-bottom: 1rem;
}

.form-label[b-zs1ph6thry] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-error[b-zs1ph6thry] {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dialog-actions[b-zs1ph6thry] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-zs1ph6thry] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-zs1ph6thry] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-zs1ph6thry] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-zs1ph6thry] {
    background: #e5e7eb;
}

.dialog-button.primary[b-zs1ph6thry] {
    background: var(--evaryst-blue, #0d6efd);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-zs1ph6thry] {
    opacity: 0.9;
}

.dialog-button.danger[b-zs1ph6thry] {
    background: #dc2626;
    color: white;
}

.dialog-button.danger:hover:not(:disabled)[b-zs1ph6thry] {
    background: #b91c1c;
}

/* Delete dialog warning */
.warning-message[b-zs1ph6thry] {
    background: #fef3c7;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.warning-message p[b-zs1ph6thry] {
    margin: 0.25rem 0;
    color: #92400e;
}
/* _content/evaryst.website.external/Components/Admin/ListValues/WorkflowTypeTab.razor.rz.scp.css */
.tab-content[b-w439eov0tq] {
    padding: 1rem 0;
}

.loading-container[b-w439eov0tq] {
    padding: 2rem;
    text-align: center;
}

.loading-text[b-w439eov0tq] {
    margin-top: 0.75rem;
    color: #64748b;
}

.grid-header[b-w439eov0tq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.item-count[b-w439eov0tq] {
    color: #64748b;
    font-size: 0.875rem;
}

.add-button[b-w439eov0tq] {
    padding: 0.5rem 1rem;
    background: var(--evaryst-blue);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
}

.add-button:hover[b-w439eov0tq] {
    opacity: 0.9;
}

.actions-container[b-w439eov0tq] {
    display: flex;
    gap: 0.5rem;
}

.action-btn[b-w439eov0tq] {
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.75rem;
}

.action-btn.edit[b-w439eov0tq] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.action-btn.edit:hover[b-w439eov0tq] {
    background: #e5e7eb;
}

.action-btn.delete[b-w439eov0tq] {
    background: #fee2e2;
    color: #991b1b;
}

.action-btn.delete:hover[b-w439eov0tq] {
    background: #fecaca;
}

.action-btn:disabled[b-w439eov0tq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.saving-indicator[b-w439eov0tq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: #fef3c7;
    border-radius: 6px;
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #92400e;
}

/* Dialog styles */
.dialog-form[b-w439eov0tq] {
    padding: 1rem;
}

.form-group[b-w439eov0tq] {
    margin-bottom: 1rem;
}

.form-label[b-w439eov0tq] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-error[b-w439eov0tq] {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dialog-actions[b-w439eov0tq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-w439eov0tq] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-w439eov0tq] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-w439eov0tq] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-w439eov0tq] {
    background: #e5e7eb;
}

.dialog-button.primary[b-w439eov0tq] {
    background: var(--evaryst-blue);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-w439eov0tq] {
    opacity: 0.9;
}

.dialog-button.danger[b-w439eov0tq] {
    background: #dc2626;
    color: white;
}

.dialog-button.danger:hover:not(:disabled)[b-w439eov0tq] {
    background: #b91c1c;
}

/* Delete dialog warning */
.warning-message[b-w439eov0tq] {
    background: #fef3c7;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.warning-message p[b-w439eov0tq] {
    margin: 0.25rem 0;
    color: #92400e;
}
/* _content/evaryst.website.external/Components/Admin/Tenants/TenantDetail.razor.rz.scp.css */
.breadcrumb-link[b-1sb1tcmep9] {
    color: var(--evaryst-blue);
    text-decoration: none;
}

.breadcrumb-link:hover[b-1sb1tcmep9] {
    text-decoration: underline;
}

.loading-container[b-1sb1tcmep9] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.loading-text[b-1sb1tcmep9] {
    margin-top: 1rem;
    color: #64748b;
}

.error-container[b-1sb1tcmep9] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.error-content[b-1sb1tcmep9] {
    text-align: center;
    color: #dc2626;
}

.error-title[b-1sb1tcmep9] {
    font-size: 1.25rem;
    font-weight: 600;
}

.error-message[b-1sb1tcmep9] {
    color: #64748b;
}

.back-button-container[b-1sb1tcmep9] {
    margin-bottom: 1rem;
}

.back-button[b-1sb1tcmep9] {
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
}

.back-button:hover[b-1sb1tcmep9] {
    background: #e2e8f0;
}

.back-button-primary[b-1sb1tcmep9] {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: var(--evaryst-blue);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.back-button-primary:hover[b-1sb1tcmep9] {
    opacity: 0.9;
}

.detail-grid[b-1sb1tcmep9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.card[b-1sb1tcmep9] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-title[b-1sb1tcmep9] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.75rem;
}

.info-grid[b-1sb1tcmep9] {
    display: grid;
    gap: 1rem;
}

.field-label[b-1sb1tcmep9] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.field-value[b-1sb1tcmep9] {
    font-size: 1rem;
    color: #1e293b;
}

.field-value.name[b-1sb1tcmep9] {
    font-weight: 500;
}

.field-value.id[b-1sb1tcmep9] {
    font-size: 0.875rem;
    color: #475569;
    font-family: monospace;
}

.metrics-grid[b-1sb1tcmep9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.metric-tile[b-1sb1tcmep9] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.metric-value[b-1sb1tcmep9] {
    font-size: 2rem;
    font-weight: 600;
}

.metric-value.users[b-1sb1tcmep9] {
    color: var(--evaryst-blue);
}

.metric-value.candidates[b-1sb1tcmep9] {
    color: #059669;
}

.metric-value.companies[b-1sb1tcmep9] {
    color: #8b5cf6;
}

.metric-value.jobs[b-1sb1tcmep9] {
    color: #f59e0b;
}

.metric-value.documents[b-1sb1tcmep9] {
    color: #06b6d4;
}

.metric-value.followups[b-1sb1tcmep9] {
    color: #ec4899;
}

.metric-label[b-1sb1tcmep9] {
    font-size: 0.875rem;
    color: #64748b;
}

.actions-container[b-1sb1tcmep9] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-button[b-1sb1tcmep9] {
    padding: 0.75rem 1.25rem;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
}

.action-button:hover[b-1sb1tcmep9] {
    opacity: 0.9;
}

.action-button.primary[b-1sb1tcmep9] {
    background: var(--evaryst-blue);
}

.action-button.danger[b-1sb1tcmep9] {
    background: #dc2626;
}

.action-button.success[b-1sb1tcmep9] {
    background: #059669;
}

/* Users Card */
.users-card[b-1sb1tcmep9] {
    margin-top: 1.5rem;
}

.card-header[b-1sb1tcmep9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.75rem;
}

.card-header .card-title[b-1sb1tcmep9] {
    margin: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.add-user-button[b-1sb1tcmep9] {
    padding: 0.5rem 1rem;
    background: var(--evaryst-blue);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
}

.add-user-button:hover[b-1sb1tcmep9] {
    opacity: 0.9;
}

.users-loading[b-1sb1tcmep9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem;
    color: #64748b;
}

.user-name-link[b-1sb1tcmep9] {
    color: var(--evaryst-blue);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.user-name-link:hover[b-1sb1tcmep9] {
    text-decoration: underline;
}

.user-id[b-1sb1tcmep9] {
    font-size: 0.75rem;
    color: #64748b;
    font-family: monospace;
}

/* Dialog Form Styles */
.dialog-form[b-1sb1tcmep9] {
    padding: 1rem;
}

.form-group[b-1sb1tcmep9] {
    margin-bottom: 1rem;
}

.form-row[b-1sb1tcmep9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label[b-1sb1tcmep9] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-hint[b-1sb1tcmep9] {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.form-error[b-1sb1tcmep9] {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dialog-actions[b-1sb1tcmep9] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-1sb1tcmep9] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-1sb1tcmep9] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-1sb1tcmep9] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-1sb1tcmep9] {
    background: #e5e7eb;
}

.dialog-button.primary[b-1sb1tcmep9] {
    background: var(--evaryst-blue);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-1sb1tcmep9] {
    opacity: 0.9;
}

.status-deleted[b-1sb1tcmep9] {
    background: #dc2626;
    color: white;
}
/* _content/evaryst.website.external/Components/Admin/Tenants/TenantList.razor.rz.scp.css */
.loading-container[b-r0avjjwgad] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.loading-text[b-r0avjjwgad] {
    margin-top: 1rem;
    color: #64748b;
}

.metrics-card[b-r0avjjwgad] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.metrics-grid[b-r0avjjwgad] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.metric-value[b-r0avjjwgad] {
    font-size: 1.5rem;
    font-weight: 600;
}

.metric-value.total[b-r0avjjwgad] {
    color: var(--evaryst-blue);
}

.metric-value.active[b-r0avjjwgad] {
    color: #059669;
}

.metric-value.inactive[b-r0avjjwgad] {
    color: #dc2626;
}

.metric-label[b-r0avjjwgad] {
    font-size: 0.875rem;
    color: #64748b;
}

.grid-container[b-r0avjjwgad] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tenant-name-link[b-r0avjjwgad] {
    color: var(--evaryst-blue);
    font-weight: 600;
    text-decoration: none;
}

.tenant-name-link:hover[b-r0avjjwgad] {
    text-decoration: underline;
}
/* _content/evaryst.website.external/Components/Admin/Users/UserDetail.razor.rz.scp.css */
.breadcrumb-link[b-4u2lqubiw3] {
    color: var(--evaryst-blue);
    text-decoration: none;
}

.breadcrumb-link:hover[b-4u2lqubiw3] {
    text-decoration: underline;
}

.loading-container[b-4u2lqubiw3] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.loading-text[b-4u2lqubiw3] {
    margin-top: 1rem;
    color: #64748b;
}

.error-container[b-4u2lqubiw3] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.error-content[b-4u2lqubiw3] {
    text-align: center;
    color: #dc2626;
}

.error-title[b-4u2lqubiw3] {
    font-size: 1.25rem;
    font-weight: 600;
}

.error-message[b-4u2lqubiw3] {
    color: #64748b;
}

.back-button-container[b-4u2lqubiw3] {
    margin-bottom: 1rem;
}

.back-button[b-4u2lqubiw3] {
    padding: 0.5rem 1rem;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
}

.back-button:hover[b-4u2lqubiw3] {
    background: #e2e8f0;
}

.back-button-primary[b-4u2lqubiw3] {
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: var(--evaryst-blue);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.back-button-primary:hover[b-4u2lqubiw3] {
    opacity: 0.9;
}

.detail-grid[b-4u2lqubiw3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .detail-grid[b-4u2lqubiw3] {
        grid-template-columns: 1fr;
    }
}

.card[b-4u2lqubiw3] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.card-title[b-4u2lqubiw3] {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.75rem;
}

.info-grid[b-4u2lqubiw3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 480px) {
    .info-grid[b-4u2lqubiw3] {
        grid-template-columns: 1fr;
    }
}

.field-label[b-4u2lqubiw3] {
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.field-value[b-4u2lqubiw3] {
    font-size: 1rem;
    color: #1e293b;
}

.field-value.name[b-4u2lqubiw3] {
    font-weight: 600;
    color: var(--evaryst-blue);
}

.field-value.email[b-4u2lqubiw3] {
    color: #475569;
}

.field-value.id[b-4u2lqubiw3] {
    font-size: 0.75rem;
    color: #64748b;
    font-family: monospace;
}

.never-logged-in[b-4u2lqubiw3] {
    color: #94a3b8;
    font-style: italic;
}

.metrics-grid[b-4u2lqubiw3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.metric-tile[b-4u2lqubiw3] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.metric-value[b-4u2lqubiw3] {
    font-size: 1.75rem;
    font-weight: 600;
}

.metric-value.candidates-created[b-4u2lqubiw3] {
    color: #059669;
}

.metric-value.candidates-viewed[b-4u2lqubiw3] {
    color: var(--evaryst-blue);
}

.metric-value.searches[b-4u2lqubiw3] {
    color: #8b5cf6;
}

.metric-value.followups[b-4u2lqubiw3] {
    color: #f59e0b;
}

.metric-value.companies[b-4u2lqubiw3] {
    color: #06b6d4;
}

.metric-label[b-4u2lqubiw3] {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.actions-container[b-4u2lqubiw3] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-button[b-4u2lqubiw3] {
    padding: 0.75rem 1.25rem;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    transition: opacity 0.2s;
}

.action-button:hover:not(:disabled)[b-4u2lqubiw3] {
    opacity: 0.9;
}

.action-button:disabled[b-4u2lqubiw3] {
    opacity: 0.5;
    cursor: not-allowed;
}

.action-button.primary[b-4u2lqubiw3] {
    background: var(--evaryst-blue);
}

.action-button.warning[b-4u2lqubiw3] {
    background: #f59e0b;
}

.action-button.danger[b-4u2lqubiw3] {
    background: #dc2626;
}

.action-button.danger-outline[b-4u2lqubiw3] {
    background: transparent;
    color: #dc2626;
    border: 1px solid #dc2626;
}

.action-button.danger-outline:hover:not(:disabled)[b-4u2lqubiw3] {
    background: #dc2626;
    color: white;
}

.action-button.success[b-4u2lqubiw3] {
    background: #059669;
}

.status-deleted[b-4u2lqubiw3] {
    background: #dc2626;
    color: white;
}

.status-message[b-4u2lqubiw3] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
}

.status-message.success[b-4u2lqubiw3] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.status-message.error[b-4u2lqubiw3] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Dialog Form Styles */
.dialog-form[b-4u2lqubiw3] {
    padding: 1rem;
}

.dialog-description[b-4u2lqubiw3] {
    margin: 0 0 1rem 0;
    color: #374151;
    font-size: 0.875rem;
}

.form-group[b-4u2lqubiw3] {
    margin-bottom: 1rem;
}

.form-label[b-4u2lqubiw3] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-hint[b-4u2lqubiw3] {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.form-error[b-4u2lqubiw3] {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dialog-actions[b-4u2lqubiw3] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-4u2lqubiw3] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-4u2lqubiw3] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-4u2lqubiw3] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-4u2lqubiw3] {
    background: #e5e7eb;
}

.dialog-button.primary[b-4u2lqubiw3] {
    background: var(--evaryst-blue);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-4u2lqubiw3] {
    opacity: 0.9;
}
/* _content/evaryst.website.external/Components/Admin/Users/UserList.razor.rz.scp.css */
.metrics-card[b-65ade32pni] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.metrics-grid[b-65ade32pni] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.metric-value[b-65ade32pni] {
    font-size: 1.5rem;
    font-weight: 600;
}

.metric-value.total[b-65ade32pni] {
    color: var(--evaryst-blue);
}

.metric-value.active[b-65ade32pni] {
    color: #059669;
}

.metric-value.blocked[b-65ade32pni] {
    color: #dc2626;
}

.metric-value.admins[b-65ade32pni] {
    color: #f59e0b;
}

.metric-label[b-65ade32pni] {
    font-size: 0.875rem;
    color: #64748b;
}

.grid-container[b-65ade32pni] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.grid-header[b-65ade32pni] {
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.grid-header-left[b-65ade32pni] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.add-user-button[b-65ade32pni] {
    padding: 0.5rem 1rem;
    background: var(--evaryst-blue);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

.add-user-button:hover[b-65ade32pni] {
    opacity: 0.9;
}

.grid-title[b-65ade32pni] {
    margin: 0;
    font-size: 1.25rem;
    color: #1e293b;
}

.filter-container[b-65ade32pni] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.filter-label[b-65ade32pni] {
    font-size: 0.875rem;
    color: #64748b;
}

.filter-select[b-65ade32pni] {
    padding: 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 0.875rem;
}

.user-name-link[b-65ade32pni] {
    color: var(--evaryst-blue);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.user-name-link:hover[b-65ade32pni] {
    text-decoration: underline;
}

.user-id[b-65ade32pni] {
    font-size: 0.75rem;
    color: #64748b;
    font-family: monospace;
}

.last-login-never[b-65ade32pni] {
    color: #94a3b8;
}

.actions-container[b-65ade32pni] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.action-button[b-65ade32pni] {
    padding: 0.5rem 0.75rem;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75rem;
}

.action-button.view[b-65ade32pni] {
    background: var(--evaryst-blue);
}

.action-button.reset[b-65ade32pni] {
    background: #f59e0b;
}

.action-button:hover[b-65ade32pni] {
    opacity: 0.9;
}

.loading-container[b-65ade32pni] {
    background: white;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    margin-bottom: 2rem;
}

.loading-text[b-65ade32pni] {
    margin-top: 1rem;
    color: #64748b;
}

.breadcrumb-link[b-65ade32pni] {
    color: var(--evaryst-blue);
    text-decoration: none;
}

.breadcrumb-link:hover[b-65ade32pni] {
    text-decoration: underline;
}

/* Dialog Form Styles */
.dialog-form[b-65ade32pni] {
    padding: 1rem;
}

.form-group[b-65ade32pni] {
    margin-bottom: 1rem;
}

.form-row[b-65ade32pni] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-label[b-65ade32pni] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.25rem;
}

.form-hint[b-65ade32pni] {
    display: block;
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}

.form-error[b-65ade32pni] {
    background: #fee2e2;
    color: #991b1b;
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dialog-actions[b-65ade32pni] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-65ade32pni] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-65ade32pni] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-65ade32pni] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-65ade32pni] {
    background: #e5e7eb;
}

.dialog-button.primary[b-65ade32pni] {
    background: var(--evaryst-blue);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-65ade32pni] {
    opacity: 0.9;
}
/* _content/evaryst.website.external/Components/Candidate/CandidatePhoneBlock.razor.rz.scp.css */
[b-z61ta8c9mm] .k-button-group {
    display: flex;
    width: 100%;
}

[b-z61ta8c9mm] .k-button-group .k-button {
    flex: 1;
    border-color: var(--evaryst-light-blue, #0087fe);
    color: var(--evaryst-light-blue, #0087fe);
}

[b-z61ta8c9mm] .k-button-group .k-button:hover {
    background-color: var(--evaryst-light-blue, #0087fe);
    border-color: var(--evaryst-light-blue, #0087fe);
    color: var(--on-evaryst-light-blue, #fff);
}

[b-z61ta8c9mm] .k-button-group .k-button.k-selected {
    background-color: var(--evaryst-light-blue, #0087fe);
    border-color: var(--evaryst-light-blue, #0087fe);
    color: var(--on-evaryst-light-blue, #fff);
}
/* _content/evaryst.website.external/Components/Candidate/DetailsTopBarCandidates.razor.rz.scp.css */
/* Owner dropdown hover fix */
[b-psgubn8f19] .k-dropdownlist:hover,
[b-psgubn8f19] .k-dropdownlist:hover .k-input-inner,
[b-psgubn8f19] .k-dropdownlist.k-hover,
[b-psgubn8f19] .k-dropdownlist.k-hover .k-input-inner {
    background-color: white !important;
    color: #333 !important;
}

[b-psgubn8f19] .k-dropdownlist:hover .k-button,
[b-psgubn8f19] .k-dropdownlist:hover .k-select,
[b-psgubn8f19] .k-dropdownlist.k-hover .k-button,
[b-psgubn8f19] .k-dropdownlist.k-hover .k-select {
    background-color: white !important;
    color: #333 !important;
}

[b-psgubn8f19] .k-list-item:hover,
[b-psgubn8f19] .k-list-item.k-hover {
    background-color: #f0f0f0 !important;
    color: #333 !important;
}

/* Dialog Form Styles for Owner Confirmation */
.dialog-form[b-psgubn8f19] {
    padding: 1rem;
}

.dialog-description[b-psgubn8f19] {
    margin: 0 0 1rem 0;
    color: #374151;
    font-size: 0.875rem;
}

.dialog-actions[b-psgubn8f19] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.dialog-button[b-psgubn8f19] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    border: none;
}

.dialog-button:disabled[b-psgubn8f19] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dialog-button.cancel[b-psgubn8f19] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.dialog-button.cancel:hover:not(:disabled)[b-psgubn8f19] {
    background: #e5e7eb;
}

.dialog-button.primary[b-psgubn8f19] {
    background: var(--evaryst-blue);
    color: white;
}

.dialog-button.primary:hover:not(:disabled)[b-psgubn8f19] {
    opacity: 0.9;
}
/* _content/evaryst.website.external/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d5qxww0jf6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d5qxww0jf6] {
    flex: 1;
}

.sidebar[b-d5qxww0jf6] {
    background-color: #cff4fc;
}

.top-row[b-d5qxww0jf6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d5qxww0jf6]  a, .top-row[b-d5qxww0jf6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d5qxww0jf6]  a:hover, .top-row[b-d5qxww0jf6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d5qxww0jf6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d5qxww0jf6] {
        justify-content: space-between;
    }

    .top-row[b-d5qxww0jf6]  a, .top-row[b-d5qxww0jf6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d5qxww0jf6] {
        flex-direction: row;
    }

    .sidebar[b-d5qxww0jf6] {
        width: 200px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d5qxww0jf6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d5qxww0jf6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d5qxww0jf6], article[b-d5qxww0jf6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d5qxww0jf6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-d5qxww0jf6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/evaryst.website.external/Components/Shared/EvarystGlobalNotification.razor.rz.scp.css */
.evaryst-global-notification-container[b-f9cy2nqkdu] {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}
/* _content/evaryst.website.external/Components/Shared/EvarystGridDropDownCell.razor.rz.scp.css */
.evaryst-dropdown-cell[b-4qiq9gs6op] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding: 0 4px;
    min-height: 24px;
}

.evaryst-dropdown-cell-value[b-4qiq9gs6op] {
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.evaryst-dropdown-cell-indicator[b-4qiq9gs6op] {
    color: rgba(0, 0, 0, 0.54);
    font-size: 10px;
    flex-shrink: 0;
    margin-left: auto;
    padding-right: 4px;
}

.evaryst-dropdown-cell:hover .evaryst-dropdown-cell-indicator[b-4qiq9gs6op] {
    color: rgba(0, 0, 0, 0.87);
}
/* _content/evaryst.website.external/Components/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rk8rbiu15h] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-rk8rbiu15h] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rk8rbiu15h] {
    height: 3.5rem;
/*    background-color: rgba(0,0,0,0.4);
*/}

.navbar-brand[b-rk8rbiu15h] {
    font-size: 1.1rem;
}

.bi[b-rk8rbiu15h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-rk8rbiu15h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-rk8rbiu15h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-rk8rbiu15h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rk8rbiu15h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rk8rbiu15h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rk8rbiu15h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rk8rbiu15h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rk8rbiu15h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rk8rbiu15h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rk8rbiu15h] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rk8rbiu15h] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rk8rbiu15h] {
        display: none;
    }

    .nav-scrollable[b-rk8rbiu15h] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/evaryst.website.external/Components/Shared/Search.razor.rz.scp.css */
/* Search Type Selector */
.search-type-selector[b-507o0dvlku] {
	display: flex;
	gap: 0.75rem;
	max-width: 900px;
	margin: 0 auto;
}

.search-type-button[b-507o0dvlku] {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	background: white;
	border: 2px solid #e5e7eb;
	border-radius: 8px;
	color: #6b7280;
	font-size: 0.9375rem;
	font-weight: 500;
	font-family: "Poppins", serif;
	cursor: pointer;
	transition: all 0.2s ease;
}

.search-type-button svg[b-507o0dvlku] {
	color: #6b7280;
	transition: color 0.2s ease;
}

.search-type-button:hover[b-507o0dvlku] {
	background: #f9fafb;
	border-color: #d1d5db;
}

.search-type-button.active[b-507o0dvlku] {
	background: linear-gradient(135deg, var(--evaryst-blue, #0b65b1) 0%, var(--evaryst-light-blue, #0087fe) 100%);
	border-color: var(--evaryst-blue, #0b65b1);
	color: white;
	font-weight: 600;
}

.search-type-button.active svg[b-507o0dvlku] {
	color: white;
}

.search-type-button:disabled[b-507o0dvlku] {
	opacity: 0.5;
	cursor: not-allowed;
	background: #f3f4f6;
	border-color: #d1d5db;
	color: #9ca3af;
}

.search-type-button:disabled svg[b-507o0dvlku] {
	color: #9ca3af;
}

.search-type-button:disabled:hover[b-507o0dvlku] {
	background: #f3f4f6;
	border-color: #d1d5db;
}

/* AI Search Container */
.ai-search-container[b-507o0dvlku] {
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 900px;
	margin: 0 auto;
}

/* Chat Messages Area */
.ai-chat-messages[b-507o0dvlku] {
	flex: 1;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	background: #ffffff;
	scroll-behavior: smooth;
}

.ai-chat-messages[b-507o0dvlku]::-webkit-scrollbar {
	width: 6px;
}

.ai-chat-messages[b-507o0dvlku]::-webkit-scrollbar-track {
	background: transparent;
}

.ai-chat-messages[b-507o0dvlku]::-webkit-scrollbar-thumb {
	background: #d1d5db;
	border-radius: 3px;
}

.ai-chat-messages[b-507o0dvlku]::-webkit-scrollbar-thumb:hover {
	background: #9ca3af;
}

/* Empty State */
.ai-empty-state[b-507o0dvlku] {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.5rem;
	text-align: center;
}

.ai-logo[b-507o0dvlku] {
	width: 32px;
	height: 32px;
	background: linear-gradient(135deg, var(--evaryst-blue, #0b65b1) 0%, var(--evaryst-light-blue, #0087fe) 100%);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.75rem;
	color: white;
}

.ai-logo svg[b-507o0dvlku] {
	width: 20px;
	height: 20px;
}

.ai-empty-title[b-507o0dvlku] {
	font-size: 1.125rem;
	font-weight: 600;
	color: #0d1e25;
	margin-bottom: 0.25rem;
	font-family: "Poppins", serif;
}

.ai-empty-subtitle[b-507o0dvlku] {
	font-size: 0.875rem;
	color: #6b7280;
	margin-bottom: 1rem;
}

/* Messages List */
.ai-messages-list[b-507o0dvlku] {
	padding: 0.5rem;
	padding-bottom: 0.25rem;
}

/* Suggestion Chips */
.ai-suggestions[b-507o0dvlku] {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	max-width: 500px;
	width: 100%;
}

.ai-suggestion-chip[b-507o0dvlku] {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	color: #374151;
	padding: 0.5rem 0.75rem;
	border-radius: 6px;
	font-size: 0.8125rem;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.15s ease;
	font-family: "Poppins", serif;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.ai-suggestion-chip svg[b-507o0dvlku] {
	color: var(--evaryst-light-blue, #0087fe);
	flex-shrink: 0;
	width: 12px;
	height: 12px;
}

.ai-suggestion-chip:hover[b-507o0dvlku] {
	background: #f3f4f6;
	border-color: var(--evaryst-light-blue, #0087fe);
}

/* Messages */
.ai-message[b-507o0dvlku] {
	display: flex;
	gap: 0.2rem;
	margin-bottom: 0.375rem;
	align-items: flex-start;
	animation: messageSlideIn-b-507o0dvlku 0.3s ease-out;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@keyframes messageSlideIn-b-507o0dvlku {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ai-message-user[b-507o0dvlku] {
	flex-direction: row-reverse;
}

.ai-message-avatar[b-507o0dvlku] {
	width: 16px;
	height: 16px;
	background: linear-gradient(135deg, var(--evaryst-blue, #0b65b1) 0%, var(--evaryst-light-blue, #0087fe) 100%);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	flex-shrink: 0;
}

.ai-message-avatar svg[b-507o0dvlku] {
	width: 10px;
	height: 10px;
}

.ai-message-avatar-user[b-507o0dvlku] {
	background: #6b7280;
}

.ai-message-bubble[b-507o0dvlku] {
	flex: 1;
	background: #f9fafb;
	padding: 0.25rem 0.375rem;
	border-radius: 4px;
}

.ai-message-user .ai-message-bubble[b-507o0dvlku] {
	background: #f3f4f6;
}

.ai-message-content[b-507o0dvlku] {
	font-size: 0.75rem;
	line-height: 1.4;
	color: #1f2937;
}

.ai-message-user .ai-message-content[b-507o0dvlku] {
	color: #1f2937;
}

.ai-message-metadata[b-507o0dvlku] {
	font-size: 0.625rem;
	color: #6b7280;
	margin-top: 0.125rem;
	padding-top: 0.125rem;
	border-top: 1px solid #e5e7eb;
}

.ai-message-user .ai-message-metadata[b-507o0dvlku] {
	color: #6b7280;
	border-top-color: #d1d5db;
}

/* Typing Indicator */
.ai-typing-indicator[b-507o0dvlku] {
	display: flex;
	gap: 3px;
	padding: 0.25rem 0;
}

.ai-typing-indicator span[b-507o0dvlku] {
	width: 6px;
	height: 6px;
	background: var(--evaryst-light-blue, #0087fe);
	border-radius: 50%;
	animation: typingBounce-b-507o0dvlku 1.4s infinite ease-in-out;
}

.ai-typing-indicator span:nth-child(1)[b-507o0dvlku] {
	animation-delay: -0.32s;
}

.ai-typing-indicator span:nth-child(2)[b-507o0dvlku] {
	animation-delay: -0.16s;
}

@keyframes typingBounce-b-507o0dvlku {
	0%, 80%, 100% {
		opacity: 0.4;
		transform: scale(0.8);
	}
	40% {
		opacity: 1;
		transform: scale(1);
	}
}

/* Input Wrapper */
.ai-input-wrapper[b-507o0dvlku] {
	padding: 0.75rem;
	border-top: 1px solid #e5e7eb;
	background: #ffffff;
}

.ai-input-form[b-507o0dvlku] {
	max-width: 800px;
	margin: 0 auto;
}

.ai-input-container[b-507o0dvlku] {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
	background: #ffffff;
	border: 2px solid #d1d5db;
	border-radius: 10px;
	padding: 0.5rem 0.75rem;
	transition: all 0.2s ease;
}

.ai-input-container:focus-within[b-507o0dvlku] {
	border-color: var(--evaryst-light-blue, #0087fe);
	box-shadow: 0 0 0 3px rgba(0, 135, 254, 0.08);
}

.ai-input[b-507o0dvlku] {
	flex: 1;
	border: none;
	outline: none;
	font-size: 1rem;
	font-family: "Poppins", serif;
	line-height: 1.5;
	resize: none;
	background: transparent;
	color: #0d1e25;
	min-height: 24px;
	max-height: 200px;
	overflow-y: auto;
}

.ai-input[b-507o0dvlku]::placeholder {
	color: #9ca3af;
}

.ai-input:disabled[b-507o0dvlku] {
	opacity: 0.6;
	cursor: not-allowed;
}

.ai-submit-button[b-507o0dvlku] {
	width: 36px;
	height: 36px;
	background: linear-gradient(135deg, var(--evaryst-blue, #0b65b1) 0%, var(--evaryst-light-blue, #0087fe) 100%);
	border: none;
	border-radius: 8px;
	color: white;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 0;
}

.ai-submit-button:hover:not(:disabled)[b-507o0dvlku] {
	opacity: 0.9;
}

.ai-submit-button:active:not(:disabled)[b-507o0dvlku] {
	transform: scale(0.95);
}

.ai-submit-button:disabled[b-507o0dvlku] {
	opacity: 0.4;
	cursor: not-allowed;
}

.ai-spinner[b-507o0dvlku] {
	animation: spin-b-507o0dvlku 1s linear infinite;
}

@keyframes spin-b-507o0dvlku {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Warning Message */
.ai-warning-message[b-507o0dvlku] {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 8px;
	color: #dc2626;
	font-size: 0.875rem;
	line-height: 1.5;
}

.ai-warning-message svg[b-507o0dvlku] {
	flex-shrink: 0;
	color: #dc2626;
}

/* Grid Link Styles */
.candidate-link[b-507o0dvlku] {
	color: var(--evaryst-light-blue, #0087fe);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.15s ease;
}

.candidate-link:hover[b-507o0dvlku] {
	color: var(--evaryst-blue, #0b65b1);
	text-decoration: underline;
}
