@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/Accounting/FinancialRatiosALL.razor.rz.scp.css */
/* Premium Financial Page Styles */
.financial-page-container[b-9fa72wus0e] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
}

.premium-header[b-9fa72wus0e] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(5, 150, 105, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .premium-header[b-9fa72wus0e]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.premium-header-content[b-9fa72wus0e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    position: relative;
    z-index: 1;
}

.premium-header-icon[b-9fa72wus0e] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.premium-header-text[b-9fa72wus0e] {
    text-align: start;
}

    .premium-header-text h1[b-9fa72wus0e] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 800;
        color: white;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .premium-header-text p[b-9fa72wus0e] {
        margin: 0.25rem 0 0 0;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

.header-actions[b-9fa72wus0e] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.btn-header-secondary[b-9fa72wus0e] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
}

    .btn-header-secondary:hover[b-9fa72wus0e] {
        background: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-2px);
    }

/* Filter Card */
.filter-card[b-9fa72wus0e] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.filter-card-header[b-9fa72wus0e] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .filter-card-header i[b-9fa72wus0e] {
        color: #059669;
        font-size: 1.25rem;
    }

    .filter-card-header h3[b-9fa72wus0e] {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1e293b;
    }

.filter-grid[b-9fa72wus0e] {
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.filter-item[b-9fa72wus0e] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .filter-item label[b-9fa72wus0e] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .filter-item label i[b-9fa72wus0e] {
            color: #059669;
        }

.btn-search[b-9fa72wus0e] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
    min-height: 48px;
    width: 100%;
}

    .btn-search:hover[b-9fa72wus0e] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
    }

    .btn-search:disabled[b-9fa72wus0e] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Stats Cards */
.stats-grid[b-9fa72wus0e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-9fa72wus0e] {
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .stat-card:hover[b-9fa72wus0e] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-color: rgba(5, 150, 105, 0.4);
    }

.stat-icon[b-9fa72wus0e] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

    .stat-icon.green[b-9fa72wus0e] {
        background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(4, 120, 87, 0.1) 100%);
        color: #059669;
    }

    .stat-icon.blue[b-9fa72wus0e] {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
        color: #3b82f6;
    }

    .stat-icon.purple[b-9fa72wus0e] {
        background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
        color: #8b5cf6;
    }

    .stat-icon.orange[b-9fa72wus0e] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
        color: #f59e0b;
    }

.stat-content[b-9fa72wus0e] {
    flex: 1;
    min-width: 0;
}

    .stat-content h4[b-9fa72wus0e] {
        margin: 0;
        font-size: 0.875rem;
        color: #64748b;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stat-content p[b-9fa72wus0e] {
        margin: 0.5rem 0 0 0;
        font-size: 1.5rem;
        font-weight: 800;
        color: #1e293b;
        line-height: 1;
    }

/* Data Card */
.data-card[b-9fa72wus0e] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.data-card-header[b-9fa72wus0e] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

    .data-card-header h4[b-9fa72wus0e] {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

        .data-card-header h4 i[b-9fa72wus0e] {
            color: #059669;
        }

.data-card-body[b-9fa72wus0e] {
    padding: 0;
    overflow-x: auto;
}

.btn-export[b-9fa72wus0e] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-export:hover[b-9fa72wus0e] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
    }

/* Financial Table */
.financial-table[b-9fa72wus0e] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

    .financial-table thead tr[b-9fa72wus0e] {
        background: linear-gradient(135deg, #059669 0%, #047857 100%);
    }

    .financial-table th[b-9fa72wus0e] {
        padding: 1rem 0.75rem;
        color: white;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
        border-bottom: 2px solid #047857;
    }

        .financial-table th:first-child[b-9fa72wus0e] {
            text-align: start;
            min-width: 180px;
        }

    .financial-table tbody tr[b-9fa72wus0e] {
        transition: background 0.2s ease;
    }

        .financial-table tbody tr:nth-child(even)[b-9fa72wus0e] {
            background: #f8fafc;
        }

        .financial-table tbody tr:hover[b-9fa72wus0e] {
            background: rgba(5, 150, 105, 0.05);
        }

    .financial-table td[b-9fa72wus0e] {
        padding: 0.875rem 0.75rem;
        border-bottom: 1px solid #e2e8f0;
        text-align: center;
        font-weight: 500;
        color: #475569;
    }

        .financial-table td:first-child[b-9fa72wus0e] {
            text-align: start;
            font-weight: 600;
            color: #1e293b;
        }

    .financial-table .row-highlight[b-9fa72wus0e] {
        background: linear-gradient(135deg, rgba(5, 150, 105, 0.08) 0%, rgba(4, 120, 87, 0.08) 100%) !important;
    }

        .financial-table .row-highlight td[b-9fa72wus0e] {
            color: #047857;
            font-weight: 700;
        }

.positive-value[b-9fa72wus0e] {
    color: #059669 !important;
    font-weight: 600;
}

.negative-value[b-9fa72wus0e] {
    color: #dc2626 !important;
    font-weight: 600;
}

/* Empty & Loading States */
.empty-state[b-9fa72wus0e], .loading-state[b-9fa72wus0e] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state-icon[b-9fa72wus0e] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(4, 120, 87, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

    .empty-state-icon i[b-9fa72wus0e] {
        font-size: 2.5rem;
        color: #059669;
    }

.empty-state h3[b-9fa72wus0e], .loading-state h3[b-9fa72wus0e] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-9fa72wus0e] {
    margin: 0;
    color: #64748b;
}

.loading-state i[b-9fa72wus0e] {
    font-size: 3rem;
    color: #059669;
    margin-bottom: 1rem;
}

/* Dropdown Styles */
.rz-dropdown[b-9fa72wus0e] {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    min-height: 48px !important;
    transition: all 0.3s ease !important;
}

    .rz-dropdown:hover[b-9fa72wus0e], .rz-dropdown:focus-within[b-9fa72wus0e] {
        border-color: #059669 !important;
        box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1) !important;
    }

.rz-chips .rz-chip[b-9fa72wus0e] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%) !important;
    color: #047857 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .financial-page-container[b-9fa72wus0e] {
        padding: 1rem 0.5rem;
    }

    .premium-header[b-9fa72wus0e] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        text-align: center;
    }

    .premium-header-content[b-9fa72wus0e] {
        flex-direction: column;
    }

    .premium-header-text[b-9fa72wus0e] {
        text-align: center;
    }

        .premium-header-text h1[b-9fa72wus0e] {
            font-size: 1.5rem;
        }

    .filter-grid[b-9fa72wus0e] {
        grid-template-columns: 1fr;
        padding: 1.25rem 1.5rem;
    }

    .stats-grid[b-9fa72wus0e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-card[b-9fa72wus0e] {
        padding: 1.25rem;
    }

    .data-card-header[b-9fa72wus0e] {
        padding: 1.25rem 1.5rem;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .premium-header-icon[b-9fa72wus0e] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .stats-grid[b-9fa72wus0e] {
        grid-template-columns: 1fr;
    }

    .stat-icon[b-9fa72wus0e] {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .stat-content p[b-9fa72wus0e] {
        font-size: 1.25rem;
    }
}

[dir="rtl"] .premium-header-text[b-9fa72wus0e] {
    text-align: end;
}

[dir="rtl"] .financial-table th:first-child[b-9fa72wus0e],
[dir="rtl"] .financial-table td:first-child[b-9fa72wus0e] {
    text-align: end;
}
/* /Pages/Accounting/FinancialRatiosBranches.razor.rz.scp.css */
.financial-page-container[b-9xe42mvxvn] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
}

.premium-header[b-9xe42mvxvn] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .premium-header[b-9xe42mvxvn]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.premium-header-content[b-9xe42mvxvn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    position: relative;
    z-index: 1;
}

.premium-header-icon[b-9xe42mvxvn] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.premium-header-text h1[b-9xe42mvxvn] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.premium-header-text p[b-9xe42mvxvn] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.header-actions[b-9xe42mvxvn] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.btn-header-secondary[b-9xe42mvxvn] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
}

    .btn-header-secondary:hover[b-9xe42mvxvn] {
        background: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-2px);
    }

.filter-card[b-9xe42mvxvn] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
}

