.orgChart {
    display: block;
}

.org-parent, .org-winner, .org-children {
    display: block;
    /*border-bottom: 1px dotted rgba(0,255,0, 1);*/
    /*margin-bottom: 20px;*/ /*added*/
}

.org-parent {
    text-align: center;
}

.org-winner {
    display: none;
}

    .org-winner.present {
        display: block;
        /*added*/
        width: 50%;
        text-align: right;
        padding-right: 200px;
        border-right: 1px solid black;
        padding-bottom: 20px;
    }

.winner-bind-line {
    margin: 0;
    padding: 0;
    border-top: 1px solid black;
    position: relative;
    top: 34px;
    left: 100%;
    width: 80%;
}

.org-children {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*justify-content: space-around;*/
    justify-content: space-between;
    border-top: 1px solid black;
}

    .org-children[data-empty] {
        display: none;
    }

    .org-children.oneItem {
        border: none;
    }

    .org-children .org-children-item {
        margin: 0 20px;
        /*border: 1px solid black;*/
        min-height: 68px;
        max-height: 68px;
        min-width: 150px;
        text-align: left;
        display: inline-block;
    }

        .org-children .org-children-item.oneItem::before {
            position: relative;
            top: 0px;
            border-top: none;
            /*left: 50%;*/
            left: 49.7%;
            border-right: none;
            border-left: 1px solid black;
        }



.org-item-holder {
    display: inline-block;
    /*overflow: hidden;*/
}

    .org-item-holder .org-item.item {
        /*border: 1px solid black;*/
        min-height: 68px;
        max-height: 68px;
        min-width: 250px;
        max-width: 250px;
        text-align: left;
        display: inline-flex;
        border-radius: 3px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #f0f0f1;
        cursor: pointer;
        padding-right: 12px;
    }

/*.org-item-holder::before {
        content: "";
        display: block;
        height: 20px;
        border-right: 1px solid red;
        position: relative;
        left: -125px;
    }
.head-of-chart::before {
    display: none;
}*/
.org-children::before {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid black;
    position: relative;
    left: 49.967%;
    top: -21px;
}

.org-children.first::before {
    content: "";
    display: none;
    height: 0;
    position: relative;
    left: 49.967%;
    top: -21px;
}

.org-children.first {
    /*margin-top: 0;*/
    margin-top: 1px;
}

.org-children-item::before {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid black;
    position: relative;
    left: -50%;
    /*border-top: 1px solid red;*/
}

.org-children-item:first-child::before {
    position: relative;
    top: -2px;
    border-top: 4px solid white;
}

.org-children-item:last-child::before {
    position: relative;
    top: -2px;
    border-top: 4px solid white;
    left: 50%;
    border-right: none;
    border-left: 1px solid black;
}


/*.head-of-chart::after {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid black;
    position: relative;
    left: -125px;
}*/

.org-item-holder .org-item.item .org-item.selector {
    margin-top: 10px;
    width: 45px;
    height: 45px;
    /*background-color: orange;*/
    display: inline-block;
}

.org-item-holder .org-item.item .org-item.info {
    margin-top: 10px;
    min-width: calc(100% - 45px);
    height: 45px;
    /*background-color: green;*/
    display: inline-block;
    /*padding-top: 12px;*/
    color: #4d4f5c;
    font-size: 18px;
    font-weight: 600;
}

.padTop12 {
    padding-top: 12px;
}

.org-item-holder .org-item.children {
    display: table;
    min-height: 50px;
    max-height: 50px;
    min-width: 250px;
    padding-top: 10px;
    cursor: pointer;
}

.org-item-holder .org-item.children-selector {
    height: 40px;
    width: 40px;
    margin-left: 40px;
    text-align: left;
    display: inline-flex;
}

.org-item-holder .org-item.children-info {
    min-height: 40px;
    max-height: 40px;
    min-width: calc(100% - 80px);
    text-align: left;
    display: inline-block;
    font-size: 13px;
    padding-left: 5px;
}

.org-item-holder .org-item.description {
    min-height: 60px;
    max-height: 60px;
    min-width: 220px;
    text-align: center;
    display: table;
    margin-left: 20px;
    padding-left: 20px;
    /*background-color: rgba(0,0,250, 0.2);*/
    background-color: white;
    border-left: 1px solid black;
}

.org-item-holder .org-item.description-item {
    /*margin-left: 35px;*/
    margin-top: 20px;
    display: flex;
    max-height: 70px;
    min-height: 60px;
    min-width: 220px;
    max-width: 220px;
    position: relative;
    /*background-color:teal;*/
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #f0f0f1;
    cursor: pointer;
}

    .org-item-holder .org-item .description-item.selector {
        margin-top: 2.5px;
        width: 45px;
        height: 45px;
        /*background-color: orange;*/
        background-color: white;
        display: inline-block;
    }

    .org-item-holder .org-item .description-item.info {
        min-height: 45px;
        max-height: 55px;
        margin-top: 2.5px;
        min-width: calc(100% - 45px);
        text-align: left;
        /*display: inline-block;*/
        display: grid;
        padding-left: 5px;
    }

.org-item-holder .org-item .description-children {
    display: table;
    min-height: 50px;
    max-height: 50px;
    min-width: 220px;
    margin-top: 10px;
    cursor: pointer;
}

    .org-item-holder .org-item .description-children.implementMask::before {
        border-top: none;
        border-left: 9px solid white;
        content: "";
        display: block;
        height: 60px;
        position: absolute;
        margin-left: -26px;
    }

.org-item.description-list {
    display: list-item;
    list-style-type: none;
    max-width: 250px;
}

