.depart-card{min-width:210px;width:210px;border-radius:20px;border:1px solid #c8d7e4;background:#f5f9fc;position:relative}.depart-card .depart-card__head{padding:10px;border-bottom:1px solid #c8d7e4}.depart-card .depart-card__head .title{font-size:13px;font-weight:600;color:#2067b0}.depart-card .depart-card__body{padding:10px}.depart-card .depart-card__body .my-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.depart-card .depart-card__body .my-profile .my-profile__image{width:30px;height:30px;border-radius:50%}.depart-card .depart-card__body .my-profile .my-profile__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.depart-card .depart-card__body .my-profile .my-profile__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:5px}.depart-card .depart-card__body .my-profile .my-profile__info .name{color:#000;font-size:11px;font-weight:500}.depart-card .depart-card__body .my-profile .my-profile__info .designation{font-size:9px;font-weight:400;color:#000;opacity:.6}.depart-card .depart-card__body .employees-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:5px;margin-top:15px}.depart-card .depart-card__body .employees-wrapper .title{color:#d4650b;font-size:8px;height:11px}.depart-card .depart-card__body .employees-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px;list-style:none}.depart-card .depart-card__body .employees-list li a{display:inline-block;width:30px;height:30px;border-radius:50%;position:relative;top:0;-webkit-transition:.3s;transition:.3s}.depart-card .depart-card__body .employees-list li a:hover{top:-3px}.depart-card .depart-card__body .employees-list li a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.depart-card .employee-count{color:#2067b0;display:block;font-size:9px;text-align:center;text-decoration:underline;margin:0 auto;font-weight:500}.depart-card.level-2{background-color:#f8efe8;border-color:#e8cebd}.depart-card.level-2 .depart-card__head{border-color:#e8cebd}.depart-card.level-3{min-width:190px;width:190px;background-color:#f1f5de;border-color:#d5e1a6}.depart-card.level-3 .depart-card__head{border-color:#d5e1a6}.company-structure{--vz-border-width: 2px}.company-structure thead .depart-card::before{content:"";position:absolute;left:49%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px;height:14px;top:100%;background:#e9ebec}.company-structure td{border-bottom:0}.company-structure td .depart-card.level-2::before{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px;height:14px;bottom:100%;background:#e9ebec}.company-structure td:nth-child(1){padding-left:0}.company-structure td:nth-child(1) .depart-card.level-2:nth-child(1)::before{left:-1px;-webkit-transform:inherit;transform:inherit}.company-structure td:last-child{padding-right:0}.company-structure td:last-child .depart-card.level-2:nth-child(1)::before{left:unset;right:-4px;-webkit-transform:inherit;transform:inherit}.company-structure .sub-depart{padding:30px 0 30px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;position:relative}.company-structure .sub-depart::before{position:absolute;content:"";left:0;top:-14px;width:2px;height:calc(100% + 14px);background:#e9ebec}.company-structure .sub-depart .depart-card.level-3::before{position:absolute;content:"";height:2px;width:15px;left:-15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#e9ebec}