8   vertical-align: text-bottom;
 
  20   z-index: 100; /* Behind the navbar */
 
  22   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
 
  26   position: -webkit-sticky;
 
  28   top: 48px; /* Height of navbar */
 
  29   height: calc(100vh - 48px);
 
  32   overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
 
  40 .sidebar .nav-link .feather {
 
  45 .sidebar .nav-link.active {
 
  49 .sidebar .nav-link:hover .feather,
 
  50 .sidebar .nav-link.active .feather {
 
  56   text-transform: uppercase;
 
  65   padding-bottom: .75rem;
 
  67   background-color: rgba(0, 0, 0, .25);
 
  68   box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
 
  71 .navbar .form-control {
 
  79   background-color: rgba(255, 255, 255, .1);
 
  80   border-color: rgba(255, 255, 255, .1);
 
  83 .form-control-dark:focus {
 
  84   border-color: transparent;
 
  85   box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
 
  92 .border-top { border-top: 1px solid #e5e5e5; }
 
  93 .border-bottom { border-bottom: 1px solid #e5e5e5; }