.darkmode body {
  --bs-body-bg: #202124;
  --body-bg-alt: #36393f;
  --bs-body-color: #e7e7e7;
  --bs-light-rgb: 32, 33, 36;
  --bs-success: #43b581;
  --bs-yellow: #fadc1a;
  --bs-orange: #faa61a;
  --bs-danger: #f04747;
  background-position: right center;
}
.darkmode body .dataTable-pagination-list a {
  color: #818797;
}
.darkmode body .table {
  --bs-table-striped-color: #f3f3f3;
  --bs-table-hover-color: #c4c4c4;
  background-color: var(--body-bg-alt);
}
.darkmode body .accordion-item {
  background-color: #262626;
}
.darkmode body .logo .d {
  transition: fill ease-in 0.6s;
  fill: #e7e7e7;
}
.darkmode body .form-select, .darkmode body .dataTable-input, .darkmode body .dataTable-selector {
  background-color: #313134;
  color: #aaaaab;
  border: none;
}
.darkmode footer {
  background-color: transparent;
}
.darkmode .navbar-toggler-icon, .darkmode .btn-close {
  filter: invert(1) brightness(2);
}
.darkmode .btn-darkmode-toggler {
  color: var(--bs-body-color);
}
.darkmode .btn-darkmode-toggler:hover {
  color: white;
}
.darkmode .btn-darkmode-toggler .switch-light {
  display: var(--fa-display, inline-block);
}
.darkmode .btn-darkmode-toggler .switch-dark {
  display: none;
}

/*# sourceMappingURL=dark-mode.css.map */
