/* NyayaMatch Stylesheet */
.animate-fade-in {
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

.badge-verified {
  background-color: #dbeafe;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.badge-bns {
  background-color: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
