@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* Admin Layout - Full width styling */
.admin-content[b-wiwtfod55h] {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Force all containers within admin pages to be full width */
.admin-content .container[b-wiwtfod55h],
.admin-content .container-sm[b-wiwtfod55h],
.admin-content .container-md[b-wiwtfod55h],
.admin-content .container-lg[b-wiwtfod55h],
.admin-content .container-xl[b-wiwtfod55h],
.admin-content .container-xxl[b-wiwtfod55h],
.admin-content .container-fluid[b-wiwtfod55h] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* Ensure RadzenDataGrids use full available width */
.admin-content .rz-datatable[b-wiwtfod55h] {
    width: 100%;
}

/* Better spacing for admin cards */
.admin-content .rz-card[b-wiwtfod55h] {
    margin-bottom: 1rem;
}

/* Adjust row margins for full width */
.admin-content .row[b-wiwtfod55h] {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1400px) {
    .admin-content .container[b-wiwtfod55h],
    .admin-content .container-sm[b-wiwtfod55h],
    .admin-content .container-md[b-wiwtfod55h],
    .admin-content .container-lg[b-wiwtfod55h],
    .admin-content .container-xl[b-wiwtfod55h],
    .admin-content .container-xxl[b-wiwtfod55h],
    .admin-content .container-fluid[b-wiwtfod55h] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (min-width: 1800px) {
    .admin-content .container[b-wiwtfod55h],
    .admin-content .container-sm[b-wiwtfod55h],
    .admin-content .container-md[b-wiwtfod55h],
    .admin-content .container-lg[b-wiwtfod55h],
    .admin-content .container-xl[b-wiwtfod55h],
    .admin-content .container-xxl[b-wiwtfod55h],
    .admin-content .container-fluid[b-wiwtfod55h] {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4wkyd3vege] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4wkyd3vege] {
    flex: 1;
}

.sidebar[b-4wkyd3vege] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4wkyd3vege] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4wkyd3vege]  a, .top-row[b-4wkyd3vege]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4wkyd3vege]  a:hover, .top-row[b-4wkyd3vege]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4wkyd3vege]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4wkyd3vege] {
        justify-content: space-between;
    }

    .top-row[b-4wkyd3vege]  a, .top-row[b-4wkyd3vege]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4wkyd3vege] {
        flex-direction: row;
    }

    .sidebar[b-4wkyd3vege] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4wkyd3vege] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4wkyd3vege]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4wkyd3vege], article[b-4wkyd3vege] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4wkyd3vege] {
    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-4wkyd3vege] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Counsellor/B_Aboutme.razor.rz.scp.css */
