.file-downloader-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 300px;
  height: auto;
  max-height: 300px;
  z-index: 999;
  gap: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
}

.file-downloader-items {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  height: 100%;
  overflow: auto;
  margin-right: 10px;
}

.file-downlader-item {
  border-bottom: 1px solid lightgray;
}

.file-downloader-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
