22 Oct Analíticos 2025
Dashboard de Analytics - Proyectos Tecnológicos México /* Custom styles for scrollbar and other details */ body { background-color: #0f172a; color: #f8fafc; font-family: 'Inter', sans-serif; } /* Styles for WebKit browsers (Chrome, Safari) */ ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: #1e293b; } ::-webkit-scrollbar-thumb { background-color: #3b82f6; border-radius: 10px; border: 2px solid #1e293b; } ::-webkit-scrollbar-thumb:hover { background-color: #2563eb; } .tab-active { border-bottom-color: #3b82f6; color: #f8fafc; } .tab-inactive { border-bottom-color: transparent; color:...