.vc-sparse-files-tree-cell {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
}

.vc-sparse-files-tree-cell .vc-tree-cell {
  flex-grow: 0;
  flex-basis: auto;
}

.vc-sparse-files-tree-cell .type-icon {
  align-self: center;
}

.vc-sparse-files-tree-cell .file-name {
  flex-grow: 0;
  flex-basis: auto;
}

.vc-sparse-files-tree-cell .decorator {
  margin-right: 5px;
  margin-left: 5px;
}

.vc-sparse-files-tree-cell .decorator.spacer {
  flex-grow: 1;
  margin: 0;
}

.vc-sparse-files-tree-cell .decorator.reply-count {
  font-size: 12px;
  margin-top: 4px;
}

.vc-sparse-files-tree-cell .decorator.reply-count .bowtie-comment-discussion {
  padding-right: 3px;
}

.vc-sparse-files-tree-cell .decorator.new-marker {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
}

.vc-sparse-files-tree-cell .decorator.new-marker .bowtie-dot {
  font-size: 7px;
}

.vc-sparse-files-tree-cell .viewed-icon {
  position: absolute;
  top: 4px;
  left: 4px;
}

.vc-sparse-files-tree-cell .viewed-icon button {
  color: rgba(0, 90, 158, 1);
  color: var(--communication-foreground,rgba(0, 90, 158, 1));
  background: transparent;
  padding: 2px;
}

.vc-sparse-files-tree-cell .viewed-icon.show-on-focus button {
  border: none;
  margin: 3px;
}

.vc-sparse-files-tree-cell .viewed-icon.show-on-focus button span {
  width: 10px;
  height: 10px;
}

.vc-sparse-files-tree-cell .viewed-icon.show-on-focus button:focus {
  border: 1px solid rgba(0, 90, 158, 1);
  border: 1px solid var(--communication-foreground,rgba(0, 90, 158, 1));
}

.tree-row:focus .vc-sparse-files-tree-cell .viewed-icon.show-on-focus button,
.tree-row:hover .vc-sparse-files-tree-cell .viewed-icon.show-on-focus button {
  border: 1px solid rgba(0, 90, 158, 1);
  border: 1px solid var(--communication-foreground,rgba(0, 90, 158, 1));
}