.filter-card-header[b-9xe42mvxvn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

    .filter-card-header i[b-9xe42mvxvn] {
        color: #10b981;
        font-size: 1.25rem;
    }

    .filter-card-header h3[b-9xe42mvxvn] {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1e293b;
    }

.filter-grid[b-9xe42mvxvn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.filter-item label[b-9xe42mvxvn] {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
}

.btn-search[b-9xe42mvxvn] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3);
    min-height: 48px;
    width: 100%;
}

    .btn-search:hover[b-9xe42mvxvn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
    }

    .btn-search:disabled[b-9xe42mvxvn] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.stats-grid[b-9xe42mvxvn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-9xe42mvxvn] {
    background: white;
    border-radius: 14px;
    padding: 1.25rem;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .stat-card:hover[b-9xe42mvxvn] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-color: rgba(16, 185, 129, 0.4);
    }

.stat-icon[b-9xe42mvxvn] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

    .stat-icon.green[b-9xe42mvxvn] {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
        color: #10b981;
    }

    .stat-icon.blue[b-9xe42mvxvn] {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
        color: #3b82f6;
    }

    .stat-icon.purple[b-9xe42mvxvn] {
        background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(124, 58, 237, 0.1) 100%);
        color: #8b5cf6;
    }

    .stat-icon.orange[b-9xe42mvxvn] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
        color: #f59e0b;
    }

.stat-content h4[b-9xe42mvxvn] {
    margin: 0;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-content p[b-9xe42mvxvn] {
    margin: 0.25rem 0 0 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
}

.data-card[b-9xe42mvxvn] {
    background: white;
    border-radius: 16px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .data-card:hover[b-9xe42mvxvn] {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.data-card-header[b-9xe42mvxvn] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(5, 150, 105, 0.08) 100%);
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .data-card-header h4[b-9xe42mvxvn] {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1e293b;
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

        .data-card-header h4 i[b-9xe42mvxvn] {
            color: #10b981;
        }

.data-card-body[b-9xe42mvxvn] {
    padding: 0;
    overflow: auto;
    max-height: 1000px;
}

.financial-table[b-9xe42mvxvn] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

    .financial-table thead[b-9xe42mvxvn] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

        .financial-table thead th[b-9xe42mvxvn] {
            background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
            color: #1e293b;
            font-weight: 700;
            padding: 1rem 0.75rem;
            text-align: center;
            border-bottom: 2px solid #e2e8f0;
            white-space: nowrap;
        }

            .financial-table thead th:first-child[b-9xe42mvxvn] {
                text-align: left;
                position: sticky;
                left: 0;
                z-index: 11;
                background: linear-gradient(135deg, #a7f3d0 0%, #6ee7b7 100%);
                min-width: 200px;
            }

    .financial-table tbody td[b-9xe42mvxvn] {
        padding: 0.875rem 0.75rem;
        text-align: right;
        border-bottom: 1px solid #f1f5f9;
        white-space: nowrap;
        font-weight: 500;
        color: #475569;
    }

        .financial-table tbody td:first-child[b-9xe42mvxvn] {
            text-align: left;
            font-weight: 600;
            color: #1e293b;
            position: sticky;
            left: 0;
            background: #f8fafc;
            z-index: 5;
            min-width: 200px;
        }

    .financial-table tbody tr:hover td[b-9xe42mvxvn] {
        background: rgba(16, 185, 129, 0.05);
    }

        .financial-table tbody tr:hover td:first-child[b-9xe42mvxvn] {
            background: rgba(16, 185, 129, 0.1);
        }

    .financial-table tbody tr:nth-child(even) td[b-9xe42mvxvn] {
        background: #f8fafc;
    }

        .financial-table tbody tr:nth-child(even) td:first-child[b-9xe42mvxvn] {
            background: #f1f5f9;
        }

.row-highlight td[b-9xe42mvxvn] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%) !important;
    font-weight: 700 !important;
    color: #1e40af !important;
}

    .row-highlight td:first-child[b-9xe42mvxvn] {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    }

.positive-value[b-9xe42mvxvn] {
    color: #059669 !important;
}

.negative-value[b-9xe42mvxvn] {
    color: #dc2626 !important;
}

.btn-export[b-9xe42mvxvn] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-export:hover[b-9xe42mvxvn] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    }

.loading-state[b-9xe42mvxvn], .empty-state[b-9xe42mvxvn] {
    text-align: center;
    padding: 4rem 2rem;
}

    .loading-state i[b-9xe42mvxvn] {
        font-size: 3rem;
        color: #10b981;
        margin-bottom: 1rem;
        animation: spin 1s linear infinite;
    }

@@keyframes spin {
    from[b-9xe42mvxvn] {
        transform: rotate(0deg);
    }

    to[b-9xe42mvxvn] {
        transform: rotate(360deg);
    }
}

.loading-state h3[b-9xe42mvxvn] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.empty-state-icon[b-9xe42mvxvn] {
    font-size: 4rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-state h3[b-9xe42mvxvn] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-9xe42mvxvn] {
    color: #64748b;
    margin: 0;
}

@media (max-width: 768px) {
    .financial-page-container[b-9xe42mvxvn] {
        padding: 1rem 0.5rem;
    }

    .premium-header[b-9xe42mvxvn] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        text-align: center;
    }

    .premium-header-text h1[b-9xe42mvxvn] {
        font-size: 1.5rem;
    }

    .filter-grid[b-9xe42mvxvn] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-9xe42mvxvn] {
        grid-template-columns: repeat(2, 1fr);
    }

    .data-card-header[b-9xe42mvxvn] {
        padding: 1rem;
        flex-direction: column;
        gap: 0.75rem;
    }

    .financial-table[b-9xe42mvxvn] {
        font-size: 0.8125rem;
    }

    .data-card-body[b-9xe42mvxvn] {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .stats-grid[b-9xe42mvxvn] {
        grid-template-columns: 1fr;
    }

    .stat-card[b-9xe42mvxvn] {
        padding: 1rem;
    }
}

.rz-dropdown[b-9xe42mvxvn] {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    min-height: 48px !important;
}

    .rz-dropdown:hover[b-9xe42mvxvn] {
        border-color: #10b981 !important;
    }

.rz-chips .rz-chip[b-9xe42mvxvn] {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    color: #059669;
    border-radius: 8px;
}
/* /Pages/Accounting/TreeAccountPandL/CompareMultiYearAccPL.razor.rz.scp.css */
/* Premium Multi-Year Comparison Page Styles */
.multi-year-page[b-9cair2k6s1] {
    font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 1.5rem;
}

/* ===== Premium Header ===== */
.premium-header[b-9cair2k6s1] {
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 40%, #38bdf8 100%) !important;
    border-radius: 20px;
    padding: 1.75rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 8px 32px rgba(14, 165, 233, 0.4), 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .premium-header[b-9cair2k6s1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 10% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
            radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 35%);
        pointer-events: none;
    }

.premium-header-content[b-9cair2k6s1] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    z-index: 1;
}

.premium-header-icon[b-9cair2k6s1] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    color: #ffffff !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.premium-header-text[b-9cair2k6s1] {
    text-align: start;
}

    .premium-header-text h1[b-9cair2k6s1] {
        margin: 0;
        font-size: 1.625rem;
        font-weight: 800;
        color: #ffffff !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    .premium-header-text p[b-9cair2k6s1] {
        margin: 0.375rem 0 0 0;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.95) !important;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 500;
    }

.header-year-badges[b-9cair2k6s1] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.year-badge[b-9cair2k6s1] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    backdrop-filter: blur(12px);
}

/* ===== Filter Card ===== */
.premium-filter-card[b-9cair2k6s1] {
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.filter-header-section[b-9cair2k6s1] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 40%, #38bdf8 100%) !important;
    position: relative;
    overflow: hidden;
}

    .filter-header-section[b-9cair2k6s1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 60%),
            radial-gradient(circle at 0% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
        pointer-events: none;
    }

    .filter-header-section i[b-9cair2k6s1] {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #ffffff !important;
        font-size: 0.9375rem;
        position: relative;
        z-index: 1;
    }

    .filter-header-section h2[b-9cair2k6s1] {
        margin: 0;
        font-size: 1rem;
        font-weight: 700;
        color: #ffffff !important;
        position: relative;
        z-index: 1;
    }

