ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
    display: flex;
    width: fit-content;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    min-height: 70vh;
}

.jqSimpleConnect {
    width: 100%;
    height: 8px;
    background-color: rgb(128, 128, 128);
    /* position: absolute; */
    top: 50%;
    /* left: 0px; */
    z-index: -1;
}
.jqSimpleConnect-x {
  width: 8px;
  height: 70%;
  background-color: rgb(128, 128, 128);
  position: absolute;
  top: -5px;
  left: 50%;
  z-index: -1
}
.caret {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

/* .caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
} */

/* .caret-down::before {
  -ms-transform: rotate(90deg);  
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);  
} */

.nested {
    display: none;
    max-width: 90vw;
    /* align-items: center; */
    /* border-top: solid #000 1px; */
}

.active {
    display: flex;
     
}
