.ngx-org-image {
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  background-color: white;
  border-radius: 50%;
  padding: 0.25em;
}
.ngx-org-box{
display: flex;
justify-content: center;
align-items: center;
}
 .ngx-org-name {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  
} 
 .ngx-org-title {
  font-size: 0.9em;
    color: #2f2d2d;
    text-align: center;
} 

.ngx-org-horizontal {
  padding: 1em 0;
}
.ngx-org-vertical {
  padding: 0 1em;
}
.ngx-org-border {
  border: 1px solid darkgrey;
}
.ngx-org-box {
  padding: 0.5em 1em;
  border-radius: 0.2em;
  box-shadow: 0.05em 0.05em 0.2em 0.05em rgba(0, 0, 0, 0.168627451);
}
.ngx-org-connector-horizontal {
  width: 1em;
}
.ngx-org-connector-vertical {
  height: 1em;
}
.ngx-org-parent {
  background-color: #7bb4ff !important;
  border: 4px solid #008cd5 !important;
  color: black !important;
}

.ngx-org-you-male {
  background-color: #11b3e4 !important;
  border: 4px solid #006af5 !important;
  color: black !important;
}

.ngx-org-you-female {
  background-color: #11b3e4 !important;
  border: 4px solid #ff1779 !important;
  color: black !important;
}

.ngx-org-child-male {
  background-color: #fed2e2 !important;
  border: 4px solid #006af5 !important;
  color: black !important;

}

.ngx-org-child-female {
  background-color: #fed2e2 !important;
  border: 4px solid #ff1779 !important;
  color: black !important;

}

.ngx-org-grandchild-male {
  background-color: #fbf3b9 !important;
  border: 4px solid #006af5 !important;
  color: black !important;

}
.ngx-org-grandchild-female {
  background-color: #fbf3b9 !important;
  border: 4px solid #ff1779 !important;
  color: black !important;

}

.ngx-org-sibling-male {
  background-color: #dbb7ff !important;
  border: 4px solid #006af5 !important;
  color: black !important;

}

.ngx-org-sibling-female {
  background-color: #dbb7ff !important;
  border: 4px solid #ff1779 !important;
  color: black !important;

}

/*# sourceMappingURL=ngx-org-chart.css.map */
