
#potree_toolbar{
  position: absolute;
  z-index: 200000;
  left: 100px;
  top: 0px;
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 0.3em 0.8em;
  font-family: "system-ui";
  border-radius: 0em 0em 0.3em 0.3em;
  display: flex;
}

.potree_toolbar_label{
  text-align: center;
  font-size: smaller;
  opacity: 0.9;
}

.potree_toolbar_separator{
  background: white;
  padding: 0px;
  margin: 5px 10px;
  width: 1px;
}


.profileWindow {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 400px !important;
  height: 200px !important;
}

#Logo_Avincis {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}



.label-conflict {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 4px;
}
.conflict-title{
  border-bottom: 1px solid #ccc;
  margin-bottom: 4px;
  width: 100%;
}
.conflict-desc{
  font-weight: 400;
}
.jstree-anchor {
  height: auto !important;
}