.bg-dark .text-muted,
.bg-black .text-muted,
.card.bg-dark .text-muted,
.card.bg-black .text-muted {
    color: #adb5bd !important;
}
.bg-dark .form-label,
.bg-black .form-label {
    color: #f8f9fa !important;
    font-weight: 500;
}
.bg-dark .smaller,
.bg-black .smaller {
    color: #ced4da !important;
}
.bg-dark .text-muted.small,
.bg-black .text-muted.small {
    color: #ced4da !important;
}
::placeholder {
    color: #6c757d !important;
    opacity: 0.8 !important;
}
