.dz-image img {
  width: 100%; 
  height: 100%;
  background: transparent !important;
}

.dropzone .dz-preview.dz-image-preview{
  background: transparent !important;
}

.dz-image{
  width: 60px !important;
  height: 70px !important;
  background: transparent !important;
}

.dropzone .dz-preview .dz-details .dz-size, .dropzone .dz-preview .dz-details{
  font-size: 10px !important;
  margin-bottom: 40px !important;
}

.dz-size span, .dz-details span{
  background: #030820e5 !important;
  color: white !important;
}

.dz-details{
  padding: 2px !important;
}

.dropzone{
  min-height: 95px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 1px dashed rgb(221, 203, 203) !important;
}

.dropzone .dz-preview .dz-success-mark svg{
  background: rgba(52, 231, 7, 0.699) !important;
  width: 30px !important;
  height: 30px !important;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
  margin-left: -15px !important;
}

.dropzone .dz-preview .dz-error-mark svg{
  background: rgba(224, 13, 13, 0.658) !important;
  width: 30px !important;
  height: 30px !important;
}

.dropzone .dz-message {
  margin: 5px 0 !important;
}

.dropzone .dz-preview {
  margin: 5px !important;
}

.dz-remove {
  color:#030820e5;
  text-decoration:none !important;
}

.dz-remove:hover {
  color:rgba(224, 18, 18, 0.973) !important;
  text-decoration:blink !important;
}