.small,
small {
  font-size: .8em;
}

.badge.small {
  font-size: .75em;
}

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }

  .navbar-search {
    display: block;
  }

  #sidebarMenu,
  .sidebar {
    background-color: #212529 !important;
    border: none !important;
  }

  .sidebar .list-group-item {
    background-color: #212529;
    border-color: #212529;
    color: #dee2e6;
  }

  .sidebar .list-group-item div {
    color: #f8f9fa;
  }

  .sidebar .list-group-item span {
    background-color: #6c757d !important;
  }

  .sidebar .list-group-item small {
    color: #dee2e6 !important;
  }
}

input:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background: #BDBDBD;
}

::-webkit-scrollbar-thumb:hover {
  background: #9E9E9E;
}