
 .vertical-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vertical-menu ul li div {
width: auto;
}

.vertical-menu ul:before {
  content: "";
  display: block;
  height: .7rem;
}

.vertical-menu ul:after {
  content: "";
  display: block;
  height: .7rem;
}

.vertical-menu ul ul {
  display: none;
}

.vertical-menu a {
  display: block;
  padding: 0 2rem;
  line-height: 2.5rem;
  white-space: nowrap;
  text-decoration: none;
}

.vertical-menu a > i:first-child {
  width: 2rem;
  display: inline-block;
}

.vertical-menu li.show > ul {
  display: block;
}

.vertical-menu-parent > a:before {
  content: "";
  font-family: FontAwesome;
  float: right;
}

.vertical-menu-parent.show > a:before {
  content: "";
}

.vertical-menu-dark {
  background: black;
}

.vertical-menu-dark li.show, .vertical-menu-dark li.active {
  background: rgba(255, 255, 255, 0.03);
}

/* .vertical-menu-dark li.show > a, .vertical-menu-dark li.active > a {
  color: white;
} */

.vertical-menu-dark a {
  color: rgba(158, 158, 158, 0.9);
}

.vertical-menu-dark a:hover, .vertical-menu-dark a:focus {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}

.vertical-menu-light {
  background: transparent;
  top: inherit;
}

.vertical-menu-light li.show, .vertical-menu-light li.active {
  background: rgba(33, 33, 33, 0.03);
}

.vertical-menu-light li.show > a, .vertical-menu-light li.active > a {
  color: black;
}



.vertical-menu-light a:hover, .vertical-menu-light a:focus {
  color: #424242;
  background: rgba(33, 33, 33, 0.05);
}