.orgchart{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none;background-image:linear-gradient(#0000 95%,#c8000026 95%),linear-gradient(90deg,#c8000026 5%,#0000 5%),linear-gradient(#c8000026 5%,#0000 5%),linear-gradient(270deg,#c8000026 5%,#0000 5%);background-size:10px 10px;padding:20px 20px 0;display:inline-block}.orgchart .hidden,.orgchart~.hidden{display:none!important}.orgchart.b2t{transform:rotate(180deg)}.orgchart.l2r{transform-origin:0 0;text-align:center;position:absolute;transform:rotate(-90deg)rotateY(180deg)}.orgchart.r2l{transform-origin:0 0;text-align:center;position:absolute;transform:rotate(90deg)}.orgchart~.mask{z-index:999;text-align:center;background-color:#0000004d;position:absolute;inset:0}.orgchart~.mask .spinner{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.orgchart>.spinner:before,.orgchart~.mask .spinner:before{border-width:10px;border-top-color:#449d44cc;border-bottom-color:#449d44cc;border-left-color:#449d44cc;border-radius:50px;width:100px;height:100px}.orgchart .nodes{justify-content:center;margin:0;padding-left:0;list-style:none;display:flex}.orgchart .hierarchy{position:relative}.orgchart .hierarchy:before{content:"";box-sizing:border-box;border-top:2px solid #d9534fcc;width:100%;position:absolute;top:-11px;left:0}.orgchart .couple:first-child:not(:only-child):before{width:calc(100% - 69px);left:69px}.orgchart .couple:last-child:not(:only-child):before{width:calc(50% + 71px);left:0}.orgchart .hierarchy.couple:only-child:before{width:142px;left:calc(50% - 71px)}.orgchart .hierarchy.spouse:not(.couple):after{content:"";box-sizing:border-box;z-index:0;width:var(--ft-width);top:24px;left:var(--ft-left-offset);border-top:2px solid #d9534fcc;position:absolute}.orgchart .couple{white-space:nowrap}.orgchart .couple:has(>.nodes)>.node:first-child:after{content:"";background-color:#d9534fcc;width:2px;height:33px;position:absolute;top:24px;left:calc(100% + 1px)}.orgchart .couple:after{content:"";box-sizing:border-box;z-index:0;border-top:2px solid #d9534fcc;width:20px;position:absolute;top:24px;left:calc(50% - 10px)}.orgchart .hierarchy.isSiblingsCollapsed.left-sibs:before,.orgchart .hierarchy:first-child:before{width:calc(50% + 1px);left:calc(50% - 1px)}.orgchart .hierarchy.isSiblingsCollapsed.right-sibs:before,.orgchart .hierarchy:last-child:before{width:calc(50% + 1px)}.orgchart .hierarchy:not(.hidden):not(.spouse):only-child:before{width:2px}.orgchart .isAncestorsCollapsed:only-child:before,.orgchart .isAncestorsCollapsed>.node:not(.outsider):before,.orgchart .isCollapsedDescendant:before,.orgchart .isCollapsedDescendant>.node:after,.orgchart .isCollapsedDescendant>.node:before,.orgchart .isCollapsedSibling .hierarchy:before,.orgchart .isCollapsedSibling:before,.orgchart .isSiblingsCollapsed.left-sibs.right-sibs:before,.orgchart .isSiblingsCollapsed.left-sibs:last-child:before,.orgchart .isSiblingsCollapsed.right-sibs:first-child:before,.orgchart .isSiblingsCollapsed:not(.left-sibs):not(.right-sibs):before,.orgchart>.nodes>.hierarchy:before{content:none}.orgchart .hierarchy.isChildrenCollapsed:not(.couple)>.node:has(+.nodes):after{content:none}.orgchart .hierarchy:not(.couple)>.node:has(+.nodes):after{content:"";background-color:#d9534fcc;width:2px;height:10px;position:absolute;bottom:-12px;left:calc(50% - 1px)}.orgchart ul li .node.allowedDrop{border-color:#449d44e6}.orgchart ul li .node.currentDropTarget{background-color:#449d44e6}.orgchart ul li .node.selected,.orgchart ul li .node:hover{background-color:#eed93680}.orgchart>ul>li>ul li>.node:not(.outsider):before{content:"";top:var(--top,-12px);width:2px;height:var(--height,10px);background-color:#d9534fcc;position:absolute;left:calc(50% - 1px)}.orgchart>ul>li>ul li>.node.outsider:before{content:"";top:var(--top,-12px);width:0;height:var(--height,10px);border-right:2px dotted #d9534fcc;position:absolute;left:calc(50% - 1px)}.orgchart>ul>li>ul .isSiblingsCollapsed>.node:before{top:var(--top-cross-point,-12px);height:var(--height-cross-point,10px)}.orgchart .node{box-sizing:border-box;text-align:center;z-index:1;border:2px dashed #0000;margin:0 0 20px;padding:3px;transition:transform .3s,opacity .3s;display:inline-block;position:relative}.orgchart.l2r .node,.orgchart.r2l .node{width:50px;height:140px}.orgchart .node:hover{cursor:default;z-index:2;background-color:#eed93680;transition:all .5s}.orgchart .node.focused{background-color:#eed93680}.orgchart .ghost-node{position:fixed;top:-10000px;left:-10000px}.orgchart .ghost-node rect{fill:#fff;stroke:#bf0000}.orgchart .node.allowedDrop{border-color:#449d44e6}.orgchart .node>.spinner{position:absolute;top:calc(50% - 1rem);left:calc(50% - 1rem)}.orgchart .node>.spinner:before{border-width:.2rem;border-top-color:#449d44cc;border-bottom-color:#449d44cc;border-left-color:#449d44cc;border-radius:1rem;width:2rem;height:2rem}.orgchart .node .title{box-sizing:border-box;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;background-color:#d9534fcc;border-radius:4px 4px 0 0;width:130px;height:20px;font-size:12px;font-weight:700;line-height:20px;overflow:hidden}.orgchart.b2t .node .title{transform-origin:bottom;transform:rotate(-180deg)}.orgchart.l2r .node .title{transform-origin:bottom;transform:rotate(-90deg)translate(-45px,-45px)rotateY(180deg)}.orgchart.r2l .node .title{transform-origin:bottom;transform:rotate(-90deg)translate(-45px,-45px)}.orgchart .node .title .parentNodeSymbol{float:left}.orgchart .node .title .parentNodeSymbol:before{color:#fff}.orgchart .node .title .parentNodeSymbol:after{background-color:#fff}.orgchart .node .content{box-sizing:border-box;text-align:center;color:#333;text-overflow:ellipsis;white-space:nowrap;background-color:#fff;border:1px solid #d9534fcc;border-top-width:0;border-radius:0 0 .25rem .25rem;width:130px;height:20px;font-size:10px;line-height:20px}.orgchart.b2t .node .content{transform-origin:top;transform:rotate(180deg)}.orgchart.l2r .node .content{transform-origin:top;width:130px;transform:rotate(-90deg)translate(-45px,-45px)rotateY(180deg)}.orgchart.r2l .node .content{transform-origin:top;width:130px;transform:rotate(-90deg)translate(-45px,-45px)}.orgchart .node .edge{cursor:default;transition:all .2s;position:absolute}.orgchart .node .edge:before{border-color:#449d4480}.orgchart.noncollapsable .node .edge{display:none}.orgchart .node .edge:hover{cursor:pointer}.orgchart .edge:hover:before{border-color:#449d44}.orgchart .node .verticalEdge{width:calc(100% - 6px);height:10px;left:3px}.orgchart .node .verticalEdge:before{position:absolute;left:calc(50% - 5px)}.orgchart .node .topEdge{top:-2px}.orgchart .node .topEdge.oci-chevron-up:before{top:2px}.orgchart .node .topEdge.oci-chevron-down:before{bottom:3px}.orgchart .node .bottomEdge{bottom:-2px}.orgchart .node .bottomEdge.oci-chevron-up:before{bottom:-3px}.orgchart .node .bottomEdge.oci-chevron-down:before{bottom:1px}.orgchart .node .horizontalEdge{width:10px;height:calc(100% - 6px);top:3px}.orgchart .node .rightEdge{right:-2px}.orgchart .node .leftEdge{left:-2px}.orgchart .node .horizontalEdge:before{position:absolute;top:calc(50% - 5px)}.orgchart .node .leftEdge.oci-chevron-right:before{left:-3px}.orgchart .node .leftEdge.oci-chevron-left:before{left:1px}.orgchart .node .rightEdge.oci-chevron-left:before{right:-3px}.orgchart .node .rightEdge.oci-chevron-right:before{right:1px}.orgchart .node .toggleBtn{width:16px;height:16px;position:absolute;bottom:-2px;left:-2px}.orgchart .node .toggleBtn:before{background-color:#449d4499;position:absolute;bottom:0;left:0}.orgchart .node .toggleBtn:hover:before{background-color:#449d44}.oc-export-btn{margin-left:.5rem;padding:.5rem 1rem}.orgchart .slide-down{opacity:0;transform:translateY(40px)}.orgchart.l2r .node.slide-down,.orgchart.r2l .node.slide-down{transform:translateY(130px)}.orgchart .slide-up{opacity:0;transform:translateY(-40px)}.orgchart.l2r .node.slide-up,.orgchart.r2l .node.slide-up{transform:translateY(-130px)}.orgchart .slide-right{opacity:0;transform:translate(130px)}.orgchart.l2r .node.slide-right,.orgchart.r2l .node.slide-right{transform:translate(40px)}.orgchart .slide-left{opacity:0;transform:translate(-130px)}.orgchart.l2r .node.slide-left,.orgchart.r2l .node.slide-left{transform:translate(-40px)}.orgchart .nodes.vertical{padding-left:10px;display:block}.orgchart .nodes.vertical .nodes{text-align:left;margin:0;padding-left:10px;list-style:none;display:block}.orgchart .nodes.vertical .node{margin-bottom:0}.orgchart .nodes.vertical .hierarchy .node:after,.orgchart .nodes.vertical .hierarchy .node:before{content:none}.orgchart .nodes.vertical .hierarchy{text-align:left;position:relative}.orgchart .nodes.vertical .hierarchy:after,.orgchart .nodes.vertical .hierarchy:before{box-sizing:border-box;content:"";border:0 solid #d9534fcc;border-width:0 0 2px 2px;position:absolute;left:-6px}.orgchart .nodes.vertical .hierarchy:only-child:before{width:11px}.orgchart .nodes.vertical .hierarchy:before{width:11px;height:26px;top:0}.orgchart .nodes.vertical .hierarchy:after{height:calc(100% - 24px);bottom:0}.orgchart .nodes.vertical .hierarchy:last-child:after{border-width:2px 0 0}.orgchart .nodes.vertical>.hierarchy:first-child:before{box-sizing:border-box;border-width:2px 0 0 2px;width:calc(50% + 2px);height:35px;top:-11px}.orgchart .nodes.vertical>.hierarchy:first-child:after{box-sizing:border-box;border-width:2px 0 0 2px;width:11px;top:24px}.orgchart .nodes.vertical>.hierarchy:first-child:last-child:after{border-width:2px 0 0}.orgchart .node.compact{background-color:#eee;width:140px;height:50px;display:grid;position:static}.orgchart .node.compact.looseMode{width:unset;height:unset;display:grid}.orgchart .node.compact>.node{display:none}.orgchart .node.compact.looseMode>.node{display:inline-block}.orgchart .node.compact>.node.compact{position:relative}.orgchart .node.compact>.node.compact.looseMode{display:grid}.orgchart .node.compact.even,.orgchart .node.compact.even:hover{background-color:#eee}.orgchart .node.compact.odd,.orgchart .node.compact.odd:hover,.orgchart .node.compact.even>.node.focused,.orgchart .node.compact.even>.node.selected,.orgchart .node.compact.even>.node:hover{background-color:#fff}.orgchart .node.compact.odd>.node.focused,.orgchart .node.compact.odd>.node.selected,.orgchart .node.compact.odd>.node:hover{background-color:#eee}.orgchart .node.compact:before{top:var(--top-cross-point,-10px)}.orgchart .node.compact>.content{position:absolute;top:25px;left:5px}.orgchart .node.compact.looseMode>.title{margin-top:5px;margin-left:5px}.orgchart .node.compact.looseMode>.content{top:30px;left:10px}.orgchart .node.compact>.node.compact.looseMode>.title{margin-top:5px;margin-left:5px}.orgchart .node.compact>.node.compact>.content{position:absolute;top:23px;left:3px}.orgchart .node.compact>.node.compact.looseMode>.content{top:28px;left:8px}.orgchart .node.compact .node{margin-bottom:0}.orgchart .node.compact .node:has(+.nodes):after{content:unset}.orgchart .backToCompactSymbol,.orgchart .backToLooseSymbol{cursor:pointer}.orgchart .node.compact>.backToCompactSymbol{position:absolute;top:5px;left:5px}.orgchart .node.compact.looseMode>.backToCompactSymbol{top:10px;left:10px}.orgchart .node.compact>.node.compact.looseMode>.backToCompactSymbol{top:8px;left:8px}.orgchart .node.compact>.node.compact>.backToCompactSymbol{position:absolute;top:3px;left:3px}.orgchart .node.compact>.backToLooseSymbol{position:absolute;top:25px;right:5px}.orgchart .node.compact>.node.compact>.backToLooseSymbol{position:absolute;top:23px;right:3px}.orgchart .node.compact .backToCompactSymbol:before{border-top-color:#449d4499}.orgchart .node.compact .backToLooseSymbol:before{border-bottom-color:#449d4499}.orgchart .node.compact .backToCompactSymbol:hover:before{border-top-color:#449d44}.orgchart .node.compact .backToLooseSymbol:hover:before{border-bottom-color:#449d44}.oci{font-family:Arial;font-style:normal;display:inline-block;position:relative}.oci-menu:before{content:"≡";text-align:center;color:#000;width:1rem;height:1rem;font-size:1rem;line-height:1rem;display:inline-block}.oci-chevron-up:before{content:"";box-sizing:border-box;border:3px solid #000;border-right:unset;border-bottom:unset;width:10px;height:10px;display:inline-block;transform:rotate(45deg)}.oci-chevron-down:before{content:"";box-sizing:border-box;border:3px solid #000;border-top:unset;border-left:unset;width:10px;height:10px;display:inline-block;transform:rotate(45deg)}.oci-chevron-left:before{content:"";box-sizing:border-box;border:3px solid #000;border-top:unset;border-right:unset;width:10px;height:10px;display:inline-block;transform:rotate(45deg)}.oci-chevron-right:before{content:"";box-sizing:border-box;border:3px solid #000;border-left:unset;border-bottom:unset;width:10px;height:10px;display:inline-block;transform:rotate(45deg)}.oci-corner-top-left:before{content:"";border-top:20px solid #000;border-right:20px solid #0000;display:inline-block}.oci-corner-top-right:before{content:"";box-sizing:border-box;border-top:20px solid #000;border-left:20px solid #0000;width:0;height:0;display:inline-block}.oci-corner-bottom-right:before{content:"";box-sizing:border-box;border-bottom:20px solid #000;border-left:20px solid #0000;width:0;height:0;display:inline-block}.oci-corner-bottom-left:before{content:"";box-sizing:border-box;border-bottom:20px solid #000;border-right:20px solid #0000;width:0;height:0;display:inline-block}.oci-plus-square:before{content:"﹢";text-align:center;color:#fff;background-color:#000;width:16px;height:16px;font-weight:700;line-height:16px;display:inline-block}.oci-minus-square:before{content:"﹣";text-align:center;color:#fff;background-color:#000;width:16px;height:16px;font-weight:700;line-height:16px;display:inline-block}.oci-arrow-square-up:before{content:"⬆";text-align:center;color:#fff;background-color:#000;width:1rem;height:1rem;font-weight:700;line-height:1rem;display:inline-block}.oci-arrow-square-down:before{content:"⬇";text-align:center;color:#fff;background-color:#000;width:1rem;height:1rem;font-weight:700;line-height:1rem;display:inline-block}.oci-info-circle:before{content:"i";color:#fff;text-align:center;background-color:#000;border-radius:.5rem;width:1rem;height:1rem;font-weight:700;display:inline-block}.oci-spinner:before{content:"";vertical-align:text-bottom;box-sizing:border-box;border:.1rem solid #000;border-right-color:#0000;border-radius:.625rem;width:1rem;height:1rem;animation:.75s linear infinite oci-infinite-spinning;display:inline-block}@keyframes oci-infinite-spinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.main-upline .title,.main-upline .content{display:none!important}.main-upline .node:has(+.nodes):after{display:none!important}.main-upline.node.focused{background-color:#0000!important}.main-upline.node:has(+.nodes):after{bottom:-18px!important}#chart-upline{z-index:2;width:100%;position:relative;justify-content:center!important;align-items:flex-end!important;height:400px!important;min-height:400px!important;max-height:400px!important;display:flex!important;overflow:auto!important}#chart-downline{width:100%;justify-content:center!important;height:500px!important;min-height:500px!important;max-height:500px!important;display:flex!important;overflow:auto!important}.container-orgchart{width:100%!important;display:block!important;overflow:hidden!important}.orgchart{text-align:center;width:100%;margin:0 auto;background-image:none!important}.orgchart .title .info-icon{cursor:pointer!important;color:orange!important;z-index:10!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;font-size:22px!important;display:flex!important;position:absolute!important;top:6px!important;right:6px!important}.orgchart .node .title{background:var(--theme-gradient-dark)!important;color:#fff!important;text-overflow:ellipsis!important;width:auto!important;height:auto!important;padding-left:10px!important;padding-right:35px!important;font-size:12px!important;font-weight:500!important;line-height:40px!important;overflow:hidden!important}.orgchart .node .content{color:#64748b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-top:none!important;width:250px!important;max-width:250px!important;height:auto!important;padding:8px 10px!important;font-size:13px!important;overflow:hidden!important}.popover{z-index:1060!important;border:none!important;border-radius:12px!important;max-width:350px!important;box-shadow:0 10px 25px #00000026!important}.popover-header{background:var(--theme-gradient-dark)!important;color:#fff!important;border-bottom:none!important;border-radius:12px 12px 0 0!important;padding:12px 16px!important;font-size:15px!important;font-weight:600!important}.popover-body{color:#1e293b!important;padding:16px!important;font-size:14px!important;line-height:1.6!important}.popover-body strong{color:var(--theme-primary)!important;margin-bottom:0!important;font-size:13px!important;font-weight:600!important;display:block!important}.popover-body a{color:#075985!important;border-left:3px solid var(--theme-primary)!important;background:#f8fafc!important;border-radius:6px!important;margin:4px 0!important;padding:8px 12px!important;font-weight:500!important;text-decoration:none!important;transition:all .2s!important;display:block!important}.popover-body a:hover{color:#9a3412!important;background:#e2e8f0!important;transform:translate(4px)!important}.popover-arrow:before,.popover-arrow:after{border-top-color:#991b1b!important}
