.sidenav-container {
  background-color: transparent;
}

.neo-app-content-tree-list {
  background-color: transparent;
  padding: 8px 2px 8px 8px;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container {
  background-color: transparent;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item:not(.neo-list-item[aria-selected=true]) {
  background-color: transparent;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item:not(.neo-list-item[aria-selected=true]):hover {
  background-color: var(--list-item-background-color-hover);
  color: var(--list-container-list-color);
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item[aria-selected=true]:hover {
  background-color: var(--list-item-background-color-selected);
  color: var(--list-item-color-selected);
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-item-leaf .neo-list-item-content:after {
  content: none !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item .neo-list-item-content:before {
  content: unset !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-folder .neo-list-item-content:after {
  content: "\f054" !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-folder .neo-list-item-content:before {
  content: unset !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-folder.neo-folder-open .neo-list-item-content:after {
  content: "\f078" !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-folder.neo-folder-open .neo-list-item-content:before {
  content: unset !important;
}
.neo-app-content-tree-list.neo-tree-list .neo-list-container .neo-list-item.neo-list-folder.neo-stuck {
  background-color: var(--list-item-background-color);
}
.neo-app-content-tree-list .neo-list-container {
  padding: 3px;
}
.neo-app-content-tree-list .neo-list-container > .neo-list-item {
  font-size: 18px !important;
  font-weight: 600;
}
.neo-app-content-tree-list .neo-list-item {
  border-radius: 8px;
  font-size: 16px;
  margin-right: 0 !important;
  padding: 0 3px 0 calc(var(--tree-list-indent-base) + var(--neo-tree-level) * var(--tree-list-indent-step)) !important;
  height: 48px;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.neo-app-content-tree-list .neo-list-item .neo-list-item-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.neo-app-content-tree-list .neo-list-item .neo-list-item-content b {
  color: var(--neo-app-content-treelist-bold-color, inherit);
}
.neo-app-content-tree-list .neo-list-container ul {
  padding: 0 !important;
}
.neo-app-content-tree-list .neo-list-folder {
  font-weight: 500;
}
.neo-app-content-tree-list .neo-list-folder .neo-list-item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.neo-app-content-tree-list .neo-list-folder .neo-list-item-content:after {
  color: var(--list-item-glyph-color);
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 14px;
  width: 25px;
  padding-top: 4px;
}
.neo-app-content-tree-list .neo-list-folder .neo-list-item-content:before {
  content: unset !important;
}
.neo-app-content-tree-list .release-date {
  color: var(--neo-app-content-treelist-meta-color, inherit);
  font-size: 90%;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.neo-app-content-tree-list .blog-date {
  color: var(--neo-app-content-treelist-meta-color, inherit);
  font-size: 90%;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.neo-app-content-tree-list .ticket-title {
  color: var(--neo-app-content-treelist-ticket-title-color, inherit);
  font-size: 90%;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

/*# sourceMappingURL=TreeList.css.map */