.menu_vertical ul,
.menu_vertical li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_vertical li,
.menu_vertical a {
	background-repeat: no-repeat;
}
.menu_vertical li.folder ul {
	display: none;
}
.menu_vertical li.folder ul li {
	padding-left: 10px !important;
}
.menu_vertical .item {
	padding-left: 20px;
}
#body aside .menu_vertical .menu li.active .item {
	color: #666;
}
#body aside .menu_vertical .menu li.active .item:hover {
	color: #000;
}
.menu_vertical .menu li.active > .item,
.menu_vertical .item.selected {
	color: #d35400 !important;
}
#body aside .menu_vertical .menu li ul,
#body aside .menu_vertical .menu li:hover ul,
#body aside .menu_vertical .menu li.active ul,
#body .sidebar-left .menu_vertical .menu li ul,
#body .sidebar-left .menu_vertical .menu li:hover ul,
#body .sidebar-left .menu_vertical .menu li.active ul {
	visibility: visible;
	position: static !important;
	box-shadow: none;
	width: 100%;
	border-left: 0 none;
	box-sizing: border-box;
	border-width: 1px 0 0;
}
#body aside .menu_vertical .menu li ul li:first-child,
#body .sidebar-left .menu_vertical .menu li ul li:first-child {
	border-top: 1px solid #fff;
}
.treeview,
.treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview li ul {
	margin: 0;
}
.treeview ul {
	background-color: white;
}
.treeview .hitarea {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAABDklEQVQoU2NkAIIN63b+DwhyZwSxSQUgvYx1VT3/jx87x+DkbMVQWZtDkkGeLnH///z5wwDWFOCd8v/r128MHl4ODMVlaUQZ5OOe8P/nz18Mvv4uEENAACYYGOzBkJUbh9cgmKUubjYM5VVZjCiKYc6LiglgSEwJw2pQSEDG/48fPjHY2psx1DUWgNVgKIQZlJAcyhAdG4giHx6U9f/duw8M5haGDC0dpXA5rLa5O8X8//fvH0NmTixDUIgnWE1kSPb/N2/eMxgYajN091ej6MPpd1eHqP8gzanpkQxbt+xjePb0JYO6hjLDlBnNGHrwBiDMIJBhyiryDDPmtGNVTzA6QQbJy0szzFnYjVMtAO8Fab15Q8uSAAAAAElFTkSuQmCC)
		center center no-repeat;
	background-size: auto;
	height: 25px;
	width: 25px;
	margin-top: 0;
	float: right;
	cursor: pointer;
	background-size: 10.5px 6px;
}
#topmenu ul li ul li .hitarea {
	height: 20px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}

.treeview .hover {
	color: red;
	cursor: pointer;
}
#topmenu ul li ul .expandable,
#topmenu ul li ul .collapsable {
	padding-right: 0 !important;
}
.treeview .wd-content-cats__item.collapsable > .hitarea {
	transform: rotateX(180deg);
}
.treeview-red li {
	background: url(images/treeview-red-line.gif);
}
.treeview-red .hitarea,
.treeview-red li.lastCollapsable,
.treeview-red li.lastExpandable {
	background: url(images/treeview-red.gif);
}

.treeview-black li {
	background-image: url(images/treeview-black-line.gif);
}
.treeview-black .hitarea,
.treeview-black li.lastCollapsable,
.treeview-black li.lastExpandable {
	background-image: url(images/treeview-black.gif);
}

.treeview-gray li {
	background-image: url(images/treeview-gray-line.gif);
}
.treeview-gray .hitarea,
.treeview-gray li.lastCollapsable,
.treeview-gray li.lastExpandable {
	background-image: url(images/treeview-gray.gif);
}

