@charset "UTF-8";

.jstree-default .jstree-themeicon {
	background: none;
	font-style: normal;
}

.jstree-default .jstree-themeicon:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f07b";
	color: #6c6c6c;
}

.jstree-default .jstree-leaf .jstree-themeicon:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 400;
	content: "\f15b";
	color: inherit;
}

.jstree-default .jstree-search {
	font-style: normal;
}

.vakata-context {
	z-index : 9999;
}