/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.b-design-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 12px;
  color: #474a52;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
}
.b-design-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number-affix-wrapper::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-input-number-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number-affix-wrapper::placeholder {
  color: #81848f;
}
.b-design-input-number-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-affix-wrapper::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-input-number-affix-wrapper:hover {
  border-color: #7a7d85;
  border-right-width: 1px;
}
.b-design-input-number-affix-wrapper:focus,
.b-design-input-number-affix-wrapper-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-affix-wrapper-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number-affix-wrapper-disabled:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-input-number-affix-wrapper[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number-affix-wrapper[disabled]:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-input-number-affix-wrapper-borderless,
.b-design-input-number-affix-wrapper-borderless:hover,
.b-design-input-number-affix-wrapper-borderless:focus,
.b-design-input-number-affix-wrapper-borderless-focused,
.b-design-input-number-affix-wrapper-borderless-disabled,
.b-design-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.b-design-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.b-design-input-number-affix-wrapper-lg {
  padding: 7px 16px;
  font-size: 16px;
}
.b-design-input-number-affix-wrapper-sm {
  padding: 4px 8px;
}
.b-design-input-number-affix-wrapper:not(.b-design-input-number-affix-wrapper-disabled):hover {
  border-color: #7a7d85;
  border-right-width: 1px;
  z-index: 1;
}
.b-design-input-number-affix-wrapper-focused,
.b-design-input-number-affix-wrapper:focus {
  z-index: 1;
}
.b-design-input-number-affix-wrapper-disabled .b-design-input-number[disabled] {
  background: transparent;
}
.b-design-input-number-affix-wrapper > div.b-design-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.b-design-input-number-affix-wrapper > div.b-design-input-number.b-design-input-number-focused {
  box-shadow: none !important;
}
.b-design-input-number-affix-wrapper input.b-design-input-number-input {
  padding: 0;
}
.b-design-input-number-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}
.b-design-input-number-affix-wrapper .b-design-input-number-handler-wrap {
  z-index: 2;
}
.b-design-input-number-prefix,
.b-design-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.b-design-input-number-prefix {
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
.b-design-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 12px;
  margin-left: 4px;
}
.b-design-input-number-group-wrapper .b-design-input-number-affix-wrapper {
  width: 100%;
}
.b-design-input-number-status-error:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number,
.b-design-input-number-status-error:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number:hover {
  background: #fff;
  border-color: #c82727;
}
.b-design-input-number-status-error:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number:focus,
.b-design-input-number-status-error:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number-focused {
  border-color: #d4514c;
  box-shadow: 0 0 0 2px rgba(200, 39, 39, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-status-error .b-design-input-number-prefix {
  color: #c82727;
}
.b-design-input-number-status-warning:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number,
.b-design-input-number-status-warning:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number:hover {
  background: #fff;
  border-color: #ffab00;
}
.b-design-input-number-status-warning:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number:focus,
.b-design-input-number-status-warning:not(.b-design-input-number-disabled):not(.b-design-input-number-borderless).b-design-input-number-focused {
  border-color: #f2a200;
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-status-warning .b-design-input-number-prefix {
  color: #ffab00;
}
.b-design-input-number-affix-wrapper-status-error:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper,
.b-design-input-number-affix-wrapper-status-error:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #c82727;
}
.b-design-input-number-affix-wrapper-status-error:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper:focus,
.b-design-input-number-affix-wrapper-status-error:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper-focused {
  border-color: #d4514c;
  box-shadow: 0 0 0 2px rgba(200, 39, 39, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-affix-wrapper-status-error .b-design-input-number-prefix {
  color: #c82727;
}
.b-design-input-number-affix-wrapper-status-warning:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper,
.b-design-input-number-affix-wrapper-status-warning:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: #ffab00;
}
.b-design-input-number-affix-wrapper-status-warning:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper:focus,
.b-design-input-number-affix-wrapper-status-warning:not(.b-design-input-number-affix-wrapper-disabled):not(.b-design-input-number-affix-wrapper-borderless).b-design-input-number-affix-wrapper-focused {
  border-color: #f2a200;
  box-shadow: 0 0 0 2px rgba(255, 171, 0, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-affix-wrapper-status-warning .b-design-input-number-prefix {
  color: #ffab00;
}
.b-design-input-number-group-wrapper-status-error .b-design-input-number-group-addon {
  color: #c82727;
  border-color: #c82727;
}
.b-design-input-number-group-wrapper-status-warning .b-design-input-number-group-addon {
  color: #ffab00;
  border-color: #ffab00;
}
.b-design-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 12px;
  color: #474a52;
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d7d8db;
  border-radius: 2px;
}
.b-design-input-number::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number::placeholder {
  color: #81848f;
}
.b-design-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-input-number:hover {
  border-color: #7a7d85;
  border-right-width: 1px;
}
.b-design-input-number:focus,
.b-design-input-number-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number-disabled:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-input-number[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number[disabled]:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-input-number-borderless,
.b-design-input-number-borderless:hover,
.b-design-input-number-borderless:focus,
.b-design-input-number-borderless-focused,
.b-design-input-number-borderless-disabled,
.b-design-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.b-design-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.b-design-input-number-lg {
  padding: 7px 16px;
  font-size: 16px;
}
.b-design-input-number-sm {
  padding: 4px 8px;
}
.b-design-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #474a52;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.b-design-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.b-design-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.b-design-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.b-design-input-number-group-addon,
.b-design-input-number-group-wrap,
.b-design-input-number-group > .b-design-input-number {
  display: table-cell;
}
.b-design-input-number-group-addon:not(:first-child):not(:last-child),
.b-design-input-number-group-wrap:not(:first-child):not(:last-child),
.b-design-input-number-group > .b-design-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.b-design-input-number-group-addon,
.b-design-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.b-design-input-number-group-wrap > * {
  display: block !important;
}
.b-design-input-number-group .b-design-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.b-design-input-number-group .b-design-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.b-design-input-number-group .b-design-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.b-design-input-search-with-button .b-design-input-number-group .b-design-input-number:hover {
  z-index: 0;
}
.b-design-input-number-group-addon {
  position: relative;
  padding: 0 12px;
  color: #474a52;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s;
}
.b-design-input-number-group-addon .b-design-select {
  margin: -5px -12px;
}
.b-design-input-number-group-addon .b-design-select.b-design-select-single:not(.b-design-select-customize-input) .b-design-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.b-design-input-number-group-addon .b-design-select-open .b-design-select-selector,
.b-design-input-number-group-addon .b-design-select-focused .b-design-select-selector {
  color: #1b58f4;
}
.b-design-input-number-group-addon .b-design-cascader-picker {
  margin: -9px -16px;
  background-color: transparent;
}
.b-design-input-number-group-addon .b-design-cascader-picker .b-design-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.b-design-input-number-group > .b-design-input-number:first-child,
.b-design-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-number-group > .b-design-input-number:first-child .b-design-select .b-design-select-selector,
.b-design-input-number-group-addon:first-child .b-design-select .b-design-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-number-group > .b-design-input-number-affix-wrapper:not(:first-child) .b-design-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group > .b-design-input-number-affix-wrapper:not(:last-child) .b-design-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-number-group-addon:first-child {
  border-right: 0;
}
.b-design-input-number-group-addon:last-child {
  border-left: 0;
}
.b-design-input-number-group > .b-design-input-number:last-child,
.b-design-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group > .b-design-input-number:last-child .b-design-select .b-design-select-selector,
.b-design-input-number-group-addon:last-child .b-design-select .b-design-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group-lg .b-design-input-number,
.b-design-input-number-group-lg > .b-design-input-number-group-addon {
  padding: 7px 16px;
  font-size: 16px;
}
.b-design-input-number-group-sm .b-design-input-number,
.b-design-input-number-group-sm > .b-design-input-number-group-addon {
  padding: 4px 8px;
}
.b-design-input-number-group-lg .b-design-select-single .b-design-select-selector {
  height: 40px;
}
.b-design-input-number-group-sm .b-design-select-single .b-design-select-selector {
  height: 28px;
}
.b-design-input-number-group .b-design-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-search .b-design-input-number-group .b-design-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-design-input-number-group .b-design-input-number-affix-wrapper:not(:first-child),
.b-design-input-search .b-design-input-number-group .b-design-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact {
  display: block;
}
.b-design-input-number-group.b-design-input-number-group-compact::before {
  display: table;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::before {
  display: table;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child),
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number-affix-wrapper {
  display: inline-flex;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-picker-range {
  display: inline-flex;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-number {
  float: none;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input {
  border-right-width: 1px;
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input:hover {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input:focus {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-focused {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-arrow {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:first-child,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select:first-child > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete:first-child .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker:first-child .b-design-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:last-child,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select:last-child > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker:last-child .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker-focused:last-child .b-design-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input {
  vertical-align: top;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper + .b-design-input-group-wrapper {
  margin-left: -1px;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper + .b-design-input-group-wrapper .b-design-input-affix-wrapper {
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper:not(:last-child).b-design-input-search > .b-design-input-group > .b-design-input-group-addon > .b-design-input-search-button {
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper:not(:last-child).b-design-input-search > .b-design-input-group > .b-design-input {
  border-radius: 2px 0 0 2px;
}
.b-design-input-number-group .b-design-input:hover {
  z-index: 2;
}
.b-design-input-number-group .b-design-input:hover + .b-design-input-number-group .b-design-input:hover-addon {
  z-index: -1;
}
.b-design-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.b-design-input-number-group > [class*='col-'] {
  padding-right: 8px;
}
.b-design-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}
.b-design-input-number-group-wrapper {
  border-radius: 2px;
}
.b-design-input-number-group-wrapper.b-design-input-error .b-design-input {
  border-color: #c82727;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-error .b-design-input:hover:not(.b-design-input-number-group-wrapper.b-design-input-error .b-design-input-disabled) {
  border-color: #c82727;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-error .b-design-input:focus:not(.b-design-input-number-group-wrapper.b-design-input-error .b-design-input-disabled) {
  border-color: #c82727;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-error .b-design-input-group-addon::after,
.b-design-input-number-group-wrapper.b-design-input-error .b-design-input-group-addon::before {
  content: none;
}
.b-design-input-number-group-wrapper.b-design-input-warning .b-design-input {
  border-color: #ffab00;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-warning .b-design-input:hover:not(.b-design-input-number-group-wrapper.b-design-input-warning .b-design-input-disabled) {
  border-color: #ffab00;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-warning .b-design-input:focus:not(.b-design-input-number-group-wrapper.b-design-input-warning .b-design-input-disabled) {
  border-color: #ffab00;
  background-color: #fff;
}
.b-design-input-number-group-wrapper.b-design-input-breathing .b-design-input:focus,
.b-design-input-number-group-wrapper.b-design-input-breathing .b-design-input:focus:hover {
  -webkit-animation: gradient-outline 3s alternate infinite;
          animation: gradient-outline 3s alternate infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.b-design-input-number-group-addon {
  position: relative;
  padding: 0 12px;
  color: #474a52;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  transition: all 0.3s;
  line-height: 18px;
  border: 1px solid #d7d8db;
  background-color: #f1f2f3;
}
.b-design-input-number-group-addon .b-design-select {
  z-index: 1;
  margin: -5px -12px;
}
.b-design-input-number-group-addon .b-design-select.b-design-select-single:not(.b-design-select-customize-input) .b-design-select-selector {
  background-color: #fff;
  border-color: #d7d8db;
  box-shadow: none;
  margin-left: -1px;
  width: calc(100% + 2px);
}
.b-design-input-number-group-addon .b-design-select-open .b-design-select-selector,
.b-design-input-number-group-addon .b-design-select-focused .b-design-select-selector {
  color: #1b58f4;
}
.b-design-input-number-group-addon .b-design-cascader-picker {
  margin: -9px -16px;
  background-color: transparent;
}
.b-design-input-number-group-addon .b-design-cascader-picker .b-design-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.b-design-input-number-group-addon:first-child {
  border-right: 0 !important;
}
.b-design-input-number-group-addon:last-child {
  border-left: 0 !important;
}
.b-design-input-number-group > .b-design-input-number-affix-wrapper:not(:first-child) .b-design-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group > .b-design-input-number-affix-wrapper:not(:last-child) .b-design-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-number-group-lg .b-design-input-number,
.b-design-input-number-group-wrapper-lg .b-design-input-number,
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
.b-design-input-number-group-lg .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-lg .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon .b-design-icon {
  font-size: 16px;
}
.b-design-input-number-group-lg .b-design-input-number .b-design-icon-loading,
.b-design-input-number-group-wrapper-lg .b-design-input-number .b-design-icon-loading,
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon .b-design-icon-loading {
  height: 24px;
}
.b-design-input-number-group-lg .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-lg .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-input-number-group-sm .b-design-input-number,
.b-design-input-number-group-wrapper-sm .b-design-input-number,
.b-design-input-number-group-wrapper-sm .b-design-input-number-group-addon {
  padding: 4px 12px;
  font-size: 12px;
}
.b-design-input-number-group-sm .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-sm .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-sm .b-design-input-number-group-addon .b-design-icon {
  font-size: 14px;
}
.b-design-input-number-group-sm .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-sm .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-sm .b-design-input-number-group-addon .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-input-number-group-xs .b-design-input-number,
.b-design-input-number-group-wrapper-xs .b-design-input-number,
.b-design-input-number-group-wrapper-xs .b-design-input-number-group-addon {
  padding: 2px 8px;
  font-size: 12px;
}
.b-design-input-number-group-xs .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-xs .b-design-input-number .b-design-icon,
.b-design-input-number-group-wrapper-xs .b-design-input-number-group-addon .b-design-icon {
  font-size: 14px;
}
.b-design-input-number-group-xs .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-xs .b-design-input-number .b-design-icon-loading svg,
.b-design-input-number-group-wrapper-xs .b-design-input-number-group-addon .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-input-number-group-wrapper .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button {
  border-color: #d7d8db;
  height: calc(32px - 2px);
}
.b-design-input-number-group-wrapper-sm .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button {
  height: calc(28px - 2px);
}
.b-design-input-number-group-wrapper-sm .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button .b-design-icon {
  vertical-align: middle;
  font-size: 14px;
}
.b-design-input-number-group-wrapper-xs .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button {
  height: calc(24px - 2px);
  padding: 0 8px;
}
.b-design-input-number-group-wrapper-xs .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button .b-design-icon {
  vertical-align: middle;
  font-size: 14px;
}
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button {
  height: calc(40px - 2px);
}
.b-design-input-number-group-wrapper-lg .b-design-input-number-group-addon .b-design-btn.b-design-input-search-button .b-design-icon {
  font-size: 16px;
}
.b-design-input-number-group .b-design-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.b-design-input-number-group .b-design-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.b-design-input-search .b-design-input-number-group .b-design-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-design-input-number-group.b-design-input-number-group-compact {
  display: block;
  white-space: nowrap;
}
.b-design-input-number-group.b-design-input-number-group-compact::before {
  display: table;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::before {
  display: table;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child),
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.b-design-input-number-group.b-design-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-number-affix-wrapper {
  display: inline-flex;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-picker-range {
  display: inline-flex;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-number {
  float: none;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input {
  border-right-width: 1px;
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input:hover,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input:hover {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-selector:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker .b-design-input:focus,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-input-group-wrapper .b-design-input:focus {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-focused {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select > .b-design-select-arrow {
  z-index: 1;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:first-child,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select:first-child > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete:first-child .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker:first-child .b-design-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-design-input-number-group.b-design-input-number-group-compact > *:last-child,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select:last-child > .b-design-select-selector,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker:last-child .b-design-input,
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-cascader-picker-focused:last-child .b-design-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.b-design-input-number-group.b-design-input-number-group-compact > .b-design-select-auto-complete .b-design-input {
  vertical-align: top;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper + .b-design-input-group-wrapper {
  margin-left: -1px;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper + .b-design-input-group-wrapper .b-design-input-affix-wrapper {
  border-radius: 0;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper:not(:last-child).b-design-input-search > .b-design-input-group > .b-design-input-group-addon > .b-design-input-search-button {
  border-radius: 0;
  border: 1px solid transparent;
  border-left: 0px;
}
.b-design-input-number-group.b-design-input-number-group-compact .b-design-input-group-wrapper:not(:last-child).b-design-input-search > .b-design-input-group > .b-design-input {
  border-radius: 2px 0 0 2px;
}
.b-design-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.b-design-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: #474a52;
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #d7d8db;
  transition: all 0.1s linear;
}
.b-design-input-number-handler:active {
  background: #e6e7e8;
}
.b-design-input-number-handler:hover .b-design-input-number-handler-up-inner,
.b-design-input-number-handler:hover .b-design-input-number-handler-down-inner {
  color: #f1f2f3;
}
.b-design-input-number-handler-up-inner,
.b-design-input-number-handler-down-inner {
  text-rendering: optimizelegibility;
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: #474a52;
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-input-number-handler-up-inner > *,
.b-design-input-number-handler-down-inner > * {
  line-height: 1;
}
.b-design-input-number-handler-up-inner svg,
.b-design-input-number-handler-down-inner svg {
  display: inline-block;
}
.b-design-input-number-handler-up-inner::before,
.b-design-input-number-handler-down-inner::before {
  display: none;
}
.b-design-input-number-handler-up-inner .b-design-input-number-handler-up-inner-icon,
.b-design-input-number-handler-up-inner .b-design-input-number-handler-down-inner-icon,
.b-design-input-number-handler-down-inner .b-design-input-number-handler-up-inner-icon,
.b-design-input-number-handler-down-inner .b-design-input-number-handler-down-inner-icon {
  display: block;
}
.b-design-input-number-handler-up-inner > *,
.b-design-input-number-handler-down-inner > * {
  line-height: 1;
}
.b-design-input-number-handler-up-inner svg,
.b-design-input-number-handler-down-inner svg {
  display: inline-block;
}
.b-design-input-number-handler-up-inner::before,
.b-design-input-number-handler-down-inner::before {
  display: none;
}
.b-design-input-number-handler-up-inner .b-design-input-number-handler-up-inner-icon,
.b-design-input-number-handler-up-inner .b-design-input-number-handler-down-inner-icon,
.b-design-input-number-handler-down-inner .b-design-input-number-handler-up-inner-icon,
.b-design-input-number-handler-down-inner .b-design-input-number-handler-down-inner-icon {
  display: block;
}
.b-design-input-number:hover {
  border-color: #7a7d85;
  border-right-width: 1px;
}
.b-design-input-number:hover + .b-design-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.b-design-input-number-focused {
  border-color: #4580ff;
  box-shadow: 0 0 0 2px rgba(27, 88, 244, 0.2);
  border-right-width: 1px;
  outline: 0;
}
.b-design-input-number-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number-disabled:hover {
  border-color: #d7d8db;
  border-right-width: 1px;
}
.b-design-input-number-disabled .b-design-input-number-input {
  cursor: not-allowed;
}
.b-design-input-number-disabled .b-design-input-number-handler-wrap {
  display: none;
}
.b-design-input-number-readonly .b-design-input-number-handler-wrap {
  display: none;
}
.b-design-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 15px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -webkit-appearance: textfield !important;
     -moz-appearance: textfield !important;
          appearance: textfield !important;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.b-design-input-number-input::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number-input::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-input::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number-input::placeholder {
  color: #81848f;
}
.b-design-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number-input::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-input-number-input[type='number']::-webkit-inner-spin-button,
.b-design-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}
.b-design-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.b-design-input-number-lg input {
  height: 38px;
}
.b-design-input-number-sm {
  padding: 0;
}
.b-design-input-number-sm input {
  height: 26px;
  padding: 0 7px;
}
.b-design-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.b-design-input-number-handler-wrap .b-design-input-number-handler .b-design-input-number-handler-up-inner,
.b-design-input-number-handler-wrap .b-design-input-number-handler .b-design-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.b-design-input-number-borderless .b-design-input-number-handler-wrap {
  border-left-width: 0;
}
.b-design-input-number-handler-wrap:hover .b-design-input-number-handler {
  height: 40%;
}
.b-design-input-number:hover .b-design-input-number-handler-wrap,
.b-design-input-number-focused .b-design-input-number-handler-wrap {
  opacity: 1;
}
.b-design-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.b-design-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.b-design-input-number-handler-up:hover {
  height: 60% !important;
}
.b-design-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d7d8db;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.b-design-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.b-design-input-number-handler-down:hover {
  height: 60% !important;
}
.b-design-input-number-borderless .b-design-input-number-handler-down {
  border-top-width: 0;
}
.b-design-input-number-handler-up-disabled,
.b-design-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.b-design-input-number-handler-up-disabled:hover .b-design-input-number-handler-up-inner,
.b-design-input-number-handler-down-disabled:hover .b-design-input-number-handler-down-inner {
  color: #b8bbc2;
}
.b-design-input-number-borderless {
  box-shadow: none;
}
.b-design-input-number-out-of-range input {
  color: #c82727;
}
.b-design-input-number-rtl {
  direction: rtl;
}
.b-design-input-number-rtl .b-design-input-number-handler {
  border-right: 1px solid #d7d8db;
  border-left: 0;
}
.b-design-input-number-rtl .b-design-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.b-design-input-number-rtl.b-design-input-number-borderless .b-design-input-number-handler-wrap {
  border-right-width: 0;
}
.b-design-input-number-rtl .b-design-input-number-handler-up {
  border-top-right-radius: 0;
}
.b-design-input-number-rtl .b-design-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.b-design-input-number-rtl .b-design-input-number-input {
  direction: ltr;
  text-align: right;
}
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/style/theme/default.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/colorPalette.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable no-duplicate-selectors */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/bezierEasing.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/style/color/tinyColor.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
@gradient-avatar-bg :linear-gradient (-45deg, #457aff, #1b58f4);
/** Antd Legacy  保留antd size tooken，但bdesign中不同尺寸都为12px */
/* End of legacy */
@rate-star-hover-scale : scale (1, 1);
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from antd/components/input/style/mixin.less
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/index.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/size.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/compatibility.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/clearfix.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/iconfont.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/motion.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/reset.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/operation-unit.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/customize.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/box.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/* 
MIT LICENSE
Copyright (c) 2020-present Alibaba Cloud Design
Copied from 'antd/components/style/mixins/modal-mask.less'
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
.b-design-input-number {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: #474a52;
  background: #fff;
  background-size: 100%;
  background-image: none;
  border: 1px solid #d7d8db;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  padding: 0;
}
.b-design-input-number::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number::placeholder {
  color: #81848f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-design-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number::-moz-placeholder {
  opacity: 1;
}
.b-design-input-number::placeholder {
  color: #81848f;
}
.b-design-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.b-design-input-number::-webkit-input-placeholder {
  -webkit-user-select: none;
          user-select: none;
}
.b-design-input-number:hover {
  border-color: #7a7d85;
}
.b-design-input-number:focus,
.b-design-input-number-focused {
  box-shadow: none;
}
.b-design-input-number:not(.b-design-input-number-error):not(.b-design-input-number-warning):focus,
.b-design-input-number-focused:not(.b-design-input-number-error):not(.b-design-input-number-warning),
.b-design-input-number:not(.b-design-input-number-error):not(.b-design-input-number-warning):focus:hover,
.b-design-input-number-focused:not(.b-design-input-number-error):not(.b-design-input-number-warning):hover {
  border-color: #1b58f4;
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #1b58f4, #7ea3ff, #a6bfff) border-box;
  background-size: 250%;
  background-position: 80%;
}
.b-design-input-number-breathing:focus,
.b-design-input-number-breathing.b-design-input-number-focused,
.b-design-input-number-breathing:focus:hover,
.b-design-input-number-breathing.b-design-input-number-focused:hover {
  -webkit-animation: gradient-outline 3s alternate infinite;
          animation: gradient-outline 3s alternate infinite;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
.b-design-input-number-disabled {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number-disabled .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-input-number-disabled:hover {
  border-color: #d7d8db;
}
.b-design-input-number-disabled:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-input-number-disabled::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-input-number-disabled::placeholder {
  color: #b8bbc2;
}
.b-design-input-number[disabled] {
  color: #b8bbc2;
  background-color: #f1f2f3;
  border-color: #d7d8db;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.b-design-input-number[disabled] .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-input-number[disabled]:hover {
  border-color: #d7d8db;
}
.b-design-input-number[disabled]:hover .b-design-icon {
  color: #b8bbc2 !important;
}
.b-design-input-number[disabled]::-moz-placeholder {
  color: #b8bbc2;
}
.b-design-input-number[disabled]::placeholder {
  color: #b8bbc2;
}
.b-design-input-number-error {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-error:hover:not(.b-design-input-number-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-error:focus:not(.b-design-input-number-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-error .b-design-input-suffix .b-design-icon {
  color: #c82727 !important;
}
.b-design-input-number-warning {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-input-number-warning:hover:not(.b-design-input-number-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-input-number-warning:focus:not(.b-design-input-number-warning-disabled) {
  border-color: #ffab00 !important;
  background-color: #fff !important;
}
.b-design-input-number-warning .b-design-input-suffix .b-design-icon {
  color: #ffab00 !important;
}
textarea.b-design-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 18px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
textarea.b-design-input-number.b-design-input-number-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
textarea.b-design-input-number.b-design-input-number-lg .b-design-icon {
  font-size: 16px;
}
textarea.b-design-input-number.b-design-input-number-lg .b-design-icon-loading {
  height: 24px;
}
textarea.b-design-input-number.b-design-input-number-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-input-number .b-design-icon {
  font-size: 16px;
}
.b-design-input-number .b-design-icon-loading {
  height: 18px;
}
.b-design-input-number .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-input-number-lg {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 24px;
}
.b-design-input-number-lg .b-design-icon {
  font-size: 16px;
}
.b-design-input-number-lg .b-design-icon-loading {
  height: 24px;
}
.b-design-input-number-lg .b-design-icon-loading svg {
  width: 16px;
  height: 16px;
}
.b-design-input-number-sm {
  padding: 4px 12px;
  font-size: 12px;
}
.b-design-input-number-sm .b-design-icon {
  font-size: 14px;
}
.b-design-input-number-sm .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-input-number-xs {
  padding: 2px 8px;
  font-size: 12px;
}
.b-design-input-number-xs .b-design-icon {
  font-size: 14px;
}
.b-design-input-number-xs .b-design-icon-loading svg {
  width: 14px;
  height: 14px;
}
.b-design-input-number {
  width: 140px;
  display: inline-flex;
  padding: 0;
}
.b-design-input-number-prefix {
  color: #81848f;
}
.b-design-input-number-affix-wrapper:not(.b-design-input-number-affix-wrapper-disabled):hover .b-design-input-number-prefix {
  color: #474a52;
}
.b-design-input-number:not(textarea) {
  padding: 0;
}
.b-design-input-number.b-design-input-number-nohandler {
  padding-right: 0;
}
.b-design-input-number.b-design-input-number-nohandler input {
  padding: 0 4px;
  text-align: center;
}
.b-design-input-number-handler {
  border: none;
}
.b-design-input-number-handler-wrap,
.b-design-input-number-disabled .b-design-input-number-handler-wrap {
  position: static;
  background: transparent;
  display: block;
  opacity: 1;
  order: 2;
  flex-shrink: 0;
}
.b-design-input-number-handler-wrap .b-design-icon,
.b-design-input-number-disabled .b-design-input-number-handler-wrap .b-design-icon {
  position: absolute;
}
.b-design-input-number-handler-up {
  border-top-right-radius: calc(2px / 2);
}
.b-design-input-number-handler-down {
  border-bottom-right-radius: calc(2px / 2);
}
.b-design-input-number-handler,
.b-design-input-number-handler-up:hover,
.b-design-input-number-handler-down:hover,
.b-design-input-number-handler-wrap:hover .b-design-input-number-handler {
  height: 50% !important;
}
.b-design-input-number-handler {
  color: #81848f;
}
.b-design-input-number-handler:hover {
  background-color: #f1f2f3;
  color: #1f2024;
}
.b-design-input-number-handler:focus,
.b-design-input-number-handler:active {
  background-color: #e6e7e8;
}
.b-design-input-number-handler-up .b-design-icon {
  transform: translateX(-50%);
}
.b-design-input-number-handler-down .b-design-icon {
  transform: translateX(-50%);
}
.b-design-input-number-disabled .b-design-input-number-handler {
  border: 1px solid transparent !important;
  background-color: transparent !important;
  cursor: not-allowed;
}
.b-design-input-number-disabled .b-design-input-number-handler .b-design-icon {
  color: #b8bbc2;
}
.b-design-input-number input {
  height: 30px;
  padding: 0 12px;
}
.b-design-input-number .b-design-input-number-handler-wrap,
.b-design-input-number-disabled .b-design-input-number-handler-wrap {
  width: 29px;
  height: 30px;
}
.b-design-input-number .b-design-input-number-handler-wrap .b-design-icon,
.b-design-input-number-disabled .b-design-input-number-handler-wrap .b-design-icon {
  font-size: 16px !important;
}
.b-design-input-number-lg {
  padding: 0;
}
.b-design-input-number-lg input {
  height: 38px;
  padding: 0 16px;
}
.b-design-input-number-lg .b-design-input-number-handler-wrap,
.b-design-input-number-disabled .b-design-input-number-lg-handler-wrap {
  width: 39px;
  height: 38px;
}
.b-design-input-number-lg .b-design-input-number-handler-wrap .b-design-icon,
.b-design-input-number-disabled .b-design-input-number-lg-handler-wrap .b-design-icon {
  font-size: 16px !important;
}
.b-design-input-number-sm {
  padding: 0;
}
.b-design-input-number-sm input {
  height: 26px;
  padding: 0 12px;
}
.b-design-input-number-sm .b-design-input-number-handler-wrap,
.b-design-input-number-disabled .b-design-input-number-sm-handler-wrap {
  width: 29px;
  height: 26px;
}
.b-design-input-number-sm .b-design-input-number-handler-wrap .b-design-icon,
.b-design-input-number-disabled .b-design-input-number-sm-handler-wrap .b-design-icon {
  font-size: 14px !important;
}
.b-design-input-number-xs {
  padding: 0;
}
.b-design-input-number-xs input {
  height: 22px;
  padding: 0 8px;
}
.b-design-input-number-xs .b-design-input-number-handler-wrap,
.b-design-input-number-disabled .b-design-input-number-xs-handler-wrap {
  width: 27px;
  height: 22px;
}
.b-design-input-number-xs .b-design-input-number-handler-wrap .b-design-icon,
.b-design-input-number-disabled .b-design-input-number-xs-handler-wrap .b-design-icon {
  font-size: 14px !important;
}
.b-design-input-number-error {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-error:hover:not(.b-design-input-number-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-error:focus:not(.b-design-input-number-error-disabled) {
  border-color: #c82727 !important;
  background-color: #fff !important;
}
.b-design-input-number-group .b-design-input-number-handler-wrap {
  position: absolute;
}
.b-design-input-number-inline {
  padding-right: 0 !important;
}
.b-design-input-number-inline input {
  padding: 0;
  text-align: center;
}
.b-design-input-number-inline .b-design-input-number-handler-wrap {
  position: relative;
  width: 100%;
  height: calc(32px - 2px);
  border-radius: calc(2px / 2);
}
.b-design-input-number-inline .b-design-input-number-handler-wrap .b-design-icon {
  font-size: 16px;
}
.b-design-input-number-inline .b-design-input-number-input-wrap {
  width: calc(100% - 2 * 32px);
  position: absolute;
  top: 0;
  left: 32px;
}
.b-design-input-number-inline .b-design-input-number-handler {
  width: 31px;
  position: absolute;
}
.b-design-input-number-inline .b-design-input-number-handler .b-design-icon {
  top: 50%;
  bottom: initial;
  transform: translate(-50%, -50%);
}
.b-design-input-number-inline .b-design-input-number-handler-up {
  top: 0;
  right: 0;
  border-bottom-right-radius: 2px;
}
.b-design-input-number-inline .b-design-input-number-handler-down {
  left: 0;
  top: 0;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.b-design-input-number-inline .b-design-input-number-handler-up:hover,
.b-design-input-number-inline .b-design-input-number-handler-up:focus,
.b-design-input-number-inline .b-design-input-number-handler-up:active {
  border-left-color: transparent;
}
.b-design-input-number-inline .b-design-input-number-handler-down:hover,
.b-design-input-number-inline .b-design-input-number-handler-down:focus,
.b-design-input-number-inline .b-design-input-number-handler-down:active {
  border-right-color: transparent !important;
}
.b-design-input-number-inline .b-design-input-number-handler,
.b-design-input-number-inline .b-design-input-number-handler-up:hover,
.b-design-input-number-inline .b-design-input-number-handler-down:hover,
.b-design-input-number-inline .b-design-input-number-handler-wrap:hover .b-design-input-number-handler {
  height: 100% !important;
}
.b-design-input-number-inline.b-design-input-number-focused .b-design-input-number-handler-up:hover {
  border-bottom-color: #1b58f4;
}
.b-design-input-number-inline.b-design-input-number-focused .b-design-input-number-handler-down:hover {
  border-left-color: #1b58f4;
  border-top-color: #1b58f4;
  border-right-color: #7a7d85;
}
.b-design-input-number-inline.b-design-input-number-focused .b-design-input-number-handler-down:active {
  border-right-color: #1b58f4;
}
.b-design-input-number-inline.b-design-input-number-error.b-design-input-number-inline.b-design-input-number-focused .b-design-input-number-handler-up:hover {
  border-bottom-color: #c82727;
}
.b-design-input-number-inline.b-design-input-number-error.b-design-input-number-inline.b-design-input-number-focused .b-design-input-number-handler-down:hover {
  border-left-color: #c82727;
  border-top-color: #c82727;
}
.b-design-input-number-xs.b-design-input-number-inline .b-design-input-number-handler {
  width: 24px;
}
.b-design-input-number-sm.b-design-input-number-inline .b-design-input-number-handler {
  width: 28px;
}
.b-design-input-number-lg.b-design-input-number-inline .b-design-input-number-handler {
  width: 40px;
}
.b-design-input-number-xs.b-design-input-number-inline .b-design-input-number-wrap {
  width: calc(100% - 2 * 24px);
  left: 24px;
}
.b-design-input-number-sm.b-design-input-number-inline .b-design-input-number-wrap {
  width: calc(100% - 2 * 28px);
  left: 28px;
}
.b-design-input-number-lg.b-design-input-number-inline .b-design-input-number-wrap {
  width: calc(100% - 2 * 40px);
  left: 40px;
}
.b-design-input-number-xs.b-design-input-number-inline .b-design-input-number-handler-wrap {
  height: calc(24px - 2px);
}
.b-design-input-number-sm.b-design-input-number-inline .b-design-input-number-handler-wrap {
  height: calc(28px - 2px);
}
.b-design-input-number-lg.b-design-input-number-inline .b-design-input-number-handler-wrap {
  height: calc(40px - 2px);
}
.b-design-input-number-affix-wrapper {
  width: 140px;
}
.b-design-input-number-affix-wrapper-focused,
.b-design-input-number-affix-wrapper:focus,
.b-design-input-number-affix-wrapper-focused:hover,
.b-design-input-number-affix-wrapper:focus:hover {
  border-color: #1b58f4 !important;
  outline: 0 !important;
  border-color: transparent !important;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #1b58f4, #7ea3ff, #a6bfff) border-box !important;
  background-size: 250% !important;
  background-position: 80% !important;
  box-shadow: none !important;
}
