[data-bs-theme="dark"] {
    --bs-body-bg: #1c415d !important;
    --bs-body-color: #ffffff !important;
    --bs-tertiary-bg: #163350 !important;
    --bs-secondary-bg: #163350 !important;
}

[data-bs-theme="dark"] .card,
[data-bs-theme="dark"] .form-control,
[data-bs-theme="dark"] .form-select,
[data-bs-theme="dark"] .input-group-text {
    background-color: #163350 !important;
    color: #ffffff !important;
    border-color: #245a80 !important;
}
