/* clientes.css */

.modal-xl {
  max-width: 1100px;
}

#modalCliente input {
  font-size: 14px;
}

.table {
  width: 100%;
  table-layout: fixed;
}

.tabela-responsive {
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  table-layout: fixed;
  min-width: 1000px; /* força horizontal scroll em telas pequenas */
}

.table th,
.table td {
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table td .btn-group {
  display: flex;
  justify-content: center;
  gap: 4px;
}
