.navbar-dark {
  --bs-navbar-color: rgba(200, 160, 245, 0.55);
  --bs-navbar-hover-color: rgba(200, 160, 245, 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(200, 160, 245, 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(200, 160, 245, 0.75);
}
[data-bs-theme="dark"] .navbar-dark .navbar-brand {
  color: #fff;
}

.badge {
    background-color: #180a27;
}

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

a {
  color: #762691;
}

a:hover {
  color: #762691;
}

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

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

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: #762691;
}

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

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

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

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

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

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

[data-bs-theme="dark"] .table-light {
  --bs-table-bg: #ad81b5;
  --bs-table-color: #ad81b5;
  --bs-table-border-color: #ad81b5;
}

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