.filter-body[b-9cair2k6s1] {
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(224, 242, 254, 0.5) 0%, #ffffff 100%) !important;
}

.filter-grid[b-9cair2k6s1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.filter-item[b-9cair2k6s1] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .filter-item label[b-9cair2k6s1] {
        font-size: 0.8125rem;
        font-weight: 600;
        color: #334155;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .filter-item label i[b-9cair2k6s1] {
            color: #0ea5e9;
            font-size: 0.875rem;
        }

/* ===== Year Selection ===== */
.years-selection[b-9cair2k6s1] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.625rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

.year-chip[b-9cair2k6s1] {
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    min-width: 70px;
    text-align: center;
}

    .year-chip:hover[b-9cair2k6s1] {
        border-color: #0ea5e9;
        color: #0ea5e9;
        background: rgba(14, 165, 233, 0.05);
    }

    .year-chip.selected[b-9cair2k6s1] {
        color: #ffffff !important;
        border-color: transparent !important;
        box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
    }

        .year-chip.selected.color-0[b-9cair2k6s1] {
            background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
        }

        .year-chip.selected.color-1[b-9cair2k6s1] {
            background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%) !important;
        }

        .year-chip.selected.color-2[b-9cair2k6s1] {
            background: linear-gradient(135deg, #075985 0%, #0369a1 100%) !important;
        }

        .year-chip.selected.color-3[b-9cair2k6s1] {
            background: linear-gradient(135deg, #0c4a6e 0%, #075985 100%) !important;
        }

        .year-chip.selected.color-4[b-9cair2k6s1] {
            background: linear-gradient(135deg, #082f49 0%, #0c4a6e 100%) !important;
        }

/* ===== Unified Input Heights (42px) ===== */
.rz-dropdown[b-9cair2k6s1] {
    min-height: 42px !important;
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

    .rz-dropdown:hover[b-9cair2k6s1],
    .rz-dropdown:focus-within[b-9cair2k6s1] {
        border-color: #0ea5e9 !important;
        box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1) !important;
    }

    .rz-dropdown .rz-inputtext[b-9cair2k6s1],
    .rz-dropdown .rz-dropdown-label[b-9cair2k6s1] {
        min-height: 40px !important;
        height: auto !important;
        padding: 8px 12px !important;
        display: flex !important;
        align-items: center !important;
    }

    .rz-dropdown .rz-dropdown-trigger[b-9cair2k6s1] {
        height: 42px !important;
    }

.rz-chips .rz-chip[b-9cair2k6s1] {
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%) !important;
    color: #0284c7 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* ===== Button ===== */
.btn-search-primary[b-9cair2k6s1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.625rem 1.5rem;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 50%, #38bdf8 100%) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.25);
    min-height: 42px !important;
    height: 42px !important;
    width: 100%;
}

    .btn-search-primary:hover:not(:disabled)[b-9cair2k6s1] {
        transform: translateY(-3px);
        box-shadow: 0 8px 32px rgba(14, 165, 233, 0.35);
    }

    .btn-search-primary:disabled[b-9cair2k6s1] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* ===== Warning Box ===== */
.warning-box[b-9cair2k6s1] {
    margin-top: 1rem;
    padding: 0.875rem 1.25rem;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: 10px;
    color: #92400e;
    font-weight: 600;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

    .warning-box i[b-9cair2k6s1] {
        font-size: 1rem;
    }

/* ===== Stats Cards ===== */
.stats-row[b-9cair2k6s1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-9cair2k6s1] {
    background: #ffffff !important;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}

    .stat-card:hover[b-9cair2k6s1] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

.stat-card-header[b-9cair2k6s1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.stat-icon[b-9cair2k6s1] {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #ffffff !important;
}

    .stat-icon.blue[b-9cair2k6s1] {
        background: linear-gradient(135deg, #0284c7, #0ea5e9) !important;
    }

    .stat-icon.green[b-9cair2k6s1] {
        background: linear-gradient(135deg, #0369a1, #0284c7) !important;
    }

    .stat-icon.amber[b-9cair2k6s1] {
        background: linear-gradient(135deg, #075985, #0369a1) !important;
    }

    .stat-icon.purple[b-9cair2k6s1] {
        background: linear-gradient(135deg, #0c4a6e, #075985) !important;
    }

    .stat-icon.red[b-9cair2k6s1] {
        background: linear-gradient(135deg, #082f49, #0c4a6e) !important;
    }

.stat-title[b-9cair2k6s1] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

.stat-value[b-9cair2k6s1] {
    font-size: 1.375rem;
    font-weight: 800;
    color: #1e293b;
}

    .stat-value.positive[b-9cair2k6s1] {
        color: #0ea5e9 !important;
    }

    .stat-value.negative[b-9cair2k6s1] {
        color: #dc2626 !important;
    }

/* ===== Grid Container ===== */
.premium-grid-container[b-9cair2k6s1] {
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.grid-header-section[b-9cair2k6s1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 40%, #38bdf8 100%) !important;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 1rem;
}

    .grid-header-section[b-9cair2k6s1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 100% 50%, rgba(255, 255, 255, 0.12) 0%, transparent 60%),
            radial-gradient(circle at 0% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
        pointer-events: none;
    }

.grid-header-title[b-9cair2k6s1] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0;
    position: relative;
    z-index: 1;
}

    .grid-header-title i[b-9cair2k6s1] {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%) !important;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #ffffff !important;
        font-size: 0.9375rem;
    }

/* ===== Comparison Table ===== */
.comparison-table[b-9cair2k6s1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

    .comparison-table thead tr[b-9cair2k6s1] {
        background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    }

    .comparison-table th[b-9cair2k6s1] {
        padding: 1rem 0.75rem;
        color: #ffffff !important;
        font-weight: 700;
        text-align: center;
        white-space: nowrap;
    }

        .comparison-table th:first-child[b-9cair2k6s1] {
            text-align: start;
            min-width: 220px;
            position: sticky;
            left: 0;
            background: #0284c7;
            z-index: 2;
        }

    .comparison-table tbody tr:nth-child(even)[b-9cair2k6s1] {
        background: #f8fafc;
    }

    .comparison-table tbody tr:hover[b-9cair2k6s1] {
        background: rgba(14, 165, 233, 0.05) !important;
    }

    .comparison-table td[b-9cair2k6s1] {
        padding: 0.875rem 0.75rem;
        border-bottom: 1px solid #e2e8f0;
        text-align: center;
        font-weight: 500;
        color: #475569;
    }

        .comparison-table td:first-child[b-9cair2k6s1] {
            text-align: start;
            font-weight: 600;
            color: #1e293b;
            position: sticky;
            left: 0;
            background: inherit;
            z-index: 1;
        }

    .comparison-table .parent-row[b-9cair2k6s1] {
        background: linear-gradient(135deg, rgba(224, 242, 254, 0.5) 0%, rgba(186, 230, 253, 0.3) 100%) !important;
    }

        .comparison-table .parent-row td[b-9cair2k6s1] {
            font-weight: 700;
            color: #0284c7;
            font-size: 0.9rem;
        }

    .comparison-table .child-row td:first-child[b-9cair2k6s1] {
        padding-left: 2rem;
        color: #64748b;
        font-weight: 500;
    }

    .comparison-table tfoot tr[b-9cair2k6s1] {
        background: linear-gradient(135deg, #0284c7 0%, #0ea5e9 100%) !important;
    }

    .comparison-table tfoot td[b-9cair2k6s1] {
        padding: 1rem 0.75rem;
        color: #ffffff !important;
        font-weight: 700;
        text-align: center;
        font-size: 0.9375rem;
    }

        .comparison-table tfoot td:first-child[b-9cair2k6s1] {
            text-align: start;
        }

/* ===== Empty & Loading States ===== */
.empty-state[b-9cair2k6s1] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state-icon[b-9cair2k6s1] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(56, 189, 248, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

    .empty-state-icon i[b-9cair2k6s1] {
        font-size: 2.5rem;
        color: #0ea5e9;
    }

.empty-state h3[b-9cair2k6s1] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #334155;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-9cair2k6s1] {
    margin: 0;
    color: #64748b;
}

.loading-state[b-9cair2k6s1] {
    text-align: center;
    padding: 3rem 1rem;
    color: #0ea5e9;
}

    .loading-state i[b-9cair2k6s1] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .loading-state h3[b-9cair2k6s1] {
        font-size: 1.125rem;
        font-weight: 600;
        color: #334155;
        margin: 0;
    }

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .multi-year-page[b-9cair2k6s1] {
        padding: 1rem;
    }

    .premium-header[b-9cair2k6s1] {
        padding: 1.5rem;
        flex-direction: column;
        text-align: center;
    }

    .premium-header-content[b-9cair2k6s1] {
        flex-direction: column;
    }

    .premium-header-text[b-9cair2k6s1] {
        text-align: center;
    }

    .header-year-badges[b-9cair2k6s1] {
        justify-content: center;
    }

    .filter-grid[b-9cair2k6s1] {
        grid-template-columns: 1fr;
    }

    .filter-item[b-9cair2k6s1] {
        grid-column: span 1 !important;
    }

    .stats-row[b-9cair2k6s1] {
        grid-template-columns: 1fr 1fr;
    }

    .btn-search-primary[b-9cair2k6s1] {
        width: 100% !important;
    }

    .years-selection[b-9cair2k6s1] {
        justify-content: center;
    }
}


/* /Pages/Accounting/TreeAccountPandL/CompareTwoYearAccPL.razor.rz.scp.css */

.compare-page-container[b-0xdqakczxh] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
}

.premium-header[b-0xdqakczxh] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .premium-header[b-0xdqakczxh]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.premium-header-content[b-0xdqakczxh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    position: relative;
    z-index: 1;
}

.premium-header-icon[b-0xdqakczxh] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.premium-header-text[b-0xdqakczxh] {
    text-align: start;
}

    .premium-header-text h1[b-0xdqakczxh] {
        margin: 0;
        font-size: 1.75rem;
        font-weight: 800;
        color: white;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .premium-header-text p[b-0xdqakczxh] {
        margin: 0.25rem 0 0 0;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.9);
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

.header-badges[b-0xdqakczxh] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.header-badge[b-0xdqakczxh] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
}

    .header-badge.current[b-0xdqakczxh] {
        background: rgba(16, 185, 129, 0.3);
        border-color: rgba(16, 185, 129, 0.5);
    }

    .header-badge.previous[b-0xdqakczxh] {
        background: rgba(245, 158, 11, 0.3);
        border-color: rgba(245, 158, 11, 0.5);
    }

/* Filter Card */
.premium-filter-card[b-0xdqakczxh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.filter-header-section[b-0xdqakczxh] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

    .filter-header-section i[b-0xdqakczxh] {
        color: #7c3aed;
        font-size: 1.25rem;
    }

    .filter-header-section h2[b-0xdqakczxh] {
        margin: 0;
        font-size: 1.125rem;
        font-weight: 700;
        color: #1e293b;
    }

.filter-body[b-0xdqakczxh] {
    padding: 1.5rem 2rem;
}

.filter-grid[b-0xdqakczxh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.filter-item[b-0xdqakczxh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .filter-item label[b-0xdqakczxh] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .filter-item label i[b-0xdqakczxh] {
            color: #7c3aed;
        }

.btn-search-primary[b-0xdqakczxh] {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.3);
    min-height: 48px;
    width: 100%;
}

    .btn-search-primary:hover:not(:disabled)[b-0xdqakczxh] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(124, 58, 237, 0.4);
    }

    .btn-search-primary:disabled[b-0xdqakczxh] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Stats Cards */
.compare-stats[b-0xdqakczxh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-0xdqakczxh] {
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
    border: 2px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .stat-card:hover[b-0xdqakczxh] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-color: rgba(124, 58, 237, 0.4);
    }

.stat-card-header[b-0xdqakczxh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat-icon[b-0xdqakczxh] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

    .stat-icon.purple[b-0xdqakczxh] {
        background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(109, 40, 217, 0.1) 100%);
        color: #7c3aed;
    }

    .stat-icon.green[b-0xdqakczxh] {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
        color: #10b981;
    }

    .stat-icon.amber[b-0xdqakczxh] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
        color: #f59e0b;
    }

.stat-title[b-0xdqakczxh] {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-values[b-0xdqakczxh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.stat-value-item[b-0xdqakczxh] {
    text-align: center;
    flex: 1;
}

    .stat-value-item .year-label[b-0xdqakczxh] {
        font-size: 0.75rem;
        color: #94a3b8;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .stat-value-item .value[b-0xdqakczxh] {
        font-size: 1.25rem;
        font-weight: 800;
        color: #1e293b;
    }

        .stat-value-item .value.positive[b-0xdqakczxh] {
            color: #10b981;
        }

        .stat-value-item .value.negative[b-0xdqakczxh] {
            color: #ef4444;
        }

.stat-divider[b-0xdqakczxh] {
    width: 1px;
    height: 40px;
    background: #e2e8f0;
}

.stat-change[b-0xdqakczxh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

    .stat-change .badge[b-0xdqakczxh] {
        padding: 0.375rem 0.75rem;
        border-radius: 8px;
        font-size: 0.875rem;
        font-weight: 700;
    }

        .stat-change .badge.positive[b-0xdqakczxh] {
            background: #d1fae5;
            color: #059669;
        }

        .stat-change .badge.negative[b-0xdqakczxh] {
            background: #fee2e2;
            color: #dc2626;
        }

/* Grid Container */
.premium-grid-container[b-0xdqakczxh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

.grid-header-section[b-0xdqakczxh] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid-header-title[b-0xdqakczxh] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

    .grid-header-title i[b-0xdqakczxh] {
        color: #7c3aed;
        font-size: 1.25rem;
    }

.grid-header-badges[b-0xdqakczxh] {
    display: flex;
    gap: 0.75rem;
}

.grid-badge[b-0xdqakczxh] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .grid-badge.current[b-0xdqakczxh] {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
        color: #059669;
    }

    .grid-badge.previous[b-0xdqakczxh] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
        color: #d97706;
    }

/* TreeGrid Styles */
.e-treegrid .e-headercelldiv[b-0xdqakczxh], .e-treegrid .e-headercell .e-headertext[b-0xdqakczxh] {
    color: #1e293b !important;
    font-weight: 700 !important;
}

.e-treegrid .e-rowcell[b-0xdqakczxh] {
    padding: 0.75rem 0.5rem;
    font-size: 0.875rem;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.e-treegrid .e-row:hover[b-0xdqakczxh] {
    background: rgba(124, 58, 237, 0.05) !important;
}

.e-treegrid .e-row:nth-child(even)[b-0xdqakczxh] {
    background: #ffffff;
}

.e-treegrid .e-row:nth-child(odd)[b-0xdqakczxh] {
    background: #f8fafc;
}

.e-treegrid .e-toolbar[b-0xdqakczxh] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%) !important;
    border-bottom: 2px solid #e2e8f0 !important;
}

.e-treegrid .e-summaryrow .e-summarycell[b-0xdqakczxh] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
}

/* Empty & Loading States */
.empty-state[b-0xdqakczxh] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state-icon[b-0xdqakczxh] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(109, 40, 217, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

    .empty-state-icon i[b-0xdqakczxh] {
        font-size: 2.5rem;
        color: #7c3aed;
    }

.empty-state h3[b-0xdqakczxh] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-0xdqakczxh] {
    margin: 0;
    color: #64748b;
}

.loading-state[b-0xdqakczxh] {
    text-align: center;
    padding: 3rem 1rem;
    color: #7c3aed;
}

    .loading-state i[b-0xdqakczxh] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .loading-state h3[b-0xdqakczxh] {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 0;
    }

/* Dropdown Styles */
.rz-dropdown[b-0xdqakczxh] {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    min-height: 48px !important;
    transition: all 0.3s ease !important;
}

    .rz-dropdown:hover[b-0xdqakczxh], .rz-dropdown:focus-within[b-0xdqakczxh] {
        border-color: #7c3aed !important;
        box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1) !important;
    }

.rz-chips .rz-chip[b-0xdqakczxh] {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%) !important;
    color: #6d28d9 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .compare-page-container[b-0xdqakczxh] {
        padding: 1rem 0.5rem;
    }

    .premium-header[b-0xdqakczxh] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        text-align: center;
    }

    .premium-header-content[b-0xdqakczxh] {
        flex-direction: column;
    }

    .premium-header-text[b-0xdqakczxh] {
        text-align: center;
    }

    .header-badges[b-0xdqakczxh] {
        justify-content: center;
    }

    .filter-grid[b-0xdqakczxh] {
        grid-template-columns: 1fr;
    }

    .compare-stats[b-0xdqakczxh] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .premium-header-icon[b-0xdqakczxh] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .stat-values[b-0xdqakczxh] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .stat-divider[b-0xdqakczxh] {
        width: 100%;
        height: 1px;
    }
}



/* /Pages/Accounting/TreeAccountPandL/FinacialAcountingPandL.razor.rz.scp.css */

/* Premium P&L Page Styles  */
.pl-page-container[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
}

.premium-header[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    .premium-header[b-kxiqyo6uxn]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
    }

.premium-header-content[b-kxiqyo6uxn] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    position: relative;
    z-index: 1;
}

.premium-header-icon[b-kxiqyo6uxn] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
    flex-shrink: 0;
}

.premium-header-text h1[b-kxiqyo6uxn] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.premium-header-text p[b-kxiqyo6uxn] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

.header-badge[b-kxiqyo6uxn] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

/* Filter Card */
.premium-filter-card[b-kxiqyo6uxn] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
    margin-bottom: 2rem;
}

.filter-header-section[b-kxiqyo6uxn] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
}

.filter-header-title[b-kxiqyo6uxn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

    .filter-header-title i[b-kxiqyo6uxn] {
        color: #6366f1;
        font-size: 1.25rem;
    }

.filter-body[b-kxiqyo6uxn] {
    padding: 1.5rem 2rem;
}

.filter-grid[b-kxiqyo6uxn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    align-items: end;
}

.filter-item[b-kxiqyo6uxn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .filter-item label[b-kxiqyo6uxn] {
        font-size: 0.875rem;
        font-weight: 600;
        color: #64748b;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

        .filter-item label i[b-kxiqyo6uxn] {
            color: #6366f1;
        }

.btn-search-primary[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(99, 102, 241, 0.3);
    min-height: 48px;
    width: 100%;
}

    .btn-search-primary:hover:not(:disabled)[b-kxiqyo6uxn] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
    }

    .btn-search-primary:disabled[b-kxiqyo6uxn] {
        opacity: 0.7;
        cursor: not-allowed;
    }

/* Stats Cards */
.pl-stats[b-kxiqyo6uxn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.stat-card[b-kxiqyo6uxn] {
    background: white;
    border-radius: 14px;
    padding: 1.5rem;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

    .stat-card:hover[b-kxiqyo6uxn] {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-color: rgba(99, 102, 241, 0.4);
    }

.stat-icon[b-kxiqyo6uxn] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

    .stat-icon.indigo[b-kxiqyo6uxn] {
        background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(79, 70, 229, 0.1) 100%);
        color: #6366f1;
    }

    .stat-icon.green[b-kxiqyo6uxn] {
        background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
        color: #10b981;
    }

    .stat-icon.red[b-kxiqyo6uxn] {
        background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
        color: #ef4444;
    }

    .stat-icon.blue[b-kxiqyo6uxn] {
        background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(37, 99, 235, 0.1) 100%);
        color: #3b82f6;
    }

    .stat-icon.amber[b-kxiqyo6uxn] {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(217, 119, 6, 0.1) 100%);
        color: #f59e0b;
    }

.stat-content[b-kxiqyo6uxn] {
    flex: 1;
    min-width: 0;
}

    .stat-content h4[b-kxiqyo6uxn] {
        margin: 0;
        font-size: 0.875rem;
        color: #64748b;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stat-content p[b-kxiqyo6uxn] {
        margin: 0.5rem 0 0 0;
        font-size: 1.875rem;
        font-weight: 800;
        color: #1e293b;
        line-height: 1;
    }

        .stat-content p.positive[b-kxiqyo6uxn] {
            color: #10b981;
        }

        .stat-content p.negative[b-kxiqyo6uxn] {
            color: #ef4444;
        }

/* Grid Container */
.premium-grid-container[b-kxiqyo6uxn] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

.grid-header-section[b-kxiqyo6uxn] {
    padding: 1.5rem 2rem;
    border-bottom: 2px solid #f1f5f9;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid-header-title[b-kxiqyo6uxn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

    .grid-header-title i[b-kxiqyo6uxn] {
        color: #6366f1;
        font-size: 1.25rem;
    }

.grid-header-badge[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(79, 70, 229, 0.1) 100%);
    color: #6366f1;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* TreeGrid Styles */
.e-treegrid .e-headercell[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(79, 70, 229, 0.08) 100%) !important;
    color: #1e293b !important;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
    padding: 1rem 0.75rem;
}

    .e-treegrid .e-headercelldiv[b-kxiqyo6uxn],
    .e-treegrid .e-headercell .e-headertext[b-kxiqyo6uxn] {
        color: #1e293b !important;
        font-weight: 700 !important;
    }

.e-treegrid .e-rowcell[b-kxiqyo6uxn] {
    padding: 0.875rem 0.75rem;
    font-size: 0.9375rem;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.e-treegrid .e-row:hover[b-kxiqyo6uxn] {
    background: rgba(99, 102, 241, 0.05) !important;
    transition: background 0.2s ease;
}

.e-treegrid .e-row:nth-child(even)[b-kxiqyo6uxn] {
    background: #ffffff;
}

.e-treegrid .e-row:nth-child(odd)[b-kxiqyo6uxn] {
    background: #f8fafc;
}

.e-treegrid .e-toolbar[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%) !important;
    border-bottom: 2px solid #e2e8f0 !important;
    /*         padding: 0.75rem 1rem !important;
 */
}

/*  .e-treegrid .e-toolbar-item .e-btn {
        background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
        color: white !important;
        border: none !important;
        border-radius: 8px !important;
        padding: 0.5rem 1rem !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
    }

    .e-treegrid .e-toolbar-item .e-btn:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3) !important;
    } */

.e-treegrid .e-summaryrow .e-summarycell[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 1rem 0.75rem !important;
}

/* Empty & Loading States */
.empty-state[b-kxiqyo6uxn] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state-icon[b-kxiqyo6uxn] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(79, 70, 229, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

    .empty-state-icon i[b-kxiqyo6uxn] {
        font-size: 2.5rem;
        color: #6366f1;
    }

.empty-state h3[b-kxiqyo6uxn] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
}

.empty-state p[b-kxiqyo6uxn] {
    margin: 0;
    color: #64748b;
}

.loading-state[b-kxiqyo6uxn] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6366f1;
}

    .loading-state i[b-kxiqyo6uxn] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .loading-state h3[b-kxiqyo6uxn] {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 0;
    }

/* Dropdown Styles */
.rz-dropdown[b-kxiqyo6uxn] {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    min-height: 48px !important;
    transition: all 0.3s ease !important;
}

    .rz-dropdown:hover[b-kxiqyo6uxn], .rz-dropdown:focus-within[b-kxiqyo6uxn] {
        border-color: #6366f1 !important;
        box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1) !important;
    }

.rz-chips .rz-chip[b-kxiqyo6uxn] {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%) !important;
    color: #4338ca !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .pl-page-container[b-kxiqyo6uxn] {
        padding: 1rem 0.5rem;
    }

    .premium-header[b-kxiqyo6uxn] {
        padding: 1.5rem 1rem;
        flex-direction: column;
        text-align: center;
    }

    .premium-header-content[b-kxiqyo6uxn] {
        flex-direction: column;
    }

    .premium-header-text h1[b-kxiqyo6uxn] {
        font-size: 1.5rem;
    }

    .filter-grid[b-kxiqyo6uxn] {
        grid-template-columns: 1fr;
    }

    .filter-body[b-kxiqyo6uxn] {
        padding: 1.25rem 1.5rem;
    }

    .pl-stats[b-kxiqyo6uxn] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .stat-card[b-kxiqyo6uxn] {
        padding: 1.25rem;
    }

    .grid-header-section[b-kxiqyo6uxn] {
        padding: 1.25rem 1.5rem;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .premium-header-icon[b-kxiqyo6uxn] {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    .pl-stats[b-kxiqyo6uxn] {
        grid-template-columns: 1fr;
    }

    .stat-icon[b-kxiqyo6uxn] {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .stat-content p[b-kxiqyo6uxn] {
        font-size: 1.5rem;
    }

    .grid-header-title[b-kxiqyo6uxn] {
        font-size: 1rem;
    }
}

/* /Pages/Automotive/HR/HR_LeaveMergeGroups/AddLeaveMergeGroup.razor.rz.scp.css */
/* ============================================
       PREMIUM ADD LEAVE MERGE GROUP DIALOG STYLES
       ============================================ */

.add-merge-dialog[b-hkliioeg7s] {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 0;
    overflow: hidden;
    position: relative;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

/* Premium Header */
.add-merge-header[b-hkliioeg7s] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.75rem 2rem;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

    .add-merge-header[b-hkliioeg7s]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #10b981, #3b82f6, #f59e0b, #ef4444 );
        background-size: 200% 100%;
        animation: gradientShift 3s ease infinite;
    }

@@keyframes gradientShift {
    0%[b-hkliioeg7s], 100%[b-hkliioeg7s] {
        background-position: 0% 50%;
    }

    50%[b-hkliioeg7s] {
        background-position: 100% 50%;
    }
}

.add-header-content[b-hkliioeg7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: white;
}

.add-header-left[b-hkliioeg7s] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.add-header-icon[b-hkliioeg7s] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add-header-text h2[b-hkliioeg7s] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.add-header-text p[b-hkliioeg7s] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.95);
}

.header-close-btn[b-hkliioeg7s] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .header-close-btn:hover[b-hkliioeg7s] {
        background: #ef4444;
        transform: rotate(90deg);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    }

/* Content Container - Scrollable */
.add-merge-content[b-hkliioeg7s] {
    padding: 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
    max-height: calc(85vh - 200px);
}

    .add-merge-content[b-hkliioeg7s]::-webkit-scrollbar {
        width: 8px;
    }

    .add-merge-content[b-hkliioeg7s]::-webkit-scrollbar-track {
        background: #f1f5f9;
        border-radius: 10px;
    }

    .add-merge-content[b-hkliioeg7s]::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 10px;
        transition: background 0.2s;
    }

        .add-merge-content[b-hkliioeg7s]::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(135deg, #5568d3 0%, #653a8a 100%);
        }

