.hummingbird-treeview,
.hummingbird-treeview *
{
    list-style: none;
    font-size: 20px;
    line-height: 24px;
}
#treeview li.nochild
{

}
#treeview ul
{
    display: none;
    padding-right: 0px;
}
#treeview ul > li
{
   padding-right: 10px ;
}
#treeview ul > li > ul > li
{
    padding-right: 0px ;
}

#treeview li i
{
    margin:14px 5px;
    float: right;
    cursor: pointer;
}
#treeview
{

    width: 100%;
    display: block;
}
.hummingbird-treeview label {
    font-weight: normal;
}


.hummingbird-treeview input[type=checkbox] {
    width : 16px;
    height :16px;
    padding: 0px;
    margin: 0px;
}

.hummingbird-treeview ul:not(.hummingbird-base) {
    display: none;
}

.hummingbird-treeview .fa {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-treeview .fas {
    font-style: normal;
    cursor: pointer;
}

.hummingbird-base {
    white-space:nowrap;
}

.accordion-style .btn-link {
    position: relative;
    background: #ecf0ff;
    border: 1px solid #ccc !important;
    display: block;
    width: 100%;
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    text-align: right;
    white-space: normal;
    box-shadow: none;
    text-decoration: none;
    color: #333;
    padding: 10px 40px;
}
.accordion-style .btn-link.collapsed::after {
    border-radius: 3px;

    content: "\F282";

    font-family: 'bootstrap-icons', serif;

    left: inherit;

    right: 10px;

    font-size: 20px;

    font-weight: 600;

    line-height: 26px;

    height: 26px;

    transform: none;

    width: 26px;

    top: 10px;

    text-align: center;

}
.accordion-style .btn-link::after {
    background: transparent;
    border: none;
    border-radius: 3px;
    content: "\F286";
    font-family: 'bootstrap-icons', serif;
    left: inherit;
    right: 10px;
    font-size: 20px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    transform: none;
    width: 26px;
    top: 10px;
    position: absolute;
    color: var(--main-color-one);
    text-align: center;
}
.accordion-style .btn-link.collapsed {
    background: #fff;
    color: var(--color-site);
    border-radius: 15px;
    border: 1px solid #ccc;
}
