/* Drag and drop animation */
.dropzone-active {
  transform: scale(1.01);
  border-color: rgba(99, 102, 241, 0.7) !important;
  background-color: rgba(79, 70, 229, 0.08) !important;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.3);
}

/* File upload input animation */
.file-input-active {
  transform: scale(0.98);
}