/* Form Card */
.form-card[b-hkliioeg7s] {
    background: white;
    border-radius: 14px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    border: 2px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

    .form-card:hover[b-hkliioeg7s] {
        border-color: #667eea;
        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.12);
    }

.form-header[b-hkliioeg7s] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f5f9;
}

    .form-header i[b-hkliioeg7s] {
        color: #667eea;
        font-size: 1.25rem;
    }

/* Info Alert */
.merge-info-alert[b-hkliioeg7s] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 2px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

    .merge-info-alert i[b-hkliioeg7s] {
        color: #667eea;
        font-size: 1.5rem;
        flex-shrink: 0;
        margin-top: 0.125rem;
    }

.merge-info-content[b-hkliioeg7s] {
    flex: 1;
}

    .merge-info-content h4[b-hkliioeg7s] {
        margin: 0 0 0.5rem 0;
        font-size: 1rem;
        font-weight: 700;
        color: #1e293b;
    }

    .merge-info-content p[b-hkliioeg7s] {
        margin: 0;
        font-size: 0.875rem;
        color: #64748b;
        line-height: 1.5;
    }

/* Merge Direction Indicator */
.merge-direction[b-hkliioeg7s] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 12px;
}

.merge-arrow[b-hkliioeg7s] {
    color: #667eea;
    font-size: 2rem;
    animation: arrowPulse 2s ease-in-out infinite;
}