.treeview-famfamfam li {
	background-image: url(images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam .hitarea,
.treeview-famfamfam li.lastCollapsable,
.treeview-famfamfam li.lastExpandable {
	background-image: url(images/treeview-famfamfam.gif);
}

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li {
	padding: 3px 0 2px 16px;
}
.filetree span.folder,
.filetree span.file {
	padding: 1px 0 1px 16px;
	display: block;
}
.filetree span.folder {
	background: url(images/minus.gif) 0 0 no-repeat;
}
.filetree li.expandable span.folder {
	background: url(images/plus.gif) 0 0 no-repeat;
}
.filetree span.file {
	background: url(images/file.gif) 0 0 no-repeat;
}
.menu_vertical:not(.treeview) > ul > li > ul {
	display: none;
}
.menu_vertical > ul > li > ul {
	position: relative;
	z-index: 3;
}
.treeview li ul {
	margin: 0;
	margin-bottom: 11px;
	padding-left: 0;
}
.menu_vertical > ul {
	border: 1px solid var(--theme-border-color);
}
.wrapper-collapse__body.p-0 .menu_vertical > ul {
	border-width: 0 1px 1px;
	border-radius: 0 0 var(--br-025) var(--br-025);
	margin: 0 -1px;
	font-size: 14px;
}
/* .menu_vertical > ul > li:not(:first-child) {
	border-top: 1px solid var(--theme-border-color);
} */
.menu_vertical li {
	position: relative;
}
.menu_vertical > ul > li {
	font-weight: 500;
}
.menu_vertical > ul > li > ul > li {
	font-weight: 400;
}
.menu_vertical a {
	color: var(--theme-color) !important;
}
.menu_vertical a:hover,
.menu_vertical a:active {
	color: var(--theme-color-green) !important;
}
.menu_vertical > ul > li > a {
	display: inline-block;
	text-decoration: none !important;
	/* padding: 5px 5px 5px 0; */
	padding: 5px 5px 5px 15px;
}
.treeview .hitarea {
	position: absolute;
	right: 5px;
	top: 6px;
	z-index: 3;
}
/* .treeview .hitarea:hover,
.treeview .hitarea:active {
	filter: contrast(200%) grayscale(100%);
	background-size: 11.5px 6.4px;
} */
.treeview .hitarea,
.treeview .hitarea {
	filter: contrast(200%) grayscale(100%);
	background-size: 11.5px 6.4px;
}
.treeview .hitarea::before {
	content: "";
	position: absolute;
	left: -5px;
	right: -5px;
	top: -6px;
	bottom: -7px;
}
.wd-content-cats__link-subscribe {
	padding: 5px;
	margin: 0 0 0 5px;
	display: inline-block;
	position: relative;
	z-index: 3;
	cursor: pointer;
	transition: 0.3s;
}
.menu_vertical ul ul .wd-content-cats__link-subscribe {
	padding: 0 5px;
}
.wd-content-cats__link-subscribe:hover,
.wd-content-cats__link-subscribe:active {
	color: var(--theme-color-green);
}
.wd-content-cats__link-subscribe.wd-content-cats__link-subscribe_yes {
	opacity: 0.6;
}
.wd-content-cats__link-subscribe.wd-content-cats__link-subscribe_yes:hover,
.wd-content-cats__link-subscribe.wd-content-cats__link-subscribe_yes:active {
	opacity: 1;
	color: var(--theme-color-red);
}
.wd-content-cats__item-1 .wd-content-cats__link span {
	display: none;
}
.wd-content-cats__item-1 .wd-content-cats__link.selected {
	color: var(--theme-color-green) !important;
}
.wd-content-cats__item-1 .wd-content-cats__link::after {
	content: "All Channels";
	color: currentColor;
	position: static;
	margin-left: 4px;
}

.menu_vertical .wd-content-cats__item_active > .wd-content-cats__link_active,
.menu_vertical .wd-content-cats__item:has(.wd-content-cats__item_active) > .wd-content-cats__link {
	color: var(--theme-color-green) !important;
	text-decoration: underline;
}
.wd-content-cats-channels {
	margin-top: 10px;
}
.wd-content-cats-channels__title {
	position: relative;
	padding: 10px 0;
	color: #5c656d;
	font-size: 13px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-left: 8px;
}
.wd-content-cats-channels__title::before {
	content: "";
	position: absolute;
	left: 1px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background-color: #d9d8de;
}
.wd-content-cats-channels__title span {
	background-color: #fff;
	padding: 0 8px 0 0;
	position: relative;
	z-index: 2;
}
.wd-content-cats-channels__title.menu-actions-community__title {
	padding: 0;
	margin-top: 16px;
}
.menu_vertical.wd-content-cats_community > ul {
	border-width: 0;
	display: flex;
	flex-direction: column;
}
.menu_vertical.wd-content-cats_community > ul > li:not(:first-child) {
	border-color: #fff;
}
.menu_vertical.wd-content-cats_community > ul > li:has(.wd-content-cats__link.my-subscriptions) {
	order: 30;
}
.treeview.wd-content-cats_community li ul {
	padding-top: 0;
	margin-bottom: 0;
}
.menu_vertical.wd-content-cats_community > ul > li > a {
	display: block;
	padding: 10px 30px 10px 8px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	background-color: #fff;
	color: var(--theme-color);
}
.menu_vertical.wd-content-cats_community > ul > li > a.d-flex {
	gap: 10px;
}
/* .menu_vertical.wd-content-cats_community > ul > li:hover > a, */
.menu_vertical.wd-content-cats_community > ul > li > a:hover,
.menu_vertical.wd-content-cats_community > ul > li > a:active {
	background-color: #f2f3f4;
	color: var(--theme-color) !important;
}
.wd-content-cats__item-1 .wd-content-cats__link.selected,
.menu_vertical.wd-content-cats_community .wd-content-cats__item-1 .wd-content-cats__link.selected,
.menu_vertical.wd-content-cats_community .wd-content-cats__item_active > .wd-content-cats__link_active,
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__item_active) > .wd-content-cats__link,
.menu_vertical.wd-content-cats_community .wd-content-cats__item.wd-content-cats__item-0> .wd-content-cats__link.selected {
	background-color: var(--theme-color) !important;
	color: #fff !important;
}

/* .menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item_active > .wd-content-cats__link_active {
	background-color: #fff;
	color: var(--theme-color-green) !important;
} */
/* .menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item_active > .wd-content-cats__link_active span {
	text-decoration: underline;
} */
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link {
	font-size: 15px;
	line-height: 18px;
	display: flex;
	gap: 4px;
	margin: 0;
	padding: 14px 16px 14px 42px;
	/* color: #5C656D !important; */
	color: #45405a !important;
	text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
}
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link:active {
	background-color: #f2f3f4 !important;
}

.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__list-children .wd-content-cats__item_active) > .wd-content-cats__link:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__list-children .wd-content-cats__item_active) > .wd-content-cats__link:active {
	background-color: var(--theme-color) !important;
}
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__list-children .wd-content-cats__item_active) > .hitarea {
	filter: brightness(500) !important;
}

