﻿.umbracoNaviHideIcon > .umb-tree-item__inner > .umb-tree-item__annotation:before,
.umbracoNaviHideIcon.is-container > .umb-tree-item__inner > .umb-tree-item__annotation:before {
	content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'> <path d='M254.867 214.401c-22.305 0-40.45 18.143-40.45 40.439 0 22.316 18.145 40.474 40.45 40.474 22.319 0 40.474-18.157 40.474-40.474 0-22.296-18.155-40.439-40.474-40.439zm0-74.942c-107.278 0-215.312 116.648-215.312 116.648s108.034 116.646 215.312 116.646c107.294 0 215.329-116.646 215.329-116.646S362.161 139.459 254.867 139.459zm0 197.952c-45.586 0-82.546-36.925-82.546-82.57 0-45.587 36.96-82.535 82.546-82.535 45.612 0 82.571 36.948 82.571 82.535 0 45.645-36.959 82.57-82.571 82.57z'/> <path d='M 453.333 475.309 L 48.336 70.311 L 70.098 48.548 L 475.098 453.55 L 453.333 475.309 L 453.333 475.309 Z'/></svg>");
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.umbracoNaviHideIcon > .umb-tree-item__inner > .umb-tree-item__annotation {
	background-color: #fff;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-left: 12px;
	top: 17px;
}

.umbracoNaviHideIcon.current > .umb-tree-item__inner > .umb-tree-item__annotation,
.umbracoNaviHideIcon .is-container.current > .umb-tree-item__inner > .umb-tree-item__annotation {
	background-color: inherit;
}