/*
   base.css
*/

body {
  font-size: 0.82rem;
}

.nowrap {
  white-space:nowrap;
}

/* Fix dropdown menu styling - override nav-link in dropdowns to behave like dropdown-item */
.dropdown-menu .nav-link {
  color: #212529 !important;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-menu .nav-link:hover,
.dropdown-menu .nav-link:focus {
  color: #1e2125 !important;
  background-color: #e9ecef;
}

.dropdown-menu .nav-link.active {
  color: #fff !important;
  background-color: #0d6efd;
}

