
.feather {
  width: 16px;
  height: 16px;
}

/*
 * Sidebar
 */

.mainpanel {
  position: relative;
}
.thesidebar {
  position: relative;
  left: 0;
  height: auto;
  z-index: 100;
  padding: 0 0 20px 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background: rgba(0,0,0,0.8);
  border-radius: 0 0 20px 20px;
}

@media (max-width: 767.98px) {
  .thesidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
}

.thesidebar .nav-link {
  font-weight: 500;
  color: #FFF;
}

.thesidebar .nav-link {
  font-weight: 500;
  color: #FFF;
}

.thesidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.thesidebar .nav-link.active {
  color: #2470dc;
}

.thesidebar .nav-link:hover .feather,
.thesidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

