.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
}

[data-bs-theme="dark"] .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
[data-bs-theme="dark"] .navbar-dark .navbar-nav .nav-link:hover,
[data-bs-theme="dark"] .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
[data-bs-theme="dark"] .navbar-dark .navbar-brand {
  color: #fff;
}

.badge {
    background-color: #10270A;
}

.tud-logo {
  max-height: 35px;
  margin-top: -5px;
}

a {
  color: #307220;
}

a:hover {
  color: #307220;
}

.pagination > li > a,
.pagination > li > span {
    color: #307220;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #307220;
    border-color: #307220;
}

table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    right: 0.3em;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #307220;
}

[data-bs-theme="dark"] .badge {
  background-color: #124a2d;
}

[data-bs-theme="dark"] a {
  color: #4abe7a;
}

[data-bs-theme="dark"] a:hover {
  color: #5dce8d;
}

[data-bs-theme="dark"] .pagination > li > a,
[data-bs-theme="dark"] .pagination > li > span {
  color: #4abe7a;
}

[data-bs-theme="dark"] .page-item.active .page-link {
  color: #fff;
  background-color: #4abe7a;
  border-color: #4abe7a;
}

[data-bs-theme="dark"] .card.bg-light {
  background-color: #2b3035 !important;
  border-color: #373b3e !important;
}

[data-bs-theme="dark"] .table-light {
  --bs-table-bg: #2b3035;
  --bs-table-color: #dee2e6;
  --bs-table-border-color: #373b3e;
}

[data-bs-theme="dark"] .dropdown-menu {
  --bs-dropdown-link-active-bg: #4abe7a;
}