
.dropzone[data-v-412fbef8] {
  min-height: 10rem !important;
  background-color: rgba(var(--bg-secondary), 0.05);
  border-radius: 5px !important;
  border: dashed 2px rgba(var(--bg-secondary), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease !important;
}
.dropzone[data-v-412fbef8]:hover {
  color: var(--primary) !important;
  background-color: var(--primary-plus-transparent);
  border: dashed 2px var(--primary);
}
.content-drop[data-v-412fbef8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.5rem;
}
.preview-container[data-v-412fbef8] {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem;
  justify-content: center;
}
.image-preview img[data-v-412fbef8] {
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ccc;
}

