.treeview {
    width: 100%
}

.treeview .active,.treeview .treeview-category {
    padding: 0 .4rem;
    border-radius: 5px
}

.treeview .treeview-line {
    border-left: 2px solid rgba(0,0,0,.08);
}

.treeview .non-transitions {
    -webkit-transition: none!important;
    transition: none!important
}

.treeview .treeview-disabled {
    color: rgba(0,0,0,.25)!important;
    cursor: not-allowed
}

.treeview ul {
    padding-left: .8rem
}

.treeview ul ul:not(.collapse):not(.collapsing):not(.show) {
    display: none
}

.treeview li {
    list-style-type: none;
    margin: 5px 0
}

.treeview li:last-child {
    margin-bottom: 0
}

.treeview a {
    color: #4f4f4f;
    display: block
}

.treeview a[data-mdb-toggle=collapse] {
    color: unset
}

.treeview span[aria-label=toggle] i {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.treeview-category:hover,.treeview-primary .active {
    background-color: rgba(18,102,241,.05)
}

.treeview-primary .active {
    color: #1266f1!important
}

.treeview-primary a:focus,.treeview-primary li:focus {
    outline: none;
    background-color: rgba(18,102,241,.05)
}

.treeview-category:hover,.treeview-secondary .active {
    background-color: rgba(178,60,253,.05)
}

.treeview-secondary .active {
    color: #b23cfd!important
}

.treeview-secondary a:focus,.treeview-secondary li:focus {
    outline: none;
    background-color: rgba(178,60,253,.05)
}

.treeview-category:hover,.treeview-success .active {
    background-color: rgba(0,183,74,.05)
}

.treeview-success .active {
    color: #00b74a!important
}

.treeview-success a:focus,.treeview-success li:focus {
    outline: none;
    background-color: rgba(0,183,74,.05)
}

.treeview-category:hover,.treeview-info .active {
    background-color: rgba(57,192,237,.05)
}

.treeview-info .active {
    color: #39c0ed!important
}

.treeview-info a:focus,.treeview-info li:focus {
    outline: none;
    background-color: rgba(57,192,237,.05)
}

.treeview-category:hover,.treeview-warning .active {
    background-color: rgba(255,169,0,.05)
}

.treeview-warning .active {
    color: #ffa900!important
}

.treeview-warning a:focus,.treeview-warning li:focus {
    outline: none;
    background-color: rgba(255,169,0,.05)
}

.treeview-category:hover,.treeview-danger .active {
    background-color: rgba(249,49,84,.05)
}

.treeview-danger .active {
    color: #f93154!important
}

.treeview-danger a:focus,.treeview-danger li:focus {
    outline: none;
    background-color: rgba(249,49,84,.05)
}

.treeview-category:hover,.treeview-light .active {
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-light .active {
    color: #fbfbfb!important
}

.treeview-light a:focus,.treeview-light li:focus {
    outline: none;
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-category:hover,.treeview-dark .active {
    background-color: rgba(38,38,38,.05)
}

.treeview-dark .active {
    color: #262626!important
}

.treeview-dark a:focus,.treeview-dark li:focus {
    outline: none;
    background-color: rgba(38,38,38,.05)
}
a:hover {
    color: var(--mdb-link-hover-color);
    text-decoration: none;
}