.file-control ul li.sortable-chosen .file-preview,
.file-control ul li.sortable-chosen:hover .file-preview {
  cursor: grabbing;
  border-color: var(--input-focus-border-color);
  /* background-color: var(--slate4); */
  z-index: 3;
  left: 0.1rem;
  top: -0.1rem;
  box-shadow: var(--shadow-4);
}

.file-control ul li.sortable-drag {
  opacity: 1;
  border-style: dashed;
  border-color: var(--input-focus-border-color);
  background-color: transparent !important;
}

.file-control ul li.sortable-drag .file-preview {
  background-color: transparent !important;
  opacity: 0 !important;
  transition: none;
}

.file-control .file-list .file-preview:hover .sort-handle {
  color: var(--slate10);
}

.file-control .file-list .file-preview:hover .btn-edit {
  color: var(--base-color-10);
}

.file-control .sort-handle {
  cursor: grab;
}

.file-control .sort-handle:active {
  cursor: grabbing;
}

.file-control .file-list .file-preview .btn-edit:hover {
  background-color: var(--slateA3);
}

.file-control .file-list .file-preview .sort-handle:hover {
  background-color: var(--slateA3);
}