  .numeric { font-family: monospace; }
  @media print {
    input.form-control, select.form-select { border: none; padding: 0; }
    .text-end { text-align: right !important; }
  }
  .select2-container .select2-selection--single { height: 38px; }


select:disabled {
    background-color: #f8f9fa;
    cursor: not-allowed;
}
