.@{prefixCls}-popup {
  cursor: pointer;

  &-wrapper {
    width: 100%;
    min-width: 0;

    .@{ant-prefix}-input-suffix {
      position: relative;

      .@{ant-prefix}-input-clear-icon:first-child {
        display: none;
      }
    }
  }

  &-input-clear {
    position: absolute;
    top: 50%;
    padding: 1px;
    background-color: #fff;
    transform: translateY(-50%);
    transition: opacity 0.3s, color 0.3s !important;
  }

  &-input input {
    cursor: pointer;
  }
}
