﻿.orgchart {
    /*  background-image: linear-gradient(90deg, rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%), linear-gradient(rgba(200, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0) 10%);*/
    background-image: initial;
}

.orgchart .hierarchy:first-child::before,
.orgchart .hierarchy.isSiblingsCollapsed.left-sibs::before {
    left: 69px;
    width: calc(100% + 1px);
}

.orgchart .hierarchy:last-child::before,
.orgchart .hierarchy.isSiblingsCollapsed.right-sibs::before {
    width: 71px;
}

.orgchart .node .title {
    font-size: 1.2rem;
    height: 60px;
    line-height: 50px;
    word-wrap: break-word;
    background-color: #fff;
    color: rgba(217, 83, 79, 0.8);
    border: 2px solid;
    border-radius: 4px 4px 4px 4px;
}

.orgchart .node .content {
    height: 60px;
}