@@keyframes arrowPulse {
    0%[b-hkliioeg7s], 100%[b-hkliioeg7s] {
        transform: translateX(0);
        opacity: 1;
    }

    50%[b-hkliioeg7s] {
        transform: translateX(8px);
        opacity: 0.7;
    }
}

.merge-label[b-hkliioeg7s] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Footer */
.add-merge-footer[b-hkliioeg7s] {
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    border-top: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}

.footer-info[b-hkliioeg7s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
}

    .footer-info i[b-hkliioeg7s] {
        color: #667eea;
    }

.footer-actions[b-hkliioeg7s] {
    display: flex;
    gap: 1rem;
}

.btn-footer-cancel[b-hkliioeg7s] {
    padding: 0.75rem 1.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: white;
    color: #64748b;
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .btn-footer-cancel:hover[b-hkliioeg7s] {
        background: #f8fafc;
        border-color: #cbd5e1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

.btn-footer-save[b-hkliioeg7s] {
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: 700;
    font-size: 0.9375rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

    .btn-footer-save:hover:not(:disabled)[b-hkliioeg7s] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(102, 126, 234, 0.5);
    }

    .btn-footer-save:disabled[b-hkliioeg7s] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

/* Custom Dropdown Styling */
[b-hkliioeg7s] .rz-dropdown {
    border-radius: 10px !important;
    border: 2px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

    [b-hkliioeg7s] .rz-dropdown:hover {
        border-color: #cbd5e1 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
    }

    [b-hkliioeg7s] .rz-dropdown:focus-within {
        border-color: #667eea !important;
        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1) !important;
    }

   

/* Responsive */
@@media (max-width: 768px) {
    .add-merge-header[b-hkliioeg7s] {
        padding: 1.5rem 1.25rem;
    }

    .add-header-text h2[b-hkliioeg7s] {
        font-size: 1.25rem;
    }

    .add-merge-content[b-hkliioeg7s] {
        padding: 1.5rem 1rem;
        max-height: calc(85vh - 250px);
    }

    .form-card[b-hkliioeg7s] {
        padding: 1.25rem;
    }

    .add-merge-footer[b-hkliioeg7s] {
        padding: 1.25rem 1rem;
        flex-direction: column;
    }

    .footer-actions[b-hkliioeg7s] {
        width: 100%;
        flex-direction: column;
    }

    .btn-footer-cancel[b-hkliioeg7s],
    .btn-footer-save[b-hkliioeg7s] {
        width: 100%;
        justify-content: center;
    }

    .merge-direction[b-hkliioeg7s] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .merge-arrow[b-hkliioeg7s] {
        transform: rotate(90deg);
    }
}
/* /Pages/Automotive/HR/HR_LeaveMergeGroups/LeaveMergeGroups.razor.rz.scp.css */
/* ============================================
   LEAVE MERGE GROUPS PAGE STYLES
   ============================================ */

.leave-merge-page-container[b-zeztgosr6k] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: 100vh;
    padding: 2rem 1rem;
}

/* Page Header */
.page-header[b-zeztgosr6k] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.page-header-content[b-zeztgosr6k] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.page-header-icon[b-zeztgosr6k] {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    backdrop-filter: blur(10px);
}

.page-header-text h1[b-zeztgosr6k] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.page-header-text p[b-zeztgosr6k] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Add Button */
.btn-add-primary[b-zeztgosr6k] {
    background: white;
    color: #6366f1;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
}

    .btn-add-primary:hover[b-zeztgosr6k] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
        background: #f8fafc;
    }

