[data-bs-theme="dark"] {
    --bs-body-color: #fff !important;
    --bs-body-bg: #212529 !important;
    --bs-emphasis-color: #fff !important;
}

[data-bs-theme="dark"] .card {
    background-color: #2b3035 !important;
    border-color: #373b3e !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .card-header {
    background-color: #212529 !important;
    border-bottom-color: #373b3e !important;
    color: #fff !important;
}

[data-bs-theme="dark"] .table {
    color: #fff !important;
}

[data-bs-theme="dark"] .table th,
[data-bs-theme="dark"] .table td {
    color: #fff !important;
    border-color: #373b3e !important;
}

[data-bs-theme="dark"] .table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075) !important;
    color: #fff !important;
}

[data-bs-theme="dark"] h1,
[data-bs-theme="dark"] h2,
[data-bs-theme="dark"] h3,
[data-bs-theme="dark"] h4,
[data-bs-theme="dark"] h5,
[data-bs-theme="dark"] h6,
[data-bs-theme="dark"] p,
[data-bs-theme="dark"] span,
[data-bs-theme="dark"] div {
    color: #fff !important;
}

[data-bs-theme="dark"] .breadcrumb-item,
[data-bs-theme="dark"] .breadcrumb-item.active {
    color: #fff !important;
}

[data-bs-theme="dark"] .breadcrumb-item a {
    color: #0d6efd !important;
}
