.fi-wi-stats-overview-stat,
.fi-section-content,
.fi-tabs,
.fi-ta-table,
.fi-ta-filters,
.fi-dropdown-list,
.fi-sidebar-nav,
.fi-sidebar-header,
.fi-pagination,
.fi-dropdown-panel .grid.gap-y-4.p-6,
.fi-ta-header-toolbar,
.fi-topbar nav {
    background: linear-gradient(to right, #1a202c, #2d3748);
    color: #cbd5e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fi-wi-stats-overview-stat .text-sm {
    color: #a0aec0; /* Lighter text color for smaller text */
}

.fi-wi-stats-overview-stat .text-3xl {
    color: #fff; /* White text color for larger text */
}
