body, .table thead{
  background-color: #000 !important;
}
header.navbar, .sidebar, .bg-gray, .bg-white, .card .card-icon{
  background-color:#444 !important;
}
.form-control-dark, .form-control-dark:focus, .form-control, .form-control-dark:active, .form-control-dark:visited, input:-internal-autofill-selected{
  background-color: #444 !important;
  border: #FFF 1px solid !important;
  color: #FFF !important;
}
.footer{
  background-color: #666 !important;
  color: #FFF !important;
}
.table thead tr th, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, li, form .form-label{
  color: #FFF !important;
}

a, #breadcrumbs span a, .wp-block-pages-list__item.has-child>.wp-block-pages-list__item__link, .wp-block-pages-list__item>.wp-block-pages-list__item__link{
  color: rgb(255 193 7) !important;
}
.card {
  background-color:#444 !important;
  border-left: rgb(255 193 7) 5px solid !important;
  
}
.mdil, .mdil::before{
  color: rgb(255 193 7) !important;
  fill: rgb(255 193 7) !important;
}

.tab-content, .tab-pane{
  border: solid 1px #fff !important;
  background-color: #444 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
  background-color: #fff !important;
  color: #444 !important;
}
.nav-tabs .nav-item.show .nav-link.active, .nav-tabs .nav-link.active{
  border-color: rgb(255 193 7) !important;
  background-color: rgb(255 193 7) !important; 
}