.polaris-antd-inputmini {
  display: inline-block;
  border: 1px solid #deeffa;
  border-radius: 2px;
  cursor: pointer;
  color: #1489e2;
  transition: all 0.5s;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  position: relative;
  max-width: 100%;
  padding: 0 6px;
  background: #deeffa;
  vertical-align: middle;
}
.polaris-antd-inputmini .polaris-antd-inputmini-label {
  display: inline-block;
  min-width: 100px;
  height: 24px;
  padding: 0 20px 0 5px;
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.polaris-antd-inputmini .polaris-antd-inputmini-input {
  padding: 0 6px;
  border: 0;
  width: 100%;
  position: absolute;
  background: #deeffa;
  top: 0;
  left: 0;
  color: #1489e2;
  transition: all 0.5s;
  max-width: 100%;
  height: 24px;
  outline: none;
}
.polaris-antd-inputmini .polaris-antd-inputmini-input::placeholder {
  color: #1489e2;
}
.polaris-antd-inputmini.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.polaris-antd-inputmini.disabled .polaris-antd-inputmini-input {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.polaris-antd-inputmini.disabled .polaris-antd-inputmini-input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.polaris-antd-inputmini input[type='number'] {
  -moz-appearance: textfield;
}
.polaris-antd-inputmini input[type='number']::-webkit-inner-spin-button,
.polaris-antd-inputmini input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
