: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)}}.chat-container{width:480px;margin:auto;border-radius:10px;box-shadow:0 0 7px 5px #0000001a;background:#fff;display:flex;flex-direction:column;position:fixed;z-index:20;top:105px;right:30px;animation:slide-in .5s ease-out}@keyframes slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.chat-header{display:flex;align-items:center;border-bottom:1px solid #ddd;padding:9px;background:linear-gradient(90deg,#16144b,#093679 35%,#198196);border-radius:6px 6px 0 0;place-content:space-between}.chat-closeBtn{background:none;border:none;color:#fff;font-size:20px;cursor:pointer}.chat-closeBtn:hover{background:none;border:none;color:#eb3535;font-size:20px;cursor:pointer}.chat-avatar{width:40px;height:40px;border-radius:50%;margin-right:10px}.chat-messages{flex-grow:1;padding:10px;overflow-y:auto;max-height:360px;height:400px}.chat-bubble{padding:8px 12px;border-radius:10px;margin:5px 0;max-width:70%}.bot{background-color:#e0e0e0;align-self:flex-start}.user{background-color:#007bff;color:#fff;align-self:flex-end}.chat-input{display:flex;border-top:1px solid #ddd;padding:10px}.chat-input input{flex-grow:1;padding:8px;border:1px solid #ccc;border-radius:5px;outline:none}.chat-input button{background-color:#007bff;color:#fff;border:none;padding:8px 12px;margin-left:5px;cursor:pointer;border-radius:5px}.userChatSpace{justify-self:right;margin:5px 0;background:#102746;width:-moz-fit-content;width:fit-content;padding:5px;border-radius:4px;color:#fff;min-width:30px}.botMsgSpace{text-align:left;margin:5px 0;background:#e2e2e2;width:fit-content;padding:5px;border-radius:4px}.aiChatbotLogo{border-radius:5px;margin-left:9px}body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:#ffffffe6;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center;opacity:0;-webkit-animation:react-confirm-alert-fadeIn .5s .2s forwards;-moz-animation:react-confirm-alert-fadeIn .5s .2s forwards;-o-animation:react-confirm-alert-fadeIn .5s .2s forwards;animation:react-confirm-alert-fadeIn .5s .2s forwards}.react-confirm-alert-body{font-family:Arial,Helvetica,sans-serif;width:400px;padding:30px;text-align:left;background:#fff;border-radius:10px;box-shadow:0 20px 75px #00000021;color:#666}.react-confirm-alert-svg{position:absolute;top:0;left:0}.react-confirm-alert-body>h1{margin-top:0}.react-confirm-alert-body>h3{margin:0;font-size:16px}.react-confirm-alert-button-group{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-start;margin-top:20px}.react-confirm-alert-button-group>button{outline:none;background:#333;border:none;display:inline-block;padding:6px 18px;color:#eee;margin-right:10px;border-radius:5px;font-size:12px;cursor:pointer}@-webkit-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes react-confirm-alert-fadeIn{0%{opacity:0}to{opacity:1}}h1,h2,h3,h4,h5,h6{word-spacing:0px}.note-popover .popover-content,.note-editor .note-toolbar{background:#f5f5f5!important;border-bottom:1px solid rgba(0,0,0,.125)!important}.note-editor.note-frame .note-editing-area .note-editable,.note-editor.note-airframe .note-editing-area .note-editable{background-color:#fff}.recharts-cartesian-grid-vertical,.recharts-cartesian-axis-line,.recharts-legend-wrapper{display:none!important}.recharts-text{font-size:12px!important;font-weight:400!important}.recharts-line{height:10px!important}.recharts-tooltip-wrapper{border-radius:5px!important}.recharts-surface{padding-right:40px}.recharts-default-tooltip{margin:0;white-space:nowrap;border-radius:10px;padding:6px!important;color:#666!important;background:#fffc!important;border:solid 2px rgba(230,230,230,.8)!important;font-size:12px;text-align:center}.leftArtCard{text-align:left;overflow:hidden;margin-bottom:8px;background-color:#eff3f6;border-radius:10px;transition:box-shadow 83ms;border:none;height:auto;border-bottom:2px solid #E7ECF2;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad}.labelstatus{margin-right:18px;margin-bottom:18px;display:inline-block;vertical-align:middle}.nav-tabs>li .sub-nav{margin-right:0;color:#e0e0e0;border-radius:0}.manage-nav:focus,.manage-nav:hover{transition:transform .3s;-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2);color:#fff;background-color:#1e3f66;border-radius:10px}.sub-nav:focus,.sub-nav:hover{transition:transform .3s;-ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)}#label1{text-transform:none;color:#fff}.project-btn{background-color:#102746;color:#fff}.project-btn:focus,.project-btn:hover{color:#fff;background-color:#011630}.legend-btn{display:flex;width:23%;position:absolute;right:27px;top:5em;z-index:5;background:#fff;padding:18px;border-radius:8px;box-shadow:0 0 4px 1px #b1b1b1}.legend-rating{background:#274883;color:#fff;width:8vh;padding:9px;text-align:center;border-radius:6px;box-shadow:0 0 4px 1px gray;margin-top:20px}.nav-box{background:#2e5984}.sub-nav-tabs>ul>li>.nav-link{width:max-content;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px;padding:10px;border-bottom:none;color:#fff}.nav-items .nav-link.active,.nav-items .nav-link:focus,.nav-items .nav-link:hover{background-color:#ccc;border-color:transparent;color:#fff;background:#1e3f66;border-bottom:2px solid #16df6d}.page-headerTab{padding:17px 15px 0;border-radius:0}#page-head{margin-top:0rem;padding:15px;border-radius:0}.page-titleText{color:#000;font-size:26px;font-weight:500;margin-bottom:5px}.Table-card{margin-top:40px;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:15px;margin-bottom:40px}.approvalTable-card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:15px;margin-bottom:40px}.insidePageDiv{padding:0 50px 40px}.adminInsidePageDiv{padding:0 50px 40px;margin-top:100px}.empolyeePageDiv{padding:55px 40px 15px}.moduleSetupPageContainer{padding:0 45px 40px}.payVariance-card{padding:0rem 1rem}.benifitCard{border-bottom:1px solid rgb(194,194,194);padding:10px}.filter-btn{cursor:pointer}#cbColor,input[data-id=cbColor]{accent-color:#8C5FE4}.form-check-input:checked{background-color:#8c5fe4;border-color:#8c5fe4}#tableBg{background:#fff}.apply-button{background-color:#45c56d;color:#fff;float:right;min-width:100px;height:28px;border:none;border-radius:18px}.markAll-btn-rejected,.markAll-btn{border-radius:20px;background:#f2f2f2;color:#000;font-weight:500;border:1px solid #e4e4e4}.markAll-btn-rejected:hover{background:red;border:1px solid #e4e4e4}.markAll-btn:hover{background:#45c56d;border:1px solid #e4e4e4}.markAll-btnGroup{margin-top:-20px}.tableCard-body{-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:0rem 1rem 1rem}.tableCard-container{border-top:1px solid #c2baba;padding-top:20px}.tablePage-header{margin-top:1.875rem;background:#fff;padding:7px 5px;border-radius:0}.endofService-title{color:#000;font-size:22px;font-weight:500;margin-bottom:0}.endofService-form{border:solid 1px #d1d1d1;padding:15px;margin:15px;border-radius:5px}.tablePage-title{color:#000;font-size:24px;font-weight:500;margin-top:10px}.leave-balance-table{justify-content:right;width:60%}.border-style{border-top:1px solid #c2baba;width:88em;margin-left:-16px}.page-container{background-color:#fff!important;border-radius:11px;box-shadow:0 0 10px #d5d5d5}.page-containerDocList{background-color:#fff!important;border-radius:11px;box-shadow:0 0 10px #d5d5d5;margin-top:100px;margin-bottom:10px}.performanceReport-body{background-color:#fff!important;border-radius:11px;box-shadow:0 0 10px #d5d5d5;margin-bottom:10px}.pageTitle-section{border-bottom:1px solid #c2baba}.ant-table-thead>tr>th{height:5px;padding:4px}#Table-style.ant-table{border-radius:7px}.filterCard{border:1px solid #e7e7e7;background:#fff;box-shadow:0 1px 1px #0003;margin-bottom:30px;border-radius:11px}.payrollSearch-btn{cursor:pointer;margin-top:20px;margin-left:30px;padding:5px;width:70px;border-radius:5px;height:29px;background:#f88535;color:#fff}.statusTable>tr>td{padding:6px 6px 6px 31px}.statusTable>tr>th{padding:6px 6px 6px 31px}.changeStatus{font-size:15px;font-weight:600}.empInfoTable>tr>th{background-color:#e9f2ff}.empInfoTable>td{text-align-last:center}.tdHeight{height:60px}.empInfoTable .form-control{border-color:#e3e3e3;box-shadow:none;font-size:15px;height:35px}.stepCardDiv{background:#fbfbfb;width:22em;border-radius:6px;margin-left:17px;box-shadow:0 0 3px gray;overflow-y:scroll;height:33em}.stepCardStyle{background:#0d1623;color:#fff;border-radius:9px;margin:12px;padding:8px;line-height:17px;width:-webkit-fill-available}.expireDocs-table{height:auto;background:#fff;margin-top:15px;border-radius:10px;box-shadow:2px 2px 9px #0003}.rosterAddicon{width:150px;height:200px;padding-bottom:15px;padding-left:10px;border:1px solid #C6C0C0}.rosterDays{text-align:center;padding:10px 0;font-weight:1000;height:55px}.rosterEditIcon{color:#000}.rosterEdit{margin-left:100px}.rosterEditButton{background:none;border:none}.rosterPlusIcon{background-color:#8ae4f9;text-align:center;padding-top:35px;height:90px;font-family:wotfard;font-size:14px;color:#000}.rosterBtnPlusdiv{text-align:center;padding-top:20px}.multi-inputwrapper{background-color:#fff;color:#000000d9}.multi-input{width:100%;height:45px;padding:0 1rem;margin-top:1rem;box-sizing:border-box;font:inherit;border-radius:.2rem;border:1px solid #e3e3e3;border-style:ridge;box-shadow:none;font-size:15px;height:44px}.multi-input:focus{outline:none}.multi-input-tag-item{background-color:#d4d5d6;display:inline-block;font-size:14px;border-radius:30px;height:30px;padding:0 4px 0 1rem;display:inline-flex;align-items:center;margin:0 .3rem .3rem 0}.multi-input-tag-item>.button{width:22px;height:22px;border-radius:50%;background-color:#d4d5d6;border:none;cursor:pointer;font:inherit;margin-left:10px;font-weight:700;padding:0;line-height:1;display:flex;align-items:center;justify-content:center}.screeningAutomation{background:#edf9fd;padding-top:10px;border-radius:8px}.systemfieldTable{border-collapse:separate;border-spacing:0 1em;width:100%}.icon-container{display:inline-block;position:relative}.icon-text{position:absolute;font-size:x-small;color:#fff;top:45%;left:25%;transform:translate(-50%,-50%)}.icon-text-no{position:absolute;font-size:x-small;color:#fff;top:45%;left:79%;transform:translate(-50%,-50%)}.collaps-btn{width:100%;border:none;text-align:start;padding:10px}.collapse-para{margin-bottom:0;color:#000000d9}.collapse-inner-head{text-align:start}.collapse-edit-btn{border:none;color:none}.collapse-edit-btn-div{text-align:end}.hire-close{border:1px solid #e3e3e3;width:80px;background:#fff}.hire-next-btn{color:#fff;background:#1da8d5}.tooltip-icon{color:#1da8d5}.add_applicant_btn{border:none;background:#fff;color:#1da8d5;font-weight:600}.main_add_btn{display:flex;justify-content:flex-end;align-items:center}.scheduleIcon{display:flex;align-items:flex-end;justify-content:center;margin-bottom:24px;color:#1da8d5}.payscaleLanding{margin:94px 17px 23px 32px}.flex-container{display:flex;flex-wrap:wrap;margin-bottom:20px}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;transition:background .3s;width:6em}.first-row-style>td{font-weight:700;font-size:15px;font-family:math;background:#dbeaff}#c1{height:300}.profileFormHead{background:#fff;width:82%;padding:15px;box-shadow:0 0 2px;border-radius:5px;margin-bottom:15px}.addPlanForm{background:#fff;padding:15px;box-shadow:0 0 2px;border-radius:5px;margin-bottom:15px}.planInfoSec{box-shadow:0 0 3px #c5c5c5;padding:12px;border-radius:5px;margin-top:12px}.profileFormHeadContent{display:flex;justify-content:space-between;align-items:center}.dvlp-left-align{margin:0}.dvlp-right-align{display:flex;align-items:center}.dvlp-view-span{font-size:13px;font-weight:700;color:#5d5d5d;justify-content:space-between}.dvlp-cardRow{place-content:space-between}.dvlp-profile-card>div{box-shadow:none!important}.profileFormHeadContent:hover{background:#fff;cursor:pointer}.surveyMesssageHead{background:#fff;padding:10px 10px 1px 26px;box-shadow:0 0 2px;border-radius:5px;margin-left:41px;margin-right:41px}.dvlp-form{text-align:-webkit-center;text-align-last:left}.surveyMesssageHead:hover{background:#bbdfff;cursor:pointer}.profileFormBody{max-height:0;overflow:hidden;background:#fff;transition:max-height .8s ease}.dvlpCardIcon{font-size:20px;color:#292929}.dvlpCardIcon:hover{cursor:pointer;color:#00568f}.profileFormBodyVisible{max-height:fit-content;background:#fff;box-shadow:0 0 2px;margin-bottom:27px;border-radius:7px}.applicant-button:hover{background:#f0f0f0;color:#45c56d;border:1px solid #45C56D}.applicant-link{color:#fff;padding-bottom:25px}.survey_btn{width:105px}.survey_prevbtn{width:105px;height:32px;margin-right:28px}.surveyCloseBtn{background:#fff;padding:8px 9px 9px;border-radius:20px;height:31px;cursor:pointer}.surveyFormBody{box-shadow:0 0 3px;border-radius:10px;margin:20px;padding:0 0 100px}.surveyNavBtn{float:right;margin-top:35px;margin-right:40px}.surveyPagepd{box-shadow:0 0 2px;border-radius:4px;padding:4px;width:96%;margin-left:22px;background:#fff}.surveyQuepg{box-shadow:0 0 2px;border-radius:4px;padding:15px;width:96%;margin-left:22px;background:#fff}.payrollCardElement1{display:flex;box-shadow:0 0 2px #e77500;padding:8px;margin:9px;width:22em;border-radius:5px;justify-content:space-between}.payrollCardElement2{display:flex;box-shadow:0 0 2px #0ea133;padding:8px;margin:9px;width:22em;border-radius:5px;justify-content:space-between}.payrollCardElement3{display:flex;box-shadow:0 0 2px #0268ec;padding:8px;margin:9px;width:22em;border-radius:5px;justify-content:space-between}.payrollCardText1{font-size:15px;font-weight:500;color:#ff8000}.payrollCardText2{font-size:15px;font-weight:500;color:#0ea133}.payrollCardText3{font-size:15px;font-weight:500;color:#0268ec}.payroll-widget-icon{background-color:#74a8f533;border-radius:30%;color:#033e8b;font-size:30px;height:60px;width:60px;padding:8px 10px 10px}.payrollCountPve{background:#ccf7cc;color:#007a00;padding:2px 7px 4px 6px;border-radius:20px}.payrollCountNve{background:#f8cece;color:#7a0000;padding:2px 7px 4px 6px;border-radius:20px}.payrollCardTittle{font-size:16px;font-weight:700;margin:0}.notifDropdown:hover>.dropdown-menu{display:block}.notifDropdown>.dropdown-toggle:active{pointer-events:none}.form-element{position:relative}.pswrdField,.input-wrapper{position:relative;width:100%}.input-wrapper input{width:100%;padding-right:40px}.input-wrapper .fa-eye,.input-wrapper .fa-eye-slash{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;color:#333;font-size:16px}.nav_level3{border-radius:6px;width:108%;background-color:#528aae;position:sticky;top:150px;z-index:3;margin-left:-55px}.subMenu_box{position:sticky;top:4em;z-index:5}.filterBox{border:1px solid rgb(216,216,216);padding-top:13px;border-radius:5px}.hideForm{background:#c3c3c3;padding:15px;box-shadow:0 0 2px;border-radius:5px;margin-bottom:15px;cursor:not-allowed}.successionPlanHead{display:flex;justify-content:space-between}.planFormBg{background:#a5a5a5;cursor:not-allowed;padding:15px;box-shadow:0 0 2px;border-radius:5px;margin-bottom:15px}.successionPlanFromDisable{background:#afafaf;padding:15px;border-radius:6px;cursor:not-allowed;margin-bottom:15px}.planNewForm{padding:100px 100px 20px}.nine-box-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:5px;width:81em;position:relative;height:40em}.box{display:flex;padding-left:10px;font-size:18px;font-weight:700;height:160px;border:1px solid #ccc;width:21em;color:#000}.threeBox{padding-left:10px;height:26em;border:1px solid #ccc;width:25em;color:#000}.boxHeader{font-size:18px;padding-left:10px;font-weight:700;color:#000}.ratingContent{font-size:13px;font-weight:500}.ratingBody{margin-top:19px;border-top:1px solid grey;padding-top:6px}.nineBoxCandidates{border:1px solid grey;width:fit-content;padding:1px 2px;border-radius:5px;white-space:nowrap;width:50px;background:#e3e3e3;overflow:hidden;text-overflow:ellipsis}.nineBoxCandidates:hover{background-color:#9c9c9c;cursor:pointer}.threeBoxCandidates{border:1px solid grey;width:fit-content;background:#e3e3e3;padding:1px 2px;border-radius:5px;white-space:nowrap;width:50px;overflow:hidden;text-overflow:ellipsis;font-weight:500;font-size:14px}.threeBoxCandidates:hover{background-color:#b1b1b1;cursor:pointer}.candidateImg{width:25px;height:25px;border-radius:35px;padding:4px}.quadrant-1{grid-area:1 / 1 / 2 / 2;background-color:#ffeebf;border-radius:5px}.quadrant-2{grid-area:1 / 2 / 2 / 3;background-color:#b9dfc7;border-radius:5px}.quadrant-3{grid-area:1 / 3 / 2 / 4;background-color:#7ec5a3;border-radius:5px}.quadrant-4{grid-area:2 / 1 / 3 / 2;background-color:#edabab;border-radius:5px}.quadrant-5{grid-area:2 / 2 / 3 / 3;background-color:#ffeebf;border-radius:5px}.quadrant-6{grid-area:2 / 3 / 3 / 4;background-color:#b9dfc7;border-radius:5px}.quadrant-7{grid-area:3 / 1 / 4 / 2;background-color:#df6c6c;border-radius:5px}.quadrant-8{grid-area:3 / 2 / 4 / 3;background-color:#edabab;border-radius:5px}.quadrant-9{grid-area:3 / 3 / 4 / 4;background-color:#ffeebf;border-radius:5px}.nineBoxBody{border:1px solid #d5d5d5;padding:14px 14px 50px 60px;position:relative;margin-top:-30px}.threeBoxBody{border:1px solid #d5d5d5;padding:24px;width:80em;position:relative;margin-top:-30px;height:30em;margin-left:60px}.xSide{position:absolute;top:46%;left:-39px;transform:translateY(-50%) rotate(-90deg);font-weight:500}.ySide{position:absolute;bottom:1px;left:53%;transform:translate(-50%) rotate(0);font-weight:500}.xBoxText{position:absolute;top:45%;left:-108px;transform:translateY(-50%) rotate(-90deg);font-weight:500}.yBoxText{position:absolute;bottom:28px;left:53%;transform:translate(-50%) rotate(0);font-weight:500}@media screen and (max-width: 768px){.xSide,.ySide{display:none}}.yMedium{margin-right:345px;margin-left:345px}.xMedium{margin-right:104px;margin-left:104px}.inviteeBtn{background-color:#b1b1b1;color:gray;cursor:not-allowed}.actionCenter{justify-content:center}.linear-line-container{position:relative;width:100%;height:35px;margin-top:30px}.linear-line{display:flex;width:100%;height:100%}.linear-line-segment{height:100%}.value-indicator{position:absolute;top:-35px;left:50%;transform:translate(-50%);background:#1d75cf;color:#fff;padding:5px;font-size:14px;border-radius:5px}.value-indicator:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:5px;border-style:solid;border-color:#1d75cf transparent transparent transparent}.comparatiolabels{position:relative;display:flex;justify-content:space-between;font-weight:700;font-size:12px;left:27%}.comparatiolabel{position:absolute;top:-55px;transform:translate(-50%)}@media (max-width: 768px){.comparatiolabel{font-size:10px;top:-45px}}.reportInsidePageDiv{padding:0 0 20px}.poolImg{width:45px;height:45px;box-sizing:border-box;background-size:60%;border-radius:35px;padding:4px}.candidateSec{border-radius:6px;align-items:center;padding:1px;border:1px solid rgb(197,197,197)}.profileBody{text-align-last:center;padding:25px}.seeMoreBtn{color:#0035ff;margin:0 38px 3px 0;font-size:12px;border:1px solid grey;width:64px;float:right;text-align:center;cursor:pointer}.seeMoreBtn:hover{background:#adadad}.actionBtn{height:30px}.columnIcon{box-shadow:0 0 2px;padding:3px;border-radius:5px;margin-left:16px;cursor:pointer;color:#033e8b}.columnIcon:hover{background-color:#e1eeff}.tableColHide{position:absolute;z-index:20;background:#fff;padding:12px;width:169px;right:10px;top:37px;border-radius:4px;box-shadow:0 0 3px}.currency-select-box{display:flex;align-items:center;border:solid 1px #d1d1d1;padding-left:8px;border-radius:4px}.currency-select-box img{width:20px;height:auto;margin-right:8px}.currency-select-box select{display:inline-block;padding:5px;border-radius:unset}.currency-option{display:flex;align-items:center}.currency-select-box img{width:27px;height:18px;margin-right:5px}.success-box{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:25}.success-content{background:#fefcfe;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center;width:18em}.success-header{align-items:center}.success-header span{font-size:24px;font-weight:700}.success-header button{background:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}.apexcharts-legend.apx-legend-position-right{text-align:left}.toggles-btn-view{cursor:pointer;display:flex;align-items:center;width:170px;height:29px;background:#bbb;border-radius:20px}.toggle-button-element{width:90px;height:32px;background:#2e5984;box-shadow:3px 3px 2px #00000024;border-radius:20px;display:flex;justify-content:center;align-items:center;transition:all .3s}.toggle-button-element:hover{background:#1f4163}.self-btn{font-size:14px;font-weight:500;letter-spacing:.2px;color:#fff}.team-btn{font-size:14px;font-weight:500;letter-spacing:.2px;color:#fff;padding-left:26px}.menu-toggle{display:flex;background:#fff;width:fit-content;margin-top:9px;padding:4px;border-radius:6px;border:solid 1px #c7c7c7}.menu-toggle button{padding:7px 20px;margin:3px;color:#787878;font-weight:500;border-radius:6px;background-color:#fff;cursor:pointer;transition:background-color .6s,color .6s;border:solid 1px #e9e9e9}.menu-toggle button.active{background-color:#528aae;color:#fff;border-radius:6px;border:none;box-shadow:0 1px 2px 1px gray}.menu-toggle button:not(.active):hover{background-color:#ddd;color:#5e5e5e}.mygrid-div{text-align:center;border-right:solid 1px #cdc7c7;padding:10px}.regularize-grid-div{background:#ffdfdf;padding:0;border-radius:3px;font-weight:600;border:solid #fa9797 2px;color:#a73c3c;width:50px;font-size:12px}.myStatistics-container{padding:6px 13px 13px;height:20em;background:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a;font-family:Arial,sans-serif}.myStatistics-title{font-size:19px;font-weight:700;margin-bottom:12px;margin-top:3px}.myStatistics-bar{margin-bottom:7px}.myStatistics-bar span{display:block;font-size:14px;font-weight:500;margin-bottom:5px}.myProgress{background:#f1f1f1;border-radius:10px;overflow:hidden;height:15px;position:relative;margin-top:10px}.myProgress-bar{height:100%;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5)}.myDashCardsBody{background:#fff;box-shadow:0 0 4px 3px #ede9e9;border-radius:5px}.myDashCardsBody2{height:10em;align-content:center;background:#fff;box-shadow:0 0 4px 3px #ede9e9;border-radius:5px}.myCardsGrid{width:75%;margin-right:30px}.myProgress-bar.today{background:#4bc0c0}.myProgress-bar.this-week{background:#1683cc}.myProgress-bar.this-month{background:#c735d4}.myProgress-bar.remaining{background:#7c6f34}.myProgress-bar.overtime{background:#3c8371}.line-statistics-container{width:99%;padding:0;height:30em;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;font-family:Arial,sans-serif;margin-top:46px}.myPayslip-Section{overflow-y:auto;max-height:220px;padding:7px}.mySlip-btn{background:#376695;color:#fff;padding:8px;border-radius:4px}.mypay .ant-picker-input>input{font-size:20px;font-weight:600}.myPayCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:250px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.payrollTableGraph{background-color:#fff;border-radius:7px;box-shadow:0 0 4px #b5abab;width:49%;margin-top:25px;padding:21px;height:19em}.trandingIconStyle{align-content:center;color:#007000;background:#e3fde3;border-radius:29px;padding:9px;font-weight:600}.trandingIconDownStyle{align-content:center;color:#d40000;background:#ffe9e9;border-radius:29px;padding:9px;font-weight:600}.menuIconDiv{display:flex;place-content:space-evenly}.menuIconFa{border:solid 1px #bbbbbb;padding:4px;border-radius:6px;height:24px;width:24px;color:gray;cursor:pointer}.menuIconFa:hover{color:#3a3a3a;border:solid 1px rgb(56,55,55)}.pay-table-linkIcon{cursor:pointer;background:none!important;text-align:center;color:#033e8b;font-size:24px;float:right}.pay-table-linkIcon:hover{font-size:24px}.EmpProfile-home-page{display:flex;flex-direction:column;height:91vh;place-content:space-evenly}.EmpProfile-home-page>div{flex:.3;text-align:-webkit-center}@media (min-width: 768px){.EmpProfile-home-page{flex-direction:row}}.payProPic{width:111px;height:111px;border-radius:6px;margin-top:33px;border:solid #ededed;padding:4px}.bank-card{width:350px;box-shadow:0 0 5px #c5bbbb;border-radius:8px;padding:16px;font-family:Arial,sans-serif;background-color:#fff;margin-top:13px}.bank-header{display:flex;align-items:center;margin-bottom:11px;justify-content:space-between;border-bottom:solid 1px #c9c3c3;padding-bottom:10px}.bank-logo{height:30px;margin-right:8px}.account-holder{font-size:14px;font-weight:700}.bank-details{font-size:14px}.bank-detail{display:flex;justify-content:space-between;margin-bottom:8px}.bank-label{font-weight:700;color:#555}.bank-value{color:#555}.gnInfo-general-info-card{width:380px;box-shadow:0 0 5px #c5bbbb;border-radius:8px;padding:16px;font-family:Arial,sans-serif;background-color:#fff}.gnInfo-card-header{display:flex;justify-content:space-between;margin-bottom:3px;border-bottom:solid 1px #ddd5d5}.gnInfo-card-title{font-size:16px;font-weight:700}.gnInfo-edit-link{font-size:14px;color:#007bff;cursor:pointer}.gnInfo-card-details{font-size:14px}.gnInfo-detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.gnInfodetail{display:flex;flex-direction:column;margin-top:10px}.gnInfolabel{color:#bbb}.gnInfovalue{color:#444;font-weight:700}.ctc-breakup-card{width:350px;box-shadow:0 0 5px #c5bbbb;border-radius:8px;padding:16px;font-family:Arial,sans-serif;background-color:#fff}.ctc-card-header{margin-bottom:16px;padding:0 0 10px;text-align:-webkit-left;border-bottom:solid 1px #ddd5d5}.ctc-card-title{font-size:16px;font-weight:700}.ctc-revision-date{font-size:12px;color:#007bff;background-color:#e9f5ff;padding:2px 4px;border-radius:4px}.ctc-card-details{font-size:14px}.ctc-detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.ctcdeduction .ctcvalue{color:red}.ctcdeduction{border-top:solid 1px #ddd5d5;margin-top:14px;padding-top:12px}.ctc-net-pay .ctcvalue{color:green;font-weight:700}.ctc-net-pay{border-top:solid 1px #ddd5d5;margin-top:32px;padding-top:7px}.ctclabel{color:#555}.ctcvalue{color:#333;font-weight:600}.payProfileBody{margin-left:0;background:#fff;box-shadow:0 0 5px #c5bbbb;border-radius:4px}.pay-menu-toggle{display:flex;background:#fff;width:fit-content;padding:4px}.pay-menu-toggle button{padding:6px 13px;margin:3px;color:#787878;font-weight:500;border-radius:6px;background-color:#fff;cursor:pointer;transition:background-color .6s,color .6s;border:solid 1px #e7e3e3}.pay-menu-toggle button.active{background-color:#528aae;color:#fff;border-radius:6px;border:none;box-shadow:0 0 5px #c5bbbb}.pay-menu-toggle button:not(.active):hover{background-color:#ddd;color:#5e5e5e}.payslip-month-btn{background:#fff;padding:13px;width:170px;height:50px;border-radius:8px;border:solid 1px rgb(223,217,217);margin:6px;cursor:pointer}.payslip-month-btn.active,.payslip-month-btn:hover{background-color:#eaf4ff;color:#1b5da3}.EmpPay-home-page{display:flex;flex-direction:column;height:81vh;place-content:space-evenly;border:solid 1px #ddd8d8;box-shadow:0 0 5px #dfd9d9;border-radius:7px;margin-top:18px}.EmpPay-home-page>div{flex:.3;text-align:-webkit-center}@media (min-width: 768px){.EmpPay-home-page{flex-direction:row}}.slipSidebar{border-right:solid 1px #ddd8d8;margin-right:14px}.payslip_header{float:left;font-size:16px;font-weight:600;margin:9px}.pay-gradestyle{background:#054c8b;color:#fff;width:34px;padding:4px 7px 5px;border-radius:6px;height:34px;font-size:18px;box-shadow:1px 1px 5px 1px gray;text-align:-webkit-center}.deduction-column{background-color:#ffefef}.earnigs-column{background-color:#ecfcec}.pay-drop{margin-right:17px;margin-top:-6px;width:14em}.comparisonChart{box-shadow:0 0 3px 1px #e3d6d6;margin:16px 0 -1px;padding:10px;background:#fff;font-weight:700;border-radius:6px}.comparisonIcon{margin-top:-26px;font-size:30px;float:right;cursor:pointer;color:#102746}.payroll_dash_widget{border:1px solid #ededed;box-shadow:0 1px 1px #0003;margin-bottom:30px;background-color:#fff}.payroll_icon{background-color:#74a8f533;border-radius:100%;color:#033e8b;display:inline-block;float:right;font-size:30px;height:60px;line-height:60px;text-align:center;width:60px;margin-top:-25px}.tempBtn{position:fixed;top:99px;right:7px;z-index:17;border:1px solid #32679b;color:#32679b;cursor:pointer}.dashboard_line_chart{background:#fff;margin-top:20px;border-radius:6px;border:solid 1px #f1e7e7;padding:15px}.mychart_next:hover{color:#1c8abd;cursor:pointer}.calendarDayChange_btn{display:flex;margin-bottom:15px;justify-content:right}.weeklyCalendar{background:#fff}.weeklyCalendar-present{background-color:#bfeebe;color:#19a014;width:120px}.weeklyCalendar-absent{background-color:#fab9b1;color:#ac2a19;width:120px}.weeklyCalendar-leave{background-color:#b9cafa;color:#25459b;width:120px}.weeklyCalendar-week-off{background-color:#b9bbb9;color:#000;width:120px}.weeklyCalendar-holiday{background-color:#f1eaa7;color:#b6a617;width:120px}.weeklyCalendar-half-day{background-color:#a2eeee;color:#1caaaa;width:120px}.weeklyCalendar-half-day-absent{background-color:#ffad72ad;color:#534027}.clockInOut_weeklytbl{border:solid 1px #cfcfcf}.clockInOutTime_weeklyTbl{justify-content:space-around;background:#e6f7e8;border-radius:6px;padding:1px;text-align:center;font-size:10px;font-weight:600;color:#19a014;border:solid 1px #cfcfcf}.weeklyBadgeAb{justify-content:space-around;border-radius:5px;padding:1px;text-align:center;font-size:12px;font-weight:600;border:solid 1px #cfcfcf}.highlight-today{color:#11a7fd}.table-container{width:100%;position:relative}.table-body-scroll{display:block;max-height:300px;overflow-y:auto}.weeklyCalendar{width:100%;margin-bottom:0}.weeklyCalendar thead th{position:sticky;top:0;background:#869cbb;z-index:1}.weekly_tbl_cntnr{background:#fff;border-radius:6px;padding:15px;box-shadow:0 0 3px 3px #dbdada}.weeklyCalendar th,.weeklyCalendar td{width:100px}.weeklyCalendar td,.table th{padding:5px}.weekSelectionTag{border:solid 1px #ababab;padding:4px;border-radius:3px;font-weight:600;font-size:13px;background:#fff}.weekSelectionTag_div{float:right;padding:6px 6px 20px}.attendanceMonthly-card{background:#f0f0f0;padding:20px;border-radius:8px;margin:10px;flex:1 1 300px;max-width:400px}.attendanceMonthly-stats{display:flex;justify-content:space-between;margin-top:10px}.stat{text-align:center}.stat-label{font-size:14px;color:#888}.stat-value{font-size:24px;font-weight:700;color:#333}.monthlyReportPie .apexcharts-legend{position:absolute!important;top:-2px!important;right:10px!important;left:auto!important;scrollbar-width:none}.monthlyReportCardTitle{display:flex;margin-bottom:5px;border-bottom:solid 1px #d7d7d7;padding:7px 0 0 7px}.TeamDashCardsBody,.OrgDashCardsBody{background:#fff;border-radius:5px;border:solid 1px #e5d9d9;width:100%;padding:10px}.teamDashBarChart{background:#fff;width:50%;padding:15px 8px 8px;border-radius:5px;border:solid 1px #e5d9d9}.OrgDashBarChart{background:#fff;width:100%;display:flex;margin-top:14px;padding:28px 10px 10px;border-radius:5px;border:solid 1px #e5d9d9}.teamDashRightCard{background:#fff;border:solid 1px #d7caca;text-align-last:center;border-radius:5px;height:86px;width:14em;margin-left:12px;margin-top:11px}.teamDashRightCard p{border-bottom:solid 1px #dbcccc;padding:3px}.mydashAvarageIcon{border:solid 2px;padding:3px;border-radius:4px}.punctualityChart{width:44px;height:40px;margin-top:7px;margin-bottom:4px}.permissionBtnGrid{place-content:space-around;place-items:center;border:solid 1px #e5e1e1;border-radius:5px;margin:20px}.list_LateStatus{color:#f88535;border:solid 1px;padding:2px;border-radius:5px;font-size:12px;background:#faf0e3}.list_OnTimeStatus{color:#45c56d;border:solid 1px;padding:2px;border-radius:5px;font-size:12px;background:#e6f7e8}.teamActionCard{text-align:center;padding:7px;margin-left:0}.teamActionCardBody{background:#fff;width:6em;place-content:center;border:solid 1px rgb(226,219,219);border-radius:5px;padding:5px;margin-right:20px}.teamActionCardBody:hover{background:#e8f7ff;cursor:pointer}.attendOrgCardSec{text-align:-webkit-center;background:#fff;padding:27px;border:solid 1px #e7dede;border-radius:6px}.permissionFormTitle{font-weight:700;font-size:14px}.ant-picker-panels{display:flex;justify-content:center}.ant-picker-range .ant-picker-date-panel:nth-child(2){display:none}.ant-picker-range .ant-picker-separator{display:none}.perform_con{border:solid 1px #c3c1c1;border-radius:7px;padding:12px;margin:-3px}.perform-general-info-card{width:100%;border-radius:8px;padding:3px 12px;font-family:Arial,sans-serif;background-color:#fff;border:1px solid #cdcdcd;margin-top:4px}.perfom_profile_img{box-shadow:0 0 2px 2px #e3e1e1;text-align-last:center;width:14em;border-radius:5px;margin-left:15px}.performReviewTable{text-align:center;font-weight:700;color:#282828}.perform_table_mng{text-align-last:left;place-self:center;font-size:19px}.perform_table_mng_hd{border-radius:6px;box-shadow:0 0 2px gray;padding:2px}.perform-UpDownIcon{align-self:center;margin-left:20px;margin-right:6px}.perform_hdr{background-color:#fff;height:-webkit-fill-available;align-content:center;margin-bottom:0;padding:15px;text-align:center}.perform_hdr:hover{cursor:pointer;background-color:#dcedfb}.groupWeightageCard{padding:4px}.groupWeightageCard>p{font-size:12px;font-weight:700}.innerCardWe{padding:8px}.wtgBtn{border:solid 1px #dfdcdc;padding:4px;border-radius:5px;font-weight:600}.wtgBtn:hover{background-color:#e9f4ff;cursor:pointer}.table{border-collapse:separate;border-spacing:0;border-radius:5px;overflow:hidden}.table thead th:first-child{border-top-left-radius:5px}.table thead th:last-child{border-top-right-radius:5px}.table tbody tr:last-child td:first-child{border-bottom-left-radius:5px}.table tbody tr:last-child td:last-child{border-bottom-right-radius:5px}.performGradeDiv{align-content:center;text-align:-webkit-center}.perform-gradestyle{background:#054c8b;color:#1a1a1a;border-radius:6px;height:34px;font-size:50px;box-shadow:1px 1px 5px 1px gray;text-align:-webkit-center;padding:11px 27px}.reviewerHead{font-size:15px;font-weight:600;color:#646464}.performDownloadIcon{border:solid 1px;padding:6px;border-radius:5px}.performDownloadIcon:hover{background-color:#d8f0ff;color:#145ea3}.performTableHead{border-bottom:solid 1px grey;font-size:21px;word-spacing:-6px}.performDonutWid{background:#fff;border-radius:5px;box-shadow:0 0 3px 1px #ede7e7;padding:10px}.performLineChart{background:#fff;border-radius:5px;box-shadow:0 0 3px 1px #ede7e7}.perform-dash-gradestyle{color:#1a1a1a;border-radius:3px;font-size:25px;box-shadow:1px 1px 3px 1px #d5cdcd;padding:2px 17px}.prevPerformRate{display:flex;justify-content:space-between;align-items:center;margin-top:25px;border:solid 1px #dfd8d8;padding:6px;border-radius:5px}.myPendingAction{display:flex;justify-content:space-between;align-items:center;border:solid 1px #dfd8d8;padding:6px;border-radius:5px}.performPendingPrev{background:#fff;border-radius:5px;box-shadow:0 0 3px 1px #ede7e7;place-content:center}.myPerform-miss-div{background:#ffdfdf;padding:0;border-radius:3px;font-weight:600;border:solid #fa9797 2px;color:#a73c3c;width:50px;font-size:12px;text-align:center}.myPerform-na-div{background:gray;padding:0;border-radius:3px;font-weight:600;border:solid rgb(128,128,128) 2px;color:#fff;width:50px;font-size:12px;text-align:center}.TeamPerform_progress-distribution{background-color:#f5f5f5;border-radius:8px;padding:20px;max-width:200px}.TeamPerform_progress-distribution h3{font-size:16px;color:#333;margin-bottom:10px}.TeamPerform_progress-bars{display:flex;flex-direction:column;gap:10px;text-align:center;margin-top:25px}.TeamPerform_progress-bar-container{display:flex;align-items:center;gap:10px}.orgBreakDown{display:flex;align-items:center;gap:10px;place-content:space-between}.TeamPerform_progress-label{font-size:14px;width:125px}.TeamPerform_progress-bar{height:8px;background-color:#333;border-radius:4px;flex-grow:1}.TeamPerform_progress-value{font-size:14px;width:65px}.TeamPerform_progress-container{width:100%;height:10px;background-color:#f3f3f3;border-radius:5px;overflow:hidden}.TeamPerform_progress-bar{height:100%;background-color:#9e9e9e;border-radius:5px 0 0 5px}.nine-box_teamPerform{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:33em;position:relative;height:30em}.teamPerform_boxHeader{font-size:14px;padding-left:10px;font-weight:700;color:#000}.teamPerform_nineBoxBody{border:1px solid #e0dcdc;padding:14px 14px 50px 60px;position:relative;width:39em;border-radius:5px;margin-top:10px}.teamPerform_yMedium{margin-right:120px;margin-left:130px}.orgPerform_yMedium{margin-right:180px;margin-left:180px}.teamPerformBox-1{grid-area:1 / 1 / 2 / 2;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-2{grid-area:1 / 2 / 2 / 3;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-3{grid-area:1 / 3 / 2 / 4;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-4{grid-area:2 / 1 / 3 / 2;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-5{grid-area:2 / 2 / 3 / 3;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-6{grid-area:2 / 3 / 3 / 4;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-7{grid-area:3 / 1 / 4 / 2;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-8{grid-area:3 / 2 / 4 / 3;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.teamPerformBox-9{grid-area:3 / 3 / 4 / 4;border:solid 1px rgb(231,228,228);place-content:center;justify-items:center}.calibration_Chart{box-shadow:0 0 3px 1px #e3d6d6;margin:16px 0 -1px;padding:10px;background:#fff;border-radius:6px}.perform_xBoxText{position:absolute;top:45%;left:-103px;transform:translateY(-50%) rotate(-90deg);font-size:12px;font-weight:600;color:gray}.teamPerform_xBoxText{position:absolute;top:50%;left:-103px;transform:translateY(-50%) rotate(-90deg);font-size:12px;font-weight:600;color:gray}.perform_yBoxText{position:absolute;bottom:28px;left:53%;transform:translate(-50%) rotate(0);font-size:12px;font-weight:600;color:gray}.performEmpCountText{padding:1px 15px;border-radius:25px;color:#000;font-size:13px}.perform9boxHead{font-weight:500}.performXSideHead{position:absolute;top:46%;left:-50px;transform:translateY(-50%) rotate(-90deg);font-weight:500}.OrgXSideHead{position:absolute;top:46%;left:-13px;transform:translateY(-50%) rotate(-90deg);font-weight:500}.btnGrpOrg{width:30%;border-radius:5px;padding:-2px;text-align:-webkit-center;margin:17px;padding:-top;border:solid 1px #cfcaca}.btnItemOrg{background:#fdfdfd;border-radius:5px;padding:6px;margin:6px;box-shadow:0 1px 1px 1px #d1caca}.orgNine-box-container{gap:5px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:45em;position:relative;height:25em}.orgBox-1{grid-area:1 / 1 / 2 / 2;background-color:#ffeebf;place-content:center;justify-items:center}.orgBox-2{grid-area:1 / 2 / 2 / 3;background-color:#b9dfc7;place-content:center;justify-items:center}.orgBox-3{grid-area:1 / 3 / 2 / 4;background-color:#7ec5a3;place-content:center;justify-items:center}.orgBox-4{grid-area:2 / 1 / 3 / 2;background-color:#edabab;place-content:center;justify-items:center}.orgBox-5{grid-area:2 / 2 / 3 / 3;background-color:#ffeebf;place-content:center;justify-items:center}.orgBox-6{grid-area:2 / 3 / 3 / 4;background-color:#b9dfc7;place-content:center;justify-items:center}.orgBox-7{grid-area:3 / 1 / 4 / 2;background-color:#df6c6c;place-content:center;justify-items:center}.orgBox-8{grid-area:3 / 2 / 4 / 3;background-color:#edabab;place-content:center;justify-items:center}.orgBox-9{grid-area:3 / 3 / 4 / 4;background-color:#ffeebf;place-content:center;justify-items:center}.orgPerformTgl{border:solid 1px #e5e5e5;width:fit-content;padding:5px;border-radius:5px}.orgPerform_nineBoxBody{border:1px solid #e0dcdc;padding:14px 14px 50px 60px;position:relative;width:50em;border-radius:5px;margin-top:10px}.nineboxanalysisText{background:#79b53e;width:55px;align-self:center;text-align:-webkit-center;font-size:12px}.chart_col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:49%}.pendingReviewers-table .ant-table-tbody>tr>td{padding:4px 8px!important}.goalStatusDis{margin-bottom:20px;border:solid 1px #d1cbcb;padding:5px}.recognitionAvatar{background-color:#aaa;border-radius:50%;color:#fff;display:inline-block;font-weight:500;height:70px;line-height:70px;margin:0 10px 0 0;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;width:70px;position:relative;white-space:nowrap}.scrollable-container{max-height:480px;overflow-y:auto;margin-top:10px}.payslip-month-btn{padding:8px;cursor:pointer;display:flex;justify-content:space-between;border-bottom:1px solid #eee}.multiSectCustmz{z-index:2}.multiSelectImgSize{width:33px;height:33px;box-sizing:border-box;background-size:60%;border-radius:35px;padding:2px}.pedo{border-style:none}.Goals_table-container{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}.goals-table{width:100%}.goals-table th,.goals-table td{text-align:left;padding:12px}.goalPageHead{border:solid 1px #d7cbcb;padding:0!important;border-radius:7px!important}.goals-table th{background-color:#e5e5e5;font-weight:700}.goal-title{font-weight:700;color:#39648f}.goal-details{font-size:12px;color:gray}.goalHeader-container{font-family:Arial,sans-serif;border:1px solid #e0e0e0;padding:16px;border-radius:8px;width:100%;background:#fff;margin:auto}.goalHeaderInnerContent-section{display:flex;justify-content:space-between;align-items:center;float:right}.Goals_year-info{display:flex;align-items:center}.Goals_year-info span{font-size:14px;color:#666;margin-right:16px}.goalsOverall-progress-btn{background-color:transparent;border:none;color:#007bff;cursor:pointer;font-size:14px}.add-goals-dropdown{position:relative;width:120px;justify-self:right}.add-goals-btn{background-color:#007bff;color:#fff;border:none;padding:8px 12px;border-radius:4px;cursor:pointer;font-size:14px}.Goal_dropdown-menu{display:none;position:absolute;top:38px;right:0;background:#fff;box-shadow:0 2px 6px #00000026;border-radius:4px;z-index:100}.add-goals-dropdown:hover .Goal_dropdown-menu{display:block}.Goal_dropdown-menu button{background:none;border:none;padding:8px 16px;text-align:left;width:100%;font-size:12px;cursor:pointer}.Goal_dropdown-menu button:hover{background-color:#f0f0f0}.goal_progress-section{display:flex;justify-content:space-between;align-items:center}.goal_progress-info{flex:2}.goal_progress-info span{display:block;font-size:12px;color:#666}.goal_progress-percentage{font-size:18px;font-weight:700;margin:8px 0}.goal_progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:8px;width:30%}.goal_progress-fill{height:100%;background:#007bff}.last-updated{font-size:12px;color:#999}.goal_status-indicators{display:flex;gap:31px}.status{font-size:12px}.status-circle{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.sub-goals{border:solid 1px rgb(199,199,199);width:93%;margin-left:166px;border-radius:48px;background:#fff}.sub-CheckListTask{border:solid 1px rgb(199,199,199);width:100%;margin-left:92px;border-radius:48px;background:#fff}.sub-CheckListTask:hover,.Goals_table_row:hover{background:#e0f5ff}.sub-CheckListTask th,.sub-CheckListTask td{padding:0!important;width:130px}.Onboardsub-Task{border:solid 1px rgb(199,199,199);margin-left:166px;border-radius:48px;background:#fff}.GoalName_tab :hover{cursor:pointer}.Goals_table_row{border-width:0;background:#fff;border-bottom:solid 1px #d4d4d4;border:solid 1px #d4d4d4}.sub-goals:hover,.Goals_table_row:hover{background:#e0f5ff}.sub-goals th,.sub-goals td{padding:0!important;width:130px}.Onboardsub-Task:hover,.Goals_table_row:hover{background:#e0f5ff}.Onboardsub-Task th,.Onboardsub-Task td{padding:0!important;width:210px}.goalViewPage-details-container{font-family:Arial,sans-serif;border:1px solid #ddd;border-radius:5px;background-color:#fff}.goalViewPage-header{display:flex;justify-content:space-between;align-items:center;padding:10px}.goalViewPage-header h2{margin:0;font-size:18px}.goalViewPage-content{display:flex;justify-content:space-between}.goalViewPage-details,.goalViewPage-meta{width:48%}.goalViewPage-row{margin-bottom:20px}.goalViewPage-row strong{display:block;margin-bottom:5px;color:gray}.assigned-to{display:flex;align-items:center}.avatar{border-radius:50%;margin-right:10px}.GoalsSubHead{background:#dbdbdb;padding:8px;display:flex}.goalsSubHeadContent{display:flex;flex-wrap:wrap;align-items:center;width:80%}.onboardTaskSubHead{background:#dbdbdb;padding:8px}.goalsDeadLineHead{align-content:center;border:solid 1px #c1c1c1;padding:8px;border-radius:7px;height:40px;width:20%;text-align:center}.GoalAudit-container{font-family:Arial,sans-serif;margin:20px auto;background-color:#fff}.GoalAudit-title{color:#333;font-size:20px;margin:0;background:#f5f5f5;padding:14px}.GoalAudit-timeline{position:relative;padding:30px;overflow:auto;height:32em}.GoalAudit-timelineItem{display:flex;align-items:flex-start;position:relative;padding-left:30px;min-height:70px}.GoalAudit-dot{position:absolute;left:4px;width:18px;height:18px;border-radius:50%;background-color:#1890ff;display:flex;align-items:center;justify-content:center}.GoalAudit-index{color:#fff;font-size:11px;position:absolute}.GoalAudit-dotBar{width:3px;height:-webkit-fill-available;background-color:#1890ff;position:absolute;left:12px;top:10px}.GoalAudit-content{margin-left:10px;display:flex}.GoalAudit-dateTime{font-size:14px;color:#555;margin-bottom:5px}.GoalAudit-date{font-weight:700}.GoalAudit-time{display:block;color:#888}.GoalAudit-info{font-size:14px}.GoalAudit-name{font-weight:700;display:block;margin-bottom:2px}.GoalAudit-achievement{color:#555}.goalAuditTopBtn{display:flex;gap:13px}.goalsViewHeaderBtn{margin:0;border:solid 1px #e9e9e9;padding:6px;height:30px;border-radius:6px;color:#3a3a3a}.goalsViewHeaderBtn:hover{cursor:pointer;border:solid 1px #c7c7c7;margin:0;padding:6px;height:30px;border-radius:6px;color:#0c0c0c}.goalsViewDiscriptionTag{background:#f3f3f3;border-radius:6px;width:91%;min-height:96px;max-height:150px;padding:6px;border:solid 1px #ede6e6;overflow-y:auto;white-space:pre-wrap}.goalsViewUnderGoal{font-size:13px;color:gray;flex-basis:100%;margin-top:5px}.viewGoalMenuBtnDiv{position:absolute;background:#fff;border:solid 1px #cdcdcd;padding:7px;border-radius:5px;right:102px;top:303px}.viewGoalBtn{margin-bottom:0;padding:9px}.viewGoalBtn:hover{margin-bottom:0;cursor:pointer;background:#e3f1f7;padding:9px;border-radius:6px}.filteredGoalsBtn{cursor:pointer;border:solid 1px #ffffff;padding:6px 7px 1px;border-radius:5px}.filteredGoalsBtn:hover{cursor:pointer;border:solid 1px #dfdddd;padding:6px 7px 1px;border-radius:5px}.goalViewWeightage{background:#2e5984;color:#fff;border-radius:6px;height:34px;font-size:26px;box-shadow:1px 1px 5px 1px gray;text-align:-webkit-center;padding:11px 24px}.onboardList_progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:8px}.onboardformTasklist{border:solid 1px #d3d3d3;border-radius:4px;padding:6px;height:309px;overflow:scroll}.tasklistInDiv{background:#e7e7e7;padding:5px 15px;border-radius:4px;min-width:-moz-fit-content;min-width:fit-content;margin:5px}.OnChecklist-modal-footer{position:absolute;bottom:-24px;border-radius:8px;right:2px}.tasklistCloseBtn{color:#770101}.tasklistCloseBtn:hover{color:#a00;cursor:pointer}.onboardPageHead{margin:35px 0 0;border:0;box-shadow:0 0 4px 1px #e9dede;border-radius:8px}.onboardTaskHead-section{display:flex;justify-content:space-between}.Onboardsub-Task .tbody,td,tfoot,th,thead,tr{height:45px}.onboard-view .tbody,td,tfoot,th,thead,tr{border:none}.onboard-view>:not(:last-child)>:last-child>*{border-bottom-color:#fff}.subTaskOnboardBorder{border:solid 1px #e5e5e5;padding:7px;border-radius:5px;margin-bottom:10px}.chatbot-Position{border:solid grey 1px;border-radius:15px;position:absolute;z-index:81;background:#fff;top:28px;right:8px;width:291px;padding:15px}.ant-popover-title{background:#102746;color:green!important;min-height:60px;font-size:25px;font-weight:700;padding:10px!important;margin:-12px;border-radius:6px 6px 0 0}.aibot-container{position:fixed;z-index:20;right:57px;bottom:61px;transition:transform .3sease,opacity .3sease}.aibot-circle{width:80px;height:80px;background-color:#fcfcfc;border-radius:50%;position:absolute;display:flex;justify-content:center;align-items:center;color:#fff;font-family:Arial,sans-serif;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.aibot-chatbot{top:50%;left:50%;transform:translate(-50%,-50%)}.aibot-openai{top:4%;left:19%;opacity:0;transform:translate(-50%,-50%);transition:opacity .7s ease,transform .7s ease}.aibot-rasa{bottom:34%;right:68%;opacity:0;transform:translate(-50%,-50%);transition:opacity .7s ease,transform .7s ease}.aibot-visible{opacity:1;transform:translate(0)}.aibot-message-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px #0000001a;text-align:center}.boticon{position:fixed;top:-4em;right:50px;color:#102746;border:solid 3px #102746;padding:17px;border-radius:42px;background:#fff;box-shadow:0 0 7px 1px gray;cursor:pointer}.botImgGif{width:90px;height:90px;border-radius:85px;border:solid 4px #b497ef;padding:5px 0;box-shadow:0 0 7px 1px #6c757d;background:#fff}.checklistViewBtn:hover{border:solid 1px #424242;border-radius:4px}.checklistTaskProf{width:60px;height:60px;box-sizing:border-box;background-size:60%;border-radius:35px;padding:2px}.checklistTaskHeader-container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:16px;background-color:#fff;border-bottom:1px solid #ddd}.checklistTaskHeader-left{display:flex;align-items:center;gap:12px}.checklistTaskHeader-details{display:flex;flex-direction:column}.checklistTaskHeader-name{font-weight:700;font-size:16px}.checklistTaskHeader-title{font-size:14px;color:gray}.checklistTaskHeader-right{display:flex;flex-direction:column;align-items:flex-end;margin-top:-10px}.checklistTaskViewHeaderBtn{cursor:pointer;font-weight:700;color:#3a3a3a;border:solid 1px #e9e9e9;border-radius:6px;padding:3px}.checklistTaskViewHeaderBtn:hover{cursor:pointer;font-weight:700;color:#0c0c0c;border:solid 1px #c7c7c7;border-radius:6px;padding:3px}.checklistTask_progress-section{text-align:right}.checklistTask_progress-bar{width:200px;height:8px;background-color:#eee;border-radius:4px;overflow:hidden}.checklistTask_progress-fill{height:100%;border-radius:4px}.checklistProgHead{display:flex;place-content:space-between;margin-bottom:6px}.jobSummary_text{font-size:16px;font-weight:700}.holiday-container{border:solid 1px #e3e3e3;border-radius:5px}.holiday-item{display:flex;background:#fff;border-radius:8px;box-shadow:0 0 8px #0000001a;padding:12px 16px;align-items:center;width:100%;max-width:500px}.holiday-date-box{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:60px;border-radius:8px;color:#fff;font-weight:700;margin-right:16px}.holiday-month{font-weight:700;font-size:14px;margin-bottom:2px;text-transform:uppercase;color:#555}.holiday-date{line-height:1.2;font-size:18px;font-weight:700;color:#222;padding:3px}.holiday-info{flex:1}.holiday-name{font-size:14px;font-weight:600;color:#333}.holiday-day{font-size:12px;color:#666}.holiday-floater{font-size:11px;margin-top:4px;background:#f3f3f3;color:#555;padding:2px 6px;border-radius:4px;display:inline-block;font-weight:500}.holiday-month-jan{background:#b0c4de}.holiday-month-feb{background:#f08080}.holiday-month-mar{background:#f4a460}.holiday-month-apr{background:#87ceeb}.holiday-month-may{background:#b6d5b6}.holiday-month-jun{background:#ffb6c1}.holiday-month-jul{background:#ffa07a}.holiday-month-aug{background:#9370db}.holiday-month-sep{background:#8a9abd}.holiday-month-oct{background:#dc143c}.holiday-month-nov{background:#ffdead}.holiday-month-dec{background:#4682b4}.month-date{text-align:center;margin-right:15px;min-width:62px;color:#333;border:#d1d1d1 1px solid;border-radius:4px}.rw-widget-container.rw-full-screen.rw-chat-open{height:100%;margin:0;width:100%;padding:42px;top:40px;min-height:450px!important;max-height:450px!important;width:30%!important;margin-right:0!important}.rw-full-screen.rw-widget-container .rw-conversation-container{margin-bottom:0;border-radius:9px!important}.modal-header .btn-close{border:solid;border-radius:49px;filter:brightness(0) invert(1);font-size:11px;margin-top:0}.custom-spin .ant-spin-dot{font-size:45px}.custom-spin .ant-spin-dot-item{width:50px;height:50px}.past-holiday{background-color:#f0f0f0;color:#a0a0a0;text-decoration:line-through}.page_layout{margin-top:50px;padding:40px}.main_table_Head{border:solid 1px #d7cbcb;padding:0!important;border-radius:7px!important}.Toastify__toast{--toastify-toast-padding: 10px 17px}.ant-table-wrapper .ant-table-column-sorter{color:#bfb9b94a}.ant-pagination-total-text{margin-right:auto!important}.ant-pagination-item{border-radius:30px!important}.ant-pagination-next{margin-right:auto!important}.openAI_Bot_button{position:fixed;top:71%;right:0;z-index:13;padding:13px 3px 13px 1px;border-radius:0 5px 5px 0;background:linear-gradient(90deg,#16144b,#093679 35%,#198196);cursor:pointer}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.recognitionShare{width:100%;height:auto;border-radius:15px;background:#fff;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;margin-bottom:30px}.new-backgroundImg{height:150px;padding:0}.recognitionWrapper{padding:10px}.recognitionTop{display:block;color:#000}.recognitionBody{box-shadow:0 0 2px gray;margin:7px 16px 10px;border-radius:6px}.recEmployeePic{width:70px;height:70px;box-sizing:border-box;background-clip:content-box;background-color:#fff;background-position:center;background-size:60%;background-repeat:no-repeat;border:2px solid white;margin:-35px auto 12px;border-radius:50%;color:#fff;display:inline-block;font-weight:500;line-height:72px;position:relative;white-space:nowrap;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle}.recEmployeePic>img{border-radius:50%;display:block;overflow:hidden;width:100%;height:100%}.recEmployeePic>p{padding:0;color:#000;display:inline;position:absolute;top:68px;right:-12px}.recognitionEmployee{color:#000;width:auto;font-size:8px;display:flex;flex-direction:row;justify-content:center;align-items:center}.recognizedDate{padding-right:29%}.recognitionMedal{display:flex;align-items:center;justify-content:space-between;position:relative}.profile-img{height:auto;position:relative;width:auto;background:#fff;overflow:hidden;border-radius:50px}#MainDiv{padding-top:0;max-width:100%;background-color:#f5f5f5}.Layout{display:grid;padding:0% 4%;grid-template-areas:"leftside main rightside";grid-template-columns:minmax(0,5fr) minmax(0,10fr) minmax(300px,10fr);column-gap:30px;row-gap:25px;max-width:100%;margin:25px auto;top:31%}@media (max-width: 768px){.Layout{display:flex;flex-direction:column;padding:0 5px}}.left{top:-1%;position:relative}.saActionval{color:#102746;font-family:Poppins,sans-serif;display:flex;align-items:center}.policyIcon{padding:4px;font-size:30px;border-radius:5px;border:1px solid #c5bdbd}.policyIcon:hover{background:#f5efef;color:#103769}.addPost-div{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px;margin-bottom:30px;border-radius:12px}.fa-external-link{width:40px;height:40px;background:#ccc;text-align:center;padding:7px 0;border-radius:5px;font-size:18px}.policyName{color:#0a157c;margin-left:15px;font-family:Poppins,sans-serif;font-size:14px}.Actionval{text-align:left;padding:5px;height:auto;color:#102746}.userInfocss{padding:12px 12px 0;display:flex;align-items:center;justify-content:space-between}.cardBgcss{background:url(/assets/card-bg-Dn1qQrps.png);background-position:center;background-size:462px;height:54px;margin:-12px;display:none}.ClockInOutBtn{margin-top:10px}.ClockInOutBtn button{background-color:#4dc2dd;width:95%;border:none;border-radius:30px;font-family:Poppins,sans-serif;padding:4px 0;font-size:19px;color:#fff}.inOutBtn:hover{background-color:#3890a3}.proPic{box-shadow:none;width:74px;height:74px;box-sizing:border-box;background-clip:content-box;background-color:#fff;background-position:center;background-size:60%;background-repeat:no-repeat;border:2px solid #ccc;margin:-15px 17px 2px 2px;border-radius:50%}.attendanceWidgetproPic{box-shadow:none;width:65px;height:65px;box-sizing:border-box;background-clip:content-box;background-color:#fff;background-position:center;background-size:60%;background-repeat:no-repeat;border:2px solid #ccc;margin:-15px 17px 2px 2px;border-radius:50%}.secondary-proPic{width:60px;height:60px}.events-proPic{width:45px;height:45px;border-radius:30px}.celebrationProPic{width:55px;height:55px;border-radius:26px}.ternery-proPic{margin:0 17px 2px 2px}.leave-proPic{margin:0 2px 2px}.userDetails{margin-bottom:12px}.leftheadArtCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;transition:box-shadow 83ms;border:none;height:auto;border-bottom:2px solid #E7ECF2;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;top:17%;display:flex;flex-direction:column;justify-content:space-around}.leftCompheadArtCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#eff3f6;border-radius:10px;transition:box-shadow 83ms;border:none;height:100px;border-bottom:2px solid #E7ECF2;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;position:-webkit-sticky;position:sticky;top:10%}.profPicA{text-decoration:none;display:flex;justify-content:space-between;align-items:flex-start;padding:4px 12px}.welspan{font-size:16px;line-height:1.5;color:#000000e6;font-weight:600;display:flex;text-align:center}.center{overflow:hidden;margin-bottom:8px;background-color:#eff3f6;border-radius:5px;position:relative;border:none;border-bottom:2px solid #E7ECF2;box-shadow:0 0 0 2px #e7ecf2 (255,251,251,.15),0 0 0 #e7ecf2 (255,251,251,.15)}.input-group .post-form-input{border-radius:25px;height:35px}.post-btn-group{position:absolute;right:0;top:0;z-index:3}a.btn.btn-success.post-btn{border-radius:25px;height:35px;background-color:#16df6d}.followcard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:250px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.LeaveTrack{text-align:center;overflow:hidden;margin-bottom:8px;background-color:#fff;border-radius:15px;position:relative;border:none;height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.policyCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;min-height:150px;max-height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.announcementCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:250px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.Title{display:inline-flex;align-items:center;justify-content:space-between;align-items:stretch;font-size:16px;width:100%;padding:3px 1px;margin-bottom:10px}.Title:after{content:"";height:.5px;width:inherit;position:absolute;background:#c2baba;top:46px;right:0}.TitleAction{color:#102746;font-weight:600;font-size:13px}.Title>a{color:gray!important;font-size:14px;word-spacing:2.2px;font-family:Poppins,sans-serif}.empClockInOut{width:100%}.userInfocss>p{margin-bottom:0;font-family:Segoe UI}.ClockInOutDesc{padding-top:15px;align-items:left;margin:0 5px}.ClockInOutDesc>p{font-family:Segoe UI;color:#102746;font-size:13.5px;width:auto;word-wrap:unset;text-align:left;display:flex;align-items:flex-start;justify-content:space-between;font-family:Poppins,sans-serif;margin:0;padding:6px 0}.clockInOutSpan{color:#000;font-Weight:"bold";font-size:14px}.clockIn{border-bottom:1px solid #ccc;margin-top:5px}.clockIn>p,.clockOut>p{margin-bottom:0}#leaveNav{display:flex;font-family:Segoe UI;justify-content:space-between;column-gap:8px;flex-direction:row;align-items:center;border-radius:24px;height:auto;font-size:14px;-webkit-user-select:none;user-select:none;cursor:pointer;color:#55687d;border:none;box-shadow:none;margin-bottom:10px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#16df6d;border-radius:24px;font-size:14px}.nav-item>a:hover{color:#16df6d}.myLeaveRow{display:flex;align-items:center;flex:1;min-width:0;padding:6px 8px;border-radius:8px}.centerContent{text-Align:left;padding-left:8px;width:90%;font-weight:400;font-size:12px}.rightContent{text-align:right;width:10%}.leavedays{display:flex}.announcementContent{text-align:justify;font-family:segoe UI;font-size:12px}.inside-div-dashboard{border:1px solid #ccc;border-radius:12px;padding:15px;font-size:14px;margin-right:20px;margin-bottom:10px}.scroll-div{overflow-y:scroll;max-height:85%}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background:#c0bebe;border-radius:20px}.announcement-badge{display:flex;align-items:center}.new-badge{height:28px;width:150px;padding:6px 0;font-size:13px;color:#102746;margin-right:19px;background-color:#1427154a!important}.fa-ellipsis-h{font-size:20px;color:#102746}.applied-badge{height:16px;width:70px;padding:2px;font-size:11px;color:#e56f00;margin-right:19px;background-color:#e56f0021!important;font-weight:500}.approved-badge{height:16px;width:70px;padding:2px;font-size:11px;color:#2db97d;margin-right:19px;background-color:#2db97d30!important;font-weight:500}.rejected-badge{height:16px;width:70px;padding:2px;font-size:11px;color:#c32222;margin-right:19px;background-color:#c3222221!important;font-weight:500}.social-badge{height:16px;width:76px;padding:2px;font-size:11px;color:#102746;margin-right:12px;background-color:#8d49de29!important;font-weight:500}#leaveHeadNav>.nav-link{border:1px solid #16df6d;border-radius:15px;width:85%;margin-left:8px;color:#102746;font-weight:700}#leaveHeadNav>.nav-link.active{color:#fff}.sectionOne,.centerSection{margin-top:70px}.user-profile{color:#102746;margin:0;text-align:left;font-size:16px;font-weight:bolder;font-family:Poppins,sans-serif}.AdminProfile{text-align:center;overflow:hidden;padding:13px;margin-bottom:30px;background-color:#fff;border-radius:12px;transition:box-shadow 83ms;border:none;height:auto;border-bottom:2px solid #E7ECF2;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;display:flex;flex-direction:column;justify-content:space-around}.adminDetails{margin-bottom:40px;margin-right:35px}.adminInfocss{justify-content:space-between;margin-top:20px}.EventsCards{position:sticky;top:46%}.InformationCards{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;min-height:150px;max-height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:5px;position:sticky;top:47%}.ExpiringDocuments{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;min-height:150px;max-height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:5px;position:sticky;top:12%}#ExpireDocElements{margin:5px;padding:3px}.AttendanceCards,.empUpcomingHolidays{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;min-height:150px;max-height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:6px}.attendanceTitle{display:inline-flex;align-items:center;justify-content:space-between;align-items:stretch;font-size:16px;width:100%;padding:3px 1px;margin-bottom:10px;margin-top:10px}.newAnnouncementCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:250px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.noAnnouncement{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:110px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.myTaskWidget{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:250px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.announcementSection{overflow-y:auto;max-height:185px;padding:7px}.announcementData{text-align:justify;font-family:segoe UI;padding:0 7px 2px;box-shadow:0 0 2px 1px #c5c5c5;border-radius:5px;margin-bottom:10px}.annoucementTitle{margin:0;font-size:13px;color:#102746;font-weight:700}.annoucementDescr{font-size:12.5px;color:#1b1b1b;margin:0 0 8px}.uiview{width:20px;background:#102746;height:22px;float:right}.newDashboardTitleAction,.newEmpDashboardTitleAction{color:#102746;font-weight:600;font-size:13px}.attendCircle{width:77px;height:77px;padding:5px;margin-left:-3px;margin-top:10px}.leaveCircle{width:85px;height:77px;padding:5px}#attendanceProBar{display:flex}.AttendanceLog{border-bottom:2px solid #6d6d6d;padding:4px;margin-bottom:2px}.item{width:100%;padding:3px;cursor:pointer;word-spacing:41px;font-size:12px}.container{display:flex;flex-wrap:wrap;padding:0}.container>div{flex:41% 1;box-shadow:0 0 1px 1px #45c56d;margin-bottom:10px;margin-right:9px;border-radius:4px}#infoCardTitle{display:inline-flex;align-items:center;justify-content:space-between;align-items:stretch;font-size:16px;width:100%}#borderDiv{border-bottom:1px solid rgb(199,198,198);width:123%;padding:0;margin:4px 4px 4px -16px}.borderDivExpireDoc{border-bottom:1px solid rgb(199,198,198);width:123%;padding:0;margin:-10px 4px 4px -16px}.countBox{box-shadow:0 0 1px #f88535;background-color:#ffeadb;color:#f88535;width:40px;height:40px;padding:4px}.countBox>p{margin:0;padding:0;font-weight:700;font-size:20px}.infoTitleAction{font-weight:500;font-size:14px;text-align:-webkit-left}#viewText{font-size:11px;color:gray;align-self:center;margin-top:-1px;margin-left:35px}#infoCardText{font-weight:600;flex:1 1 40%;margin-left:15px;text-align:-webkit-left;margin-bottom:0;align-content:center;font-size:13px}.celebrationCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:10px;position:relative;border:none;height:220px;position:-webkit-sticky;position:sticky;top:12%;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.noCelebrationCard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:10px;position:relative;border:none;height:110px;position:-webkit-sticky;position:sticky;top:12%;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}#celeCardHead{font-size:13px;display:flex;align-items:center;place-self:center}.celeProPic{align-self:center}#celebrationCardDropdown{border-radius:24px;font-size:13px;width:115px;border:1px solid #c3c3c3;padding:2px;margin-top:-5px}#birthdayCard{text-align:center;max-width:100px;overflow:hidden;margin-top:10px;margin-bottom:20px;width:100px;background-color:#fff;border-radius:5px;position:relative;min-height:127px;max-height:auto;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:5px}#birthdayCard>label{margin:0;font-size:10px;font-weight:700;width:9em}#new-badge{height:28px;width:150px;padding:6px 0;font-size:13px;color:#102746;margin-right:19px;background-color:#45c56d!important}.eventCardBody{place-content:space-between;position:sticky;top:46%}@media (min-width: 1340px){.col-xl-upComingEvents,.upCommingHolidays{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:300px;width:48%;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px;position:-webkit-sticky;position:sticky}.eventCardBody{position:sticky;top:49%}}@media (min-width: 1200px) and (max-width: 1340px){.col-xl-upComingEvents,.upCommingHolidays{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:10px;position:relative;border:none;height:300px;width:48%;font-size:12px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.eventCardBody{position:sticky;top:52%}.eventScroll{height:190px!important}.btnText{padding:4px 5px!important}.newDashboardTitleActionEvent{margin-top:-5px!important;margin-left:-8px!important}.viewAllBtnEvent{margin-right:-15px!important}.upCommingHolidaysCard{padding:4px!important;margin-top:-2px!important;height:68px!important}.InformationCards{position:sticky;top:51%}}@media (min-width: 0px) and (max-width: 700px){.col-xl-upComingEvents,.upCommingHolidays{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:10px;position:relative;border:none;height:280px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}}@media (min-width: 700px) and (max-width: 1200px){.col-xl-upComingEvents,.upCommingHolidays{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:10px;position:relative;border:none;height:300px;width:48%;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}}.upCommingHolidaysTitle{display:inline-flex;align-items:center;justify-content:space-between;align-items:stretch;font-size:16px;width:100%;padding:3px 1px}.upCommingViewAllbtn{font-size:12px;cursor:pointer}.newHiresBtn{box-shadow:0 0 1px 1px #45c56d;padding:1px;font-weight:700;border-radius:18px;width:95px;cursor:pointer}#leavingBtn{box-shadow:0 0 1px 1px #45c56d;padding:1px;width:95px;font-weight:700;border-radius:18px;margin-left:17px;cursor:pointer}#eventElements{text-align:left;display:flex;border-bottom:1px solid rgb(202,202,202);margin-bottom:3px;padding:2px}#cardsProPic{width:50px;height:50px;border-radius:50%}.cardsProPicLabel{margin-left:12px;min-width:fit-content}.holidaysElements{text-align:left}#sideBorder{border-left:3px solid;position:absolute;height:100%;top:47px;left:0}.upCommingHolidaysCard{border-left:3px solid;padding:6px;margin-top:-8px;margin-left:-15px;height:67px}.rightSection{margin-top:60px;overflow:hidden;margin-bottom:8px;background-color:#eff3f6;border-radius:5px;position:relative;border:none;box-shadow:0 0 0 2px #e7ecf2 (255,251,251,.15),0 0 0 #e7ecf2 (255,251,251,.15);padding:12px}.createPost{background:#fff;display:flex;height:75px;border-radius:16px;margin-bottom:24px}.createPostProPic{width:37px;height:37px;border-radius:50%;margin-top:6px}.createPostInsideDiv{align-items:center;margin-left:16px}#createPostBtnBg{border-radius:45px;margin-left:15px;box-shadow:0 0 1px 1px gray;height:34px;margin-top:11px}.createPostBtn{background:#45c56d;padding:6px;float:right;border-radius:29px;width:100px;text-align:-webkit-center;color:#fff;cursor:pointer}.createPostBtn:hover{background:#2a7943}.createPostText{margin:6px 7px 3px 15px;color:gray;position:absolute}.newRecognitionShare{width:100%;height:auto;border-radius:10px;background:#fff;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;margin-top:20px}#newRecognitionTop{display:block;color:#000;margin:-4px}#newRecognitionEmployee{color:#000;width:auto;font-size:8px;display:flex;flex-direction:row;justify-content:center}.recognitionText{font-size:18px;font-weight:700}.recBy{width:158px;display:inline-flex}.recCreatedDate{width:150px;border-left:3px solid #8C5FE4;height:45px}.recIconsRow{border-top:1px solid #d4cccc;font-size:12px;padding:2px}.recIconsRow p{padding:15px 0}.recIconsRow li{display:inline-block;color:#86939e;padding:0;margin:0}.recIconsRow li span{color:#43484d}.recHeadImg{width:auto;margin:-2px}#recHeadImg>img{border-radius:13px 13px 0 0}.recognitionMedal{background:#ece7fb;border-radius:29px;padding:12px;height:5px;margin-top:7px;display:inline-flex;align-items:center;justify-content:space-between;float:right}.recSendBtn{background:#d3d3d3;border-radius:24px;width:60px;height:21px;text-align:-webkit-center;font-weight:600;margin-top:15px;cursor:pointer}#recTextBox{width:-webkit-fill-available;display:flex;box-shadow:0 0 1px}.inputEmojiBox{border:none;background-color:#16df6d;color:#333835;width:25em}#socialPost{width:110px;background:#e9f2ff;border-radius:25px;padding:0;height:26px;text-align:center}#SocialSharePostHeader{background:#fff;display:flex;height:45px;display:inline-flex;margin-left:8px;font-size:13px}.socialShareArticle{padding:11px;box-shadow:0 0 2px gray;margin:7px;border-radius:10px}.empUpCommingHolidaysCard{border-left:3px solid;padding:6px;margin-top:-8px;margin-left:-6px;height:64px}#empFollowcard{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;border:none;height:295px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.employeeName{color:#000;font-size:12px;font-weight:600;font-family:Poppins,sans-serif}.post-empName{top:52px!important;right:-20px!important;font-size:15px}.leave-tracker{display:flex;flex-direction:column}.leaveDetails{display:flex;justify-content:space-between;align-items:center}.leavedate{font-size:10px;padding:4px;font-family:Poppins,sans-serif}.no-of-leaves{font-size:10px;font-family:Poppins,sans-serif}.arrow-link-div .fa-angle-right{color:#0d2080;font-size:25px}.recComment-group{position:absolute;right:18px}.send-btn{height:35px;width:81px;font-size:12px;padding:2px;border-radius:20px;position:absolute;right:5px;bottom:-8px;background:#c2c2c2;color:#102746;border:none}.comments-area{flex-direction:column;align-items:flex-start!important;padding:5px 10px!important}.comment-name-date{display:flex;align-content:space-between;align-items:center}.recognitionHead{margin:15px 0}.social-post-propic{height:40px;width:40px;border-radius:50%}.social-post-details{padding:0 6px}.social-post-details h6{margin:0;font-size:16px;font-family:Poppins,sans-serif;font-weight:600}.social-post-pic{border:1px solid #ccc;border-radius:10px}.post-title{margin:0}.recomments{text-align:center;color:#000;font-size:18px;padding:7px;font-weight:600;position:absolute;background:#fff;border-radius:5px;bottom:50%;left:50%;transform:translate(-50%,28%)}.recognitionbgImg{max-width:100%;height:auto;border-radius:10px 10px 0 0;padding:2px;margin-top:-3px}.recognitionHeadText{margin-top:-62px;text-align:center;margin-bottom:43px}.newActionval{margin-top:-10px;color:#f88535}.newActionvalRight{display:flex;text-align:left;padding:5px;height:auto;float:right}.myTaskInside-div-dashboard{border:1px solid #ccc;border-radius:12px;padding:7px;font-size:14px;margin-right:20px;margin-bottom:5px;height:70px}.myTask>div{box-shadow:none}.myTask{box-shadow:0 0 2px;padding:7px;border-radius:5px;margin-bottom:10px;width:95%;font-size:13px}.myTaskStatus{margin-top:-10px;color:#f88535;margin-bottom:0}.myTaskDiv{text-align:left}.myTaskName{font-size:15px;font-weight:600;color:#000}.myTaskCheckBtn{color:#102746;cursor:pointer}.myTaskCheckBtn:hover{color:#14478a}.loadMoreBtn{background:#fff;width:7em;text-align:center;border-radius:7px;margin-bottom:0;margin-left:10px;border:1px solid #102746;font-size:11px}.loadMoreBtn:hover{background:#e9e9e9;cursor:pointer}.commentSection{background:#ece7fb;padding:12px;border-radius:8px;margin-top:5px;width:-webkit-fill-available}.viewAllBtn{font-size:11px;background:#e9f2ff;padding:6px;margin-top:-7px;border-radius:7px;color:#4dc2dd}.viewAllBtn:hover{background:#c6dcf8}.socialpostDiscription{font-size:13px;color:#505050}.eventScroll{max-height:200px;overflow-y:auto;padding:5px;overflow-x:hidden}.quickAccess_icon{padding:4px;border-radius:5px}.quickAccess_icon:hover{background:#1b3e6c}.quickAccess{width:30px;height:140px;background:#102746;position:fixed;top:24%;right:-8px;z-index:2;border-radius:8px;cursor:pointer;display:flex;align-items:center;transition:width .5s ease;padding:0}.vertical-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);white-space:nowrap;font-size:16px;color:#fff;font-weight:600}.quickAccess:hover{width:70px}.accessActionDiv{font-size:22px;padding:8px;color:#fff}.createbirthdayPostProPic{width:108px;height:111px;border-radius:60px;border:3px solid #313131}.createWelcomePostProPic{width:180px;height:180px;border-radius:95px;border:3px solid #313131}.socialShareArticleAnniversary{text-align:center;padding:11px;box-shadow:0 0 2px gray;margin:10px 16px;border-radius:10px;background:linear-gradient(173deg,#18191c,#7d064e 93%)}.socialShareArticleBirthday{text-align:center;padding:11px;box-shadow:0 0 2px gray;margin:10px 16px;border-radius:10px;background:radial-gradient(circle,#033d6b 22%,#033d6b 22%,#052443 53%,#06091e 83%)}.socialShareArticleWelcome{text-align:center;padding:11px;box-shadow:0 0 2px gray;margin:10px 16px;border-radius:10px;background-image:url(/assets/wlcm-CLz6hiT2.png);background-repeat:no-repeat;background-size:470px 421px;height:30em}.birthdayimg{width:24em;opacity:.6;margin-top:-220px}.socialShareArticleDiv{padding:0}.socialShareArticleDivBirthday{padding:0;text-align:-webkit-center;z-index:6}.birthdaypostName{width:fit-content;width:18em;margin-top:67px;border-radius:12px}.welcomepostName{width:fit-content;margin-top:52px;border-radius:12px}.welcomLogo{text-align-last:right;margin-right:8px}.birthdayname{color:#ffe921;font-family:sans-serif;font-size:18px;font-weight:700;box-shadow:0 0 6px;border-radius:29px}.birthdayPostTittle{color:#fff27d;font-family:cursive;font-weight:600;padding-top:1px}.welcomePostTittle{color:#ffc439;font-family:sans-serif;font-weight:600;padding-top:1px;margin:0}.welcomepost_desc{margin-top:39px;text-align-last:left;margin-left:21px}.BirthdaypostDiscription{font-size:13px;color:#fff;margin-bottom:0}.MuiTooltip-popper[data-popper-placement*=top] .css-1lrns8-MuiTooltip-tooltip{transform-origin:center bottom;margin-bottom:14px;margin-left:-63px}.socialPostCmd{width:-webkit-fill-available;box-shadow:0 0 1px;border-radius:7px;padding:10px;margin:4px;background:#f7f7f7}.postOptionMenu{border-radius:15px;cursor:pointer;margin:-5px 0 0}.postOptionMenu:hover{background:#c5c5c5}.approvalWidgetBtn{display:flex;flex-wrap:wrap;place-content:space-evenly;padding:7px;border:1px solid #cfcccc;border-radius:7px}.btnText{border:solid rgb(190,190,190) 1px;border-radius:13px;font-weight:700;display:inline-block;position:relative;padding:2px 12px;height:fit-content;margin-bottom:5px;font-size:12px}.teamBtnText{border:solid rgb(190,190,190) 1px;border-radius:13px;font-weight:500;display:inline-block;position:relative;padding:0 9px;height:fit-content;font-size:13px}.teamBtnText:hover{cursor:pointer;background:#3b834e;color:#fff;font-weight:500;box-shadow:0 1px 5px #757575}.teamBtnTextActive{cursor:pointer;background:#3b834e;color:#fff;font-weight:700;box-shadow:0 1px 5px #000}.btnText:hover{cursor:pointer;background:#3b834e;color:#fff;font-weight:700;box-shadow:0 1px 5px #757575}.btnText.btnTextActive{cursor:pointer;background:#3b834e;color:#fff;font-weight:700;box-shadow:0 1px 5px #000}.approvalWidgetTitle{display:inline-flex;align-items:center;justify-content:space-between;align-items:stretch;font-size:16px;width:100%;padding:3px 1px}.approvalWidgetTitle:after{content:"";height:.5px;width:inherit;position:absolute;background:#c2baba;top:46px;right:0}.approvalWidgetTitle>a{color:gray!important;font-size:14px;word-spacing:2.2px;font-family:Poppins,sans-serif}.widgetLeaveList{border:solid grey 1px;margin-top:10px;padding:5px;border-radius:5px;display:flex}.widgetActionBtnAprv{background:#45c56d;color:#fff;padding:1px 5px 4px;border-radius:6px;border:#d5d5d5 solid 1px;cursor:pointer}.widgetActionBtnRjct{background:#d63636;color:#fff;padding:1px 12px 4px;border-radius:6px;border:#d5d5d5 solid 1px;cursor:pointer}.widgetActionBtnRjct:hover{background:#9e2020}.widgetActionBtnAprv:hover{background:#2a8346}.WleaveType{color:gray;font-size:12px}.WleaveSec{font-weight:700}.approvalsWidget{text-align:center;overflow:hidden;margin-bottom:30px;background-color:#fff;border-radius:12px;position:relative;border:none;height:360px;-webkit-box-shadow:0px 0px 16px -8px rgba(0,0,0,.68);box-shadow:0 0 16px -8px #000000ad;padding:15px}.aprvScroll-div{overflow-y:scroll;height:17.5em}.button{color:#fff;display:inline-block;position:relative;padding:2px 5px}.button__badge{background-color:#fa3e3e;border-radius:2px;color:#fff;padding:1px 3px;font-size:10px;position:absolute;top:0;right:0}.leave-request{display:flex;justify-content:space-between;align-items:center;padding:5px 7px;border:1px solid #ddd;border-radius:10px;margin-bottom:8px;background-color:#fff;box-shadow:0 0 10px #0000001a;place-content:space-between;font-size:13px}.user-name-aprv{color:#102746;margin:0;text-align:left;font-size:13px;font-weight:bolder;font-family:Poppins,sans-serif}@media (max-width: 500px){.approvalUser-details{display:flex;flex-direction:column;text-align:left;font-size:9px}.widget-user-info{min-width:156px!important}.headTxt{font-size:12px!important}.aprv_items{font-size:11px}.recognitionHeadText{margin-top:-40px!important}.user-name-aprv{color:#102746;font-size:12px;font-weight:700}}.leave-request:hover{background-color:#eff8ff}.widget-user-info{display:flex;align-items:center;flex:1 1 auto;min-width:195px;max-width:210px}.headTxt{color:#a1a1a1;font-size:13px;text-overflow:ellipsis}.widgetApproveIcon{cursor:pointer;border-radius:3px;color:green}.widgetRejectIcon{cursor:pointer;border-radius:3px;color:red}.widgetRejectIcon:hover,.widgetApproveIcon:hover{box-shadow:0 0 2px}.user-avatar{border-radius:50%;width:45px;height:45px;margin-right:10px}.approvalUser-details{display:flex;flex-direction:column;text-align:left}.user-name{font-weight:700;font-size:15px}.leave-date{color:#666}.leave-details{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;min-width:150px}.leave-actions{gap:10px}.timesheet-action{display:flex;align-items:center;justify-content:flex-end;flex:1 1 30%;min-width:200px;margin-top:-25px}.leave-period{display:flex;min-width:200px}.leave-type,.leave-days{margin-bottom:5px}.approve-btn,.reject-btn{padding:2px 5px;margin-left:10px;border:none;border-radius:5px;cursor:pointer}.approve-btn{background-color:#4caf50;color:#fff}.approve-btn:hover{background-color:#2a702c}.reject-btn{background-color:#ff3f31;color:#fff}.reject-btn:hover{background-color:#a32e25}.leave-period{margin-top:5px;color:#666}.expireDocs{background:#fff}.expireDocs:hover{background:#ebebeb}.attendance-total{display:flex;justify-content:center;width:125px;margin-left:-22px}.total-circle{width:80px;height:80px}.attendance-details{display:flex;flex-direction:column}.attendance-item{display:flex;justify-content:space-between;margin-bottom:8px;width:130px;cursor:pointer}.onTimeAttend{color:#4fbe74;border:solid 1px;padding:3px;border-radius:5px}@media (min-width: 1200px){.attendance-item{width:100px}}.attendance-item:hover{background:#f3f1f1}.absentAttend{color:#8c5fe8;border:solid 1px;padding:3px;border-radius:5px}.lateAttend{color:#f88535;border:solid 1px;padding:3px;border-radius:5px}.attendance-item span{font-size:13px}.count{font-weight:700;font-size:16px;color:#333}.apexcharts-datalabel-value{color:#ff4560!important;font-size:16px!important;font-weight:700!important;margin-top:-10px!important}.status-widget-container{width:100%;background-color:#fff;padding:10px;border-radius:10px;box-shadow:0 0 16px -8px #000000ad;font-size:13px}.status-input-container{display:flex;align-items:center;margin-bottom:10px}.profile-image{width:40px;height:40px;border-radius:50%;margin-right:10px}.status-input{flex:1;padding:10px;border:1px solid #ccc;border-radius:20px;outline:none}.action-buttons{display:flex;justify-content:space-between}.action-button{display:flex;align-items:center;padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;flex:1;margin-right:5px;transition:background-color .2s ease}.action-button:last-child{margin-right:0}.action-button i{margin-right:5px}.action-button.live-video{color:red;border:1px solid #f7eeee}.action-button.photo-video{color:green;border:1px solid #f7eeee}.action-button.feeling-activity{color:orange;border:1px solid #f7eeee}.action-button:hover{background-color:#f0f0f0}.likeHover{padding:7px;border-radius:5px}.likeHover:hover{background:#e9e9e9;cursor:pointer}.like-button{background-color:#fff;border:1px solid #ddd;padding:5px 10px;cursor:pointer}.emoji-popup{display:flex;grid-gap:10px;gap:11px;padding:7px 12px;background:#fff;border-radius:8px;box-shadow:0 2px 4px 1px #0003;position:absolute;bottom:57px;left:-6px}.emoji-popup span{position:relative;display:inline-block;width:32px;height:32px;text-align:center;line-height:32px;transition:transform .2s ease-in-out;transform-origin:center;cursor:pointer;font-size:25px}.emoji-popup span:hover{transform:scale(1.5)}.emoji-popup span .popup_imoji_desc{visibility:hidden;width:35px;background-color:#000;color:#fff;text-align:center;border-radius:5px;padding:0;position:absolute;z-index:1;bottom:105%;left:50%;margin-left:-30px;opacity:0;transition:opacity .2s;font-size:10px}.emoji-popup span:hover{visibility:visible;opacity:1}.totalLike{align-content:center;color:gray;font-weight:500}.totalCmd{color:gray;font-weight:500}.totalCmd:hover{color:#085ee3;cursor:pointer}.likes_Hover:hover .totalLike{color:#085ee3;text-decoration:underline;cursor:pointer}.postLike_sec{display:flex;place-content:space-between;border-top:solid 1px #d4cccc}.likeList{display:inline;position:absolute;background:#120101;color:#fff;z-index:12;border-radius:5px;width:130px;padding:4px;left:20px;top:50em}.likeListHead{color:#fff;margin-left:6px;margin-bottom:0}.likeList ul{padding:0;margin:0 0 0 7px}.reaction-items .nav-link.active,.reaction-items .nav-link:focus,.reaction-items .nav-link:hover{color:#000;background:#fff;border-bottom:4px solid #1679df;font-size:18px;font-weight:700}.reaction-items li{color:#000;font-size:18px;font-weight:700}.reactionList>ul>li>.nav-link{width:max-content;text-align:center;border-top-left-radius:5px;border-top-right-radius:5px;padding:10px;border-bottom:none;color:#000}.reaction-modal-body{padding:0!important;margin:0!important}.reactionCloseBtn{position:absolute;right:9px;top:-5px;font-size:34px;color:#626262;cursor:pointer;z-index:5}.reactionCloseBtn:hover{color:#2b2b2b}.reaction-modal{width:31em;height:40em}.divBtnAtd{margin-bottom:12px;margin-top:-5px;gap:9px;place-content:space-evenly}.clockinStatus{place-content:space-between}.absentStatus{background:#45c56d;padding:2px 8px;border-radius:21px;color:#fff;font-size:11px;font-weight:600}.day_Status{font-weight:700}.time_Count{border:solid 1px #fbf0f0;padding:3px;border-left:solid #ff7e7e;width:74%;margin-top:13px}.clockInOutTime{justify-content:space-around;background:#d8dbdf;border-radius:7px;padding:1px;margin:10px 23px 2px;text-align:center;font-size:12px;font-weight:600;color:#222}.clockInOut_dash{border:solid;width:15px;place-self:center}.atendeeName{font-size:15px;font-weight:700}.checkout-button{width:100%;background-color:#45c56d;color:#fff;font-size:16px;font-weight:700;border:none;padding:10px;border-radius:30px;cursor:pointer;margin-top:16px;display:flex;justify-content:center;align-items:center}.checkout-button .clock-icon{width:20px;height:20px;background-color:#fff;border-radius:50%;margin-right:10px}.checkout-button:hover{background-color:#2c8648}.time-entry{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:16px;font-weight:600;width:100%}.clockInText{width:50%;color:#40a9ff;border-radius:20px;border:1px solid rgb(64,169,255);padding:2px}.clockOutText{width:50%;color:#9254de;border-radius:20px;border:1px solid rgb(146,84,222);padding:2px}.clockIn_Btn{width:100%;background-color:#3cac5f;color:#fff;font-size:19px;font-weight:600;border:none;padding:6px;border-radius:30px;cursor:pointer;margin-top:13px;display:flex;align-items:center;justify-content:center;position:relative}.clockIn_Btn_icon{width:32px;height:33px;background-color:#fff;border-radius:50%;margin-right:10px;position:absolute;left:5px;color:green;padding:4px 3px 5px 2px}.clockIn_Btn_Text{text-align:center;flex-grow:1}.clockIn_Btn:hover{background-color:#338f50}.clockOut_Btn{width:100%;background-color:#cf4848;color:#fff;font-size:19px;font-weight:500;border:none;padding:6px;border-radius:30px;cursor:pointer;margin-top:13px;display:flex;align-items:center;justify-content:center;position:relative}.clockOut_Btn_icon{width:32px;height:33px;background-color:#fff;border-radius:50%;margin-right:10px;position:absolute;left:5px;color:#cf4848;padding:4px 3px 5px 2px}.clockOut_Btn_Text{text-align:center;flex-grow:1}.clockOut_Btn:hover{background-color:#8f3333}.col-xl-homeLeft{flex:0 0 100%;max-width:100%}@media (min-width: 1200px){.col-xl-homeLeft{flex:0 0 33.33%;max-width:24%}}.col-xl-homeRight{flex:0 0 100%;max-width:100%}@media (min-width: 1200px){.col-xl-homeRight{flex:0 0 39%;max-width:38%}}.col-xl-homeCenter{flex:0 0 100%;max-width:100%}@media (min-width: 1200px){.col-xl-homeCenter{flex:0 0 39%;max-width:38%}}@media (min-width: 1380px){.col-xl-event{flex:0 0 39%;max-width:38%}}.socialPostloadMoreBtn{border:solid 1px grey;width:fit-content;border-radius:5px;margin-bottom:-29px;padding:0 4px;margin-top:6px;font-size:12px;cursor:pointer;color:gray}.socialPostloadMoreBtn:hover{border:solid 1px black;width:fit-content;border-radius:5px;margin-bottom:-29px;padding:0 4px;margin-top:6px;font-size:12px;cursor:pointer;color:#000}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:0!important}.fc-button{background:#f1f1f1!important;border:none;color:#797979!important;text-transform:capitalize;box-shadow:none!important;border-radius:3px!important;margin:0 3px!important;padding:6px 12px!important;height:auto!important}.fc .fc-button-primary{border-color:#e8eaec!important}.fc .fc-col-header-cell-cushion,.fc .fc-daygrid-day-number{color:#000!important}.fc-direction-ltr .fc-daygrid-event .fc-event-time{font-weight:700!important;color:#000!important}.fc-daygrid-dot-event .fc-event-title{font-weight:400!important;color:#000!important}.fc-state-down,.fc-state-active,.fc-state-disabled{background-color:#ff9b44!important;color:#fff!important;text-shadow:none!important}.fc-toolbar h2{font-size:18px!important}.fc .fc-button-group>.fc-button{text-transform:capitalize!important}.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button.fc-button-active{background-color:#ff9b44!important;color:#fff!important;text-transform:capitalize}.fc .fc-button-primary:disabled{color:#fff!important;background-color:#ff9b44!important;text-transform:capitalize!important}.fc-col-header{background-color:#eee!important;font-size:14px!important;line-height:35px!important;padding:10px 0;text-transform:uppercase}.fc-theme-standard td,.fc-theme-standard th,.fc-theme-standard .fc-scrollgrid{border-color:#f3f3f3!important;border:1px solid var(--fc-border-color, #ddd)}.fc-col-header-cell{background-color:#eee!important}.fc .fc-view-harness{height:500px!important}.fc-daygrid-event-dot{border:0px solid #e9eaea!important}.fc-event{line-height:1.3}.modal-header{border-bottom:0px solid #dee2e6!important;padding:30px 30px 0!important;justify-content:center!important}.modal-content{border-radius:10px!important}.modal-title{font-size:22px!important}.modal-header .close{background-color:#a0a0a0;border-radius:50%;color:#fff;font-size:13px;height:20px;line-height:20px;margin:0!important;opacity:1;padding:0!important;position:absolute;right:10px;top:10px;width:20px;z-index:99}.modal-footer{border:0!important;justify-content:center!important;padding:0 30px 30px!important}.modal-body{padding:30px!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.ant-table{overflow-x:auto;font-size:.9375rem!important;color:#333!important}.ant-table-body{overflow-x:auto!important}.ant-table-thead>tr>th{background-color:#e9f2ff!important;border-bottom:2px solid #dee2e6!important}#Table-style .ant-table-thead>tr>th{background-color:#c4c4c4!important;border-bottom:2px solid #dee2e6!important;height:15px}#table-custom-design .ant-table-thead>tr>th{background-color:#e9f2ff!important;border-bottom:2px solid #E9F2FF!important}#table-custom-design .ant-table-tbody>tr>td{border:none}.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td{border-right:0px solid #f0f0f0!important;border-top:1px solid #dee2e6!important}.ant-pagination-options{margin-right:20px;margin-left:auto}td.ant-table-column-sort{background:#0000!important}.ant-table.ant-table td h2.table-avatar{align-items:center;display:inline-flex;font-size:inherit;font-weight:400;margin:0;padding:0;vertical-align:middle;white-space:nowrap}.ant-table.ant-table td h2{display:inline-block;font-size:inherit;font-weight:400;margin:0;padding:0;vertical-align:middle}.ant-table.ant-table td h2 a{color:#333}.ant-table.ant-table td h2 span{color:#888;display:block;font-size:12px;margin-top:3px;font-family:system-ui;font-weight:500}.ant-table-thead>tr,.ant-table-tbody>tr>td,.ant-table tfoot>tr>th,.ant-table tfoot>tr>td{padding:10px 8px!important}.ant-pagination-prev,.ant-pagination-next{border:1px solid #dee2e6;padding:1px 10px;background-color:#fff;border-radius:3px}.card-body-border{border:1px solid #102746}.ant-pagination-prev,.ant-pagination-next,.ant-pagination-jump-prev,.ant-pagination-jump-next{color:#000!important;font-size:15px!important;height:36px!important;margin:0 5px;background-color:transparent;border:none}.ant-pagination-prev,.ant-pagination-jump-prev,.ant-pagination-jump-next{margin-right:0!important}.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{color:#000}.ant-pagination-item{margin-right:0!important;padding:1px 0!important;height:36px!important;margin:0 5px;background:transparent;color:#000;border:none}.ant-pagination-total-text{float:left;color:#040705;font-size:15px!important;margin-left:10px;margin-right:auto}.ant-pagination-item-active{font-weight:500;background:#fff!important;color:#102746!important;z-index:1!important;margin:0 5px;border-radius:25px}.ant-table-pagination-right{float:none!important;margin:16px 8px;background:#102746;align-items:center;padding:5px 0}.ant-select-selector{color:#000;position:relative;background-color:transparent;border:1px solid #b4b4b4}.ant-table-pagination.ant-pagination{margin:16px 8px;background:#cecece;border-radius:25px}.ant-select:not(.ant-select-customize-input) .ant-select-selector{position:relative;background-color:#fff;border:1px solid #000000;border-radius:3px}.ant-select-selection-item,.ant-select-arrow{color:#000}.ant-table-background{background:#f5f5f5;padding:1rem}.filter-pointer{border-radius:50%;background-color:#000;border:none;color:#102746;font-size:19px;height:35px;width:35px}.btn-outline-success,.btn-outline-danger{border-radius:20px!important;margin:0 8px 0 0}::-webkit-scrollbar{height:15px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c0bebe;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.survey-table .ant-table{overflow:hidden}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover{background:#daf3ff}.attendanceBadge .badge{width:90%;left:auto;right:auto}.attendanceBadge .bg-week-off{background-color:#e7ebe7;color:#000}.ant-picker-content thead tr{background-color:#2e0257}.ant-picker-content thead th{padding:5px!important;text-align:center;color:#fff}.ant-picker-calendar-mode-switch{display:none;background:#ccc;border:1px solid #102746}.attendanceBadge .chart-list{margin-top:20px}.attendanceBadge .badge{width:100%;left:auto;right:auto}.attendanceBadge .bg-present{background-color:#bfeebe;color:#19a014}.attendanceBadge .bg-absent{background-color:#fab9b1;color:#ac2a19}.attendanceBadge .bg-leave{background-color:#b9cafa;color:#25459b}.attendanceBadge .bg-week-off{background-color:#b9bbb9;color:#000}.attendanceBadge .bg-holiday{background-color:#f1eaa7;color:#b6a617}.attendanceBadge .bg-half-day{background-color:#a2eeee;color:#1caaaa}.attendanceBadge .bg-halfday-absent{background-color:#ffad72ad;color:#534027}.ant-picker-content thead tr{background-color:#869cbb}.ant-picker-content thead th{padding:5px!important;text-align:center;color:#102746}.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td{padding:0;border:solid 1px #e0d6d6}.ant-picker-calendar td:nth-child(1){background-color:#e6e6e6}.ant-picker-calendar td:nth-child(7){background-color:#e6e6e6}.ant-picker-calendar,.ant-picker-calendar .ant-picker-calendar-full,.ant-picker-panel{background:#fff!important}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value{line-height:24px;transition:color .3s;font-weight:700}.today_style{color:#1890ff;font-size:13px;position:absolute;top:7px;font-weight:700}.ant-picker-cell-today .ant-picker-cell-inner{background-color:#e6f7e8}.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value{color:#1890ff!important}.ant-picker-cell:hover .ant-picker-cell-inner{background-color:#def4ff!important}.calender_div{border:solid 1px #ede1e1;margin:11px;background:#fff;padding:6px;width:99%;border-radius:6px}.td.day{padding:2px;font-size:12pt;width:8.3%;height:1em;vertical-align:top}.profile-images{padding-top:15px}.profile-images img{width:124px;height:124px;display:block;margin-left:auto;margin-right:auto;border-radius:50%;background:#fff;padding-right:2px;border:2px solid #fff;-moz-box-shadow:0px 6px 5px #ccc;-webkit-box-shadow:0px 6px 5px #ccc;box-shadow:0 6px 5px #8f8f8f}.text-ellipsiss{width:150px;height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-top:7px;color:#727272;font-family:Verdana}.hrr{border-bottom:1px solid rgb(29 168 213)}#recognition-text-center{width:150px;height:32px;display:inline-block;vertical-align:middle;margin-bottom:-8px}#recognition-text-center text-ellipsiss recognit-img{width:15px;height:32px}.modal-header .close{padding:1px 5px 5px!important;font-size:20px!important;height:30px!important;width:30px!important}.tree td{border:1px solid #E0E0E0;border-collapse:collapse;height:75px;text-align:center;color:#55687d;font-size:14px;line-height:1.5}.tre{width:100%}.tre th{width:147.794px;text-align:center;height:"25%";border:1px solid #E0E0E0;border-collapse:collapse;color:#55687d;font-weight:400;font-size:14px;line-height:1.5}.stdropdown-container{text-align:left;border:1px solid #ccc;position:relative;border-radius:5px}.stdropdown-menu::-webkit-scrollbar{width:2px}.stdropdown-menu::-webkit-scrollbar-track{background:#f1f1f1}.stdropdown-menu::-webkit-scrollbar-thumb{background:#888}.stdropdown-menu::-webkit-scrollbar-thumb:hover{background:#555}.stdropdown-input{padding:5px;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.stdropdown-menu{position:absolute;transform:translateY(4px);width:100%;border:1px solid #ccc;border-radius:5px;overflow:auto;max-height:150px;background-color:#fff;z-index:99}.stdropdown-item{padding:5px;cursor:pointer}.stdropdown-item:hover{background-color:#9fc3f870}.stdropdown-item.selected{background-color:#0d6efd;color:#fff}.stdropdown-tags{display:flex;flex-wrap:wrap;gap:5px}.stdropdown-tag-item{background-color:#ddd;padding:2px 4px;border-radius:2px;display:flex;align-items:center}.stdropdown-tag-close{display:flex;align-items:center}.stsearch-box{padding:5px;background-color:transparent}.stsearch-box input{width:100%;box-sizing:border-box;padding:5px;border:1px solid #ccc;border-radius:5px}
