#sidebar-nav li, #sidebar-wrapper {
  background-color: rgb(4,42,54);
}

.senkatech-logo {
  width: 50px;
  margin-left: 15px;
}

#sidebar-nav a {
  /*margin-left: 5px;*/
}

.sidebar-brand {
  background-color: #0b0b0b1a;
}

.dropdown-item {
  color: rgb(74,68,68) !important;
}

.dropdown-menu {
  margin-left: 10px !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 13rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #ffcc00;
  line-height: 50px;
  z-index: 999;
}

