@import '_content/Corvenia.Yggdrasil.Module.Common/Corvenia.Yggdrasil.Module.Common.xyhh9gdrqy.bundle.scp.css';

/* /Components/Pages/Documentation/Documentation.razor.rz.scp.css */
/* ── Header ─────────────────────────────────────────────── */

.docs-header[b-i9nwal9k2l] {
    margin-bottom: 1.75rem;
}

.docs-title[b-i9nwal9k2l] {
    margin: 0 0 0.35rem;
    font-weight: 700;
    color: #111827;
}

.docs-subtitle[b-i9nwal9k2l] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--secondary);
    line-height: 1.5;
}

/* ── Card grid ─────────────────────────────────────────── */

.guides-grid[b-i9nwal9k2l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

/* ── Card base ─────────────────────────────────────────── */

.guide-card[b-i9nwal9k2l] {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    cursor: pointer;
    animation: cardFadeIn-b-i9nwal9k2l 0.35s ease both;
}

.guide-card:hover[b-i9nwal9k2l] {
    transform: translateY(-3px);
    border-color: var(--primary);
    box-shadow: 0 6px 20px rgba(0, 150, 136, 0.12);
}

.guide-card:hover .guide-external-icon[b-i9nwal9k2l] {
    opacity: 1;
    transform: translate(1px, -1px);
}

/* ── Card inner body ───────────────────────────────────── */

.card-body-inner[b-i9nwal9k2l] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1.25rem 1.5rem;
    flex: 1;
}

.card-top-row[b-i9nwal9k2l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Icon container ────────────────────────────────────── */

.guide-icon-container[b-i9nwal9k2l] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
    background: rgba(0, 150, 136, 0.08);
    color: var(--primary);
    transition: background 0.18s ease;
}

.guide-card:hover .guide-icon-container[b-i9nwal9k2l] {
    background: rgba(0, 150, 136, 0.14);
}

.guide-icon-container-disabled[b-i9nwal9k2l] {
    background: rgba(108, 122, 137, 0.08);
    color: var(--secondary);
}

.guide-icon[b-i9nwal9k2l] {
    font-size: 1.35rem;
}

/* ── Text content ──────────────────────────────────────── */

.guide-title[b-i9nwal9k2l] {
    font-weight: 600;
    font-size: 1rem;
    color: #111827;
    line-height: 1.3;
}

.guide-description[b-i9nwal9k2l] {
    font-size: 0.835rem;
    color: var(--secondary);
    line-height: 1.5;
    flex: 1;
}

/* ── External link icon ─────────────────────────────────── */

.guide-external-icon[b-i9nwal9k2l] {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 0.85rem;
    color: var(--secondary);
    opacity: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

/* ── Disabled state ────────────────────────────────────── */

.guide-card-disabled[b-i9nwal9k2l] {
    cursor: default;
    opacity: 0.55;
}

.guide-card-disabled:hover[b-i9nwal9k2l] {
    transform: none;
    border-color: #e5e7eb;
    box-shadow: none;
}

/* ── Coming Soon badge ─────────────────────────────────── */

.guide-badge-coming-soon[b-i9nwal9k2l] {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--secondary);
    background: rgba(108, 122, 137, 0.1);
    padding: 0.25rem 0.6rem;
    border-radius: 20px;
    white-space: nowrap;
}

/* ── Fade-in animation ─────────────────────────────────── */

@keyframes cardFadeIn-b-i9nwal9k2l {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ────────────────────────────────────────── */

@media (max-width: 640px) {
    .guides-grid[b-i9nwal9k2l] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Layout/Dashboard.razor.rz.scp.css */
/* Dashboard Component Styling */
.container-fluid[b-i5nz8zwkr9] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
.dashboard-container[b-i5nz8zwkr9] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px);
    width: 100%;
    overflow: hidden;
}

/* Header Styling */
.dashboard-header[b-i5nz8zwkr9] {
    padding-bottom: 7px;
    margin-bottom: 0.75rem;
    position: relative;
}

/* Full-width border using pseudo-element */
.dashboard-header[b-i5nz8zwkr9]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}
.dashboard-header h5[b-i5nz8zwkr9] {
    color: #1f2937;
    font-weight: 600;
}

