div[rn-stepper] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbb;
  display: inline-block;
  height: 25px;
}

div[rn-stepper].ng-invalid-out-of-bounds input {
  color: #FF3B34;
  border: 3px solid #FF3B34;
}

div[rn-stepper][disabled] input {
  color: #aaa;
  border: 0;
}

div[rn-stepper] button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  margin: 0;
  border: 0;
  width: 20px;
  height: 24px;
  background: #7b7b82;
  color: white;
  font-weight: bold;
  font-size: 14px;
  outline: none;
}

div[rn-stepper] button[disabled] {
  opacity: 0.3;
}

div[rn-stepper] button:active {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  background: #7b7b82;
}

div[rn-stepper] input {
  vertical-align: top;
  padding: 0;
  background: #eee;
  text-align: center;
  display: inline-block;
  height: 24px;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*# sourceMappingURL=angular-stepper.css.map */