.treeRoot {
    height: 100%;
}

.draggingSource {
    opacity: 0.3;
}

.dropTarget {
    background-color: #e8f0fe;
}

.placeholderTree {
    /* top: 0;
    transform: translateY(-50%); */
    background-image: url('../../assets/images/rightArrowicon.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 20px;
    position: absolute;
    /* background-color: "red"; */
    display: inline-block;
    top:0;
    bottom: 0;

    /* background-color: red; */
}

.placeholderContainer {
    position: relative;
}