body {
  font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
  background-color: #f5f7f6;
}

.sidebar {
  min-height: calc(100vh - 56px);
}

.sidebar .nav-link {
  color: #333;
  padding: .55rem 1rem;
  border-radius: .375rem;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #198754;
  color: #fff;
}

.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.navbar-brand i {
  margin-left: 6px;
}

.searchable-select-menu {
  top: 100%;
  z-index: 1080;
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);
}
