body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
body {
  color: #000000 !important;
}

.dark-layout body {
  color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000000 !important;
}

.dark-layout h1, .dark-layout h2, .dark-layout h3, .dark-layout h4, .dark-layout h5, .dark-layout h6 {
  color: #d0d2d6 !important;
}

.table {
  color: #000000 !important;
}

.table .thead-light th {
  color: #000000 !important;
}

.dark-layout .dropdown-menu .dropdown-item {
  color: #b4b7bd !important;
}

.dropdown-item {
  color: #000000 !important;
}

.dropdown-header {
  color: #000000 !important;
}

.dropdown-item-text {
  color: #000000 !important;
}

.dropdown-toggle::after {
  color: #000000 !important;
}

.main-menu.menu-light .navigation li a {
  color: #000000 !important;
}