/* Grid Container */
.grid-container[b-zeztgosr6k] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

/* Syncfusion Grid Styling */
.e-grid .e-headercell[b-zeztgosr6k] {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.08) 100%) !important;
    color: #1e293b !important;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.3px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
    padding: 1rem 0.75rem;
}

    .e-grid .e-headercelldiv[b-zeztgosr6k],
    .e-grid .e-headercell .e-headertext[b-zeztgosr6k] {
        color: #1e293b !important;
    }

.e-grid .e-rowcell[b-zeztgosr6k] {
    padding: 1rem 0.75rem;
    font-size: 0.9375rem;
    color: #475569;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.e-grid .e-row:hover[b-zeztgosr6k] {
    background: rgba(99, 102, 241, 0.05);
    transition: background 0.2s ease;
}

.e-grid .e-row:nth-child(even)[b-zeztgosr6k] {
    background: #ffffff;
}

.e-grid .e-row:nth-child(odd)[b-zeztgosr6k] {
    background: #f8fafc;
}

.e-grid .e-pager[b-zeztgosr6k] {
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    border-top: 2px solid #e2e8f0;
    padding: 1rem;
}

    .e-grid .e-pager .e-numericcontainer .e-currentitem[b-zeztgosr6k] {
        background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
        border-color: #6366f1;
        color: white;
        font-weight: 700;
    }

