/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pro-header-search :global(.anticon-search) {
  cursor: pointer;
  font-size: 16px;
}
.ant-pro-header-search .input {
  -webkit-transition: width 0.3s, margin-left 0.3s;
  transition: width 0.3s, margin-left 0.3s;
  width: 0;
  background: transparent;
  border-radius: 0;
}
.ant-pro-header-search .input :global(.ant-select-selection) {
  background: transparent;
}
.ant-pro-header-search .input input {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.ant-pro-header-search .input,
.ant-pro-header-search .input:hover,
.ant-pro-header-search .input:focus {
  border-bottom: 1px solid #d9d9d9;
}
.ant-pro-header-search .input.show {
  width: 210px;
  margin-left: 8px;
}
