[data-theme="dark"] {
  background-color: #000000 !important;
  color: #75d9a3;
}

[data-theme="dark"] .bg-light {
  background-color:#000000 !important;
}
[data-theme="dark"] footer {
  background-color: #000000;
  color: white;
}

[data-theme="dark"] .nav-text {
  color:whitesmoke;
}
[data-theme="dark"] .custom-control-label {
  color: #75d9a3;
}

[data-theme="dark"] .card {
  background-color: rgb(55, 70, 92);
  color: whitesmoke;
}

[data-theme="dark"] .bg-white {
  background-color: #000 !important;
}

[data-theme="dark"] .bg-black {
  background-color: #eee !important;
}