.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item:not(.is-parent) > .wd-content-cats__link:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item:not(.is-parent) > .wd-content-cats__link:active {
	text-decoration: none;
	background-color: #f2f3f4;
	color: var(--theme-color) !important;
}
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.active,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.active:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.active:active,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.selected,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.selected:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link.selected:active,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item_active > .wd-content-cats__link_active,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item_active > .wd-content-cats__link_active:hover,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__item_active > .wd-content-cats__link_active:active {
	background-color: #e8e8f1 !important;
}
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children .hitarea {
	filter: none !important;
}
/* .menu_vertical.wd-content-cats_community .wd-content-cats__list-children li.is-parent.closed.collapsable .hitarea,
.menu_vertical.wd-content-cats_community .wd-content-cats__list-children li.is-parent.closed.expandable .hitarea {
	filter: brightness(500) !important;
} */
/* .menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link:hover span{
	text-decoration: underline;
} */
/* .menu_vertical.wd-content-cats_community .wd-content-cats__list-children .wd-content-cats__link::before {
	content: "--";
} */

/* .treeview.wd-content-cats_community .wd-content-cats__item:hover > .hitarea, */
/* .treeview.wd-content-cats_community .wd-content-cats__item.collapsable > .hitarea, */
.treeview.wd-content-cats_community .wd-content-cats__item.open.collapsable > .hitarea,
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__item_active) > .hitarea,
.treeview.wd-content-cats_community
	.wd-content-cats__item
	> .hitarea.expandable-hitarea.wd-content-cats__item_active-hitarea {
	filter: brightness(500);
}

/* .wd-content-cats__item.closed.collapsable > .wd-content-cats__link {
	background-color: #f2f3f4;
	color: #fff !important;
} */

/* .menu_vertical.wd-content-cats_community > ul > li:hover > a .item_svg,
.menu_vertical.wd-content-cats_community > ul > li > a:hover .item_svg,
.menu_vertical.wd-content-cats_community > ul > li > a:active .item_svg, */
.wd-content-cats__item-1 .wd-content-cats__link.selected .item_svg,
.menu_vertical.wd-content-cats_community .wd-content-cats__item-1 .wd-content-cats__link.selected .item_svg,
.menu_vertical.wd-content-cats_community .wd-content-cats__item_active > .wd-content-cats__link_active .item_svg,
.menu_vertical.wd-content-cats_community
	.wd-content-cats__item:has(.wd-content-cats__item_active)
	> .wd-content-cats__link
	.item_svg,
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__item_active) > .item_svg,
.menu_vertical.wd-content-cats_community .wd-content-cats__item.collapsable > .wd-content-cats__link > .item_svg,
.menu_vertical.wd-content-cats_community .stretched-link.wd-content-cats__link.my-channels.selected > .item_svg {
	filter: invert(100%);
}
/* .menu_vertical.wd-content-cats_community .wd-content-cats__item.wd-content-cats__item-0 > .wd-content-cats__link.selected .item_svg {
	filter: brightness(10);
} */
.treeview.menu_vertical.wd-content-cats_community .icms-svg-icon.w-16 {
	width: 24px;
}
.treeview.menu_vertical.wd-content-cats_community .hitarea {
	position: absolute;
	right: 5px;
	top: 8px;
	z-index: 3;
}
/* .menu_vertical.wd-content-cats_community > ul > li > a > span {
	margin-left: 4px;
}  */

.wd-content-cats__link .for-cat-item-svg {
	color: #5c3d84;
}
.wd-content-cats__link.selected .for-cat-item-svg,
.wd-content-cats__link.active .for-cat-item-svg,
.wd-content-cats__item.collapsable .wd-content-cats__link .for-cat-item-svg,
.menu_vertical.wd-content-cats_community .wd-content-cats__item:has(.wd-content-cats__item_active) .for-cat-item-svg {
	color: currentColor;
}
