  #modalTreeLayer{
    overflow: hidden;
  }
  
  #modalTreeLayer .modalHeader{
    background-color: #5a5858;
    height: 40px;
  }
  
  #modalTreeLayer .headerTitle{
    font-size: 14px;
    color:white;
    padding: 10px;
  }
  
  #modalTreeLayer .input-group{
    margin: 0px 15px 0px 15px;
  }
  
  #modalTreeLayer #search{
    font-size: 12px;
  }
  
  #modalTreeLayer .jstree-container-ul li{
    font-size: 12px;
  }
  
  #modalTreeLayer .jstree {  
    overflow-y: scroll;
    height: 70%;
    margin: 15px;
  }
  
  #modalTreeLayer .hide-scrollbar
  {
      overflow: auto;
      -ms-overflow-style: none; /* IE 11 */
      scrollbar-width: none; /* Firefox 64 */
      height: 500px;
  }
  
  #modalTreeLayer .jstree::-webkit-scrollbar-track
  {
      border-radius: 10px;
      background-color: #d9d2d1;
  }
  
  #modalTreeLayer .jstree::-webkit-scrollbar
  {
      width: 5px;
      background-color: #d9d2d1;
    display:none
  }
  
  #modalTreeLayer .jstree::-webkit-scrollbar-thumb
  {
    border-radius: 10px;
      background-color: #5a5858;
  }
  
  #modalTreeLayer .jstree-container-ul>li>a>i.jstree-checkbox
  {
    display:none
  }
  
  #modalTreeLayer .jstree-default a.jstree-search { color:#408080; }
  
  #modalTreeLayer a.jstree-anchor {
    width:90%
  }
  
  #modalTreeLayer i.jstree-icon.jstree-themeicon.jstree-themeicon-custom
  {
    position: relative;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center 5px;
    cursor: pointer;
    float: right;
    right: -50px;
  }
  
  #modalTreeLayer #dropdownDisplay{
    width: 10%;
    position: absolute;
  }
  
  #modalTreeLayer .dropdown {
    position: relative;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 0px 4px 2px rgb(177 177 177 / 50%);
    z-index: 1;
    padding: 0;
    margin:0;
    white-space: nowrap;
  }
  
  #modalTreeLayer .dropdown ul {
    position: relative;
    list-style: none;
    text-align: center;
    background-color: white;
    padding: 0;
    margin: 0;
    font-size:12px;
  }
  
  #modalTreeLayer .dropdown li {
    line-height: 5px;
    padding: 0;
  }
  
  #modalTreeLayer .dropdown a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 20px;
  }
  
  #modalTreeLayer .dropdown a:hover {background-color: #f3f3f3;}
  
  #modalTreeLayer .noUi-horizontal .noUi-handle {
    width: 19px;
    height: 18px;
  }
  
  #modalTreeLayer .noUi-handle:before {
    content: none;
  }
  
  #modalTreeLayer .noUi-handle:after {
    content: none;
  }
  
  
  #modalTreeLayer #slider {
    height: 10px;
  }
  
  #modalTreeLayer .containerElement{
    display: inline-flex;
    font-size:12px;
    cursor:pointer;
    width: 80%;
    margin-bottom: 5px;
  }
  
  #modalTreeLayer .noUi-horizontal .noUi-handle {
    right: 1px;
  }
  
  /*
  #v{
    cursor: pointer;
    margin-left: 10px;
    position: absolute;
  }*/
  
  #modalTreeLayer .percentageContainer{
    display: flex;
    justify-content: space-between;
    font-size: 10px;
  }
  
  #modalTreeLayer .crossBtnWDClose{
    color:  #408080;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0px;
    margin-right: 10px;
    margin-top: 1px;
    
  }
  
  /*reduce lef margin childs*/
  #modalTreeLayer .jstree-node.jstree-leaf > .jstree-icon.jstree-ocl {
      display: none;
  }
  
  #modalTreeLayer .fa-external-link{
      padding-right: 10px;
  }