.category-tree{list-style:none !important;padding-left:0}
.category-tree *>ul{list-style:none !important}
.category-tree__node-with-children{display:inline-block;position:relative;padding:0 20px 0 20px;color:#1E347B}
.category-tree__node-with-children[aria-expanded="false"]:before{content:"";width:15px;height:15px;display:block;position:absolute;left:0;top:5px;background:url("https://api.iconify.design/fa-regular:plus-square.svg?color=%23777") no-repeat center center / contain}
.category-tree__node-with-children[aria-expanded="true"]:before{content:"";width:15px;height:15px;display:block;position:absolute;left:0;top:5px;background:url("https://api.iconify.design/fa-regular:minus-square.svg?color=%23777") no-repeat center center / contain}
.category-tree__selected-node{font-weight:bold}
.custom-control-input:checked ~ span{color:red !important}