body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 56px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

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

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

.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;
}

/* Navbar */
.navbar{
  z-index: 110;
  height: 48px;
}

.navbar-sticky {
  position: relative;
  top: 0;
}


/* Main content */
.main-content{
  height: calc(100vh - 56px);
}

/* Used to override the color of selected lines */
.line-highlight {
  background: hsla(247, 90%, 70%,.1);
  background: linear-gradient(to right, hsla(247, 90%, 70%,.2) 70%, hsla(247, 90%, 70%,0)) !important;
}

/* Used to prevent the Modal dialog to be grayed out*/
.modal-backdrop{
  z-index: auto !important;
}