/* supersearch_old/muestras.css */

body, table, .form-label, .form-control, .form-select, .btn {
  font-size: 13px !important;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.table-simple {
  border-collapse: collapse;
  font-size: 13px;
}

.table-simple th,
.table-simple td {
  padding: 6px 10px !important;
  border: 1px solid #e1e5ee !important;
  vertical-align: middle;
  background: #fff;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
}

.table-simple th {
  background: #f5f7fa !important;
  font-weight: 600;
  color: #495057;
  border-bottom: 2px solid #d5d9e3 !important;
}

.table-simple tr:hover td {
  background: #eaf2ff !important;
}

.fila-seleccionada td {
  background: #1976d2 !important;
  color: #fff !important;
}

.table-responsive {
  border-radius: 7px;
  border: 1px solid #d8dde7;
  overflow-x: auto;
  background: #f7fafc;
  box-shadow: 0 2px 8px 0 #0001;
  margin-bottom: 6px;
}

#total-records {
  font-size: 14px;
  color: #1761b7;
}

.filtros-avan {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 8px 10px;
  gap: 10px;
  margin-bottom: 8px;
  box-shadow: 0 1px 6px 0 #0002;
  border: 1px solid #e3e8f0;
}

.filtro-field {
  min-width: 95px !important;
  max-width: 135px;
  font-size: 13px !important;
  border-radius: 4px !important;
}

.form-label {
  font-size: 12px !important;
  margin-bottom: 1px !important;
  font-weight: 500;
  color: #5b6e8c;
}

.btn, .btn-sm, .btn-primary, .btn-outline-secondary, .btn-success {
  font-size: 13px !important;
  border-radius: 5px !important;
}

.card-autofill {
  background: #f9fafb;
  border: 1px solid #dde3ec;
  border-radius: 5px;
  padding: 6px 10px;
  min-height: 36px;
  margin: 3px 0 0 0;
  box-shadow: 0 1px 3px 0 #0001;
  font-size: 12px;
}

.card-autofill-label {
  font-weight: 600;
  color: #7b8b9f;
  font-size: 11px;
  letter-spacing: 0.01em;
  margin-bottom: 2px;
}

.card-autofill-value {
  font-size: 12.2px;
  color: #2c3340;
  word-break: break-all;
}

@media (max-width: 900px) {
  .filtros-avan { flex-direction: column; }
  .table-simple th, .table-simple td { font-size: 12px; max-width: 120px; }
  .card-autofill { font-size: 11px; }
}
