/* CSS Document */
#dropZone {
  border: 2px dashed #6f42c1;
  cursor: pointer;
}
#dropZone.dragover {
  background: #f3ecff;
}
.file-item {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.preview-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
}
