/* Tabla */
#tbl tbody tr { cursor: pointer; }
#tbl td.col-acciones { white-space: nowrap; width: 1%; }

/* Monto input */
.monto-input {
  font-size: 1rem; padding: .35rem .6rem; text-align: right;
  background: #fff; border: 1px solid #ced4da; border-radius: .5rem;
  width: 100%; flex: 1 1 auto;
}
.monto-input:focus {
  outline: none; box-shadow: 0 6px 18px rgba(11,93,215,.06);
  transform: translateY(-1px); border-color: #6f9efb;
}

/* Badges de estado */
.badge { font-size: .8rem; padding: .3em .55em; }

/* Responsive móvil */
@media (max-width: 767.98px) {
  .th-acciones { width: 40px !important; }
  #tbl_wrapper table { font-size: .9rem; }
}


/* El div generado por bootstrap-switch-button usa inline style, se necesita !important */
#swEstado + .switch.btn,
.switch.btn:has(#swEstado) {
  width: 300px !important;
  height: 37.6px !important;
}

@media (max-width: 767.98px) {
  #swEstado + .switch.btn,
  .switch.btn:has(#swEstado) {
    width: 150px !important;
  }
}