body.rku-route-crear-cliente .clientes-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-top: 14px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(15, 23, 42, .08) !important;
}

body.rku-route-crear-cliente .clientes-pagination span {
  color: var(--muted-strong) !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.rku-route-crear-cliente tbody tr {
  cursor: pointer !important;
}
