:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.css-10d30g3-MuiPaper-root-MuiDialog-paper{max-width:none!important}.file_link{line-height:unset!important}.file_link a{text-decoration-line:unset;color:#00b89a;font-weight:600;font-size:12px}.file_link a:hover{color:#057966}.chat-row{margin:10px;background:#fff;display:flex;flex-wrap:nowrap}.chat-row .commentTextContainer{max-width:600px;padding:10px;background-color:#eee;border-radius:6px;margin-left:8px}.chat-row .commentText{font-size:14px;word-break:break-all}.chat-row .commentTime{font-size:9px;padding-top:4px}.chat-row .circle{margin-left:0%;width:30px!important;padding-top:0}.chat-row .circle>div{position:relative;margin-top:8px;min-width:30px;font-size:13px}.commentsSection{font-family:sans-serif;border-radius:7px;border:1px solid #ccc;max-height:200px;overflow-y:auto}.commentsInput{width:100%}.commentsInput .css-jupps9-MuiInputBase-root-MuiOutlinedInput-root{width:100%;border-radius:5px!important}.main{display:flex;justify-content:space-between;padding:1rem}.main-left{display:flex;justify-content:flex-start;margin-left:1rem;margin-top:-1rem}.main-left div{display:flex;padding-right:1rem}.main-left>div h3{padding-left:.5rem;margin-top:3px;color:#979797}.main-left img{width:2rem;height:2rem}.main-left img.roles{width:1.9rem}.main-left img.datadownload{height:1.6rem}.main-right img{width:.8rem}.main-right{display:flex;justify-content:flex-end}.main-right>button{border-radius:21.84px;border:none;font-size:16px;width:16rem;text-align:center;color:#fff;height:2rem;background-color:#24a7a5;cursor:"pointer"}@media screen and (max-width: 768px){.main{flex-direction:column;align-items:flex-start;gap:1rem}.main-left{margin-left:0;width:100%;justify-content:flex-start}.main-right{width:100%;justify-content:flex-end}.main-right>button{width:100%;font-size:14px}}.tab-item{position:relative;padding-bottom:8px;transition:all .3s ease}.tab-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#979797;transition:background-color .3s ease}.tab-item.active:after{background-color:#24a7a5}.tab-item h3{margin:0;transition:color .3s ease}.tab-item.active h3{color:#24a7a5}.items-container{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:0;margin-left:1rem;margin-right:1rem}.card{border-radius:12px;padding:0;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;transition:transform .2s ease}.card:hover{transform:scale(1.03);box-shadow:0 4px 20px #0000001a}.card-content{display:flex;justify-content:space-between;width:100%;align-items:center;padding-left:1rem;font-family:sans-serif}.card-text .value{padding-top:2px;font-size:33px;font-weight:700;margin-bottom:0;margin-left:2px}.card-text .label{font-size:17px;font-weight:700}.card-icon{width:40px;height:40px;padding-right:8px}@media screen and (max-width: 600px){.items-container{grid-template-columns:repeat(2,1fr)}.card{border-radius:12px;box-shadow:0 4px 8px #0000001a;display:flex;align-items:center;transition:transform .2s ease}.card-content{display:flex;justify-content:space-between;width:100%;align-items:center;padding-left:.2rem;font-family:sans-serif}.card-text .value{padding-top:3px;font-size:25px;font-weight:700;margin-bottom:0;margin-left:2px}.card-text .label{font-size:12px;font-weight:700}.card-icon{width:30px;height:30px;padding-right:6spx}}.mid-user-details-left{display:flex;align-items:left;gap:20px}.mid-user-details{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:5px 8px;border-radius:8px;font-family:Arial,Helvetica,sans-serif;margin-left:1rem;margin-right:1rem}.fieldContainer{display:flex;flex-direction:column;gap:5px;min-width:50px}@media screen and (max-width: 768px){.mid-user-details{flex-direction:column;align-items:flex-start}.fetchContainer{display:flex;align-items:flex-start}.search{width:100%;margin-top:10px!important;margin-left:0}.search .MuiTextField-root{width:100%}}.label{font-size:14px;font-weight:500;color:#333;margin-bottom:5px;margin-top:5px}.searchInput{height:20px;padding:6px 12px;border:1px solid #ccc;border-radius:28px;font-size:13px;outline:none;min-width:200px;transition:border-color .2s ease;background-color:#24a7a580}.circular{width:30px;height:30px;border-radius:50%;background-color:#555;text-align:center;color:#fff;margin-top:3px;padding-top:1px}.circular>div{position:relative;margin-top:-3px}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root{border-radius:50px!important}.search-img{position:absolute;top:0;right:0}body{margin:0 16px}.MuiDataGrid-columnHeader{background-color:#24a7a580!important}.plus-icon{cursor:pointer;width:1.5rem;height:1.5rem;color:#000;border-radius:50%;text-align:center;line-height:1.5rem;font-weight:700;font-size:1.2rem;padding:2px 9px}.plus-icon:hover{background-color:#e7e7e7}.btn:hover{background-color:#1c908f}.MuiDataGrid-cell:focus,.MuiDataGrid-cell:focus-within{outline:none!important;box-shadow:none!important}.calendar-container{display:flex}.calendar{overflow-x:auto;width:100%}.calendar-cell-flag-container .fa-clock.pending path,.calendar-cell-flag-container svg.pending{fill:#ffc601}.calendar-cell-flag-container .fa-clock.approved path,.calendar-cell-flag-container svg.approved{fill:#34c759}.calendar-cell-flag-container .fa-clock{width:16px;height:18px;top:3px;position:relative}.calendar-cell-flag-container svg{width:19px}.m-b-5{margin-bottom:10px!important}.m-rb-5{margin-right:10px!important;margin-bottom:10px!important}.calendar-headline{display:flex;margin-bottom:10px;justify-content:space-between;padding:0 20px}.calendar-headline-month{font-weight:600;font-family:sans-serif;font-size:20px}.calendar-headline-controls{display:flex}.calendar-headline-control{cursor:pointer;font-weight:800;font-size:28px;margin-left:20px;color:#999;font-family:monospace}.calendar-headline-control:hover{font-weight:800;color:#000}.calendar-headline-controls-today{margin:0 10px}.calendar-weeks-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));font-size:17px;font-family:sans-serif;padding:10px 0;color:#000;font-weight:700}.calendar-weeks-grid-cell{text-align:center}.calendar-grid-cell-inactive{color:#bbb}.calendar-cell-flag-container{width:100%;display:flex;justify-content:space-between;height:9px;align-items:center;padding:2px 0}.calendar-cell-flag{width:16px;height:16px;border-radius:10px;float:right}.calendar-cell-flag.red{background:#ff3b30}.calendar-cell-flag.yellow{background:#fc0}.calendar-cell-flag.green{background:#34c759}.calendar-cell-flag.black{background:#000}.calendar-cell-flag.orange{background:#ff9500}.calendar-cell-flag.pink{background:#ff00e1}.calendar-cell-flag.blue{background:#00f6ff}.calendar-cell-flag.purple{background:#8b18de}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-grid-cell{height:68px;padding:5px;display:flex;align-items:flex-start;justify-content:start;cursor:pointer;flex-direction:column}.calendar-inner-container{box-shadow:1px 1px 10px #fff}.calendar-cell-log-time{font-size:10px;font-family:sans-serif;color:#666}.calendar-grid-cell.holiday .calendar-cell-log-time{color:#000}.calendar-grid-cell-inactive .calendar-cell-log-time{color:#bbb}.calendar-grid-cell-inactive.holiday .calendar-cell-log-time{color:#555}.calendar-cell-log-time table{border-spacing:0px}.calendar-cell-log-time td{padding:0}.calendar-cell-log-time tr td:nth-child(1){text-align:end}.calendar-cell-log-time tr td:nth-child(2){padding-left:4px}.calendar-cell-date{font-size:25px}.calendar-grid-cell.weekoff{color:#000;background-color:#e5e5e5}.calendar-grid-cell-inactive.weekoff{color:#000;background-color:#efefef}.calendar-grid-cell-inactive.weekoff{color:#bbb}.calendar-grid-cell.weekoff .calendar-cell-log-time{color:#000}.calendar-grid-cell.blackday{color:#ddd;background-color:#000}.calendar-grid-cell-inactive.blackday{background-color:#555}.calendar-grid-cell.blackday .calendar-cell-log-time{color:#ddd}.calendar-grid-cell.calendar-grid-cell-inactive.holiday{background-color:#a2c3be;color:#555}.calendar-grid-cell.holiday:hover{background-color:#89d3c9}.calendar-grid-cell.today{background:#e0ffff}.calendar-grid-cell.today.weekoff{background:#ddd}.calendar-grid-cell:hover,.calendar-grid-cell.today:hover{background:#84ffc036}.calendar-grid-cell.blackday.today{background-color:#3f7373}.calendar-grid-cell.blackday:hover{color:#ddd;background-color:#444}.calendar-grid-cell-active,.calendar-grid-cell-active.today,.calendar-grid-cell-active:hover{background:#6dffb466}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(173,216,230,.4)}99%{-webkit-box-shadow:0 0 0 15px rgba(173,216,230,0)}to{-webkit-box-shadow:0 0 0 0 rgba(173,216,230,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(173,216,230,.4);box-shadow:0 0 #add8e666}99%{-moz-box-shadow:0 0 0 15px rgba(173,216,230,0);box-shadow:0 0 0 15px #add8e600}to{-moz-box-shadow:0 0 0 0 rgba(173,216,230,0);box-shadow:0 0 #add8e600}}.schedule{margin-left:10px}.schedule-headline{font-weight:600;margin-bottom:30px}@media screen and (max-width: 680px){.calendar-cell-date{font-size:15px}}.legendIcons .fa-clock.pending path,.legendIcons svg.pending{fill:#ffc601}.legendIcons .fa-clock.approved path,.legendIcons svg.approved{fill:#34c759}.circ{width:20px;height:20px;border:2px solid black;border-radius:50%;margin-bottom:-2rem}.circl{width:15px;height:15px;border-radius:50%;display:inline-block;margin-top:2px}.team-calendar-cell .calendar-cell-flags-container{height:100%;padding:2px;display:flex;justify-content:flex-end}.calendar-cell-flags-container{width:100%;display:flex;justify-content:start;height:9px;align-items:start}.custom-header .ag-header-cell-label{font-size:12 px}.ag-header-cell{padding:0 8px}.team-calendar-cell.weekoff{color:#000;background-color:#efefef}.team-calendar-cell.blackday{color:#ddd;background-color:#000}.ag-header-cell-label{white-space:pre-line}.team-calendar-cell.holiday{background-color:#63c4b7}.week{background-color:gray}.spanaway .fa-clock path{fill:#ffc601}.comp{background-color:pink}.half{background-color:#ee8}.earned,.company{background-color:#cde3eb}.team-calendar-cell{padding:0!important;justify-content:center}.abs,.late{background-color:pink;display:flex;align-items:center;justify-content:center}.black{background-color:#000}.red{background-color:red;border:none}.green{background-color:#34c759;border:none}.spanaway{display:flex;align-items:center;gap:10px}.regular{font-size:"5rem"}.info-wrapper{position:relative;display:inline-block;font-family:sans-serif;z-index:100}.legend{display:none;position:absolute;top:2.5rem;right:0;z-index:10;background-color:#fff;padding:0;border-radius:8px;box-shadow:0 2px 10px #00000026;width:max-content;max-width:300px}.info-wrapper:hover .legend{display:block}.legend div{display:flex;margin-bottom:6px;font-size:.875rem;color:#333}.sticky-column{position:sticky;left:0;background:#fff;z-index:1}.sticky-header{position:sticky;top:0;left:0;background:#fff;z-index:8!important}.sticky-header2{position:sticky;top:0;left:99px;background:#fff;z-index:7!important}.sticky-header3{position:sticky;left:0;background:#fff;z-index:4!important}.sticky-header4{position:sticky;left:99px;background:#fff;z-index:5!important}.sticky-header5{position:sticky;top:57px;background:#fff;z-index:2!important}.sticky-column2{position:sticky;top:0;left:99px;background:#fff;z-index:1!important}.gift{cursor:pointer}.gift:hover{color:green}.status_team,.regularizations_team,.leave_team{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14.5px;font-family:sans-serif;color:#333}.status_team:hover{background-color:#d4f5f6;cursor:pointer}.regularizations_team:hover{background-color:#fff27e;cursor:pointer}.leave_team:hover{background-color:#fc8e8e;cursor:pointer}.pending{color:#fc0}.approved{color:green}.team-calendar-cell .approved{position:relative;top:-6px}.team-calendar-cell .fa-clock{position:relative;top:-11px}.calendar-grid-cell.holiday{background-color:#63c4b7}.ag-theme-alpine .column-border{border-right:1px solid #ccc}.ag-theme-alpine .ag-header{background-color:#91d3d2}.loader{width:60px;aspect-ratio:4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);--_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 100%;animation:l7 1s infinite linear}@keyframes l7{33%{background-size:calc(100%/3) 0%,calc(100%/3) 100%,calc(100%/3) 100%}50%{background-size:calc(100%/3) 100%,calc(100%/3) 0%,calc(100%/3) 100%}66%{background-size:calc(100%/3) 100%,calc(100%/3) 100%,calc(100%/3) 0%}}.ag-header-cell-label{font-size:12px}.leave-summary-card{padding:.2rem;border-radius:12px;background-color:#fff;font-family:Segoe UI,sans-serif;margin-top:-10px}.leave-summary-card2{padding:.3rem;border-radius:12px;background-color:#fff;font-family:Segoe UI,sans-serif;margin-top:-10px}.leave-summary-cards{padding:.2rem;border-radius:12px;background-color:#fff;font-family:Segoe UI,sans-serif;margin:auto;cursor:pointer}.leave-summary-title{font-weight:600;font-size:1rem!important;margin-bottom:1rem;margin-left:.3rem}.leave-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}.leave-item{flex:1 1 100px;min-width:100px;max-width:120px;border-radius:10px;text-align:center;display:flex;flex-direction:column;align-items:center;background-color:#f9f9f9}.leave-item2{flex:1;min-width:108px;height:3rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;background-color:#f9f9f9;z-index:1}.leave-item-content{display:flex;flex-direction:column;align-items:center;padding:10px;gap:8px;transition:all .3s ease;cursor:pointer}.leave-item-content:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.icon-circle{width:48px;height:48px;border-radius:50%;background-color:#e0f7fa;display:flex;align-items:center;justify-content:center}.icon-image{width:24px;height:24px}.leave-value{font-size:1.2rem;font-weight:700;color:#00796b}.leave-label{font-size:.85rem;color:#555;text-align:center}.badge-corner{position:absolute;top:4px;right:4px;color:#d32f2f;font-size:.55rem;padding:2px 6px;border-radius:10px;font-weight:700}.badge-corner2{position:relative;top:22px;right:-55px;color:#d32f2f;font-size:.55rem;padding:2px 6px;border-radius:10px;font-weight:700;margin-top:-25px}.leave-item .icon{font-size:30px;margin-bottom:4px}.leave-item .label{font-size:12px;font-weight:500;color:#555;margin-bottom:5px}.leave-item2 .label2{font-size:.8rem;font-family:sans-serif;font-weight:400;color:#555}.leave-item .value,.leave-item2 .value{font-size:20px;font-weight:700;line-height:1.1}.earned{background-color:#faf4d3;color:#a38b00}.hover{cursor:pointer}.optional{background-color:#e8fdf4;color:#008753}.loss{background-color:#ffe7e7;color:#d32f2f}.comp{background-color:#e4f5ff;color:#0288d1}.regular{background-color:#f8e7ff;color:#ab47bc}.future{background-color:#fff0e0;color:#ef6c00}.total{border-bottom:2px solid brown}.absent{border-bottom:2px solid red}.on_leave{border-bottom:2px solid crimson}.request_pending{border-bottom:2px solid orangered}.late{border-bottom:2px solid coral}.pendings{background-color:#f55;color:#fff!important}.sect{width:45rem;margin-left:1.5rem}.display-section{margin-left:1rem;margin-top:-1rem}.profile-card{--Paper-shadow:none !important;display:flex;justify-content:space-between;align-items:center;padding:.1rem;border-radius:12px;font-family:sans-serif;background-color:#fff}.profile-name{color:#24a7a5;font-size:1rem!important;font-weight:700}.designation-chip{background-color:#24a7a54d!important;color:#000!important;font-size:.7rem!important;font-weight:500;width:fit-content}.attendance-section{display:flex;flex-direction:column;margin-right:5rem;padding:.2rem}.card-title{font-size:1rem!important;font-weight:400;color:#333}.card-date{font-size:.8rem!important;color:#777;margin-bottom:12px}.punch-container{display:flex;gap:1.5rem}.punch-item{display:flex;flex-direction:column}.punch-label{font-size:.8rem!important;color:#555;margin-bottom:4px}.punch-value{font-size:.8rem!important;font-weight:700;color:#24a7a5}@media screen and (max-width: 768px){.sect{width:28rem}.display-section{margin-top:1rem}.profile-card{flex-direction:column;align-items:flex-start}.attendance-section{margin-top:.5rem;padding:.5rem;margin-left:1rem}}body{margin:0;padding:0}.top-navbar{display:flex;justify-content:space-between;height:2.5rem;background-color:#24a7a5}.top-left-navbar{display:flex;justify-content:flex-start;margin-left:1rem}.top-left-navbar img{height:2rem;margin-top:.3rem}.top-right-navbar{display:flex;justify-content:flex-start;margin-right:1rem}.notif-tt{height:37px;margin-right:10px;cursor:pointer;width:26px;padding-left:15px}.nav-link{font-family:sans-serif;background-color:transparent;height:16px;padding:9px;position:relative;border-top-left-radius:11px;border-top-right-radius:11px;margin-top:.3rem;border:none;font-size:17px;margin-left:2rem;color:#fff;cursor:pointer;text-decoration-line:unset;top:0}.nav-link.active{background-color:#fff;color:#006c6a}.circle{width:32px!important;height:30px;border-radius:50%;background-color:#555;text-align:center;color:#fff;margin-top:3px;padding-top:3px;font-size:15px}.circle.navbar{height:28px;margin-top:0}.circle>div{position:relative;margin-top:5px;font-family:sans-serif}.notification-hover-wrapper{position:relative;display:inline-block}.notification-dropdown{position:absolute;right:0;background-color:#fff;border:1px solid #ccc;z-index:1000;width:300px}@media screen and (max-width: 768px){.top-navbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:.5rem 1rem;background-color:#24a7a5;height:auto}.top-left-navbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-left:0}.top-right-navbar{margin-top:.5rem;margin-right:1rem;align-self:flex-end}.navbar{display:flex;flex-direction:column;width:100%;padding-left:0}.nav-link{font-size:16px;padding:8px 12px;margin:.25rem 0;text-align:left}.top-left-navbar img{margin-top:0;margin-bottom:.5rem}.circle{width:30px;height:30px}.circle>div{margin-top:4px;font-size:14px}}.notify{margin-top:.5rem;margin-right:1.2rem;cursor:pointer}.notification-wrapper{padding:1rem;max-width:400px;margin:0 auto;font-family:Arial,sans-serif;max-height:20rem;overflow-y:auto}.notification_tt{width:200px;top:-15px!important;height:40px;left:10px;cursor:pointer}.notification-new{background:#e0f7f4}.notification-read{background:#f7f4e0}.notification-important{animation:pulseBorder 2s infinite}@keyframes pulseBorder{0%{box-shadow:0 0 #00ffff80}50%{box-shadow:0 0 10px 4px #00ffffe6}to{box-shadow:0 0 #00ffff80}}.notification_tt .MuiTooltip-tooltipPlacementBottom{background-color:transparent!important;box-shadow:none!important}.notification-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.notification-header h3{margin:0;font-size:1.2rem;color:#444}.notification-header button{padding:6px 12px;font-size:.85rem;cursor:pointer}.notification-container{display:flex;flex-direction:column;gap:10px;font-family:sans-serif}.notification{border:1px solid #ccc;padding:.5rem;border-radius:6px;font-family:sans-serif;display:flex;justify-content:space-between;align-items:center;color:#666;cursor:pointer}.notification .message{font-weight:500;margin-bottom:4px;font-size:1rem;font-family:sans-serif;color:#000}.notification .date{font-size:.8rem;color:#666}.notification.empty{text-align:center;color:#888;font-style:italic}.close-btn{background:transparent;border:none;font-size:1.8rem;color:#242424;cursor:pointer}.notify-username{font-size:.8rem;font-family:sans-serif;color:#666;margin-bottom:.2rem}.name-label{font-weight:500;color:#333;font-family:sans-serif;font-size:14px;margin-bottom:5px}.swal2-container{z-index:2000!important;font-family:sans-serif}.swal2-popup{font-family:sans-serif}.file-input-user-upload{width:22rem;height:2rem;margin-left:20px;margin-right:20px;font-family:sans-serif;margin-bottom:5px}.file-input-user-upload ::file-selector-button{border:none;padding:8px 6px;border-radius:4px;background-color:#24a7a5;color:#fff;cursor:pointer}.file-input-user-upload ::file-selector-button:hover{background-color:#1e8f8f}.file-input-user-upload:before{border-bottom:2px solid #24a7a5}.file-input-user-upload:hover:before{border-bottom:2px solid #24a7a5}.file-input-user-upload.Mui-focused:hover:after{border-bottom:2px solid #24a7a5}.file-input-user-upload.Mui-focused:after{border-bottom:2px solid #1e8f8f}@media screen and (max-width: 600px){.file-input-user-upload{width:15rem;height:2rem;margin-left:6px;margin-right:20px;font-family:sans-serif;margin-bottom:5px}}.mid-user-details-left{display:flex;align-items:center;gap:20px}.mid-user-details{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px;border-radius:8px;font-family:Arial,Helvetica,sans-serif}.fieldContainer{display:flex;flex-direction:column;gap:5px;min-width:150px}.label{font-size:14px;font-weight:500;color:#333;margin-bottom:5px}.select{min-width:150px;height:36px;padding:6px 10px;border:1px solid #ccc;border-radius:21.5px;background-color:#fff;font-size:13px;outline:none;cursor:pointer;transition:border-color .2s ease}.fetchContainer{display:flex;align-items:flex-end;gap:8px}.searchInput{height:20px;padding:6px 12px;border:1px solid #ccc;border-radius:21.5px;font-size:13px;outline:none;min-width:200px;transition:border-color .2s ease;background-color:#24a7a580}.circ-role{width:30px;height:30px;border-radius:50%;background-color:#555;text-align:center;color:#fff;margin-top:3px;margin-left:30%;padding-top:1px;display:flex;justify-content:center;align-items:center}.icon-hover-red{color:#333;transition:color .3s ease}.icon-hover-red:hover{color:red}.orgchart ul{padding-left:0;text-align:center;display:flex;margin:0;transition:transform .3s,opacity .3s}.orgchart ul li{display:inline-block;position:relative}.orgchart>ul>li>ul li:before{content:"";position:absolute;top:-11px;left:0;width:100%;border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box}.orgchart>ul>li>ul li.isSiblingsCollapsed:before{content:none}.orgchart>ul>li>ul li:first-child:before{left:calc(50% - 1px);width:calc(50% + 1px)}.orgchart>ul>li>ul li:last-child:before{width:calc(50% + 1px)}.orgchart>ul>li>ul li:only-child:before{width:2px}.orgchart ul li .oc-node{box-sizing:border-box;display:inline-block;position:relative;padding:3px;border:2px dashed transparent;margin-bottom:20px}.orgchart ul li .oc-node.allowedDrop{border-color:#449d44e6}.orgchart ul li .oc-node.currentDropTarget{background-color:#449d44e6}.orgchart ul li .oc-node.selected,.orgchart ul li .oc-node:hover{background-color:#eed93680}.orgchart>ul>li>ul li>.oc-node:before{content:"";position:absolute;top:-11px;left:calc(50% - 1px);width:2px;height:9px;background-color:#d9534fcc}.orgchart>ul>li>ul li.isSiblingsCollapsed>.oc-node:before{top:-13px;height:11px}.orgchart>ul>li>ul li.isAncestorsCollapsed>.oc-node:before{content:none}.orgchart ul li .oc-node:not(:only-child):after{content:"";position:absolute;bottom:-11px;left:calc(50% - 1px);width:2px;height:9px;background-color:#d9534fcc}.orgchart ul li .oc-node.isChildrenCollapsed:not(:only-child):after{content:none}.orgchart ul li .oc-node .oc-heading{box-sizing:border-box;padding:2px;margin:0;width:130px;height:20px;text-align:center;font-size:.75rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#d9534fcc;color:#fff;border-radius:4px 4px 0 0}.orgchart ul li .oc-node .oc-heading .oc-symbol{float:left;margin-top:12px;margin-left:2px}.orgchart ul li .oc-node .oc-heading .oc-symbol:before{background-color:#fff;border-color:#d9534fcc}.orgchart ul li .oc-node .oc-heading .oc-symbol:after{background-color:#fff}.orgchart ul li .oc-node .oc-content{box-sizing:border-box;padding:2px;width:130px;height:20px;font-size:.625rem;border:1px solid rgba(217,83,79,.8);border-radius:0 0 4px 4px;text-align:center;background-color:#fff;color:#333;text-overflow:ellipsis;white-space:nowrap}.orgchart .oc-node .oc-edge{position:absolute;cursor:default;transition:.2s}.orgchart .oc-node .oc-edge:before{border-color:#449d4480}.orgchart.noncollapsable .oc-node .oc-edge{display:none}.orgchart .oc-node .oc-edge:hover{cursor:pointer}.orgchart .oc-edge:hover:before{border-color:#449d44}.orgchart .oc-node .verticalEdge{width:calc(100% - 6px);width:-webkit-calc(100% - 6px);width:-moz-calc(100% - 6px);height:10px;left:3px}.orgchart .oc-node .verticalEdge:before{position:absolute;left:calc(50% - .3125rem)}.orgchart .oc-node .topEdge{top:-2px}.orgchart .oc-node .topEdge.oci-chevron-up:before{top:2px}.orgchart .oc-node .topEdge.oci-chevron-down:before{bottom:3px}.orgchart .oc-node .bottomEdge{bottom:-2px}.orgchart .oc-node .bottomEdge.oci-chevron-up:before{bottom:-3px}.orgchart .oc-node .bottomEdge.oci-chevron-down:before{bottom:1px}.orgchart .oc-node .horizontalEdge{width:10px;height:calc(100% - 6px);height:-webkit-calc(100% - 6px);height:-moz-calc(100% - 6px);top:3px}.orgchart .oc-node .rightEdge{right:-2px}.orgchart .oc-node .leftEdge{left:-2px}.orgchart .oc-node .horizontalEdge:before{position:absolute;top:calc(50% - .3125rem)}.orgchart .oc-node .rightEdge.oci-chevron-left:before{right:-3px}.orgchart .oc-node .rightEdge.oci-chevron-right:before{right:1px}.orgchart .oc-node .leftEdge.oci-chevron-right:before{left:-3px}.orgchart .oc-node .leftEdge.oci-chevron-left:before{left:1px}.oci-chevron-up:before{content:"";display:inline-block;box-sizing:border-box;vertical-align:text-bottom;width:.625rem;height:.625rem;border-width:0 .2rem .2rem 0;border-style:solid;border-color:#000;background:transparent;transform:rotate(-135deg)}.oci-chevron-right:before{content:"";display:inline-block;box-sizing:border-box;width:.625rem;height:.625rem;border-width:0 .2rem .2rem 0;border-style:solid;border-color:#000;background:transparent;transform:rotate(-45deg)}.oci-chevron-down:before{content:"";display:inline-block;box-sizing:border-box;width:.625rem;height:.625rem;border-width:0 .2rem .2rem 0;border-style:solid;border-color:#000;background:transparent;transform:rotate(45deg)}.oci-chevron-left:before{content:"";display:inline-block;box-sizing:border-box;width:.625rem;height:.625rem;border-width:0 .2rem .2rem 0;border-style:solid;border-color:#000;background:transparent;transform:rotate(135deg)}.oci-leader:before{position:absolute;content:"";display:inline-block;width:.4rem;height:.4rem;border-radius:.2rem;background:#000;top:-.75rem;left:.125rem}.oci-leader:after{position:absolute;content:"";display:inline-block;width:.875rem;height:.375rem;border-radius:.25rem .25rem 0 0;background:#000;top:-.3rem;left:-.125rem}.oci-plus-square:before{content:"+";display:inline-block;vertical-align:text-bottom;text-align:center;width:1rem;height:1rem;background-color:#000;color:#fff}.oci-plus-circle:before{content:"+";display:inline-block;vertical-align:text-bottom;text-align:center;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff}.oci-minus-square:before{content:"−";display:inline-block;vertical-align:text-bottom;text-align:center;width:1rem;height:1rem;background-color:#000;color:#fff}.oci-minus-circle:before{content:"−";display:inline-block;vertical-align:text-bottom;text-align:center;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff}.oci-arrow-circle-up:before{content:"▲";display:inline-block;text-align:center;vertical-align:text-bottom;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff;font-size:.875rem}.oci-arrow-circle-down:before{content:"▼";text-align:center;display:inline-block;vertical-align:text-bottom;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff;font-size:.875rem}.oci-info-circle:before{content:"i";display:inline-block;vertical-align:text-bottom;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff;text-align:center;font-weight:700}.orgchart-container{box-sizing:border-box;position:relative;margin:10px;height:700px;background-color:#fff;border:2px dashed #aaa;border-radius:5px;overflow:auto;text-align:center}.orgchart{box-sizing:border-box;display:inline-block;background-image:linear-gradient(90deg,#c8000026 10%,#0000 10%),linear-gradient(#c8000026 10%,#0000 10%);background-size:10px 10px;border:1px dashed rgba(0,0,0,0);padding:20px 20px 0}.orgchart-container .hidden{display:none!important}.orgchart-container>.oc-mask{position:absolute;inset:0;z-index:999;text-align:center;background-color:#0000004d}.orgchart-container>.oc-mask .spinner{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.orgchart-container>.oc-mask .spinner:before{width:100px;height:100px;border-width:10px;border-radius:50px;border-top-color:#449d44cc;border-bottom-color:#449d44cc;border-left-color:#449d44cc}.orgchart-container{overflow:auto;width:100%;min-height:70vh;max-height:90vh;margin:0 auto;padding:1rem}.orgchart.myChart{background-color:#f9f9f9;background-image:none!important}.orgchart.myChart>ul>li>ul li:before{border-top-color:#24a7a5}.orgchart.myChart>ul>li>ul li .oc-node:before,.orgchart.myChart ul li .oc-node:not(:only-child):after{background-color:#24a7a5}.emp-node-inner .position{box-sizing:border-box;background-color:#24a7a5;color:#fff;padding:.5rem;border-radius:4px;min-width:120px;text-align:center;font-size:.9rem}.emp-node-inner .fullname{box-sizing:border-box;color:#333;background-color:#fff;padding:.5rem;border:1px solid #24A7A5;border-radius:4px;min-width:120px;text-align:center;font-size:1rem;margin-top:.25rem}.orgchart-container{overflow:auto;width:100%;min-height:70vh;max-height:90vh}.orgchart.myChart{background:#f9f9f9;background-image:none!important}.orgchart.myChart .lines .downLine,.orgchart.myChart .lines .topLine,.orgchart.myChart .lines .rightLine,.orgchart.myChart .lines .leftLine{border-color:#24a7a5!important}.orgchart.myChart .lines .downLine{background-color:#24a7a5!important}.orgchart.myChart ul>li:before,.orgchart.myChart ul>li>.oc-node:after{border-color:#24a7a5}.emp-node-card{display:flex;align-items:center;gap:12px;background-color:#24a7a5;color:#fff;padding:16px;border-radius:12px;min-width:250px;box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.05);text-align:left}.emp-node-card .avatar{width:50px;height:50px;border-radius:50%;background-color:#fff3;color:#fff;display:flex;flex-shrink:0;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;border:2px solid white}.emp-node-card .emp-node-info{line-height:1.3}.emp-node-card .emp-node-info .title{font-size:.8rem;font-weight:400;opacity:.9;margin-bottom:2px}.emp-node-card .emp-node-info .name{font-size:1rem;font-weight:600}.orgchart .oc-node.vertical-children+.oc-children .nodes,.orgchart .oc-node.vertical-children+.oc-children .nodes>tbody,.orgchart .oc-node.vertical-children+.oc-children .nodes>tbody>tr,.orgchart .oc-node.vertical-children+.oc-children .nodes td.oc-node-container{display:block!important;width:100%!important}.orgchart .oc-node.vertical-children+.oc-children .lines td.oc-line-top{border-top:none!important}.orgchart .oc-node.vertical-children+.oc-children .lines .oc-line-left,.orgchart .oc-node.vertical-children+.oc-children .lines .oc-line-right{display:none!important}@media (max-width: 768px){.emp-node-card{min-width:220px;padding:12px;gap:10px}.emp-node-card .avatar{width:44px;height:44px;font-size:1rem}.emp-node-card .emp-node-info .name{font-size:.9rem}}@media (max-width: 768px){.emp-node-inner .position,.emp-node-inner .fullname{min-width:100px;font-size:.8rem}.orgchart-container{min-height:60vh;padding:.5rem}}@media (max-width: 480px){.emp-node-inner .position,.emp-node-inner .fullname{min-width:80px;font-size:.7rem}.orgchart-container{min-height:50vh}}.orgchart{box-sizing:border-box;display:inline-block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:linear-gradient(to top,#c8000026 5%,#0000 5%),linear-gradient(to right,#c8000026 5%,#0000 5%),linear-gradient(to bottom,#c8000026 5%,#0000 5%),linear-gradient(to left,#c8000026 5%,#0000 5%);background-size:10px 10px;padding:20px 20px 0}.orgchart .hidden,.orgchart~.hidden{display:none!important}.orgchart.b2t{transform:rotate(180deg)}.orgchart.l2r{position:absolute;transform:rotate(-90deg) rotateY(180deg);transform-origin:left top;text-align:center}.orgchart.r2l{position:absolute;transform:rotate(90deg);transform-origin:left top;text-align:center}.orgchart~.mask{position:absolute;inset:0;z-index:999;text-align:center;background-color:#0000004d}.orgchart~.mask .spinner{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.orgchart>.spinner:before,.orgchart~.mask .spinner:before{width:100px;height:100px;border-width:10px;border-radius:50px;border-top-color:#449d44cc;border-bottom-color:#449d44cc;border-left-color:#449d44cc}.orgchart .nodes{display:flex;list-style:none;padding-left:0;margin:0;justify-content:center}.orgchart .hierarchy{position:relative}.orgchart .hierarchy:before{content:"";position:absolute;top:-11px;left:0;width:100%;border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box}.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:"";position:absolute;border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box;z-index:0;top:24px;width:var(--ft-width);left:var(--ft-left-offset)}.orgchart .couple{white-space:nowrap}.orgchart .couple:has(>.nodes)>.node:first-child:after{content:"";position:absolute;top:24px;left:calc(100% + 1px);width:2px;height:33px;background-color:#d9534fcc}.orgchart .couple:after{content:"";position:absolute;border-top:2px solid rgba(217,83,79,.8);box-sizing:border-box;z-index:0;top:24px;width:20px;left:calc(50% - 10px)}.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{content:"";position:absolute;bottom:-12px;left:calc(50% - 1px);width:2px;height:10px;background-color:#d9534fcc}.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:"";position:absolute;top:var(--top,-12px);left:calc(50% - 1px);width:2px;height:var(--height,10px);background-color:#d9534fcc}.orgchart>ul>li>ul li>.node.outsider:before{content:"";position:absolute;top:var(--top,-12px);left:calc(50% - 1px);width:0;height:var(--height,10px);border-right:2px dotted rgba(217,83,79,.8)}.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;display:inline-block;position:relative;margin:0 0 20px;padding:3px;border:2px dashed transparent;text-align:center;transition:transform .3s,opacity .3s;z-index:1}.orgchart.l2r .node,.orgchart.r2l .node{width:50px;height:140px}.orgchart .node:hover{background-color:#eed93680;transition:.5s;cursor:default;z-index:2}.orgchart .node.focused{background-color:#eed93680}.orgchart .ghost-node{position:fixed;left:-10000px;top:-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{width:2rem;height:2rem;border-width:.2rem;border-radius:1rem;border-top-color:#449d44cc;border-bottom-color:#449d44cc;border-left-color:#449d44cc}.orgchart .node .title{box-sizing:border-box;width:130px;text-align:center;font-size:12px;font-weight:700;height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#d9534fcc;color:#fff;border-radius:4px 4px 0 0}.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{box-sizing:border-box;width:130px;height:20px;line-height:20px;font-size:10px;border:1px solid rgba(217,83,79,.8);border-width:0 1px 1px 1px;border-radius:0 0 .25rem .25rem;text-align:center;background-color:#fff;color:#333;text-overflow:ellipsis;white-space:nowrap}.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{position:absolute;cursor:default;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{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{position:absolute;left:-2px;bottom:-2px;width:16px;height:16px}.orgchart .node .toggleBtn:before{background-color:#449d4499;position:absolute;left:0;bottom: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{display:block;padding-left:10px}.orgchart .nodes.vertical .nodes{list-style:none;display:block;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{box-sizing:border-box;content:"";position:absolute;left:-6px;border-color:#d9534fcc;border-style:solid;border-width:0 0 2px 2px}.orgchart .nodes.vertical .hierarchy:only-child:before{width:11px}.orgchart .nodes.vertical .hierarchy:before{top:0;height:26px;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 0}.orgchart .nodes.vertical>.hierarchy:first-child:before{box-sizing:border-box;top:-11px;height:35px;width:calc(50% + 2px);border-width:2px 0 0 2px}.orgchart .nodes.vertical>.hierarchy:first-child:after{box-sizing:border-box;top:24px;width:11px;border-width:2px 0 0 2px}.orgchart .nodes.vertical>.hierarchy:first-child:last-child:after{border-width:2px 0 0 0}.orgchart .node.compact{position:static;display:grid;width:140px;height:50px;background-color:#eee}.orgchart .node.compact.looseMode{display:grid;width:unset;height: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.odd,.orgchart .node.compact.odd:hover{background-color:#fff}.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{display:inline-block;position:relative;font-style:normal;font-family:Arial}.oci-menu:before{content:"≡";display:inline-block;width:1rem;height:1rem;text-align:center;line-height:1rem;color:#000;font-size:1rem}.oci-chevron-up:before{content:"";box-sizing:border-box;width:10px;height:10px;display:inline-block;border:3px solid #000;transform:rotate(45deg);border-right:unset;border-bottom:unset}.oci-chevron-down:before{content:"";box-sizing:border-box;width:10px;height:10px;display:inline-block;border:3px solid #000;transform:rotate(45deg);border-top:unset;border-left:unset}.oci-chevron-left:before{content:"";box-sizing:border-box;width:10px;height:10px;display:inline-block;border:3px solid #000;transform:rotate(45deg);border-top:unset;border-right:unset}.oci-chevron-right:before{content:"";box-sizing:border-box;width:10px;height:10px;display:inline-block;border:3px solid #000;transform:rotate(45deg);border-left:unset;border-bottom:unset}.oci-corner-top-left:before{content:"";display:inline-block;border-top:20px solid #000;border-right:20px solid transparent}.oci-corner-top-right:before{content:"";display:inline-block;box-sizing:border-box;width:0;height:0;border-top:20px solid #000;border-left:20px solid transparent}.oci-corner-bottom-right:before{content:"";display:inline-block;box-sizing:border-box;width:0;height:0;border-bottom:20px solid #000;border-left:20px solid transparent}.oci-corner-bottom-left:before{content:"";display:inline-block;box-sizing:border-box;width:0;height:0;border-bottom:20px solid #000;border-right:20px solid transparent}.oci-plus-square:before{content:"﹢";display:inline-block;width:16px;height:16px;text-align:center;line-height:16px;background-color:#000;color:#fff;font-weight:700}.oci-minus-square:before{content:"﹣";display:inline-block;width:16px;height:16px;text-align:center;line-height:16px;background-color:#000;color:#fff;font-weight:700}.oci-arrow-square-up:before{content:"⬆";display:inline-block;width:1rem;height:1rem;text-align:center;line-height:1rem;background-color:#000;color:#fff;font-weight:700}.oci-arrow-square-down:before{content:"⬇";display:inline-block;width:1rem;height:1rem;text-align:center;line-height:1rem;background-color:#000;color:#fff;font-weight:700}.oci-info-circle:before{content:"i";display:inline-block;width:1rem;height:1rem;border-radius:.5rem;background-color:#000;color:#fff;text-align:center;font-weight:700}.oci-spinner:before{content:"";vertical-align:text-bottom;display:inline-block;box-sizing:border-box;width:1rem;height:1rem;border:.1rem solid #000;border-right-color:transparent;border-radius:.625rem;animation:oci-infinite-spinning .75s linear infinite}@keyframes oci-infinite-spinning{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
