/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landro               |
|--------------------------------------------------*/

.dtree {
	font-family: 'Plus Jakarta Sans', sans-serif !important;
	font-size: 0.8rem !important;
	color: var(--text-secondary) !important;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: var(--text-secondary) !important;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 4px !important;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: var(--text-primary) !important;
	text-decoration: none !important;
}
.dtree a.nodeSel {
	background-color: rgba(99, 102, 241, 0.1) !important;
	color: var(--primary) !important;
	font-weight: 600;
	border-radius: 4px;
}
