.search-popup {
  background-color: rgb(242, 242, 242);
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid rgb(167, 167, 167);
  width: auto;
  max-height: 300px;
  overflow-y: auto;
}

.search-popup li {
  list-style-type: none;
  padding: 10px;
  cursor:pointer;
  width: auto;
}

.search-popup li:hover {
  background-color: lightgray;
}

#search-results-client h4 {
  margin-top: 5px;
  text-align: center;
  border-color: black;
}

.category {
  font-weight: bold;
  margin-right: 10px;
}

.category-heading {
  border-bottom: 1px solid black;
  border-top: 1px solid black;

}

#search-results-client li {
  line-height: 1.2;
  font-size: 15px;
  
}

#search-input-client {
  border-radius: 22px;
  background-color: #484848;  
  background-image: url('/images/icon-search.png');
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  background-size: 25px;
  color: #ffffff;
  height: 40px;
  width: 200px;
}

