

.tree-child-hide{
    display: none;
    margin-left: 30px;
}

.tree-child-show{
    margin-left: 30px;
    line-height: 2;
}
.preicon {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
  }

.line-item{
    border-top: 1px inset lightgray;
    color: black;
    line-height: 2;
}  

.hovering {
    color: #28a745 !important;
} 

.activating {
    color: #17a2b8  !important;
} 

.tq-select-check{
    transform : scale(1.5);
    margin-right:10px
}

#selected-tqs {
    min-height: 40vh;
    max-height: 50vh;
    overflow-y: auto;
    font-size: 12px;
}

#tree-root{
    padding: 20px 30px 30px 20px;
}

.action-icon{
    float:right;
    line-height:2;
    padding-left: 15px;
}