#chart-container {
  position: relative;
  height: 420px;
  border: 1px solid #aaa;
  margin: 0.5rem;
  overflow: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.orgchart .nodes {
	direction: ltr !important;
}
.orgchart .node .second-menu {
	display: none;
	position: absolute;
	top: 0;
	right: -70px;
	border-radius: 35px;
	box-shadow: 0 0 4px 1px #999;
	background-color: #fff;
	z-index: 1;
}
.oci-plus-square::before,.oci-minus-square::before {
	display: contents !important;
	padding: 0 3px;
}
.orgchart .node .title {
	font-size: 14px !important;
	height: 25px;
	padding: 3px 12px;
}
.orgchart .node .content {
  font-size: 12px !important;
  height: 28px;
  padding: 3px 10px;
  overflow: hidden;
}
.title a {
	color: #fff;
}
.orgchart.l2r .node, .orgchart.r2l .node {
	width: 60px;
}
.orgchart.r2l .node .title {
	width: 130px;
}
.orgchart.r2l .node {
 display: inline-block;
}
.oc-export-btn {
	float: inline-end;
	margin-right: 5px;
}
#edit-panel {
	margin-left: 5px;
}
#key-word {
	text-align: right;
}