.custom-dropzone {
  border: 2px dashed #7f848a;
  border-radius: 5px;
  padding: 50px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.custom-dropzone.dragover {
  background-color: #e6e6e6;
}

.custom-dropzone p {
  margin: 0;
  font-size: 18px;
  color: #575e66;
}

.dropzone {
  border: 2px dashed #7f848a;
  padding: 50px;
  text-align: center;
  cursor: pointer;
  color: #575e66;
}

.dropzone.dragover {
  background-color: #e9ecef;
}



.img-container {
  width: 100px;
  height: 100px;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
