.dropzone {
  min-height: 60px;
  /* reduce overall height */
  padding: 10px;
  border: 2px dashed #ced4da;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.dropzone .dz-message {
  margin: 0;
  text-align: center;
  padding: 0;
}

.dropzone .dz-message h4 {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}

.dropzone .dz-message .mb-3 {
  display: none;
  /* Hide upload icon */
}

#dropzone-preview .border {
  padding: 6px;
  margin-top: 4px;
  font-size: 13px;
}

.imgdropzone {
  border: 2px dashed #ced4da;
  border-radius: 6px;
  background: #f8f9fa;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.htmldropzone {
  border: 2px dashed #ced4da;
  border-radius: 6px;
  background: #f8f9fa;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
}