/* Action Buttons */
.action-buttons[b-zeztgosr6k] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.btn-action[b-zeztgosr6k] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.btn-action-delete[b-zeztgosr6k] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

    .btn-action-delete:hover[b-zeztgosr6k] {
        background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    }

/* Empty State */
.empty-state[b-zeztgosr6k] {
    text-align: center;
    padding: 4rem 2rem;
    color: #64748b;
}

.empty-state-icon[b-zeztgosr6k] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-state-text[b-zeztgosr6k] {
    font-size: 1.125rem;
    font-weight: 600;
}

/* Loading State */
.loading-state[b-zeztgosr6k] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6366f1;
}

    .loading-state i[b-zeztgosr6k] {
        font-size: 3rem;
        margin-bottom: 1rem;
    }

    .loading-state h3[b-zeztgosr6k] {
        font-size: 1.125rem;
        font-weight: 700;
        margin: 0;
    }

/* Mobile Responsive */
@@media (max-width: 768px) {
    .leave-merge-page-container[b-zeztgosr6k] {
        padding: 1rem 0.5rem;
    }

    .page-header[b-zeztgosr6k] {
        padding: 1.5rem 1rem;
        flex-direction: column;
    }

    .page-header-text h1[b-zeztgosr6k] {
        font-size: 1.5rem;
    }

    .btn-add-primary[b-zeztgosr6k] {
        width: 100%;
        justify-content: center;
    }

    .action-buttons[b-zeztgosr6k] {
        flex-wrap: wrap;
    }
}

/* RTL Support */
[dir="rtl"] .action-buttons[b-zeztgosr6k] {
    flex-direction: row-reverse;
}
/* /Pages/ContractTypes/CSCustomerContracts/Conditions/EditContractConditionFinalPage.razor.rz.scp.css */
/* ============================================
   PREMIUM FULLSCREEN DIALOG STYLES - EDIT CONDITION
   ============================================ */

.fullscreen-dialog[b-irlpesa7pa] {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 0;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Dialog Header - Teal/Cyan Theme for Conditions */
.dialog-premium-header[b-irlpesa7pa] {
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    padding: 1.25rem 2rem;
    box-shadow: 0 4px 20px rgba(20, 184, 166, 0.3);
    position: relative;
    flex-shrink: 0;
    z-index: 10;
}

.dialog-header-content[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.dialog-header-icon[b-irlpesa7pa] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: pulse-b-irlpesa7pa 2.5s ease-in-out infinite;
}

.dialog-header-text h2[b-irlpesa7pa] {
    margin: 0 0 0.25rem 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dialog-header-text p[b-irlpesa7pa] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.contract-badge[b-irlpesa7pa] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dialog-close-button[b-irlpesa7pa] {
    position: absolute;
    top: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 20;
    backdrop-filter: blur(10px);
    font-size: 1.1rem;
}

.dialog-close-button:hover[b-irlpesa7pa] {
    background: rgba(239, 68, 68, 0.9);
    border-color: #ef4444;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.4);
}

/* Mode Toggle Buttons */
.mode-toggle-container[b-irlpesa7pa] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 2rem 0 2rem;
    background: white;
    border-bottom: 2px solid #e2e8f0;
    flex-shrink: 0;
}

.mode-toggle-btn[b-irlpesa7pa] {
    flex: 1;
    padding: 0.75rem 1.25rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px 12px 0 0;
    background: white;
    color: #64748b;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    position: relative;
}

.mode-toggle-btn:hover[b-irlpesa7pa] {
    background: #f8fafc;
    border-color: #14b8a6;
    color: #0891b2;
}

.mode-toggle-btn.active[b-irlpesa7pa] {
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    color: white;
    border-color: #14b8a6;
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.3);
}

.mode-toggle-btn.active[b-irlpesa7pa]::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
}

/* Form Container - Scrollable with better performance */
.premium-form-container[b-irlpesa7pa] {
    padding: 1.5rem 2rem;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    min-height: 0;
    height: 100%;
}

.premium-form-container[b-irlpesa7pa]::-webkit-scrollbar {
    width: 10px;
}

.premium-form-container[b-irlpesa7pa]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
}

.premium-form-container[b-irlpesa7pa]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #14b8a620 0%, #0891b220 100%);
    border-radius: 10px;
}

.premium-form-container[b-irlpesa7pa]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #0891b2 0%, #14b8a6 100%);
}

/* Form Section Cards */
.form-section-premium[b-irlpesa7pa] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    border: 2px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.form-section-premium:hover[b-irlpesa7pa] {
    border-color: rgba(20, 184, 166, 0.3);
    box-shadow: 0 8px 25px rgba(20, 184, 166, 0.1);
}

.section-title[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f1f5f9;
}

.section-icon[b-irlpesa7pa] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(135deg, #14b8a620 0%, #0891b220 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14b8a6;
    font-size: 0.95rem;
}

.field-label[b-irlpesa7pa] {
    display: block;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.required-field[b-irlpesa7pa]::after {
    content: " *";
    color: #ef4444;
    font-weight: 700;
}

/* Switch Container Premium */
.switch-container-premium[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1.125rem;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.05) 0%, rgba(8, 145, 178, 0.05) 100%);
    border-radius: 12px;
    border: 2px solid rgba(20, 184, 166, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 0.875rem;
}

.switch-container-premium:hover[b-irlpesa7pa] {
    border-color: rgba(20, 184, 166, 0.2);
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.08) 0%, rgba(8, 145, 178, 0.08) 100%);
}

.switch-label[b-irlpesa7pa] {
    font-weight: 600;
    color: #374151;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.switch-label i[b-irlpesa7pa] {
    color: #14b8a6;
}

/* Validation Messages */
.validation-message[b-irlpesa7pa] {
    color: #ef4444;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-weight: 500;
    animation: slideIn-b-irlpesa7pa 0.3s ease;
}

/* Modal Footer - Sticky */
.modal-footer-premium[b-irlpesa7pa] {
    padding: 1.125rem 2rem;
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
    border-top: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
}

.validation-summary[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.validation-summary.error[b-irlpesa7pa] {
    color: #ef4444;
    font-weight: 600;
}

.footer-actions[b-irlpesa7pa] {
    display: flex;
    gap: 0.875rem;
}

/* Premium Buttons */
.btn-premium-cancel[b-irlpesa7pa] {
    padding: 0.75rem 1.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    color: #64748b;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-premium-cancel:hover[b-irlpesa7pa] {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-premium-submit[b-irlpesa7pa] {
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 16px rgba(20, 184, 166, 0.4);
}

.btn-premium-submit:hover:not(:disabled)[b-irlpesa7pa] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 184, 166, 0.5);
}

.btn-premium-submit:disabled[b-irlpesa7pa] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading States */
.loading-container[b-irlpesa7pa] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.loading-icon[b-irlpesa7pa] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #14b8a620 0%, #0891b220 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-b-irlpesa7pa 1.5s ease-in-out infinite;
}

.loading-icon i[b-irlpesa7pa] {
    font-size: 1.75rem;
    color: #14b8a6;
}

.empty-state[b-irlpesa7pa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem;
    text-align: center;
}

.empty-state-icon[b-irlpesa7pa] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    animation: float-b-irlpesa7pa 3s ease-in-out infinite;
}

.empty-state-icon i[b-irlpesa7pa] {
    font-size: 1.75rem;
    color: #94a3b8;
}

.empty-state h3[b-irlpesa7pa] {
    font-size: 1.125rem;
    font-weight: 800;
    color: #374151;
    margin: 0 0 0.625rem 0;
}

.empty-state p[b-irlpesa7pa] {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
}

