/* /Components/Common/BlobDownloader.razor.rz.scp.css */
.blob-downloader-item[b-auk8vsuedl] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blob-downloader-item .blob-downloader-title[b-auk8vsuedl] {
  text-decoration: none;
  color: #0366d6 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 370px;
}
.blob-downloader-item .blob-downloader-title:hover[b-auk8vsuedl] {
  color: #35a0d7;
  text-decoration: underline;
}

.dot-flashing[b-auk8vsuedl] {
  position: relative;
  animation: dot-flashing-b-auk8vsuedl 1s infinite linear alternate;
  animation-delay: 0.5s;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
}
.dot-flashing[b-auk8vsuedl]:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-auk8vsuedl 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing[b-auk8vsuedl]:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ff6d41;
  color: #ff6d41;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  animation: dot-flashing-b-auk8vsuedl 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing-b-auk8vsuedl {
  0% {
    background-color: #ff6d41;
  }
  50%, 100% {
    background-color: rgba(255, 127, 88, 0.2);
  }
}
/* /Components/HiveBoard/HiveBoardBi.razor.rz.scp.css */
