.tree-view-node {
  background-color: #eee;
  border: 1px solid #cacaca;
  transition: all 0.3s ease-in;
  cursor: pointer;
  border-radius: 5px !important;
  display: block;
  color: #333;
}

.tree-view-node:hover {
  background-color: rgb(204 204 204);
  text-decoration: none;
}

.tree-view-node .tvn-name {
  display: inline-block;
  font-size: 1.2em;
  color: #333;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.tree-view-node.tvn-filtered {
  border-color: #007bff !important;
  background: #007bff14;
}

.tree-view-node.tvn-current {
  background-color: #a2cfff;
}

.tree-view-node.tvn-current:hover {
  background-color: #6cb3ff;
}

.tree-view-node .tvn-status {
  background: #eee;
  padding: 2px 5px;
  border-radius: 0 0 4px 4px;
  font-size: 0.85em;
  margin: 5px;
  margin-top: 10px;
  border: 1px solid #cacaca;
}

.tree-view-node .tvn-status.tvn-3 {
  background-color: #28a745 !important;
  color: #fff;
  border-color: transparent !important;
}

.tree-view-node .tvn-status.tvn-1 {
  background-color: #17a2b8 !important;
  color: #fff;
  border-color: transparent !important;
}

.tree-view-node .tvn-status.tvn-2 {
  background-color: #ffc107 !important;
  color: #fff;
  border-color: transparent !important;
}

.tree-view-node .tvn-status.tvn-4 {
  background-color: #6c757d !important;
  color: #fff;
  border-color: transparent !important;
}

.tree-view-node .tvn-date {
  padding: 10px;
  font-size: 0.9em;
  font-style: italic;
  display: block;
  padding-top: 0;
  padding-bottom: 12px;
  text-align: center;
}