/* Metric Cards */
.metric-card[b-i5nz8zwkr9] {
    background: white;
    border: 1px solid #E4E4E7;
    border-radius: 12px;
    padding: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* .metric-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
} */

.metric-content[b-i5nz8zwkr9] {
    flex: 1;
}

.metric-label[b-i5nz8zwkr9] {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 500;
}

.metric-value[b-i5nz8zwkr9] {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    line-height: 1;
    margin-bottom: 6px;
}

.metric-change[b-i5nz8zwkr9] {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
}

.metric-change.positive[b-i5nz8zwkr9] {
    color: var(--primary);
}

.metric-change.negative[b-i5nz8zwkr9] {
    color: var(--danger);
}

.metric-icon[b-i5nz8zwkr9] {
    font-size: 32px;
    color: #6b7280;
    opacity: 0.7;
}

/* Chart Cards */
.chart-card[b-i5nz8zwkr9], .table-card[b-i5nz8zwkr9], .insights-card[b-i5nz8zwkr9] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    height: 400px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.chart-header[b-i5nz8zwkr9], .table-header[b-i5nz8zwkr9], .insights-header[b-i5nz8zwkr9] {
    padding: 12px;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .insights-header {
    border-bottom: 1px solid #FFE2BE;
    background: #FFE1CA;
} */

.expand-btn[b-i5nz8zwkr9] {
    color: #6b7280;
    padding: 2px 6px;
    border: none;
    background: none;
    font-size: 16px;
}

.expand-btn:hover[b-i5nz8zwkr9] {
    color: #374151;
    background: #f9fafb;
}
.bi-arrows-angle-expand[b-i5nz8zwkr9] {
    color: #009688 !important;
}

.chart-title[b-i5nz8zwkr9], .table-title[b-i5nz8zwkr9], .insights-title[b-i5nz8zwkr9] {
    /* font-size: 18px; */
    font-weight: 600;
    color: #111827;
    margin: 0;
    display: flex;
    align-items: center;
}

.chart-controls[b-i5nz8zwkr9] {
    margin-left: auto;
}


.legend-item[b-i5nz8zwkr9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-color[b-i5nz8zwkr9] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 6px;
}

.legend-color.blue[b-i5nz8zwkr9] {
    background: #3b82f6;
}

.legend-color.orange[b-i5nz8zwkr9] {
    background: #f97316;
}

.legend-text[b-i5nz8zwkr9] {
    font-size: 13px;
    color: #374151;
}

.chart-period[b-i5nz8zwkr9] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
}

.chart-content[b-i5nz8zwkr9], .table-content[b-i5nz8zwkr9], .insights-content[b-i5nz8zwkr9] {
    flex: 1;
    padding: 12px;
    overflow: hidden;
    position: relative;
}

/* Revenue Chart Styling */
.chart-container[b-i5nz8zwkr9] {
    position: relative;
    /* height: 40vh; */
    min-height: 250px;
    max-height: 400px;
    padding: 10px 0;
}

.chart-controls[b-i5nz8zwkr9] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.chart-legend[b-i5nz8zwkr9] {
    display: flex;
    gap: 12px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
    border-radius: 6px;
    /* border: 1px solid #e5e7eb; */
}

