/**
 * Copyright 2016-present, Baifendian, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.bfd-auto-complete__popover .bfd-popover__content {
  max-width: none;
  padding: 0;
}
.bfd-auto-complete__result {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bfd-auto-complete__result > li {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.bfd-auto-complete__result > li:hover {
  background-color: #f5f5f5;
}
.bfd-auto-complete__result {
  max-height: 180px;
  overflow: auto;
}
.bfd-auto-complete__option--active {
  background-color: #f5f5f5;
}
