/*
body {
  font-size: .875rem;
}
*/
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  
  bottom: 0;
  left: 0;
  z-index: 1; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  z-index: 1; /* Behind the navbar */
  position: -webkit-sticky;
  position: sticky;
  top: 0px; /* Height of navbar */
  height: calc(84vh - 8px);
  padding-top: 0rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar-sticky::-webkit-scrollbar
{
  width: 8px;  /* for vertical scrollbars */
}
.sidebar-sticky::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.05);
}
.sidebar-sticky::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}


.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

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

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


.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }