@import '../theme.less';

.@{assign-prefix} {
  &-search {
    position: relative;
    .aum-icon {
      color: @disabled-color;
    }
    .ant-input {
      padding: 5px 9px;
      height: 34px;
      font-size: 14px;
    }
    &-popover {
      width: 100%;
      padding-top: 0;
      .highlight-text {
        color: @primary-color;
      }
      .ant-popover-arrow {
        display: none;
      }
      .ant-popover-inner-content {
        max-height: calc(@content-height - 60px);
        overflow-y: auto;
      }
    }
  }
}
