:root {
    --blue-color: #007aff !important;
    --color-dark-blue: #003594 !important;
    --color-white: #ffffff !important;
    --color-black: rgba(38, 42, 45, 1) !important;
    --color-lite: #FAFAFA !important;
    --color-lite-green: #c7e995;
    --color-border: rgba(215, 215, 215, 1);
}

.css-treeview ul,
.css-treeview li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}

.last_child_tree {
  font-size: 15px;
  border-bottom: 0;
}

.css-treeview li label {
  border-bottom: 0;
  background: 0 0;
}

.css-treeview .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
  border: 0;
  font-weight: 400;
}

.css-treeview .card .card-body h1, .css-treeview .card .card-body h2, .css-treeview .card .card-body h3, .css-treeview .card .card-body h4, .css-treeview .card .card-body h5, .css-treeview .card .card-body h6 {
    font-weight: 400;
}

.css-treeview .card-title {
    margin-bottom: .75rem;
}

.css-treeview .card .card-body .card-text {
    color: #747373;
    font-size: .9rem;
    font-weight: 400;
}

.css-treeview input {
    position: absolute!important;
    opacity: 0;
}

.css-treeview {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview a {
    color: #2377b8;
    text-decoration: none;
    font-size: 18px;
}

    .css-treeview a:hover {
        text-decoration: underline;
    }


.css-treeview input + label + ul {
    margin: 0 0 0 22px;
}

.css-treeview input ~ ul {
    display: none;
}

    .css-treeview label,
    .css-treeview label::before {
        cursor: pointer;
    }

    .css-treeview input:disabled + label {
        cursor: default;
        opacity: .6;
    }

    .css-treeview input:checked:not(:disabled) ~ ul {
        display: block;
    }

.css-treeview label:hover {   
    background-color:#eee;
}

.css-treeview label::before {
    height: 16px;
}

        .css-treeview label,
        .css-treeview a,
        .css-treeview label::before {
            display: inline-block;
            vertical-align: middle;
        }

.css-treeview label {
  background-position: 18px 8px;
  font-size: 15px;
  width: 100%;
  padding:3px;
  margin-bottom:3px;
  display:flex;
  align-items:flex-start;
}

    .css-treeview label span {
    overflow: hidden;
   	-o-text-overflow: ellipsis;
   	text-overflow: ellipsis;
    font-size: 15px;
    }

        .css-treeview label span.Groups-title {
            width: calc(100% - 46px);
        }

    .css-treeview [type="checkbox"]:not(:checked) + label,
    .css-treeview [type="checkbox"]:checked + label {
      position: relative;
      cursor: pointer;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {padding: 0;}
        to {padding: 0;}
    }
}

.css-treeview i {
    font-size: 17px !important;
    width: 18px;
    margin-right:5px;
}


.css-treeview label .far.far.fa-plus-square {
    display: inline-block;
    /*color: #ff9800;*/
    font-size: 17px;
    margin-right: 5px;
    width: 18px;
}

.css-treeview label .far.fa-minus-square {
    display: none;
}

.css-treeview input:checked + label .far.fa-plus-square {
    display: none !important;
}

.css-treeview input:checked + label .far.fa-minus-square {
    display: inline-block !important;
    /*color: red !important;*/
    font-size: 17px;
    margin-right: 5px;
    width: 18px;
}

.css-treeview .far.fa-check-circle {
    color: var(--blue-color);
}

.css-treeview .far.fa-dot-circle {
    color: var(--color-lite-green);
}
