@charset "UTF-8";
.borderTree .ui-treenode-content {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  background-color: #eceff4 !important;
  height: 40px !important;
  border-radius: 8px !important;
}

.borderTree .ui-treenode-content:hover {
  background-color: #eceff4 !important;
  cursor: pointer;
}

.borderTree span.ui-treenode-label {
  width: 100%;
}

.borderTree button {
  width: 100%;
  text-align: left;
  color: #212529 !important;
}

.borderTree button:hover {
  background-color: #eceff4 !important;
}
