
.bg-body-secondary {
    background-color: #f1f5f9 !important;
}

.bg-body-tertiary {
    background-color: #e2e8f0 !important;
}

.text-body-success {
    color: #49c139 !important;
}

.bg-body {
    background-color: #ffffff !important;
}

body.dark .bg-body-secondary {
    background-color: #020617 !important;
}

body.dark .bg-body-tertiary {
    background-color: #020617 !important;
}

body.dark .bg-body {
    background-color: #020617 !important;
}

body.dark .text-body-secondary {
    color: #94a3b8 !important;
}

body.dark .card {
    color: #e5e7eb;
}

body.dark .shadow,
body.dark .shadow-sm {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6) !important;
}

section,
.card {
    transition: background-color 0.3s ease, color 0.3s ease;
}