.seek-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #10b981;
}

.seek-bar::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 999px;
  background: #10b981;
}

.file-progress-bar.error {
  background: #dc2626;
}

.file-entry.done {
  opacity: 0.72;
}

.file-entry.done .btn-remove,
.file-entry.uploading .btn-remove,
.file-entry.uploading .btn-play,
.file-entry.done .btn-play {
  pointer-events: none;
  opacity: 0.35;
}
