﻿.treeview {
    --mdb-treeview-text-color: var(--mdb-body-color);
    --mdb-treeview-link-color: var(--mdb-body-color);
    --mdb-treeview-disabled-text-color: rgba(var(--mdb-body-color-rgb), 0.5);
    --mdb-treeview-bg: var(--mdb-body-bg);
    --mdb-treeview-line: var(--mdb-border-color);
    width: 100%;
    background-color: var(--mdb-treeview-bg)
}

    .treeview .active, .treeview .treeview-category {
        color: var(--mdb-treeview-text-color);
        padding: 0 .4rem 0 .4rem;
        border-radius: 5px
    }

    .treeview .treeview-line {
        border-left: 2px solid var(--mdb-treeview-line)
    }

    .treeview .non-transitions {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    .treeview .treeview-disabled {
        color: var(--mdb-treeview-disabled-text-color) !important;
        cursor: not-allowed
    }

    .treeview ul {
        margin-left: .8rem;
        padding-left: .8rem
    }

        .treeview ul ul:not(.collapse):not(.collapsing):not(.show) {
            display: none
        }

    .treeview li {
        list-style-type: none;
        margin: 3px 0 3px 0
    }

        .treeview li:last-child {
            margin-bottom: 0
        }

    .treeview a {
        color: var(--mdb-treeview-link-color);
        display: block
    }

        .treeview a[data-mdb-toggle=collapse] {
            color: unset
        }

    .treeview span[aria-label=toggle] i {
        transition: .3s;
        cursor: pointer
    }

.treeview-category:hover {
    background-color: rgba(59,113,202,.05)
}

.treeview-primary .active {
    color: #3b71ca !important;
    background-color: rgba(59,113,202,.05)
}

.treeview-primary li:focus, .treeview-primary a:focus {
    outline: none;
    background-color: rgba(59,113,202,.05)
}

.treeview-category:hover {
    background-color: rgba(159,166,178,.05)
}

.treeview-secondary .active {
    color: #9fa6b2 !important;
    background-color: rgba(159,166,178,.05)
}

.treeview-secondary li:focus, .treeview-secondary a:focus {
    outline: none;
    background-color: rgba(159,166,178,.05)
}

.treeview-category:hover {
    background-color: rgba(20,164,77,.05)
}

.treeview-success .active {
    color: #14a44d !important;
    background-color: rgba(20,164,77,.05)
}

.treeview-success li:focus, .treeview-success a:focus {
    outline: none;
    background-color: rgba(20,164,77,.05)
}

.treeview-category:hover {
    background-color: rgba(84,180,211,.05)
}

.treeview-info .active {
    color: #54b4d3 !important;
    background-color: rgba(84,180,211,.05)
}

.treeview-info li:focus, .treeview-info a:focus {
    outline: none;
    background-color: rgba(84,180,211,.05)
}

.treeview-category:hover {
    background-color: rgba(228,161,27,.05)
}

.treeview-warning .active {
    color: #e4a11b !important;
    background-color: rgba(228,161,27,.05)
}

.treeview-warning li:focus, .treeview-warning a:focus {
    outline: none;
    background-color: rgba(228,161,27,.05)
}

.treeview-category:hover {
    background-color: rgba(220,76,100,.05)
}

.treeview-danger .active {
    color: #dc4c64 !important;
    background-color: rgba(220,76,100,.05)
}

.treeview-danger li:focus, .treeview-danger a:focus {
    outline: none;
    background-color: rgba(220,76,100,.05)
}

.treeview-category:hover {
    background-color: rgba(251,251,251,.05)
}

.treeview-light .active {
    color: #fbfbfb !important;
    background-color: rgba(251,251,251,.05)
}

.treeview-light li:focus, .treeview-light a:focus {
    outline: none;
    background-color: rgba(251,251,251,.05)
}

.treeview-category:hover {
    background-color: rgba(51,45,45,.05)
}

.treeview-dark .active {
    color: #332d2d !important;
    background-color: rgba(51,45,45,.05)
}

.treeview-dark li:focus, .treeview-dark a:focus {
    outline: none;
    background-color: rgba(51,45,45,.05)
}
/*# sourceMappingURL=treeview.min.css.map */