.org-item-hr {
    position: relative;
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    width: 8%;
    height: 0;
    top: 47px;
    left: 20px;
}
/*style*/
.extend-chart-item {
    background-color: white;
    color: #6dbdb4;
    border-radius: 6px;
    border: solid 2px #6dbdb4;
    margin: 8px;
    cursor: pointer;
}

    .extend-chart-item:focus {
        outline: none;
    }

.person-img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    object-fit: cover;
}

.opacity-children {
    /*opacity: 0.5;*/
    background: #fcf6e6;
}

.person-status {
    color: #6dbdb4;
}

.active-org-chart {
    border: 1px solid #e2a301 !important;
    border-radius: 3px !important;
}

.mask-line {
    /*height: 100vw;*/
    /*height: 30vw;*/
    height: 15vh;
    position: absolute;
    /*height: 6vw;*/
    display: block;
    border-left: 4px solid white;
    /*position: relative;*/
    top: 26px;
    left: -24px;
}

.mask-line-advisor {
    height: 46px;
    display: block;
    border-left: 4px solid white;
    position: relative;
    top: 26px;
    left: -24px;
}

.info .info-button-holder {
    position: fixed;
    top: 50%;
    right: 0px;
    height: 100px;
    /*background: red;*/
    transform: rotate(270deg);
}

    .info .info-button-holder .vertical-button {
        height: 45px;
        background: #b5ddd9;
        color: white;
        width: 100px;
        border: none;
        position: relative;
        bottom: -56px;
        border-radius: 4px 4px 0 0;
        opacity: 0.8;
    }

        .info .info-button-holder .vertical-button:focus {
            outline: none;
        }

    .info .info-button-holder .arrow-left {
        width: 0;
        position: relative;
        right: -45px;
        bottom: 3px;
        transform: rotate(90deg);
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #b5ddd9;
        opacity: 0.8;
    }

.info .more-info {
    width: 0;
    height: 100vh;
    position: fixed;
    top: 70px;
    right: 0;
    background: #b5ddd9;
    z-index: 1000;
    transition: width 0.5s;
}

    .info .more-info.active {
        width: 230px;
    }

.org-center {
    text-align: center;
}

.info .more-info i {
    color: #707070;
    margin: 5px;
    cursor: pointer;
}

.more-info .user-img-holder {
    text-align: center;
    width: 130px;
    height: 130px;
    margin: auto;
}

.more-info .company-img-holder {
    text-align: center;
    width: 210px;
    height: 210px;
    margin: auto;
}

    .more-info .company-img-holder img {
        text-align: center;
        width: 210px;
        height: 210px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
        object-fit: cover;
    }

    .more-info .company-img-holder i {
        width: 210px;
        height: 210px;
        background: white;
        font-size: 110px;
        padding: 40px;
    }

.more-info .user-img-holder img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.more-info .user-img-holder i {
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
    font-size: 96px;
    padding: 10px;
}

.more-info .user-name-holder {
    width: 100%;
    padding: 10px 10px 5px 10px;
    text-align: center;
    font-size: 20px;
    color: #4d4f5c;
    display: grid;
}

    .more-info .user-name-holder span {
        padding: 2px 10px;
        text-align: center;
        font-size: 13px;
        color: white;
    }

.more-info .details-holder {
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
    color: #4d4f5c;
    display: grid;
}

    .more-info .details-holder span {
        text-align: left;
        font-size: 13px;
        margin-bottom: 5px;
        color: #4d4f5c;
    }

    .more-info .details-holder .details-button {
        background-color: white;
        color: #6dbdb4 !important;
        border-radius: 6px;
        border: solid 2px #6dbdb4;
        cursor: pointer;
        width: 25px;
        height: 25px;
    }

        .more-info .details-holder .details-button i {
            color: #6dbdb4;
            margin-left: -2px;
        }

        .more-info .details-holder .details-button:focus {
            outline: none;
        }

.more-info .hr-holder {
    width: 100%;
    padding: 0 10px;
    color: #4d4f5c;
}

    .more-info .hr-holder hr {
        border-top: 2px solid rgba(0,0,0,0.1);
    }

.more-info .list-holder {
    width: 100%;
    padding: 0 5px;
    text-align: left;
    font-size: 15px;
    color: #4d4f5c;
    display: grid;
}

    .more-info .list-holder span {
        font-size: 16px;
        color: #4d4f5c;
        margin-bottom: 7px;
    }

    .more-info .list-holder .list-item {
        display: inline-block;
        padding: 5px;
        width: 100%;
        background: white;
        font-size: 14px;
        cursor: pointer;
    }

        .more-info .list-holder .list-item.active {
            background: #FCF6E6;
        }

        .more-info .list-holder .list-item .img {
            width: 20%;
            display: inline-flex;
        }

            .more-info .list-holder .list-item .img img {
                height: 33px;
                width: 33px;
                object-fit: cover;
                border-radius: 50%;
                position: relative;
                top: 3px;
            }

            .more-info .list-holder .list-item .img i {
                position: relative;
                font-size: 1.3rem;
            }

        .more-info .list-holder .list-item .title {
            width: 77%;
            display: inline-flex;
            position: relative;
            top: -6px;
        }

.user-holder-company-org {
    display: flex;
    margin-left: 30px;
    border-radius: 12px 0 0 12px;
}

.orgChart.second-for-line::before {
    border-top: none;
    border-left: 1px solid black;
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid black;
    position: relative;
    left: 49.967%;
    top: 0;
}

.add-upwards {
    margin-left: 70px;
    color: #43425d;
}

.width52im {
    min-width: 52% !important;
}

.width70im {
    min-width: 57% !important;
}

.width100im {
    min-width: 100% !important;
}

.sub-title-in-org {
    font-size: 0.8rem;
    position: relative;
    top: -10px;
}
