.yee-input-search-wrapper {
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 1000;
  .search-list {
    margin-bottom: 0;
    padding: 4px 0;
    max-height: 250px;
    overflow: auto;
    li {
      padding: 5px 12px;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: #000000a6;
      cursor: pointer;
      transition: background 0.3s ease;
      &:hover {
        background-color: @item-hover-bg;
      }
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 142px;
  }
}
