
.js-tree-box {
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 1;
    background-color: #040f3c85;
    padding: 10px;
    color: #00ffa3;
    font-size: 15px;
    /* width: 344px; */
    border: 1px solid #54dcf2;
}

.jstree-contextmenu {
    z-index: 2;
}

.button {
}

.js-tree-box-close {

}