.dropzone-area {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  width: 100px;
  height: 100px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  border: 1px solid #88B14B;
}

.dropzone-area .fa-plus {
  color: #88B14B;
}

.dropzone {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border: 0;
  padding: 0;
}

.dropzone .dz-preview {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dropzone .dz-image {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.dropzone .dz-preview .dz-progress {
  opacity: 0;
}

.dropzone {
  background-color: transparent !important;
  border: none !important;
  margin-top: 14px !important;
  min-height: 100px !important;
}
.dropzone .dz-preview {
  max-width: 100px;
  max-height: 100px;
  border: none;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0.75rem;
}
.dropzone .dz-image {
  border: 1px solid #88B14B;
  border-radius: 6px !important;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
}
.dropzone .dz-image img {
  width: 100%;
}
.dropzone .dz-remove {
  display: inline-block;
  position: absolute;
  z-index: 20;
  padding: 0;
  line-height: 10px;
  width: 24px;
  height: 24px;
  border-radius: 99px;
  top: -8px;
  right: -8px;
}
