[data-theme="dark"] {
  background-color: #333 !important;
  color: #eee;
}

[data-theme="dark"] .bg-light,[data-theme="dark"] .shortbardd {
  background-color: #333 !important;
}

[data-theme="dark"] .shortbardd {
  border: 1px solid white;
}

[data-theme="dark"] .bg-white {
  background-color: #333 !important;
  /* color:#eee!important; */
}

[data-theme="dark"] .sidenav-toggler-inner .bg-white {
  background-color: #eee !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}

[data-theme="dark"] .circpanel {
  background-color: #666 !important;
  color: #eee!important;
}

[data-theme="dark"] .card {
  background-color: #666 !important;
  color: #eee!important;
}

[data-theme="dark"] .jumbotron {
  background-color: #666 !important;
  color: #eee!important;
}

[data-theme="dark"] .list-group-item {
  background-color: #666 !important;
  color: #eee!important;
}

[data-theme="dark"] .unibold {
  color: #eee!important;
}

[data-theme="dark"] .form-label,[data-theme="dark"] .form-control-label {
  color: #eee!important;
}

[data-theme="dark"] h1, [data-theme="dark"] h2, [data-theme="dark"] h3, [data-theme="dark"] h4, [data-theme="dark"] h5, [data-theme="dark"] h6, [data-theme="dark"] .h1, [data-theme="dark"] .h2, [data-theme="dark"] .h3, [data-theme="dark"] .h4, [data-theme="dark"] .h5, [data-theme="dark"] .h6 {
  color: #eee!important;
}

[data-theme="dark"] #chart-membership-dark {
  color:#eee!important;
}

[data-theme="dark"] .footer {
  color:#eee!important;
}

[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd) {
  background-color: #666!important;
  color:#eee!important;
}
[data-theme="dark"] .table-striped tbody tr:nth-of-type(even) {
  background-color: #666!important;
  color:#eee!important;
}


[data-theme="dark"] tr:not(.table-success, .table-warning) td {
  color:#eee!important;
  background-color: #666!important;
}

[data-theme="dark"] .table .thead-light th {
  background-color: #333 !important;
  color:#eee!important;
}

[data-theme="dark"] .table-success td, [data-theme="dark"] .table-warning td{
  color:#000!important;
}

[data-theme="dark"] #attatchlinks a {
  color:#eee!important;
}

[data-theme="dark"] .form-check-label {
  color:#eee!important;
}

[data-theme="dark"] .swal2-popup {
  background-color: #333;
  color:#eee!important;
}

[data-theme="dark"] .form-control-plaintext {
  color:#eee!important;
}