body {
    background-color: #0f172a;
    color: #e2e8f0;
}

.navbar-custom .text-muted,
.card-custom .text-muted,
.list-group-item.text-muted,
.timeline .text-muted,
.text-muted {
    color: #cbd5e1 !important;
}

.card-custom {
    color: #e2e8f0;
}

.card-custom .text-muted,
.metric-label {
    color: #dbeafe !important;
    font-weight: 600;
}

.sidebar .nav-link {
    color: #cbd5e1 !important;
}

.sidebar .nav-link:hover {
    color: #f8fafc !important;
    background-color: rgba(255, 255, 255, 0.07);
}

.sidebar .nav-link.active {
    color: #ffffff !important;
    background-color: #8257e5 !important;
}

.sidebar .nav-link i,
.btn i,
.dropdown-item i {
    color: inherit !important;
}

.table-dark {
    --bs-table-color: #e2e8f0;
    --bs-table-bg: #1e293b;
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: #273449;
    --bs-table-border-color: #334155;
}

.form-control,
.form-select {
    background-color: #0f172a;
    border-color: #334155;
    color: #f8fafc;
}

.form-control:focus,
.form-select:focus {
    background-color: #0f172a;
    color: #ffffff;
    border-color: #8257e5;
    box-shadow: 0 0 0 3px rgba(130, 87, 229, 0.25);
}

.form-control::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.form-select option {
    background-color: #0f172a;
    color: #f8fafc;
}

.btn-primary,
.btn-primary-custom {
    background-color: #8257e5;
    border-color: #8257e5;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary-custom:hover {
    background-color: #6c3fc9;
    border-color: #6c3fc9;
    color: #ffffff;
}

::selection {
    background: rgba(130, 87, 229, 0.5);
    color: #ffffff;
}
