.number-input[data-v-be5ea20a] {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6px;
  height: 40px;
  background: white;
  border-radius: 6px;
}
.number-input .icon-dismiss[data-v-be5ea20a] {
  font-size: 16px;
  color: gray;
}
.number-input .input[data-v-be5ea20a]::-ms-clear {
  display: none;
}
.number-input .input[data-v-be5ea20a] {
  flex: 1;
  border: none;
  margin: 0 5px;
  line-height: 18px;
  background: white;
  color: black;
  font-size: 14px;
}
.number-input .input:valid + .clear[data-v-be5ea20a] {
  display: inline;
}