body {
  font-size: .875rem;
}

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

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 64px 0 0; /* Height of navbar */
  -webkit-box-shadow: inset -1px 0 0 rgba(255, 255, 255, .08);
          box-shadow: inset -1px 0 0 rgba(255, 255, 255, .08);
  background-color: #0b1120;
}

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

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

.sidebar .nav-link {
  font-weight: 500;
  color: #94a3b8;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sidebar .nav-link .feather,
.sidebar .nav-link i {
  margin-right: 6px;
  color: #64748b;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.sidebar .nav-link:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.06);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link:hover i {
  color: #38bdf8;
}

.sidebar .nav-link.active {
  color: #38bdf8;
  background-color: rgba(56, 189, 248, 0.12);
  font-weight: 600;
}

.sidebar .nav-link.active .feather,
.sidebar .nav-link.active i {
  color: #38bdf8;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.05em;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
          box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
