/**
 * 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-clearable-input {
  position: relative;
  display: inline-block;
}
.bfd-clearable-input .bfd-input {
  padding-right: 25px;
  width: 100%;
}
.bfd-clearable-input .bfd-input--sm + .bfd-clearable-input__clear {
  right: 0;
}
.bfd-clearable-input__clear {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 5px;
}
