.uacPopup {
    background: #d7edfa;
}

.uacSticky {
  /*position: fixed;*/
  /*top: 100px; !* Adjust the value as needed to set the vertical position *!*/
  /*left: 100px; !* Adjust the value as needed to set the horizontal position *!*/
  z-index: 1000;
  opacity: 1;
  background-color: #fff;
}

.uacFooter {
    visibility: hidden;
    position: fixed;
}

.modal-top {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.hidden-row {
    display: none;
}

#treeHelpPopup {
    position: absolute;
    top: 0;
    right: 4px;
}

.btn-group>.btn.uacButton:not(:first-child) {
  margin-left: 1px;
}