.download-tray-dl {
  border: 1px solid rgb(22, 46, 81);
  padding: 10px;
  min-width: 250px;
}

.download-tray-dl a:hover,
.download-tray-dl a:focus {
  text-decoration: none;
}

.download-tray-dl-progress-background {
  border: 1px solid rgb(22, 46, 81);
  height: 15px;
  width: 100%;
  border-radius: 15px;
  position: absolute;
  display: flex;
  align-items: center;
}

.download-tray-dl-progress-background .progress-tooltip-text {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  z-index: 12;
}


.download-tray-dl-progress-background:hover .progress-tooltip-text {
  visibility: visible;
}

.download-tray-dl-progress-progress {
  position: relative;
  height: 15px;
  border-radius: 15px;
  background-color: rgb(22,46,81);
}

.download-tray-dl-download-icon img {
  height: 20px;
}

.download-tray-dl-icon-progress {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-tray-dl-icon-cancel {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
}

.download-tray-dl-icon-cancel a {
  display: flex;
  align-items: center;
}

.download-tray-dl-icon-cancel img {
  height: 15px;
}

.download-tray-dl-name {
  padding-right: 1rem;
}

.download-tray-no-results,
.download-tray-see-all {
  text-align: center;
}
