/* Dark mode overrides for covid19.php */
body.dark-mode .text-muted {
    color: #cbd5e1 !important;
}
body.dark-mode .nav-pills .nav-link {
    color: #cbd5e1 !important;
}
body.dark-mode .nav-pills .nav-link.active {
    color: #fff !important;
}
body.dark-mode .card-stat.bg-light {
    background-color: #283347 !important;
    color: #e2e8f0 !important;
}
body.dark-mode .card-stat.bg-light .text-muted {
    color: #cbd5e1 !important;
}
body.dark-mode .card-stat.bg-light .text-danger {
    color: #f87171 !important;
}
body.dark-mode .card-stat.border-primary .card-body {
    color: #60a5fa !important;
}
body.dark-mode .card-stat.border-success .card-body {
    color: #34d399 !important;
}
body.dark-mode .card-stat.border-warning .card-body {
    color: #fbbf24 !important;
}
body.dark-mode .card-stat.border-info .card-body {
    color: #38bdf8 !important;
}
body.dark-mode .card-stat.border-primary,
body.dark-mode .card-stat.border-success,
body.dark-mode .card-stat.border-warning,
body.dark-mode .card-stat.border-info {
    background-color: #1e293b !important;
    border-color: #334155 !important;
}
body.dark-mode .hover-card {
    background-color: #1e293b !important;
    border: 1px solid #334155 !important;
}
body.dark-mode .hover-card:hover {
    background-color: #273549 !important;
    border-color: #60a5fa !important;
}
body.dark-mode .text-dark {
    color: #f1f5f9 !important;
}
body.dark-mode .alert-info {
    background-color: #1e40af !important;
    color: #e0e7ff !important;
    border-color: #1e3a8a !important;
}
body.dark-mode h4.fw-bold, body.dark-mode h5.mb-4 {
    color: #f1f5f9 !important;
}
body.dark-mode .btn-warning {
    color: #1f2937 !important;
}