.dark.app {
  background: #23242c;
  color: #fff;
}

.dark button, .dark .btn {
  background-color: #35363d;
  color: #fff;
  border-color: #222;
}

.dark button.btn-primary, .dark .btn.btn-primary {
  border: 2px solid #fff;
}

.dark header.navbar {
  background-color: #303139;
  border-bottom: 0;
}

.dark header.navbar button {
  background-color: transparent;
  border: 0;
}

.dark .form-control, .dark .input-group-addon {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.dark .search-area.form-group {
  border: 1px solid #222 !important;
  background-color: rgba(0, 0, 0, 0.25);
}

.dark .search-area.form-group .form-control, .dark .search-area.form-group .input-group-addon {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

.dark .search-area.form-group .form-control {
  border-radius: 0;
}

.dark .sidebar {
  background: #303139;
}

.dark label {
  color: #fff;
}

.dark a {
  color: #6e9fff;
}

.dark .ekl-dashboard-section .header h5 {
  color: #fff !important;
}

.dark .ekl-dashboard-section .ekl-card {
  background-color: #303139 !important;
  color: #fff !important;
  border: 1px solid #222 !important;
}

.dark .ekl-dashboard-section .ekl-card .card-header {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #222;
}

.dark .ekl-dashboard-section .ekl-card .card-header .form-control, .dark .ekl-dashboard-section .ekl-card .card-header .input-group-addon {
  background-color: #35363d;
  color: #fff;
  border-color: #222;
}

.dark .breadcrumb-item a {
  color: #fff;
}

.dark .card .card-block {
  background-color: #303139;
  color: #fff;
  border: 1px solid #222;
  border-radius: 7.5px;
}

.dark .card .card-block table, .dark .card .card-block .table {
  color: #fff;
}

.dark .card .card-block table thead tr th, .dark .card .card-block .table thead tr th {
  background: #35363d;
  border-color: 1px solid #222;
}

.dark .card .card-block table thead tr th i.fa-filter, .dark .card .card-block .table thead tr th i.fa-filter {
  color: rgba(255, 255, 255, 0.15);
}

.dark .card .card-block table tbody tr td, .dark .card .card-block .table tbody tr td {
  background: #303139;
  border-color: #222;
}

.dark .card .card-block table tbody tr td.sticky-left, .dark .card .card-block table tbody tr td.sticky-right, .dark .card .card-block .table tbody tr td.sticky-left, .dark .card .card-block .table tbody tr td.sticky-right {
  background: #35363d;
}

.dark .card .card-block .dropdown-menu {
  background: #35363d;
  border-color: #222;
}

.dark .badge {
  background: #303139;
  color: #fff;
}

.dark .badge i {
  color: #fff;
}

.dark .aside-menu {
  background: #303139;
  color: #fff;
  border-left-color: #222;
}

.dark .aside-menu .tab-content {
  background: transparent;
}

.dark .aside-menu select.form-control, .dark .aside-menu select.ui-select-search {
  background: rgba(0, 0, 0, 0.25) url("../../img/arrow.svg") no-repeat center right 5px !important;
  color: #fff;
}
