.apexcharts-canvas .apexcharts-yaxis[rel="1"],
.list-matches .dataTables_wrapper>.row:first-child {
    display: none;
}

.rl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tree .tree-dropdown {
    padding: 5px 35px 5px 0;
}

.tree .tree-dropdown .tree-subtree {
    margin-left: 20px;
    margin-top: 10px;
    display: none;
}

.tree .tree-dropdown.active>.tree-subtree {
    display: block!important;
}