.dropzone {
  border: 3px dashed #e2e8f0 !important; /* light gray, thick, dashed */
  border-radius: 1rem !important;
  background: #fcfcfd !important;
  color: #1a1a1c !important;
  font-family: "Inter Tight", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  padding: 0rem 1.5rem !important;
  text-align: center !important;
}
.dropzone .dz-message {
  color: #1a1a1c !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}
.dropzone .dz-message h3 {
  color: #864ffe !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  margin-top: 0.5rem;
}
.dropzone .dz-message span {
  color: #6b7280 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.dark .dropzone {
  background: #18181b !important;
  border-color: #33343a !important;
  color: #e2e8f0 !important;
}

.dark .dropzone .dz-message h3 {
    color: #864ffe !important;
}

.dark .dropzone .dz-message,
.dark .dropzone .dz-message span {
  color: #e2e8f0 !important;
}
