﻿.filter-tree-ul {
    color: var(--ao-black1);
    list-style: none;
    padding-left: 7px;
}

.filter-tree-triangle {
    background: var(--grey-triangle-sort-right) 100% no-repeat;
    background-size: 10px auto;
    padding-left: 14px;
    height: 22px;
    width: 10px;
    bottom: 5px !important;
}

.filter-tree-triangle-base {
    background: var(--grey-triangle-sort-right) 100% no-repeat;
    background-size: 10px auto;
    padding-left: 14px;
}

.filter-tree-triangle-base-expand {
    transform: rotate( 90deg );
    display: inline-block;
    padding: 7px;
    position: relative;
    bottom: 3px;
}

.filter-nodes-ul {
    color: var(--ao-black1);
    list-style: none;
    display: none;
}

.filter-nodes-ul-active {
    display: block;
}

.filter-span {
    margin-right: 9px;
}

.match-types {
    align-self: center;
}