/* Highlight classes for duplicate detection - Light theme */
.highlight-duplicate-vin {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

.highlight-duplicate-vin-service {
  background-color: #fff3cd !important;
  color: #856404 !important;
}

.highlight-duplicate-vin-service-date {
  background-color: #f8d7da !important;
  color: #721c24 !important;
}

/* Highlight classes for duplicate detection - Dark theme */
body.dark-mode .tabulator-cell.highlight-duplicate-vin {
  background-color: #856404 !important;
  color: #fff3cd !important;
}

body.dark-mode .tabulator-cell.highlight-duplicate-vin-service {
  background-color: #856404 !important;
  color: #fff3cd !important;
}

body.dark-mode .tabulator-cell.highlight-duplicate-vin-service-date {
  background-color: #721c24 !important;
  color: #f8d7da !important;
} 