.row-hover:hover{
  background-color: rgba(0,0,0,0.1);
  cursor: pointer;
}

.dropzone{
  padding: 10px !important;
  overflow: scroll;
}

.dropzone .dz-preview{
  margin: 0 !important;
  width: 100% !important;
  height: 32px !important;
  min-height: 0 !important;
}

.dropzone .dz-preview .dz-image{
  display: none !important;
}

.dropzone .dz-preview .dz-details{
  z-index: auto;
  opacity: 100% !important;
  padding: 4px !important;
  background-color: teal;
  border-radius: 10px;
}

.dz-details .dz-filename span, .dz-details .dz-size span{
  background-color: transparent !important;
  color: white;
}

.dropzone .dz-preview .dz-details .dz-size{
  float: right;
  margin-bottom: 0 !important;
}

.dropzone .dz-preview .dz-details .dz-filename{
  font-weight: bold;
  float:left;
}

.dropzone .dz-preview .dz-progress{
  top: 14px;
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
  top: 14px !important;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg{
  width:28px !important;
}

.dropzone .dz-message{
  position: relative;
  top: calc(50% - 36px);
}
