html[data-bs-theme="dark"] .datepicker table tr td span.focused
{
background-color: var(--bs-primary) !important;
}

html[data-bs-theme="dark"] .dataTables_info
{
  color: #FFF;
}