

.p-organizationchart-table {
  border-spacing: 0;
  border-collapse: separate;
  margin: 0 auto
}

.p-organizationchart-table>tbody>tr>td {
  text-align: center;
  vertical-align: top;
  padding: 0 .75rem
}

.p-organizationchart-node-content {
  display: inline-block;
  position: relative
}

.p-organizationchart-node-content .p-node-toggler {
  position: absolute;
  bottom: -.75rem;
  margin-left: -.75rem;
  z-index: 2;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none
}

.p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon {
  position: relative;
  top: .25rem
}

.p-organizationchart-line-down {
  margin: 0 auto;
  height: 20px;
  width: 1px
}

.p-organizationchart-line-left,.p-organizationchart-line-right {
  border-radius: 0
}

.p-organizationchart-selectable-node {
  cursor: pointer
}

.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #C7D2FE;
}


.orgchart {
  transition: width 0.5s;
}

/* Generate zoom classes from 5% to 150% in multiples of 5 */
@for $i from 5 through 150 {
  .zoom-#{$i} {
    zoom: #{$i / 100};
  }
}
