.dt-buttons .btn { display: inline-flex; align-items: center; gap: .4rem; }
.dt-buttons .btn i { font-size: 1rem; }

.btn-orange {
  background-color: #fd7e14 !important;  
  border-color: #fd7e14 !important;
  color: #fff !important;
}
.btn-orange:hover, .btn-orange:focus {
  background-color: #e66f0f !important;
  border-color: #e66f0f !important;
  color: #fff !important;
}
/* Input de búsqueda más cómodo */
.dataTables_filter input[type="search"]{
  min-width: 220px;
}