/* Auto-expanding RadzenHtmlEditor styles */
[b-pqnpq6x4fa] .auto-expand-editor {
    height: auto !important;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content {
    min-height: 200px;
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor {
    display: flex;
    flex-direction: column;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content[contenteditable] {
    flex: 1;
    overflow: visible;
}

/* Fix bullet list spacing - prevent accumulation of margins */
[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content ul,
[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content ol {
    margin: 0 0 0.5rem 0;
    padding-left: 1.5rem;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content li p {
    margin: 0;
    padding: 0;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content p {
    margin: 0 0 0.5rem 0;
}

/* Prevent empty paragraphs from adding extra space */
[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content p:empty {
    display: none;
}

[b-pqnpq6x4fa] .auto-expand-editor .rz-html-editor-content br + br {
    display: none;
}
/* /Components/Pages/Counsellor/DashBoard/Dashboard.razor.rz.scp.css */
/* Dashboard.razor.css - Scoped styles for counsellor dashboard */

/* ============================================================================
   Profile Strength + Metrics Row Layout
   ============================================================================ */

.cn-strength-row[b-85yas05955] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: start;
    margin-bottom: 1rem;
}

.cn-strength-main[b-85yas05955] {
    min-width: 0;
    max-width: 680px; /* Constrain progress bar width */
}

.cn-strength-metrics[b-85yas05955] {
    min-width: 0;
    align-self: center; /* Vertically center with progress bar */
}

/* Remove bottom margin from metrics strip when in row layout */
.cn-strength-metrics[b-85yas05955]  .cn-metrics-strip {
    margin-bottom: 0;
}

/* Remove bottom margin from progress bar container when in row layout */
.cn-strength-main[b-85yas05955]  .profile-progress-container {
    margin-bottom: 0;
}

/* ============================================================================
   Responsive: Stack on smaller screens
   ============================================================================ */

@media (max-width: 1199.98px) {
    .cn-strength-row[b-85yas05955] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .cn-strength-main[b-85yas05955] {
        max-width: 100%;
    }
    
    .cn-strength-metrics[b-85yas05955] {
        align-self: stretch;
    }
}

/* On tablet, give metrics strip full width */
@media (max-width: 991.98px) {
    .cn-strength-metrics[b-85yas05955]  .cn-metrics-strip {
        justify-content: space-around;
    }
}
/* /Components/Pages/Counsellor/ProfileTextSectionPage.razor.rz.scp.css */
/* Auto-expanding RadzenHtmlEditor styles */
[b-qcewexznb8] .auto-expand-editor {
    height: auto !important;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content {
    min-height: 200px;
    max-height: none !important;
    height: auto !important;
    overflow-y: visible !important;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor {
    display: flex;
    flex-direction: column;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content[contenteditable] {
    flex: 1;
    overflow: visible;
}

/* Fix bullet list spacing - prevent accumulation of margins */
[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content ul,
[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content ol {
    margin: 0 0 0.5rem 0;
    padding-left: 1.5rem;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content li {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content li p {
    margin: 0;
    padding: 0;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content p {
    margin: 0 0 0.5rem 0;
}

/* Prevent empty paragraphs from adding extra space */
[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content p:empty {
    display: none;
}

[b-qcewexznb8] .auto-expand-editor .rz-html-editor-content br + br {
    display: none;
}
/* /Components/Shared/Counsellor/RightNewsPanel.razor.rz.scp.css */
/* =============================================================================
   RIGHT NEWS PANEL - Dashboard Sidebar
   Minimal CSS: only placement + sizing. Uses same ContentCard as Home page.
   ============================================================================= */

/* Container - compact styling */
.dashboard-news-section[b-c502jj1q4n] {
    background: #fff;
    border-radius: 0.5rem;
    padding: 0.875rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* See more links - same as home page */
.community-see-more[b-c502jj1q4n] {
    font-size: 0.8rem;
    transition: color 0.2s ease;
}

.community-see-more:hover[b-c502jj1q4n] {
    color: #0d6efd !important;
}
/* /Components/Shared/Nudge/CnMetricsBreakdown.razor.rz.scp.css */
/* CnMetricsBreakdown - Expandable metrics panel */

.cn-metrics-breakdown[b-z1o3drkorj] {
    margin-top: 8px;
    border-top: 1px solid rgba(15, 23, 43, 0.06);
    padding-top: 8px;
}

/* Collapsed state - expand button */
.cn-metrics-expand-btn[b-z1o3drkorj] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 6px 8px;
    background: rgba(15, 23, 43, 0.02);
    border: 1px solid rgba(15, 23, 43, 0.06);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
}

.cn-metrics-expand-btn:hover[b-z1o3drkorj] {
    background: rgba(15, 23, 43, 0.04);
    border-color: rgba(254, 161, 22, 0.25);
}

.cn-metrics-score[b-z1o3drkorj] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172b;
    min-width: 36px;
}

.cn-metrics-hint[b-z1o3drkorj] {
    flex: 1;
    font-size: 0.6875rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cn-metrics-chevron[b-z1o3drkorj] {
    font-size: 0.65rem;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.cn-metrics-expand-btn:hover .cn-metrics-chevron[b-z1o3drkorj] {
    color: #FEA116;
}

/* Expanded state */
.cn-metrics-expanded[b-z1o3drkorj] {
    padding: 10px;
    background: rgba(15, 23, 43, 0.02);
    border: 1px solid rgba(15, 23, 43, 0.06);
    border-radius: 8px;
}

.cn-metrics-header[b-z1o3drkorj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cn-metrics-score-lg[b-z1o3drkorj] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172b;
}

.cn-metrics-close-btn[b-z1o3drkorj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 4px;
    color: #64748b;
    cursor: pointer;
}

.cn-metrics-close-btn:hover[b-z1o3drkorj] {
    background: rgba(15, 23, 43, 0.06);
    color: #0f172b;
}

/* Metrics grid */
.cn-metrics-grid[b-z1o3drkorj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-bottom: 10px;
}

.cn-metrics-item[b-z1o3drkorj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.6875rem;
}

.cn-metrics-label[b-z1o3drkorj] {
    color: #64748b;
}

.cn-metrics-value[b-z1o3drkorj] {
    font-weight: 500;
    color: #334155;
}

.cn-metrics-value.cn-metrics-warning[b-z1o3drkorj] {
    color: #b45309;
}

/* Sections (coverage missing, compliance) */
.cn-metrics-section[b-z1o3drkorj] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px dashed rgba(15, 23, 43, 0.08);
}

.cn-metrics-section-title[b-z1o3drkorj] {
    display: block;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 4px;
}

.cn-metrics-list[b-z1o3drkorj] {
    margin: 0;
    padding-left: 16px;
    font-size: 0.6875rem;
    color: #334155;
}

.cn-metrics-list li[b-z1o3drkorj] {
    margin-bottom: 2px;
}

.cn-metrics-more[b-z1o3drkorj] {
    color: #64748b;
    font-style: italic;
}

/* Compliance section - subtle warning style */
.cn-metrics-compliance[b-z1o3drkorj] {
    background: rgba(245, 158, 11, 0.06);
    margin: 8px -10px -10px -10px;
    padding: 8px 10px;
    border-radius: 0 0 7px 7px;
    border-top: 1px solid rgba(245, 158, 11, 0.2);
}

.cn-metrics-compliance .cn-metrics-section-title[b-z1o3drkorj] {
    color: #b45309;
}

.cn-metrics-compliance .cn-metrics-section-title i[b-z1o3drkorj] {
    margin-right: 4px;
}
/* /Components/Shared/Nudge/CnMetricsMicroBar.razor.rz.scp.css */
/* CnMetricsMicroBar - Tiny progress bar (4px height) */

.cn-metrics-microbar[b-1smj32v7mj] {
    height: 4px;
    width: 100%;
    max-width: 80px;
    background: rgba(15, 23, 43, 0.08);
    border-radius: 2px;
    overflow: hidden;
}

.cn-metrics-microbar-fill[b-1smj32v7mj] {
    height: 100%;
    background: linear-gradient(90deg, #FEA116 0%, #f59e0b 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
}
/* /Components/Shared/Nudge/CnMetricsStrip.razor.rz.scp.css */
/* CnMetricsStrip - Compact horizontal metrics overview */

.cn-metrics-strip[b-jzba2db4mf] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, rgba(15, 23, 43, 0.03) 0%, rgba(15, 23, 43, 0.05) 100%);
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 10px;
    margin-bottom: 16px;
}

.cn-metrics-strip-item[b-jzba2db4mf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    min-width: 60px;
}

.cn-metrics-strip-score[b-jzba2db4mf] {
    min-width: 75px;
}

.cn-metrics-strip-value[b-jzba2db4mf] {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172b;
    line-height: 1.1;
}

.cn-metrics-strip-value.cn-metrics-strip-text[b-jzba2db4mf] {
    font-size: 0.8125rem;
    font-weight: 600;
}

.cn-metrics-strip-value.cn-metrics-strip-ok[b-jzba2db4mf] {
    color: #16a34a;
}

.cn-metrics-strip-unit[b-jzba2db4mf] {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.7;
}

.cn-metrics-strip-label[b-jzba2db4mf] {
    font-size: 0.625rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    gap: 2px;
}

.cn-metrics-strip-label i[b-jzba2db4mf] {
    font-size: 0.6rem;
}

/* Info icon styling */
.cn-metrics-info[b-jzba2db4mf] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    width: 14px;
    height: 14px;
    color: #64748b;
    background: rgba(100, 116, 139, 0.12);
    border-radius: 50%;
    cursor: help;
    transition: all 0.15s ease;
    margin-left: 2px;
}

.cn-metrics-info:hover[b-jzba2db4mf] {
    color: #FEA116;
    background: rgba(254, 161, 22, 0.15);
}

/* Tooltip content styling */
.cn-metrics-tooltip[b-jzba2db4mf] {
    max-width: 220px;
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}

.cn-metrics-tooltip strong[b-jzba2db4mf] {
    color: #0f172b;
    display: block;
    margin-bottom: 4px;
}

.cn-metrics-tooltip em[b-jzba2db4mf] {
    color: #FEA116;
    font-style: normal;
    font-weight: 600;
}

.cn-metrics-strip-divider[b-jzba2db4mf] {
    width: 1px;
    height: 28px;
    background: rgba(15, 23, 43, 0.1);
}

/* Warning state for compliance flags */
.cn-metrics-strip-warning .cn-metrics-strip-value[b-jzba2db4mf] {
    color: #b45309;
}

.cn-metrics-strip-warning .cn-metrics-strip-label[b-jzba2db4mf] {
    color: #b45309;
}

/* Responsive: Stack on very small screens */
@media (max-width: 480px) {
    .cn-metrics-strip[b-jzba2db4mf] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cn-metrics-strip-divider[b-jzba2db4mf] {
        display: none;
    }
    
    .cn-metrics-strip-item[b-jzba2db4mf] {
        min-width: 70px;
    }
}
/* /Components/Shared/Nudge/CnNudgeCard.razor.rz.scp.css */
/* CnNudgeCard - Premium compact expanded nudge card */
/* Theme: Dark navy (#0f172b) + Orange (#FEA116) */

.cn-nudge-card[b-uvopne0v25] {
    background: linear-gradient(135deg, rgba(15, 23, 43, 0.03) 0%, rgba(15, 23, 43, 0.06) 100%);
    border: 1px solid rgba(15, 23, 43, 0.08);
    border-radius: 12px;
    padding: 12px 14px;
    transition: all 0.2s ease;
}

.cn-nudge-card:hover[b-uvopne0v25] {
    border-color: rgba(15, 23, 43, 0.12);
    box-shadow: 0 2px 8px rgba(15, 23, 43, 0.06);
}

/* Completed state - subtle warm success tint */
.cn-nudge-card-completed[b-uvopne0v25] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.04) 0%, rgba(34, 197, 94, 0.08) 100%);
    border-color: rgba(34, 197, 94, 0.15);
}

/* Header row */
.cn-nudge-card-header[b-uvopne0v25] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.cn-nudge-card-title-row[b-uvopne0v25] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.cn-nudge-card-icon[b-uvopne0v25] {
    font-size: 1rem;
    color: #0f172b;
    flex-shrink: 0;
    opacity: 0.7;
}

.cn-nudge-card-title[b-uvopne0v25] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cn-nudge-card-actions[b-uvopne0v25] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* Icon-only action buttons - no borders, subtle hover */
.cn-nudge-card-btn[b-uvopne0v25] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s ease;
}

.cn-nudge-card-btn:hover[b-uvopne0v25] {
    background: rgba(254, 161, 22, 0.12);
    color: #FEA116;
}

.cn-nudge-card-btn:focus[b-uvopne0v25] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(254, 161, 22, 0.3);
}

.cn-nudge-card-btn-active[b-uvopne0v25] {
    color: #FEA116;
}

.cn-nudge-card-btn-active:hover[b-uvopne0v25] {
    background: rgba(254, 161, 22, 0.15);
}

.cn-nudge-card-btn i[b-uvopne0v25] {
    font-size: 0.875rem;
}

/* Body */
.cn-nudge-card-body[b-uvopne0v25] {
    margin-bottom: 10px;
    padding-left: 2px;
}

.cn-nudge-card-description[b-uvopne0v25] {
    font-size: 0.8125rem;
    color: #334155;
    line-height: 1.45;
    margin: 0 0 4px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cn-nudge-card-why[b-uvopne0v25] {
    font-size: 0.75rem;
    color: #64748b;
    font-style: italic;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer */
.cn-nudge-card-footer[b-uvopne0v25] {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
}

.cn-nudge-card-continue[b-uvopne0v25] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background: #0f172b;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
}

.cn-nudge-card-continue:hover[b-uvopne0v25] {
    background: #FEA116;
    color: #fff;
    text-decoration: none;
    transform: translateX(2px);
}

.cn-nudge-card-continue:focus[b-uvopne0v25] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(254, 161, 22, 0.4);
}

.cn-nudge-card-continue i[b-uvopne0v25] {
    font-size: 0.65rem;
    transition: transform 0.2s ease;
}

.cn-nudge-card-continue:hover i[b-uvopne0v25] {
    transform: translateX(2px);
}

/* Completed state button - subtle success */
.cn-nudge-card-completed .cn-nudge-card-continue[b-uvopne0v25] {
    background: #15803d;
}

.cn-nudge-card-completed .cn-nudge-card-continue:hover[b-uvopne0v25] {
    background: #16a34a;
}

/* ============================================================================
   Compact mode - tighter spacing for dashboard context
   ============================================================================ */

.cn-nudge-card-compact[b-uvopne0v25] {
    padding: 10px 12px;
}

.cn-nudge-card-compact .cn-nudge-card-header[b-uvopne0v25] {
    margin-bottom: 6px;
}

.cn-nudge-card-compact .cn-nudge-card-body[b-uvopne0v25] {
    margin-bottom: 8px;
}

.cn-nudge-card-compact .cn-nudge-card-description[b-uvopne0v25] {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
}

.cn-nudge-card-compact .cn-nudge-card-footer[b-uvopne0v25] {
    padding-top: 0;
}

.cn-nudge-card-compact .cn-nudge-card-continue[b-uvopne0v25] {
    padding: 5px 10px;
    font-size: 0.7rem;
}

.cn-nudge-card-completed .cn-nudge-card-continue:hover[b-uvopne0v25] {
    background: #218838;
}
/* /Components/Shared/Nudge/CnNudgeChip.razor.rz.scp.css */
/* CnNudgeChip - Premium compact pinned nudge chip */
/* Theme: Dark navy (#0f172b) + Orange (#FEA116) */

.cn-nudge-chip[b-d6c4q8nbaw] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px 4px 10px;
    background: rgba(15, 23, 43, 0.06);
    border: 1px solid rgba(15, 23, 43, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.15s ease;
    max-width: 220px;
}

.cn-nudge-chip:hover[b-d6c4q8nbaw] {
    background: rgba(254, 161, 22, 0.08);
    border-color: rgba(254, 161, 22, 0.25);
}

.cn-nudge-chip-content[b-d6c4q8nbaw] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    flex: 1;
}

.cn-nudge-chip-title[b-d6c4q8nbaw] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cn-nudge-chip:hover .cn-nudge-chip-title[b-d6c4q8nbaw] {
    color: #0f172b;
}

/* Unpin button - subtle, icon-only */
.cn-nudge-chip-unpin[b-d6c4q8nbaw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #FEA116;
    cursor: pointer;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.cn-nudge-chip-unpin:hover[b-d6c4q8nbaw] {
    background: rgba(254, 161, 22, 0.15);
    color: #d97706;
}

.cn-nudge-chip-unpin:focus[b-d6c4q8nbaw] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(254, 161, 22, 0.3);
}

.cn-nudge-chip-unpin i[b-d6c4q8nbaw] {
    font-size: 0.7rem;
}

/* TrueScore percentage - compact display */
.cn-nudge-chip-score[b-d6c4q8nbaw] {
    font-size: 0.625rem;
    font-weight: 600;
    color: #64748b;
    padding: 1px 5px;
    background: rgba(15, 23, 43, 0.06);
    border-radius: 8px;
    flex-shrink: 0;
}
/* /Components/Shared/Nudge/CnNudgeRow.razor.rz.scp.css */
/* CnNudgeRow - Premium compact collapsed nudge row */
/* Theme: Dark navy (#0f172b) + Orange (#FEA116) */

.cn-nudge-row[b-uhefxm0daj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 12px;
    height: 40px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.cn-nudge-row:hover[b-uhefxm0daj] {
    background: rgba(15, 23, 43, 0.04);
}

.cn-nudge-row:focus[b-uhefxm0daj] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(254, 161, 22, 0.3);
}

/* Completed state - very subtle success tint on hover */
.cn-nudge-row-completed:hover[b-uhefxm0daj] {
    background: rgba(34, 197, 94, 0.06);
}

/* Main content (left side) */
.cn-nudge-row-main[b-uhefxm0daj] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1;
}

.cn-nudge-row-icon[b-uhefxm0daj] {
    font-size: 0.9rem;
    color: #64748b;
    flex-shrink: 0;
    width: 18px;
    text-align: center;
}

.cn-nudge-row-title[b-uhefxm0daj] {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Actions (right side) */
.cn-nudge-row-actions[b-uhefxm0daj] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

/* Icon-only action buttons - no borders, 32px min touch target */
.cn-nudge-row-btn[b-uhefxm0daj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 6px;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.15s ease;
}

.cn-nudge-row-btn:hover[b-uhefxm0daj] {
    background: rgba(254, 161, 22, 0.12);
    color: #FEA116;
}

.cn-nudge-row-btn:focus[b-uhefxm0daj] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(254, 161, 22, 0.3);
}

.cn-nudge-row-btn i[b-uhefxm0daj] {
    font-size: 0.8rem;
}

/* Chevron expand indicator */
.cn-nudge-row-chevron[b-uhefxm0daj] {
    font-size: 0.75rem;
    color: #cbd5e1;
    margin-left: 2px;
    transition: all 0.2s ease;
}

.cn-nudge-row:hover .cn-nudge-row-chevron[b-uhefxm0daj] {
    color: #FEA116;
    transform: translateX(2px);
}

/* TrueScore percentage - compact display */
.cn-nudge-row-score[b-uhefxm0daj] {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
    padding: 2px 6px;
    background: rgba(15, 23, 43, 0.04);
    border-radius: 4px;
    margin-right: 4px;
}

/* Wording tip indicator */
.cn-nudge-row-tip-dot[b-uhefxm0daj] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}

.cn-nudge-row-tip-dot i[b-uhefxm0daj] {
    font-size: 0.65rem;
    color: #d97706;
}
/* /Components/Shared/Nudge/CnStatusPill.razor.rz.scp.css */
/* CnStatusPill - Compact status indicator (18px height, premium styling) */

.cn-status-pill[b-vxa0gns8jc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 0 8px;
    height: 18px;
    border-radius: 9px;
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}

.cn-status-pill i[b-vxa0gns8jc] {
    font-size: 0.55rem;
}

/* Compact dot mode - 8px indicator */
.cn-status-dot[b-vxa0gns8jc] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Not Started - muted/neutral with subtle navy tint */
.cn-status-not-started[b-vxa0gns8jc] {
    background: rgba(15, 23, 43, 0.08);
    color: #64748b;
}

.cn-status-dot.cn-status-not-started[b-vxa0gns8jc] {
    background: #94a3b8;
}

/* In Progress - orange accent (brand color) */
.cn-status-in-progress[b-vxa0gns8jc] {
    background: rgba(254, 161, 22, 0.15);
    color: #b45309;
}

.cn-status-dot.cn-status-in-progress[b-vxa0gns8jc] {
    background: #FEA116;
}

/* Completed - subtle success with warm undertone */
.cn-status-completed[b-vxa0gns8jc] {
    background: rgba(34, 197, 94, 0.12);
    color: #15803d;
}

.cn-status-dot.cn-status-completed[b-vxa0gns8jc] {
    background: #22c55e;
}
/* /Components/Shared/SearchSection.razor.rz.scp.css */
/* Search Section Styles */

/* Search container with curved corners */
.container-fluid.booking .container .bg-white.shadow[b-zi2leuipw1] {
    border-radius: 12px !important;
}

/* Curved corners for all input boxes */
[b-zi2leuipw1] .rz-textbox,
[b-zi2leuipw1] .rz-autocomplete input,
[b-zi2leuipw1] .rz-inputtext {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Focus state with slightly larger border radius effect */
[b-zi2leuipw1] .rz-textbox:focus,
[b-zi2leuipw1] .rz-autocomplete input:focus,
[b-zi2leuipw1] .rz-inputtext:focus {
    border-color: #f39c12 !important;
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.15) !important;
    outline: none;
}

/* Hover state */
[b-zi2leuipw1] .rz-textbox:hover,
[b-zi2leuipw1] .rz-autocomplete input:hover,
[b-zi2leuipw1] .rz-inputtext:hover {
    border-color: #adb5bd !important;
}

/* AutoComplete dropdown styling to match */
[b-zi2leuipw1] .rz-autocomplete-panel {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}
/* /Components/Shared/Sidebar/CnSidebar.razor.rz.scp.css */
/* =============================================================================
   CN SIDEBAR - Main sidebar container styling
   ============================================================================= */

.cn-sidebar[b-skmcipzypq] {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 260px;
    height: calc(100vh - 56px);
    background-color: #0f172b;
    display: flex;
    flex-direction: column;
    z-index: 1040;
    transition: width 0.25s ease;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

/* Collapsed state */
.cn-sidebar.cn-sidebar-collapsed[b-skmcipzypq] {
    width: 72px;
}

/* Navigation container */
.cn-sidebar-nav[b-skmcipzypq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.cn-sidebar-nav[b-skmcipzypq]::-webkit-scrollbar {
    width: 6px;
}

.cn-sidebar-nav[b-skmcipzypq]::-webkit-scrollbar-track {
    background: transparent;
}

.cn-sidebar-nav[b-skmcipzypq]::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.cn-sidebar-nav[b-skmcipzypq]::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

/* Main navigation section */
.cn-sidebar-nav-main[b-skmcipzypq] {
    flex: 1;
}

/* Bottom pinned section */
.cn-sidebar-nav-bottom[b-skmcipzypq] {
    flex-shrink: 0;
    padding-top: 8px;
}

/* Divider line */
.cn-sidebar-divider[b-skmcipzypq] {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 8px 16px 12px;
}

.cn-sidebar.cn-sidebar-collapsed .cn-sidebar-divider[b-skmcipzypq] {
    margin: 8px 8px 12px;
}

/* Footer with collapse button */
.cn-sidebar-footer[b-skmcipzypq] {
    flex-shrink: 0;
    padding: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Collapse toggle button */
.cn-sidebar-collapse-btn[b-skmcipzypq] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8125rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.cn-sidebar-collapse-btn:hover[b-skmcipzypq] {
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.8);
}

.cn-sidebar-collapse-btn:focus-visible[b-skmcipzypq] {
    outline: 2px solid #FEA116;
    outline-offset: -2px;
}

.cn-sidebar-collapse-btn i[b-skmcipzypq] {
    font-size: 1rem;
    width: 24px;
    text-align: center;
}

.cn-sidebar-collapse-text[b-skmcipzypq] {
    white-space: nowrap;
}

/* Collapsed state adjustments */
.cn-sidebar.cn-sidebar-collapsed .cn-sidebar-collapse-btn[b-skmcipzypq] {
    justify-content: center;
    padding: 12px;
}

.cn-sidebar.cn-sidebar-collapsed .cn-sidebar-footer[b-skmcipzypq] {
    padding: 8px 4px;
}

/* ============================================================================= 
   RESPONSIVE / MOBILE STYLES
   ============================================================================= */

@media (max-width: 991.98px) {
    .cn-sidebar[b-skmcipzypq] {
        transform: translateX(-100%);
        transition: transform 0.3s ease, width 0.25s ease;
    }

    .cn-sidebar.cn-sidebar-mobile-open[b-skmcipzypq] {
        transform: translateX(0);
    }

    /* On mobile, always show full width */
    .cn-sidebar.cn-sidebar-collapsed[b-skmcipzypq] {
        width: 260px;
    }
}
/* /Components/Shared/Sidebar/CnSidebarBadge.razor.rz.scp.css */
/* =============================================================================
   CN SIDEBAR BADGE - Pill badges for sidebar items
   ============================================================================= */

.cn-sidebar-badge[b-q5bkfx2j2q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.3;
}

/* NEW badge - stronger orange */
.cn-sidebar-badge-new[b-q5bkfx2j2q] {
    background-color: rgba(254, 161, 22, 0.2);
    border: 1px solid rgba(254, 161, 22, 0.4);
    color: #FEA116;
}

/* UPDATED badge - slightly muted orange */
.cn-sidebar-badge-updated[b-q5bkfx2j2q] {
    background-color: rgba(254, 161, 22, 0.15);
    border: 1px solid rgba(254, 161, 22, 0.3);
    color: rgba(254, 161, 22, 0.9);
}

/* BETA badge - blue tint */
.cn-sidebar-badge-beta[b-q5bkfx2j2q] {
    background-color: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
}

/* Compact dot mode for collapsed sidebar */
.cn-sidebar-badge-dot[b-q5bkfx2j2q] {
    width: 8px;
    height: 8px;
    min-width: 8px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 6px;
    right: 6px;
}

.cn-sidebar-badge-dot.cn-sidebar-badge-new[b-q5bkfx2j2q],
.cn-sidebar-badge-dot.cn-sidebar-badge-updated[b-q5bkfx2j2q] {
    background-color: #FEA116;
    border-color: #FEA116;
}

.cn-sidebar-badge-dot.cn-sidebar-badge-beta[b-q5bkfx2j2q] {
    background-color: #60a5fa;
    border-color: #60a5fa;
}
/* /Components/Shared/Sidebar/CnSidebarGroup.razor.rz.scp.css */
/* =============================================================================
   CN SIDEBAR GROUP - Collapsible group styling
   ============================================================================= */

.cn-sidebar-group[b-rq0wyrdigc] {
    margin-bottom: 4px;
}

/* Group header button */
.cn-sidebar-group-header[b-rq0wyrdigc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 14px;
    margin: 0 8px;
    width: calc(100% - 16px);
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.cn-sidebar-group-header:hover[b-rq0wyrdigc] {
    background-color: rgba(255, 255, 255, 0.04);
}

.cn-sidebar-group-header:focus-visible[b-rq0wyrdigc] {
    outline: 2px solid #FEA116;
    outline-offset: -2px;
}

/* Group title */
.cn-sidebar-group-title[b-rq0wyrdigc] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
}

/* Chevron icon */
.cn-sidebar-group-chevron[b-rq0wyrdigc] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    transition: transform 0.2s ease, color 0.15s ease;
}

.cn-sidebar-group-header:hover .cn-sidebar-group-chevron[b-rq0wyrdigc] {
    color: rgba(255, 255, 255, 0.6);
}

.cn-sidebar-group-expanded .cn-sidebar-group-chevron[b-rq0wyrdigc] {
    transform: rotate(0deg);
}

.cn-sidebar-group-collapsed .cn-sidebar-group-chevron[b-rq0wyrdigc] {
    transform: rotate(0deg);
}

/* Group content container */
.cn-sidebar-group-content[b-rq0wyrdigc] {
    overflow: hidden;
    transition: max-height 0.25s ease-out, opacity 0.2s ease;
    max-height: 500px; /* Large enough for most groups */
    opacity: 1;
}

.cn-sidebar-group-content-hidden[b-rq0wyrdigc] {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

/* Collapsed sidebar: hide header, show content as icons */
:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-group-header[b-rq0wyrdigc] {
    display: none;
}

:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-group-content[b-rq0wyrdigc] {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
}

:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-group-content-hidden[b-rq0wyrdigc] {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
}

/* Divider between pinned bottom section and main content */
.cn-sidebar-group:last-child[b-rq0wyrdigc] {
    margin-top: auto;
}
/* /Components/Shared/Sidebar/CnSidebarItem.razor.rz.scp.css */
/* =============================================================================
   CN SIDEBAR ITEM - Navigation item styling
   ============================================================================= */

.cn-sidebar-item[b-u1ge0ap60w] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    margin: 2px 8px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 450;
    transition: background-color 0.15s ease, color 0.15s ease;
    position: relative;
    min-height: 44px;
}

/* Icon container */
.cn-sidebar-item-icon[b-u1ge0ap60w] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative;
}

.cn-sidebar-item-icon i[b-u1ge0ap60w] {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.15s ease;
}

/* Label */
.cn-sidebar-item-label[b-u1ge0ap60w] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Hover state */
.cn-sidebar-item:hover[b-u1ge0ap60w] {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
}

.cn-sidebar-item:hover .cn-sidebar-item-icon i[b-u1ge0ap60w] {
    color: rgba(255, 255, 255, 0.9);
}

/* Focus visible state */
.cn-sidebar-item:focus-visible[b-u1ge0ap60w] {
    outline: 2px solid #FEA116;
    outline-offset: -2px;
    background-color: rgba(255, 255, 255, 0.04);
}

/* Active state */
.cn-sidebar-item.active[b-u1ge0ap60w] {
    background-color: rgba(254, 161, 22, 0.12);
    color: #fff;
}

.cn-sidebar-item.active[b-u1ge0ap60w]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background-color: #FEA116;
    border-radius: 0 2px 2px 0;
}

.cn-sidebar-item.active .cn-sidebar-item-icon i[b-u1ge0ap60w] {
    color: #FEA116;
}

/* Dot indicator for collapsed mode with badge */
.cn-sidebar-item-dot[b-u1ge0ap60w] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #FEA116;
    border-radius: 50%;
    border: 2px solid #0f172b;
}

/* Collapsed sidebar adjustments */
:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-item[b-u1ge0ap60w] {
    justify-content: center;
    padding: 12px;
    margin: 2px 4px;
}

:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-item-icon[b-u1ge0ap60w] {
    width: 28px;
    height: 28px;
}

:global(.cn-sidebar.cn-sidebar-collapsed) .cn-sidebar-item.active[b-u1ge0ap60w]::before {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 3px;
    height: 24px;
    transform: translateY(-50%);
}
