.xdsoft_autocomplete .xdsoft_input {
  position: relative;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 0 7px 0 #0000001a;
  box-sizing: border-box;
  cursor: default;
  display: none;
  margin-top: -2px;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  z-index: 1;
}
.scrolled .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
  margin-top: -18px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  background: #fff;
  color: #222;
  cursor: pointer;
  font-size: .8rem;
  overflow: hidden;
  padding: .5rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background: #e5e5e5;
  color: #222;
}

@media only screen and (max-width: 991px) {
  .xdsoft_autocomplete .xdsoft_autocomplete_dropdown {
    border: 1px solid #d0ad6c;
    border-top: 1px solid #fff;
    box-shadow: none;
    border-radius: 0;
    margin-top: -1px;
    z-index: 9997;
  }
}
