[data-css*="file"] {
  img {
    max-height: 200px !important;
  }

  label:not(.show-image-label) {
    display: none !important;
  }

  input:not([type="file"]) {
    display: none !important;
  }

  div {
    margin: 0 !important;
  }
}

.dropzone-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.dropzone-overlay {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-color: white;
}
