:host {
  height: 100%;
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

input,
input:focus {
  background-color: #fff;
  border: 0.5px solid #eee;
  border-radius: 3px;
  box-shadow: unset;
  color: #98999b;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: bold;
  height: 100%;
  letter-spacing: 0;
  line-height: 13px;
  outline: unset;
}
