.table td {
  vertical-align: middle !important;
}

.table-responsive {
  overflow: hidden !important;
}

.dropzone {
  min-height: auto !important;
  height: 160px !important;
  border: 1px solid #ced4da !important;
  padding: 0px !important;
  display: flex;
  align-items: center;
}

.dz-preview {
  min-height: auto !important;
  height: 64% !important;
  margin: 0 !important;
  padding-left: 10px !important;
}

.dz-preview .dz-progress {
  display: none !important;
}

.dz-preview .dz-image {
  height: 100% !important;
}

.dz-preview .dz-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

