.orgchart{box-sizing:border-box;display:inline-block;-webkit-touch-callout:none;background-image:linear-gradient(0deg,rgba(200,0,0,.15) 5%,transparent 0),linear-gradient(90deg,rgba(200,0,0,.15) 5%,transparent 0),linear-gradient(180deg,rgba(200,0,0,.15) 5%,transparent 0),linear-gradient(270deg,rgba(200,0,0,.15) 5%,transparent 0);background-size:10px 10px;padding:20px 20px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.orgchart .hidden,.orgchart~.hidden{display:none!important}.orgchart.b2t{transform:rotate(180deg)}.orgchart.l2r{transform:rotate(-90deg) rotateY(180deg);transform-origin:left top}.orgchart.l2r,.orgchart.r2l{position:absolute;text-align:center}.orgchart.r2l{transform:rotate(90deg);transform-origin:left top}.orgchart~.mask{background-color:#0000004d;bottom:0;left:0;position:absolute;right:0;text-align:center;top:0;z-index:999}.orgchart~.mask .spinner{left:calc(50% - 50px);position:absolute;top:calc(50% - 50px)}.orgchart>.spinner:before,.orgchart~.mask .spinner:before{border-bottom-color:#449d44cc;border-left-color:#449d44cc;border-radius:50px;border-top-color:#449d44cc;border-width:10px;height:100px;width:100px}.orgchart .nodes{display:flex;justify-content:center;list-style:none;margin:0;padding-left:0}.orgchart .hierarchy{position:relative}.orgchart .hierarchy:before{border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box;content:"";left:0;position:absolute;top:-11px;width:100%}.orgchart .couple:first-child:not(:only-child):before{left:69px;width:calc(100% - 69px)}.orgchart .couple:last-child:not(:only-child):before{left:0;width:calc(50% + 71px)}.orgchart .hierarchy.couple:only-child:before{left:calc(50% - 71px);width:142px}.orgchart .hierarchy.spouse:not(.couple):after{border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box;content:"";left:var(--ft-left-offset);position:absolute;top:24px;width:var(--ft-width);z-index:0}.orgchart .couple{white-space:nowrap}.orgchart .couple:has(>.nodes)>.node:first-child:after{background-color:#d9534fcc;content:"";height:33px;left:calc(100% + 1px);position:absolute;top:24px;width:2px}.orgchart .couple:after{border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box;content:"";left:calc(50% - 10px);position:absolute;top:24px;width:20px;z-index:0}.orgchart .hierarchy.isSiblingsCollapsed.left-sibs:before,.orgchart .hierarchy:first-child:before{left:calc(50% - 1px);width: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 .hierarchy.isChildrenCollapsed:not(.couple)>.node:has(+.nodes):after,.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:not(.couple)>.node:has(+.nodes):after{background-color:#d9534fcc;bottom:-12px;content:"";height:10px;left:calc(50% - 1px);position:absolute;width:2px}.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{background-color:#d9534fcc;width:2px}.orgchart>ul>li>ul li>.node.outsider:before,.orgchart>ul>li>ul li>.node:not(.outsider):before{content:"";height:var(--height,10px);left:calc(50% - 1px);position:absolute;top:var(--top,-12px)}.orgchart>ul>li>ul li>.node.outsider:before{border-right:2px dotted rgba(217,83,79,.8);width:0}.orgchart>ul>li>ul .isSiblingsCollapsed>.node:before{height:var(--height-cross-point,10px);top:var(--top-cross-point,-12px)}.orgchart .node{border:2px dashed transparent;box-sizing:border-box;display:inline-block;margin:0 0 20px;padding:3px;position:relative;text-align:center;transition:transform .3s,opacity .3s;z-index:1}.orgchart.l2r .node,.orgchart.r2l .node{height:140px;width:50px}.orgchart .node:hover{cursor:default;transition:.5s;z-index:2}.orgchart .node.focused,.orgchart .node:hover{background-color:#eed93680}.orgchart .ghost-node{left:-10000px;position:fixed;top:-10000px}.orgchart .ghost-node rect{fill:#fff;stroke:#bf0000}.orgchart .node.allowedDrop{border-color:#449d44e6}.orgchart .node>.spinner{left:calc(50% - 1rem);position:absolute;top:calc(50% - 1rem)}.orgchart .node>.spinner:before{border-bottom-color:#449d44cc;border-left-color:#449d44cc;border-radius:1rem;border-top-color:#449d44cc;border-width:.2rem;height:2rem;width:2rem}.orgchart .node .title{background-color:#d9534fcc;border-radius:4px 4px 0 0;box-sizing:border-box;color:#fff;font-size:12px;font-weight:700;height:20px;line-height:20px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:130px}.orgchart.b2t .node .title{transform:rotate(-180deg);transform-origin:center bottom}.orgchart.l2r .node .title{transform:rotate(-90deg) translate(-45px,-45px) rotateY(180deg);transform-origin:bottom center}.orgchart.r2l .node .title{transform:rotate(-90deg) translate(-45px,-45px);transform-origin:bottom center}.orgchart .node .title .parentNodeSymbol{float:left}.orgchart .node .title .parentNodeSymbol:before{color:#fff}.orgchart .node .title .parentNodeSymbol:after{background-color:#fff}.orgchart .node .content{background-color:#fff;border:1px solid rgba(217,83,79,.8);border-radius:0 0 .25rem .25rem;border-top:0 solid rgba(217,83,79,.8);box-sizing:border-box;color:#333;font-size:10px;height:20px;line-height:20px;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:130px}.orgchart.b2t .node .content{transform:rotate(180deg);transform-origin:center top}.orgchart.l2r .node .content{transform:rotate(-90deg) translate(-45px,-45px) rotateY(180deg);transform-origin:top center;width:130px}.orgchart.r2l .node .content{transform:rotate(-90deg) translate(-45px,-45px);transform-origin:top center;width:130px}.orgchart .node .edge{cursor:default;position:absolute;transition:.2s}.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{height:10px;left:3px;width:calc(100% - 6px)}.orgchart .node .verticalEdge:before{left:calc(50% - 5px);position:absolute}.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{height:calc(100% - 6px);top:3px;width:10px}.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{bottom:-2px;height:16px;left:-2px;position:absolute;width:16px}.orgchart .node .toggleBtn:before{background-color:#449d4499;bottom:0;left:0;position:absolute}.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{display:block;padding-left:10px}.orgchart .nodes.vertical .nodes{display:block;list-style:none;margin:0;padding-left:10px;text-align:left}.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{position:relative;text-align:left}.orgchart .nodes.vertical .hierarchy:after,.orgchart .nodes.vertical .hierarchy:before{border-color:#d9534fcc;border-style:solid;border-width:0 0 2px 2px;box-sizing:border-box;content:"";left:-6px;position:absolute}.orgchart .nodes.vertical .hierarchy:only-child:before{width:11px}.orgchart .nodes.vertical .hierarchy:before{height:26px;top:0;width:11px}.orgchart .nodes.vertical .hierarchy:after{bottom:0;height:calc(100% - 24px)}.orgchart .nodes.vertical .hierarchy:last-child:after{border-width:2px 0 0}.orgchart .nodes.vertical>.hierarchy:first-child:before{border-width:2px 0 0 2px;box-sizing:border-box;height:35px;top:-11px;width:calc(50% + 2px)}.orgchart .nodes.vertical>.hierarchy:first-child:after{border-width:2px 0 0 2px;box-sizing:border-box;top:24px;width:11px}.orgchart .nodes.vertical>.hierarchy:first-child:last-child:after{border-width:2px 0 0}.orgchart .node.compact{background-color:#eee;display:grid;height:50px;position:static;width:140px}.orgchart .node.compact.looseMode{display:grid;height:unset;width:unset}.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.even>.node.focused,.orgchart .node.compact.even>.node.selected,.orgchart .node.compact.even>.node:hover,.orgchart .node.compact.odd,.orgchart .node.compact.odd: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{left:5px;position:absolute;top:25px}.orgchart .node.compact.looseMode>.title{margin-left:5px;margin-top:5px}.orgchart .node.compact.looseMode>.content{left:10px;top:30px}.orgchart .node.compact>.node.compact.looseMode>.title{margin-left:5px;margin-top:5px}.orgchart .node.compact>.node.compact>.content{left:3px;position:absolute;top:23px}.orgchart .node.compact>.node.compact.looseMode>.content{left:8px;top:28px}.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{left:5px;position:absolute;top:5px}.orgchart .node.compact.looseMode>.backToCompactSymbol{left:10px;top:10px}.orgchart .node.compact>.node.compact.looseMode>.backToCompactSymbol{left:8px;top:8px}.orgchart .node.compact>.node.compact>.backToCompactSymbol{left:3px;position:absolute;top:3px}.orgchart .node.compact>.backToLooseSymbol{position:absolute;right:5px;top:25px}.orgchart .node.compact>.node.compact>.backToLooseSymbol{position:absolute;right:3px;top:23px}.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{display:inline-block;font-family:Arial;font-style:normal;position:relative}.oci-menu:before{color:#000;content:"≡";display:inline-block;font-size:1rem;height:1rem;line-height:1rem;text-align:center;width:1rem}.oci-chevron-up:before{border:3px solid #000;border-bottom:unset;border-right:unset}.oci-chevron-down:before,.oci-chevron-up:before{box-sizing:border-box;content:"";display:inline-block;height:10px;transform:rotate(45deg);width:10px}.oci-chevron-down:before{border:3px solid #000;border-left:unset;border-top:unset}.oci-chevron-left:before{border:3px solid #000;border-right:unset;border-top:unset}.oci-chevron-left:before,.oci-chevron-right:before{box-sizing:border-box;content:"";display:inline-block;height:10px;transform:rotate(45deg);width:10px}.oci-chevron-right:before{border:3px solid #000;border-bottom:unset;border-left:unset}.oci-corner-top-left:before{border-right:20px solid transparent;border-top:20px solid #000;content:"";display:inline-block}.oci-corner-top-right:before{border-top:20px solid #000}.oci-corner-bottom-right:before,.oci-corner-top-right:before{border-left:20px solid transparent;box-sizing:border-box;content:"";display:inline-block;height:0;width:0}.oci-corner-bottom-right:before{border-bottom:20px solid #000}.oci-corner-bottom-left:before{border-bottom:20px solid #000;border-right:20px solid transparent;box-sizing:border-box;content:"";display:inline-block;height:0;width:0}.oci-plus-square:before{content:"﹢"}.oci-minus-square:before,.oci-plus-square:before{background-color:#000;color:#fff;display:inline-block;font-weight:700;height:16px;line-height:16px;text-align:center;width:16px}.oci-minus-square:before{content:"﹣"}.oci-arrow-square-up:before{content:"⬆"}.oci-arrow-square-down:before,.oci-arrow-square-up:before{background-color:#000;color:#fff;display:inline-block;font-weight:700;height:1rem;line-height:1rem;text-align:center;width:1rem}.oci-arrow-square-down:before{content:"⬇"}.oci-info-circle:before{background-color:#000;border-radius:.5rem;color:#fff;content:"i";display:inline-block;font-weight:700;height:1rem;text-align:center;width:1rem}.oci-spinner:before{animation:oci-infinite-spinning .75s linear infinite;border:.1rem solid #000;border-radius:.625rem;border-right-color:transparent;box-sizing:border-box;content:"";display:inline-block;height:1rem;vertical-align:text-bottom;width:1rem}@keyframes oci-infinite-spinning{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.orgchart{background-image:none!important}#chart-container{margin:.5rem;position:relative;text-align:center}#chart-container,#chart-container1{height:auto;overflow:auto;width:100%}.orgchart .node .title{background-color:transparent;box-sizing:border-box;color:#d40023!important;font-size:12px;font-weight:700;height:auto!important;line-height:20px;overflow:hidden;padding:8px!important;text-align:center;text-overflow:inherit!important;text-transform:uppercase;white-space:wrap!important;width:auto!important}#chart-container1{height:700px!important;margin:.5rem;overflow:visible!important;position:relative;text-align:center;width:-moz-max-content;width:max-content}#chart-container1 .orgchart{height:1200px!important;transform:scale(9.5)!important}.orgchart .node .name{border-radius:12px;box-shadow:0 2px 2px -1px #2a334614;box-shadow:0 1px 1px -.5px #2a334614;box-shadow:0 0 0 1px #0e3f7e0f;font-weight:700;height:35;padding:8px!important;width:216}#chart-container :after,#chart-container :before{border-color:#003849!important;opacity:.2!important}#chart-container1 .hierarchy:not(.couple)>.node:has(+.nodes):after{background-color:#003849!important}#chart-container .hierarchy:not(.couple)>.node:has(+.nodes):after{background-color:#003849!important}#chart-container1 .hierarchy:not(.couple)>.node:has(+.nodes):before{background-color:#003849!important;left:calc(50% - 2px)!important}#chart-container .hierarchy:not(.couple)>.node:has(+.nodes):before{background-color:#003849!important;left:calc(50% - 2px)!important}#chart-container .orgchart>ul>li>ul li>.node:not(.outsider):before,#chart-container1 .orgchart>ul>li>ul li>.node:not(.outsider):before{background-color:#003849!important}#chart-container1 :after,#chart-container1 :before{border-color:#003849!important;opacity:.2!important}.orgchart .node .label{box-shadow:0 2px 2px -1px #2a334614;box-shadow:0 1px 1px -.5px #2a334614;box-shadow:0 0 0 1px #0e3f7e0f;height:auto!important}.orgchart .node .department,.orgchart .node .label{align-items:center;border-radius:12px;color:#003849!important;display:flex;font-size:12px;font-weight:500;justify-content:center;padding:8px!important;width:216px!important}.orgchart .node .department{height:100px!important}.orgchart .node .image{border:2px solid #d40023;border-radius:100%!important;height:100px!important;width:100px!important}.orgchart .node .image img{border-radius:100%!important;height:96px!important;-o-object-fit:cover;object-fit:cover;width:96px!important}.card-org{align-items:center;display:flex;flex-direction:column;justify-content:center}.orgchart .node .edge{display:none!important}.orgchart .node:hover{background-color:transparent!important;cursor:default;transition:.5s;z-index:2}
