.repository.file.list #repo-files-table tr.dvc-file {
    background-color: hsl(214, 75%, 96%);
}

.repository.file.list #repo-files-table tr.dvc-file:hover {
    background-color: hsl(214, 75%, 91%);
}

.repository.file.list #repo-files-table tbody .fas {
    margin-left: 3px;
    margin-right: 5px;
    color: #777;
}

.repository.file.list #repo-files-table tbody .fas.fa-chart-line,
.repository.file.list .file-list.container .fas.fa-chart-line,
.discussions .fas.fa-chart-line {
    color: #bc477b;
}

.repository.file.list .file-list.container .fas.fa-book-open,
.discussions .fas.fa-book-open {
  color: #8f4804;
  font-size: 13px;
}

.repository.file.list .file-list.container .fas.fa-table,
.discussions .fas.fa-table {
  color: #1c6b42;
  font-size: 13px;
}

.repository.file.list .file-list.container .fas.fa-hdd,
.discussions .fas.fa-hdd {
    color: #5277a9;
}

.disabled-link,
.disabled-link:hover{
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed;
    text-decoration: none;
}

.ui.cta.message i {
    margin: 0 .5rem;
}

#onboard-storage-home-message {
  max-width: 500px;
  margin-left: 10px;
}

#onboard-storage-home-message .markdown:not(code) pre {
    background-color: white;
    border: 1px solid lightgrey;
}

.dvc-graph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px !important;
    height: 15rem;
}

.dvc-graph::before {
    background-image: url("/img/empty_pipeline_icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}

.dvc-graph > h3 {
    font-weight: bold;
    z-index: 2;
}

.invalid-dvc-project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px !important;
  height: 230px;
}

.invalid-dvc-project p {
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  color: #64748B;
  z-index: 2;
}

.invalid-dvc-project::before {
  background: transparent url("/img/dvc-repo-placeholder-image.png")  0% 0% no-repeat padding-box;
  content: "";
  position: absolute;
  width: 1126px;
  height: 230px;
}

.item.dvc > .floating.label {
  top: 0;
  padding: 0.3em !important;
}
