.nav-item-asset-manager::before {
  background: url('../img/file.svg');
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 15px;
  height: 19px;
  margin-right: 22px;
  vertical-align: middle;
}
/*hide loading ajax*/
.ws-asset-overview-table .ajax-progress {
  display: none !important;
}
.table-dropzone .progress {
  width: 100%;
}
.table-dropzone .td-progress {
  height: auto;
}
.table-dropzone .dz-remove {
  opacity: 0.3;
}
.table-dropzone td {
  white-space: normal !important;
}
.drag-text{
  color: #007bff !important;
}
.table-dropzone .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.table-dropzone .field-description {
  height: 60px;
}
#total-progress {
  opacity: 0;
}
#asset-dropzone {
  width: 100%;
  border: 1px solid #f1f1f1;
  min-height: 54px;
}
#asset-dropzone .dz-message {
    text-align: center;
    width: 100%;
}
#asset-dropzone .dz-preview {
    width: 100%;
}
#dropzone-footer {
  width: 100%;
  margin-top: 15px;
}
/* Uppy */
#uppy-upload{
  width: 100%;
  text-align: center;
}
#uppy-upload svg{
  display: none;
}
.uppy-ProgressBar {
  /* no important */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 10000;
  transition: height .2s;
}
.uppy-ProgressBar[aria-hidden=true] {
  /* no important */
  height: 0;
}
.uppy-ProgressBar-inner {
  /* no important */
  background-color: #ab8ce4;
  box-shadow: 0;
  height: 100%;
  width: 0;
  transition: width 0.4s ease;

}
.uppy-DragDrop-label{
  padding-top: 18px;
  display: block!important;
  cursor: pointer!important;
  margin-bottom: 0 !important;
}
.uppy-ProgressBar-percentage {
  /* no important */
  display: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.uppy-DragDrop-dragText{
  color: #007bff !important;
}
.uppy-StatusBar{
  height: auto !important;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 32px !important;
}
.uppy-StatusBar:before{
  display: none;
}
.uppy-StatusBar-content{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.uppy-StatusBar-progress {
  display: none;
}
.uppy-StatusBar .uppy-u-reset{
  display: inline-block;
  padding: 0 0.375rem;
  border-radius: 0.1875rem;
}
