body,
.app-header,
.app-footer {
  background-color: black !important;
  color: white;
}

a,
.btn-link {
  color: #ff8d27;
}
a:hover,
a:active,
a:focus,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #fab06e;
  text-decoration: none;
}

.card,
.select2-results__option,
.nav-tabs-custom {
  color: black;
}
.nav-link.active {
  color: black !important;
}

.pagination>li>a,
.breadcrumb-item.active,
.text-muted,
.breadcrumb-item+.breadcrumb-item:before,
.navbar-nav,
.nav-link {
  color: white !important;
}

.btn-primary,
.dataTables_wrapper
.dataTables_paginate
.paginate_button.current,
.page-item.active .page-link,
.btn-success {
  background-color: #2397a9;
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: rgba(35, 151, 169, 0.8) !important;
}

.sidebar {
  background-color: black !important;
  color: white;
}
.app-header.bg-light .navbar-brand {
  color: white;
  opacity: .8;
}

.sidebar-pills a:not(.active),
.sidebar-pills a:not(.open),
.sidebar-pills a:not(:active),
.sidebar-pills a:not(:focus),
.sidebar-pills a:not(:hover),
.sidebar-pills li,
.sidebar .nav-link .nav-icon {
  color: white !important;
}
.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
  color: #ff8d27 !important;
}
.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: #ff8d27 !important;
}

table.table-hover tbody tr:hover,
.dropdown-item:focus, .dropdown-item:hover {
  background-color: rgba(35, 151, 169, 0.1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #2397a9 !important;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus {
  border-color: #2397a9 !important;
  box-shadow: rgba(35, 151, 169, 0.1) !important;
}

