#header {
    background: white !important;
}

#logo {
    background-image: url("./nebraskacloud-logo.png") !important;
    background-color: white;
    background-repeat: no-repeat !important;
    background-position: 5px 5px !important;
    height: 150px;
}

#footer {
    background: #0d0c27 !important;
    color: #efefef !important;
}

.blue-bar {
    background: #0a0b54;
    height: 30px !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ccc;
    z-index: 1000;
    background: white;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.autocomplete-items li {
    padding: 0.5em;
    cursor: pointer;
}
.autocomplete-items li:hover {
    background-color: #eee;
}

.awesomplete {
  z-index: 1000;
  display: unset !important;
  width: 100%;
}

.awesomplete ul {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
}

.awesomplete li {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.awesomplete li:hover,
.awesomplete li[aria-selected="true"],
.awesomplete li.selected {
  color: #1e2125;
  background-color: #e9ecef;
}

.awesomplete mark {
  padding-left: 0;
  padding-right: 0;
}
