.typeahead li.active .dropdown-item {
  background-color: var(--bs-dropdown-link-hover-bg);
}

/*main>.container {
  padding: 60px 15px 0;
}*/

main>.topcontainer {
  padding: 60px 15px 0;
}

/* Absolute Center Spinner */
.overlay {
  position: fixed;
  z-index: 2000;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}
/* Transparent Overlay */
.overlay:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
}