.tree-container {
    max-height: 500px;
    display: block;
    margin: auto;
    overflow-y: scroll;
    position: relative;
    padding: 20px;
    border: 1px solid #f1f1f1;
}

ul.leg_tree {
    padding-left: 2rem !important;
}

.leg_tree li {
    list-style-type: none;
    margin-left: -10px;
    position: relative;
    line-height: 22px;
}

.leg_tree li a {
    text-decoration: none;
    color: #434b5a;
    position: absolute;
    top: -3px;
    padding: 0px 10px;
}

.leg_tree li i {
    font-size: 14px;
    cursor: pointer;
}

.leg_tree li i~i:before {
    position: relative;
    top: -3px;
    left: 5px;
}

.leg_tree li input {
    display: none;
}


.leg_tree li .label {
    width: 14px;
    height: 14px;
    display: inline-flex;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    cursor: pointer;
}

.leg_tree li .label i {
    color: #0095ff;
    position: absolute;
    top: -2px;
    left: -1px;
    font-size: 18px !important;
}

.leg_tree li .label:hover {
    box-shadow: 0 0 4px 0px #a0aefb;
}


.isShow {
    position: absolute;
    top: -3px;
    left: -20px;
    width: 14px;
    margin-right: 5px;
}