
/* Number User Input
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.number_input {
  min-width: 216px;
  max-width: fit-content;
  border-radius: 4px;
  appearance: none;
  border: .5px solid;
  height: 34px;
  background: none;
  color: white;
  padding: 2.5px;
  padding-left: 5px;
  text-overflow: ellipsis;  
}

.number_input_large {
  min-width: 375px;
  max-width: fit-content;
  border-radius: 4px;
  appearance: none;
  border: .5px solid;
  height: 34px;
  background: none;
  color: white;
  padding: 2.5px;
  padding-left: 5px;
  text-overflow: ellipsis;
}