.select-type.active {
  border: 1px solid #58a0da;
  background: rgba(0, 81, 155, 0.1);
  color: #3384f3;
  transition: 0.5s;
}

.modal-header {
  background-color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.refnum {
  background: rgba(42, 131, 212, 0.1);
  color: #00519b;
}

.error {
  border: 1px solid red;
}
