.js-trees-holder {
    transition: all 0.5s ease-in-out;
}

.tree-highlight {
    box-shadow: 0 0 10px 5px yellow;
    z-index: 10;
    position: relative;
}