/* Animations */
@keyframes slideIn-b-irlpesa7pa {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse-b-irlpesa7pa {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes float-b-irlpesa7pa {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Fullscreen Optimizations */
@media (max-width: 768px) {
    .dialog-premium-header[b-irlpesa7pa] {
        padding: 1rem 1.25rem;
    }

    .mode-toggle-container[b-irlpesa7pa] {
        padding: 0.875rem 1rem 0 1rem;
        flex-direction: column;
    }

    .mode-toggle-btn[b-irlpesa7pa] {
        border-radius: 12px;
    }

    .premium-form-container[b-irlpesa7pa] {
        padding: 1.25rem 1rem;
    }

    .form-section-premium[b-irlpesa7pa] {
        padding: 1.25rem 1rem;
    }

    .modal-footer-premium[b-irlpesa7pa] {
        padding: 1rem;
        flex-direction: column;
    }

    .validation-summary[b-irlpesa7pa] {
        width: 100%;
        justify-content: center;
    }

    .footer-actions[b-irlpesa7pa] {
        width: 100%;
        flex-direction: column;
    }

    .btn-premium-cancel[b-irlpesa7pa],
    .btn-premium-submit[b-irlpesa7pa] {
        width: 100%;
        justify-content: center;
    }
}

/* Override MudDialog default styles for fullscreen */
[b-irlpesa7pa] .mud-dialog-surface {
    max-height: 100vh !important;
    height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

[b-irlpesa7pa] .mud-dialog {
    max-width: none !important;
    height: 100vh !important;
}

/* Product Items Styles */
.product-item[b-irlpesa7pa] {
    padding: 0.875rem 1rem;
    border-radius: 10px;
    background: #f9fafb;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-item:hover[b-irlpesa7pa] {
    background: linear-gradient(135deg, #14b8a610 0%, #0891b210 100%);
    border-color: #14b8a6;
}

.product-add-btn[b-irlpesa7pa] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-add-btn:hover[b-irlpesa7pa] {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 4px 12px rgba(20, 184, 166, 0.4);
}

/* Enhanced Product List Card */
.product-list-card[b-irlpesa7pa] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.5rem;
    max-height: 400px;
    overflow-y: auto;
}

.product-list-card[b-irlpesa7pa]::-webkit-scrollbar {
    width: 6px;
}

.product-list-card[b-irlpesa7pa]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 6px;
}

.product-list-card[b-irlpesa7pa]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    border-radius: 6px;
}

/* Enhanced Selected Products Table */
.selected-products-container[b-irlpesa7pa] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.selected-products-header[b-irlpesa7pa] {
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.selected-products-header h4[b-irlpesa7pa] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.selected-products-count[b-irlpesa7pa] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.selected-products-body[b-irlpesa7pa] {
    max-height: 350px;
    overflow-y: auto;
}

.selected-products-body[b-irlpesa7pa]::-webkit-scrollbar {
    width: 6px;
}

.selected-products-body[b-irlpesa7pa]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.selected-products-body[b-irlpesa7pa]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #14b8a6 0%, #0891b2 100%);
    border-radius: 6px;
}

.selected-product-item[b-irlpesa7pa] {
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.selected-product-item:last-child[b-irlpesa7pa] {
    border-bottom: none;
}

.selected-product-item:hover[b-irlpesa7pa] {
    background: linear-gradient(135deg, #14b8a608 0%, #0891b208 100%);
}

.selected-product-info[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.selected-product-number[b-irlpesa7pa] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #14b8a620 0%, #0891b220 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0891b2;
    flex-shrink: 0;
}

.selected-product-name[b-irlpesa7pa] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.875rem;
}

.btn-remove-product[b-irlpesa7pa] {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #ef444420 0%, #dc262620 100%);
    color: #ef4444;
    border: 1px solid #ef444430;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.btn-remove-product:hover[b-irlpesa7pa] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    border-color: #ef4444;
    transform: scale(1.05);
}

.clear-all-btn[b-irlpesa7pa] {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.clear-all-btn:hover[b-irlpesa7pa] {
    background: rgba(239, 68, 68, 0.9);
    border-color: #ef4444;
}

/* Product Search Enhancement */
.product-search-container[b-irlpesa7pa] {
    margin-bottom: 1rem;
}

.products-loading[b-irlpesa7pa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    gap: 1rem;
}

.products-loading-text[b-irlpesa7pa] {
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* ============================================
   WARNING CARD PREMIUM STYLES
   ============================================ */
.warning-card[b-irlpesa7pa] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%) !important;
    border: 2px solid #f59e0b !important;
    position: relative;
    overflow: hidden;
}

.warning-card[b-irlpesa7pa]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #d97706, #f59e0b);
    background-size: 200% 100%;
    animation: warningShimmer-b-irlpesa7pa 2s linear infinite;
}

.warning-card:hover[b-irlpesa7pa] {
    border-color: #d97706 !important;
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.25) !important;
    transform: translateY(-3px);
}

.warning-card .section-title[b-irlpesa7pa] {
    border-bottom-color: rgba(245, 158, 11, 0.3);
}

.warning-card .section-icon[b-irlpesa7pa] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    animation: warningPulse-b-irlpesa7pa 2s ease-in-out infinite;
}

.warning-card-content[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    border: 2px dashed #fbbf24;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.warning-card-content:hover[b-irlpesa7pa] {
    background: rgba(255, 255, 255, 0.9);
    border-color: #f59e0b;
}

.warning-card-content .warning-icon-wrapper[b-irlpesa7pa] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #fbbf24;
    animation: warningBounce-b-irlpesa7pa 2s ease-in-out infinite;
}

.warning-card-content .warning-icon-wrapper i[b-irlpesa7pa] {
    font-size: 1.5rem;
    color: #d97706;
}

.warning-card-content .warning-text-wrapper[b-irlpesa7pa] {
    flex: 1;
}

.warning-card-content .warning-text-wrapper p[b-irlpesa7pa] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #92400e;
    line-height: 1.6;
}

.warning-card-content .warning-text-wrapper .warning-subtitle[b-irlpesa7pa] {
    font-size: 0.8rem;
    color: #b45309;
    font-weight: 500;
    margin-top: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.warning-badge[b-irlpesa7pa] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.75rem;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);
}

.warning-steps[b-irlpesa7pa] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.warning-step[b-irlpesa7pa] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #92400e;
    transition: all 0.2s ease;
}

.warning-step:hover[b-irlpesa7pa] {
    background: rgba(245, 158, 11, 0.2);
    border-color: #f59e0b;
}

.warning-step .step-number[b-irlpesa7pa] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
}

@keyframes warningShimmer-b-irlpesa7pa {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes warningPulse-b-irlpesa7pa {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
}

@keyframes warningBounce-b-irlpesa7pa {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

/* Dropdown container styling */
.dropdown-container[b-irlpesa7pa] {
    margin-top: 0.75rem;
}

/* Premium dropdown styling */
.premium-dropdown[b-irlpesa7pa] {
    width: 100%;
}

/* Conditional section animation */
.conditional-section[b-irlpesa7pa] {
    animation: slideIn-b-irlpesa7pa 0.3s ease;
}
/* /Shared/Components/Notifications/ChatNotificationBadge.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-bro3cp5okg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bro3cp5okg] {
    flex: 1;
}

.sidebar[b-bro3cp5okg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bro3cp5okg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bro3cp5okg]  a, .top-row .btn-link[b-bro3cp5okg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-bro3cp5okg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-bro3cp5okg] {
        display: none;
    }

    .top-row.auth[b-bro3cp5okg] {
        justify-content: space-between;
    }

    .top-row a[b-bro3cp5okg], .top-row .btn-link[b-bro3cp5okg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bro3cp5okg] {
        flex-direction: row;
    }

    .sidebar[b-bro3cp5okg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bro3cp5okg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-bro3cp5okg], article[b-bro3cp5okg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-47m2qnmcx4] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-47m2qnmcx4] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-47m2qnmcx4] {
    font-size: 1.1rem;
}

.oi[b-47m2qnmcx4] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-47m2qnmcx4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-47m2qnmcx4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-47m2qnmcx4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-47m2qnmcx4]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-47m2qnmcx4]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-47m2qnmcx4]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-47m2qnmcx4] {
        display: none;
    }

    .collapse[b-47m2qnmcx4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-47m2qnmcx4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
