@use './icons' as *;

#slick-table-autocomplete {
  background-color: white;
  box-shadow: gray 0 0 5px 1px;
  color: #1E456F;
  font-size: 0.75rem;
  max-height: 20em;
  overflow-y: auto;
  position: absolute;
  z-index: 1;

  strong {
    color: rgb(0, 123, 255)
  }

  div.active,
  div:hover {
    cursor: pointer;
    background-color: #e8f4fe;
  }
}