.legend-item[b-i5nz8zwkr9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.y-axis[b-i5nz8zwkr9] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 25px;
    width: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.y-label[b-i5nz8zwkr9] {
    font-size: 11px;
    color: #6b7280;
    text-align: right;
    line-height: 1;
}

.chart-area[b-i5nz8zwkr9] {
    position: absolute;
    left: 50px;
    right: 20px;
    top: 0;
    bottom: 25px;
}

.grid-lines[b-i5nz8zwkr9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-line[b-i5nz8zwkr9] {
    height: 1px;
    background: #f3f4f6;
    width: 100%;
}

.line-chart[b-i5nz8zwkr9] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.x-axis[b-i5nz8zwkr9] {
    position: absolute;
    left: 50px;
    right: 20px;
    bottom: 0;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.x-label[b-i5nz8zwkr9] {
    font-size: 11px;
    color: #6b7280;
    text-align: center;
    flex: 1;
}

/* Margin Chart */
.margin-chart[b-i5nz8zwkr9] {
    height: 100%;
    position: relative;
    padding: 10px;
}

.margin-legend[b-i5nz8zwkr9] {
    position: absolute;
    top: 80px;
    right:45px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    z-index: 10;
}

.legend-row[b-i5nz8zwkr9] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
}

.legend-dot[b-i5nz8zwkr9] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.revenue-dot[b-i5nz8zwkr9] {
    background: #3b82f6;
}

.opex-dot[b-i5nz8zwkr9] {
    background: #8b5cf6;
}

.cogs-dot[b-i5nz8zwkr9] {
    background: #f59e0b;
}

.legend-label[b-i5nz8zwkr9] {
    color: #4b5563;
    font-weight: 500;
}

.bar-chart[b-i5nz8zwkr9] {
    display: flex;
    align-items: end;
    gap: 6px;
    height: 100%;
    padding: 30px 15px 15px 15px;
    margin-top: 15px;
}

.bar-item[b-i5nz8zwkr9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.bar-item.active .bar-label[b-i5nz8zwkr9] {
    font-weight: 600;
    color: #111827;
}

.bar-label[b-i5nz8zwkr9] {
    font-size: 11px;
    color: #6b7280;
    font-weight: 500;
}

.bar-stack[b-i5nz8zwkr9] {
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.bar-segment[b-i5nz8zwkr9] {
    width: 100%;
    border-radius: 2px 2px 0 0;
}

.bar-segment.revenue[b-i5nz8zwkr9] {
    background: #3b82f6;
}

.bar-segment.opex[b-i5nz8zwkr9] {
    background: #8b5cf6;
}

.bar-segment.cogs[b-i5nz8zwkr9] {
    background: #f59e0b;
}

/* Table Styling */
.table-card[b-i5nz8zwkr9] {
    height: auto;
    min-height: 400px;
}

.table-content[b-i5nz8zwkr9] {
    overflow: auto;
}

.table thead th[b-i5nz8zwkr9] {
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    padding: 10px 12px;
    white-space: nowrap;
}

.table tbody td[b-i5nz8zwkr9] {
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.company-row:hover[b-i5nz8zwkr9] {
    background: #f9fafb;
}

.company-cell[b-i5nz8zwkr9] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.company-logo[b-i5nz8zwkr9] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 8px;
    font-size: 16px;
}

.company-name[b-i5nz8zwkr9] {
    font-weight: 500;
    color: #111827;
}

/* Insights Panel */
.insights-card[b-i5nz8zwkr9] {
    height: auto;
    min-height: 400px;
    background: #FEF7F0;
    border: 1px solid #FFB76B;
    border-radius: 12px;
    box-shadow: none;
}

.insights-header[b-i5nz8zwkr9] {
    padding: 15px 15px 12px 15px;
    border-bottom: none;
    background: transparent;
}

.insights-title[b-i5nz8zwkr9] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.insights-icon[b-i5nz8zwkr9] {
    font-size: 20px;
    color: #FF6D00;
}

.insights-content[b-i5nz8zwkr9] {
    padding: 0 15px 15px 15px;
    height: 100%;
}

.insight-section[b-i5nz8zwkr9] {
    margin-bottom: 20px;
}

.insight-section:last-child[b-i5nz8zwkr9] {
    margin-bottom: 0;
}

.insight-item[b-i5nz8zwkr9] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.insight-diamond[b-i5nz8zwkr9] {
    color: #f97316;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
    line-height: 1.4;
}

.insight-text[b-i5nz8zwkr9] {
    flex: 1;
    line-height: 1.5;
}

.insight-section-title[b-i5nz8zwkr9] {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
    line-height: 1.3;
}

.insight-desc[b-i5nz8zwkr9] {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}

.company-highlight[b-i5nz8zwkr9] {
    color: #f97316;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .metric-value[b-i5nz8zwkr9] {
        font-size: 28px;
    }
    
    .chart-card[b-i5nz8zwkr9], .table-card[b-i5nz8zwkr9], .insights-card[b-i5nz8zwkr9] {
        height: auto;
        min-height: 350px;
    }
}

/* Tablet responsiveness */
@media (max-width: 992px) {
    .chart-container[b-i5nz8zwkr9] {
        height: 35vh;
        min-height: 220px;
        max-height: 320px;
    }
    
    .chart-legend[b-i5nz8zwkr9] {
        font-size: 11px;
        padding: 6px 10px;
        gap: 12px;
    }
    
    .y-label[b-i5nz8zwkr9], .x-label[b-i5nz8zwkr9] {
        font-size: 10px;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .dashboard-container[b-i5nz8zwkr9] {
        padding: 0 8px;
    }
    
    .metric-card[b-i5nz8zwkr9] {
        padding: 12px;
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }
    
    .metric-value[b-i5nz8zwkr9] {
        font-size: 24px;
    }
    
    .metric-icon[b-i5nz8zwkr9] {
        font-size: 24px;
    }
    
    .chart-container[b-i5nz8zwkr9] {
        height: 30vh;
        min-height: 200px;
        max-height: 280px;
        padding: 5px 0;
    }
    
    .chart-controls[b-i5nz8zwkr9] {
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .chart-legend[b-i5nz8zwkr9] {
        flex-direction: column;
        gap: 6px;
        font-size: 10px;
        padding: 6px 8px;
    }
    
    .y-axis[b-i5nz8zwkr9] {
        width: 35px;
    }
    
    .chart-area[b-i5nz8zwkr9] {
        left: 40px;
    }
    
    .x-axis[b-i5nz8zwkr9] {
        left: 40px;
    }
    
    .y-label[b-i5nz8zwkr9], .x-label[b-i5nz8zwkr9] {
        font-size: 9px;
    }
    
    .chart-header[b-i5nz8zwkr9], .table-header[b-i5nz8zwkr9], .insights-header[b-i5nz8zwkr9] {
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    .bar-chart[b-i5nz8zwkr9] {
        gap: 6px;
        height: 140px;
        padding: 25px 12px 12px 12px;
    }

    .bar-stack[b-i5nz8zwkr9] {
        width: 18px;
    }

    .company-cell[b-i5nz8zwkr9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .table tbody td[b-i5nz8zwkr9] {
        padding: 10px 8px;
        font-size: 13px;
    }

    .insights-content[b-i5nz8zwkr9] {
        padding: 12px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .chart-container[b-i5nz8zwkr9] {
        height: 25vh;
        min-height: 180px;
        max-height: 240px;
    }
    
    .chart-legend[b-i5nz8zwkr9] {
        font-size: 9px;
        padding: 4px 6px;
        gap: 4px;
    }
    
    .legend-item[b-i5nz8zwkr9] {
        gap: 4px;
    }
    
    .legend-color[b-i5nz8zwkr9] {
        width: 8px;
        height: 8px;
    }
    
    .y-axis[b-i5nz8zwkr9] {
        width: 30px;
    }
    
    .chart-area[b-i5nz8zwkr9], .x-axis[b-i5nz8zwkr9] {
        left: 35px;
    }
}

/* Buttons */
.btn-outline-primary[b-i5nz8zwkr9] {
    border-color: #3b82f6;
    color: #3b82f6;
}

.btn-outline-primary:hover[b-i5nz8zwkr9] {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.btn-outline-secondary[b-i5nz8zwkr9] {
    border-color: #6b7280;
    color: #6b7280;
}

.btn-outline-secondary:hover[b-i5nz8zwkr9] {
    background-color: #6b7280;
    border-color: #6b7280;
    color: white;
}

/* Form Select */
.form-select[b-i5nz8zwkr9] {
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background-color: white;
}

.form-select:focus[b-i5nz8zwkr9] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
/* /Components/Pages/Layout/HeaderActions.razor.rz.scp.css */
/* Header Actions Component Styling */
.header-actions[b-ujoevhj2i2] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

/* Base Button Styling */
.header-actions .header-btn[b-ujoevhj2i2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 500;
    /* font-family: font-sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
    text-decoration: none;
    outline: none;
}

/* .header-actions .header-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

/* Quben Infra Button */
.header-actions .quben-btn[b-ujoevhj2i2] {
    color: #6b7280;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.header-actions .quben-btn:hover[b-ujoevhj2i2] {
    background: #f3f4f6;
    border-color: #d1d5db;
}

/* Cube Icon Styling */
.cube-icon[b-ujoevhj2i2] {
    width: 16px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cube-face[b-ujoevhj2i2] {
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 3px;
    position: relative;
    transform: perspective(20px) rotateX(15deg) rotateY(-15deg);
    box-shadow: 
        2px 2px 4px rgba(249, 115, 22, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.1);
}

.cube-face[b-ujoevhj2i2]::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 14px;
    height: 2px;
    background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 1px;
    transform: skewX(-45deg);
}

.cube-face[b-ujoevhj2i2]::after {
    content: '';
    position: absolute;
    top: 2px;
    right: -2px;
    width: 2px;
    height: 14px;
    background: linear-gradient(180deg, #dc2626 0%, #b91c1c 100%);
    border-radius: 1px;
    transform: skewY(-45deg);
}

/* Notification Button */
.header-actions .notification-btn[b-ujoevhj2i2] {
    color: #31352F;
    background: #F2F2F2;
    /* padding: 10px; */
    border:1px solid #e5e7eb;
    border-radius: 100%;
    position: relative;
}

/* .header-actions .notification-btn:hover {
    background: #f3f4f6;
} */

.notification-wrapper[b-ujoevhj2i2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification-wrapper i[b-ujoevhj2i2] {
    font-size: 15px;
}

.notification-dot[b-ujoevhj2i2] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: var(--danger);
    border-radius: 50%;
    border: 2px solid white;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
}

/* AI Chat Button */
.header-actions .ai-chat-btn[b-ujoevhj2i2] {
    background: linear-gradient(135deg, #FFEEDF 0%, #FFB774 100%);
    color: var(--black);
    border: 1px solid #FFB488;
    font-weight: 600;
    /* padding: 10px 16px; */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(255, 180, 136, 0.2);
    position: relative;
    overflow: hidden;
}

.header-actions .ai-chat-btn[b-ujoevhj2i2]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(224, 224, 224, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, rgba(224, 224, 224, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 40% 80%, rgba(224, 224, 224, 0.1) 1px, transparent 1px);
    background-size: 3px 3px, 4px 4px, 2px 2px;
    pointer-events: none;
    opacity: 0.6;
}

/* .header-actions .ai-chat-btn:hover {
    background: linear-gradient(135deg, #FFE4CF 0%, #FF9A4A 100%);
    border-color: #FF9A4A;
    box-shadow: 0 4px 8px rgba(255, 180, 136, 0.3);
    transform: translateY(-1px);
} */

.header-actions .ai-chat-btn i[b-ujoevhj2i2] {
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: var(--orange);
}

.header-actions .btn-text[b-ujoevhj2i2] {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-actions[b-ujoevhj2i2] {
        gap: 8px;
    }
    
    .header-actions .header-btn[b-ujoevhj2i2] {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .header-actions .btn-text[b-ujoevhj2i2] {
        display: none;
    }
    
    .header-actions .quben-btn .cube-icon[b-ujoevhj2i2] {
        margin-right: 0;
    }
    
    .header-actions .ai-chat-btn[b-ujoevhj2i2] {
        padding: 8px;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .header-actions[b-ujoevhj2i2] {
        gap: 6px;
    }
    
    .header-actions .header-btn[b-ujoevhj2i2] {
        padding: 6px 8px;
    }
}
/* /Components/Pages/MyTasks/MyTasks.razor.rz.scp.css */
/* My Tasks Page Styling */
.container-fluid[b-ayu50ww9x4] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Header Styling */
.tasks-header[b-ayu50ww9x4] {
    padding-bottom: 7px;
    margin-bottom: 1rem;
    position: relative;
}

.tasks-header[b-ayu50ww9x4]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 1px;
    background-color: #E4E4E7;
    width: 100vw;
    margin-left: -50vw;
}

.tasks-header h5[b-ayu50ww9x4] {
    color: #1f2937;
    font-weight: 600;
}

/* Responsive Paper - Base styling */
.responsive-paper[b-ayu50ww9x4] {
    background-color: var(--white) !important;
    border-radius: 0.375rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Tasks Column Styling */
.tasks-column[b-ayu50ww9x4] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tasks-column-header[b-ayu50ww9x4] {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

/* Tasks List */
.tasks-list[b-ayu50ww9x4] {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Task Card Styling */
.task-card[b-ayu50ww9x4] {
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem;
    background-color: var(--white);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    margin: 0;
}

[b-ayu50ww9x4] .task-card {
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
}

.task-card:hover[b-ayu50ww9x4] {
    border-color: #d1d5db !important;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
}

[b-ayu50ww9x4] .task-card:hover {
    border-color: #d1d5db !important;
}

[b-ayu50ww9x4] .task-card .mud-card-content {
    padding: 0.75rem !important;
}

/* Chip Styling */
[b-ayu50ww9x4] .mud-chip {
    font-weight: 500;
    font-size: 0.75rem;
    height: 24px;
    padding: 0 8px;
}

/* Priority Chip Colors */
[b-ayu50ww9x4] .mud-chip.mud-chip-color-error {
    background-color: #fee2e2 !important;
    color: var(--danger) !important;
}

[b-ayu50ww9x4] .mud-chip.mud-chip-color-warning {
    background-color: #fef3c7 !important;
    color: var(--warning) !important;
}

[b-ayu50ww9x4] .mud-chip.mud-chip-color-success {
    background-color: #d1fae5 !important;
    color: var(--primary) !important;
}

[b-ayu50ww9x4] .mud-chip.mud-chip-color-info {
    background-color: #dbeafe !important;
    color: var(--blue) !important;
}

/* Header Chip Colors - Match icon colors */
[b-ayu50ww9x4] .tasks-column-header .mud-chip.mud-chip-color-warning {
    background-color: var(--warning) !important;
    color: var(--white) !important;
}

[b-ayu50ww9x4] .tasks-column-header .mud-chip.mud-chip-color-info {
    background-color: var(--blue) !important;
    color: var(--white) !important;
}

/* Button Styling */
[b-ayu50ww9x4] .mud-button-text {
    font-weight: 500;
}

/* Responsive Paper Padding */
/* Desktop and larger tablets */
@media (min-width: 900px) {
    .responsive-paper[b-ayu50ww9x4] {
        padding: 15px !important;
    }
}

/* Tablets */
@media (min-width: 600px) and (max-width: 899px) {
    .responsive-paper[b-ayu50ww9x4] {
        padding: 15px !important;
    }
}

/* Mobile devices */
@media (max-width: 599px) {
    .responsive-paper[b-ayu50ww9x4] {
        padding: 10px !important;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .responsive-paper[b-ayu50ww9x4] {
        padding: 8px !important;
    }
}

/* Tasks Grid - Responsive layout for all screen sizes */
.tasks-grid[b-ayu50ww9x4] {
    width: 100%;
}

.tasks-column-item[b-ayu50ww9x4] {
    width: 100%;
}

/* Ensure 2 columns in one row for screens between 750px and 955px (specific requirement) */
@media (min-width: 750px) and (max-width: 955px) {
    [b-ayu50ww9x4] .tasks-grid .mud-grid-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    
    .tasks-column-item[b-ayu50ww9x4] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

/* Large screens (above 955px) - 2 columns */
@media (min-width: 956px) {
    [b-ayu50ww9x4] .tasks-grid .mud-grid-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
    
    .tasks-column-item[b-ayu50ww9x4] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }
}

/* Small screens (below 600px) - 1 column */
@media (max-width: 599px) {
    [b-ayu50ww9x4] .tasks-grid .mud-grid-item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .tasks-column-item[b-ayu50ww9x4] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

/* Responsive Design - General adjustments */
@media (max-width: 960px) {
    .tasks-column[b-ayu50ww9x4] {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .tasks-header h5[b-ayu50ww9x4] {
        font-size: 1.125rem;
    }

    .tasks-column-header[b-ayu50ww9x4] {
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .tasks-list[b-ayu50ww9x4] {
        gap: 0.5rem;
    }

    [b-ayu50ww9x4] .task-card .mud-card-content {
        padding: 0.5rem !important;
    }

    [b-ayu50ww9x4] .mud-chip {
        font-size: 0.7rem;
        height: 22px;
    }
}

/* Very small screens - optimize spacing */
@media (max-width: 480px) {
    .tasks-header[b-ayu50ww9x4] {
        margin-bottom: 0.75rem;
    }

    .tasks-header h5[b-ayu50ww9x4] {
        font-size: 1rem;
    }

    .tasks-column-header[b-ayu50ww9x4] {
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .tasks-list[b-ayu50ww9x4] {
        gap: 0.75rem;
    }
}

