.cuentas-resumen .small-box {
  border-radius: 10px;
}

.tabla-cuentas-cobrar th,
.tabla-cuentas-cobrar td {
  vertical-align: middle !important;
  font-size: 12px;
}

.filtros-cxc {
  margin-bottom: 5px;
}

/* Paginación centrada */
.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
  margin-top: 15px;
}

/* Info centrada */
.dataTables_wrapper .dataTables_info {
  float: none !important;
  text-align: center !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Mostrar registros izquierda */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* Buscador DataTables derecha */
.dataTables_wrapper .dataTables_filter {
  float: right;
}

/* Acciones ordenadas */
.tabla-cuentas-cobrar td:last-child {
  white-space: nowrap;
  text-align: center;
}

.tabla-cuentas-cobrar .btn {
  margin: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .tabla-cuentas-cobrar th,
  .tabla-cuentas-cobrar td {
    font-size: 11px;
  }

  .cuentas-resumen .small-box h3 {
    font-size: 22px;
  }

  .tabla-cuentas-cobrar td:last-child {
    white-space: normal;
    min-width: 120px;
  }

  .tabla-cuentas-cobrar .btn {
    display: block;
    width: 100%;
    margin: 3px 0;
    font-size: 11px;
    padding: 4px 6px;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none !important;
    text-align: center !important;
    margin-bottom: 10px;
  }
}

.tabla-cuentas-cobrar td:last-child {
  white-space: nowrap;
  text-align: center;
}

.tabla-cuentas-cobrar .btn {
  margin: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .tabla-cuentas-cobrar td:last-child {
    white-space: normal;
    min-width: 120px;
  }

  .tabla-cuentas-cobrar .btn {
    display: block;
    width: 100%;
    margin: 3px 0;
    font-size: 11px;
    padding: 4px 6px;
  }
}

.acciones-cxc{
    display:flex;
    flex-direction:column;
    gap:4px;
    align-items:center;
}

.acciones-cxc .btn{
    width:95px;
    height:28px;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:12px;
    border-radius:4px;
}

/* Ocultar buscador DataTables sin romper el layout */
.dataTables_wrapper .dataTables_filter {
  visibility: hidden !important;
  height: 34px !important;
  margin-bottom: 10px !important;
}

/* FORZAR tamaño visual CxC */
body #tablaCuentasCobrar.table tbody tr td,
body #tablaCuentasCobrar.table thead tr th {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body #tablaCuentasCobrar .label,
body #tablaCuentasCobrar span.label,
body #tablaCuentasCobrar .badge {
  font-size: 12px !important;
  padding: 6px 9px !important;
  line-height: 1 !important;
}

body #tablaCuentasCobrar .acciones-cxc .btn {
  font-size: 13px !important;
  height: 32px !important;
  width: 105px !important;
}

#fechaInicioCxC::placeholder,
#fechaFinCxC::placeholder {
  color: #777 !important;
  opacity: 1 !important;
}

#fechaInicioCxC,
#fechaFinCxC {
  color: #333 !important;
  font-size: 14px !important;
}


