/* Remove default bullets */
.treeview-main ul {
    list-style-type: none;
    /* margin: 0;
    padding: 0; */
}

/* .treeview-main li {
    margin-left: 15px;
} */

.caret-element {
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    /* float: left; */
}

.point-element {
    display: inline-block;
    padding-left: 7px;
    /* clear: right; */
    /* float: left; */
}

.point-element i {
    padding-left: 7px;
}

.point-element .name {
    padding-left: 7px;
    font-weight: bold;
}

.point-element .tags {
    padding-left: 7px;
    font-size: 1rem;
}

.li-element {
    clear: right;
    overflow: hidden;
    padding: 7px;
}

.li-element .form-check {
    float: right;
}

.li-element .form-check-input {
    cursor: pointer;
}

/* .li-element:after{
    clear: both;
    content: "";
    display: block;
} */

/* Style the caret/arrow */
.caret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}



/* Hide the nested list */
.nested {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
    display: block;
}
