.cTreeMenu * {
  padding: 0px;
  margin: 0px;
  outline: none;
  font: 16px "Calibri";
  font-weight: lighter;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cTreeMenu input[type=checkbox] {
  vertical-align: middle !important;
  display: inline;
}
.cTreeMenu .tree {
  margin: 6px auto;
}
.cTreeMenu .tree ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
  padding-left: 10px;
}
.cTreeMenu .tree li {
  padding: 6px 0px;;
  cursor: pointer;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.cTreeMenu .tree li:last-child {
  border-bottom: none
}
.cTreeMenu .tree li:first-child { }
.cTreeMenu .tree li:last-child {
  border-radius: 0 0 3px 3px;
}
.cTreeMenu .tree label {
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
  display: inline;
}
.cTreeMenu .tree label::before {
  content: '\f07c';
  font-family:"Font Awesome 5 Pro";
  font-weight: 300;
  padding-right: 5px; 
}
.cTreeMenu .tree input[type=checkbox] {
  margin: -2px 6px 0 0px;
}
.cTreeMenu .has > label {
}
.cTreeMenu .tree .total {
  color: var(--secondary);
}