/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}  */

/* .inputNumberOutAppearance {
  -webkit-appearance: normal !important;
}

.inputNumberOutAppearance {
  -moz-appearance: number !important;
} */


.listPedido {
  overflow-y: scroll;
  max-height: 380px;
}

.sin-margenes .swal2-content {
  margin: 0 !important;
  padding: 0 !important;
}