.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: relative;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-left: 8px;
  margin-right: 8px;
  top: 14px;
}
.ant-select-auto-complete.ant-select .ant-input {
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  width: 100%;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all .3s;
  background: transparent;
}
.ant-select-auto-complete.ant-select .ant-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-select-auto-complete.ant-select .ant-input:-ms-input-placeholder {
  color: #ccc;
}
.ant-select-auto-complete.ant-select .ant-input::-webkit-input-placeholder {
  color: #ccc;
}
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #49a9ee;
}
.ant-select-auto-complete.ant-select .ant-input:focus {
  border-color: #49a9ee;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(16, 142, 233, 0.2);
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  background-color: #f7f7f7;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #e2e2e2;
}
textarea.ant-select-auto-complete.ant-select .ant-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ant-select-auto-complete.ant-select .ant-input-lg {
  padding: 6px 7px;
  height: 32px;
}
.ant-select-auto-complete.ant-select .ant-input-sm {
  padding: 1px 7px;
  height: 22px;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__placeholder {
  top: 16px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  padding: 6px 7px;
  height: 32px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__placeholder {
  top: 11px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  padding: 1px 7px;
  height: 22px;
}
.ant-select-auto-complete.ant-select .ant-input {
  border: 1px solid #d9d9d9;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #49a9ee;
}
