@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}.login-page{display:flex;height:100vh;background:#fff}.login-page .login-form-section{width:50%;display:flex;flex-direction:column;justify-content:center;padding:4rem 6rem 10rem}.login-page .login-form-section .logo{display:flex;align-items:center;margin-bottom:1rem}.login-page .login-form-section .logo .logo-icon{font-size:1.5rem;color:#400f6f;margin-right:.5rem;margin-bottom:-5px}.login-page .login-form-section .logo .logo-text{font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:16px;color:#111216;letter-spacing:-2%}.login-page .login-form-section .login-title{font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;letter-spacing:-1.5px;text-transform:capitalize;background:linear-gradient(180deg,#5a2883 33.72%,#14091d 135.94%);margin-bottom:1rem;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-page .login-form-section .login-form{display:flex;flex-direction:column;gap:5px}.login-page .login-form-section .login-form label{font-size:.9rem;margin:1rem 0 .3rem;color:#2a2a2a;font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:16px;letter-spacing:-2%}.login-page .login-form-section .login-form input{padding:.9rem;border:1px solid #ddd;border-radius:6px;font-size:15px;outline:none;background:#fafafa}.login-page .login-form-section .login-form input:focus{border-color:#8a2be2}.login-page .login-form-section .login-form .login-btn{margin-top:2rem;background:linear-gradient(180deg,#9542d9 30.36%,#69289e 121.43%);color:#fff;font-size:1rem;padding:.9rem;height:50px;border:none;border-radius:8px;cursor:pointer;transition:.3s ease;overflow:hidden}.login-page .login-form-section .login-form .login-btn:hover{background:linear-gradient(130deg,#9542d9 30.36%,#69289e 121.43%)}.login-page .login-banner{width:50%;background:#f6edfd;display:flex;align-items:end;justify-content:left;border:1px solid #FAFAFA;margin:10px 10px 10px 0;border-radius:12px;position:relative;padding-left:0;padding-bottom:20px}.login-page .login-banner .banner-content .banner-image-1{position:absolute;left:0;bottom:22%;z-index:2;width:70%}.login-page .login-banner .banner-content .banner-image-2{position:absolute;right:0;top:0;width:70%}.login-page .login-banner .banner-content .banner-text{font-weight:400;font-size:26px;line-height:33.8px;letter-spacing:-2%;text-transform:capitalize;color:#000;max-width:540px;text-align:left;margin-left:20px;margin-bottom:10px}.login-page .login-banner .banner-content .banner-link{font-weight:400;font-size:20px;line-height:24px;letter-spacing:-2%;text-align:center;text-transform:capitalize;color:#000;opacity:.4;padding-top:10px;margin-left:20px}.password-input{position:relative;display:flex;align-items:center}.password-input input{width:100%;padding-right:40px}.password-input .toggle-password{position:absolute;right:10px;cursor:pointer;color:#666;font-size:18px}.login-btn{width:100%;padding:12px;margin-top:15px;background:#06f;border:none;color:#fff;font-size:16px;border-radius:6px;cursor:pointer}.login-btn:disabled{background:#999;cursor:not-allowed}.loader{width:18px;height:18px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;display:inline-block;animation:spin 1s linear infinite}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-secondary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{display:grid;grid-template-columns:var(--sidebar-width-collapsed) 1fr;grid-template-rows:var(--header-height) 1fr;grid-template-areas:"sidebar header" "sidebar main";height:calc(100vh + -0px);transition:grid-template-columns var(--transition-speed) ease}.app-layout.sidebar-expanded{grid-template-columns:var(--sidebar-width-expanded) 1fr}html,body{-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea,.selectable,.copy-ok{-webkit-user-select:text;-ms-user-select:text;user-select:text}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}.main-container{grid-area:main;padding:10px;background-color:var(--bg-secondary);overflow:hidden}.main-content{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--main-br)!important;height:calc(100vh - --header-heigh);overflow:hidden;margin-top:-10px;box-shadow:var(--shadow);scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}.loader-wrapper{position:relative;height:calc(100vh - 20px);display:flex;align-items:center;justify-content:center}.loader{position:relative;width:80px;height:80px}.loader:before,.loader:after{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;border-radius:50%;border:3px solid #A448EE;transform:translate(-50%,-50%);animation:ripple 1.5s infinite ease-out}.loader:after{animation-delay:.75s}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.3);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.container{width:100%;height:calc(100vh - 22px);display:flex;align-items:center;justify-content:center;flex-direction:column}#svg_submit_loading{width:50px}#svg_submit_loading_popup{width:300px!important;height:50px!important;cursor:none!important;display:flex!important;align-items:center!important;justify-content:center!important}#svg_submit_loading_popup svg{font-size:10px!important}#svg_submit_loading_popup .svg_loading{width:50%;height:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 0 90px}.svg_submit_loading_popup{position:absolute;margin-top:80px!important;margin-left:-85%!important;margin-bottom:-50px}.made-with-love{margin-top:20px;padding:10px;font-size:10px;color:#fff}.made-with-love i{font-style:normal;color:#fff;font-size:14px;position:relative;top:2px}.made-with-love a{color:#fff;text-decoration:none}.made-with-love a:hover{text-decoration:underline}.content{position:relative;z-index:2;text-align:center;color:#fff;font-family:Poppins,sans-serif;animation:fadeInUp 1s ease-in-out}.title{font-size:clamp(4rem,8vw,8rem);font-weight:900;letter-spacing:5px}.subtitle{font-size:1.4rem;color:#615f5f;margin-top:10px;margin-bottom:30px;letter-spacing:-.4px}.btn_404{display:inline-block;background:#f6edfd;padding:12px 28px;border-radius:50px;color:#a448ee;font-weight:500;text-decoration:none;letter-spacing:1px;transition:all .3s ease}.btn_404:hover{background:#f6edfd;box-shadow:0 0 20px #d6baef99;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AdminDashboard{height:calc(100vh - 20px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dashboard-card .card-header h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:var(--accent-primary);border-radius:2px}.attendance-card .chart-legend .legend-item.active:before{background:var(--add-btn-bg)}.attendance-card .chart-legend .legend-item.inactive:before{background-color:#ff5630}.attendance-card .chart-legend .legend-item.suspended:before{background-color:#a21313}.employees-card .employees-card-chart .card-header h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:var(--accent-primary);border-radius:2px}.employees-card .chart-legend .legend-item.part-time:before{background-color:#cd8eff}.employees-card .chart-legend .legend-item.contract:before{background-color:#e5c4ff}.dashboard-grid-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}.leaves-overview-card .leaves-count{font-size:48px;font-weight:700;color:var(--text-primary);margin-bottom:-10px}.leaves-overview-card .leaves-chart{width:100%;height:100px}.leaves-overview-card .leaves-legend{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.leaves-overview-card .leaves-legend .legend-item{font-size:13px;color:var(--text-secondary);display:flex;flex-direction:column}.leaves-overview-card .leaves-legend .legend-item:before{content:"";width:100%;height:4px;border-radius:4px;margin-bottom:8px}.leaves-overview-card .leaves-legend .legend-item.sick:before{background-color:#8a3ffc}.leaves-overview-card .leaves-legend .legend-item.annual:before{background-color:#a448ee}.leaves-overview-card .leaves-legend .legend-item.casual:before{background-color:#cd8eff}.leaves-overview-card .leaves-legend .legend-item.others:before{background-color:#e5c4ff}.leaves-overview-card .leaves-legend .legend-item span{font-weight:600;color:var(--text-primary)}.time-log-card .punch-in-info{background-color:#f6f8f9;border-radius:6px;padding:16px}.time-log-card .punch-in-info p{margin:0 0 4px;font-family:Inter;font-weight:400;font-size:13.22px;line-height:16.99px;letter-spacing:-4%;color:#6b7280}.time-log-card .punch-in-info span{font-family:Inter;font-weight:500;font-style:Medium;font-size:17.5px;leading-trim:NONE;line-height:24.31px;letter-spacing:-.49px;text-transform:capitalize;color:#141414}.time-log-card .time-active-section{margin-top:34px}.time-log-card .time-active-section p{margin:0 0 8px;font-family:Inter;font-weight:400;font-size:11.67px;line-height:111%;letter-spacing:-4%;text-transform:capitalize;color:#676767}.time-log-card .time-active-section .active-time-display{font-family:Inter;font-weight:500;font-size:35.65px;leading-trim:NONE;line-height:34.78px;letter-spacing:1%;color:#141414;letter-spacing:-1px}.time-log-card .time-active-section .active-time-display span{font-weight:400}.time-log-card .divider{border:none;height:1px;background-color:#e5e7eb;margin:24px 0}.time-log-card .time-details-row{display:flex;justify-content:space-between}.time-log-card .time-details-row .detail-item p{font-family:Inter;font-weight:400;font-size:11.67px;line-height:111%;letter-spacing:-4%;text-transform:capitalize;color:#676767}.time-log-card .time-details-row .detail-item span{font-family:Inter;font-weight:600;font-style:Semi Bold;font-size:16.52px;leading-trim:NONE;line-height:20.87px;letter-spacing:1%;color:#141414}.time-log-card .time-details-row .detail-item span span{font-weight:400}.statistics-card h3{margin-bottom:20px}.statistics-card h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:var(--accent-primary);border-radius:2px}.statistics-card .stat-item{background-color:#f6f8f9;border:1px solid #ebe7ee;border-radius:6px;padding:16px;margin-bottom:16px}.statistics-card .stat-item:last-child{margin-bottom:0}.statistics-card .stat-item .stat-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:12px;font-family:Inter;font-weight:400;font-style:Regular;font-size:13.61px;leading-trim:NONE;line-height:20.42px;letter-spacing:2%;text-transform:capitalize}.statistics-card .stat-item .stat-header span:first-child{color:#2a2a2a}.statistics-card .stat-item .stat-header .hours-text{font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:13.91px;letter-spacing:-2.5%;color:#9ca3af}.statistics-card .stat-item .stat-header .hours-text strong{font-weight:600;color:#400f6f}.statistics-card .stat-item .progress-bar{height:8px;background-color:#e1dede;border-radius:4px;overflow:hidden}.statistics-card .stat-item .progress-bar .progress{height:100%;background-color:#9542d9;border-radius:4px}.today-activity-card .card-header .filter-btn{border-color:#dcd0e9;color:var(--accent-primary)}.today-activity-card .activity-date{font-size:14px;color:#6b7280;margin:-10px 0 20px}.today-activity-card .activity-content{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:flex-start}.today-activity-card .activity-content .timeline{list-style:none;padding:0;margin:0;position:relative}.today-activity-card .activity-content .timeline li{display:flex;align-items:flex-start;position:relative;padding-left:50px;min-height:60px}.today-activity-card .activity-content .timeline li:not(:last-child):before{content:"";position:absolute;left:15px;top:30px;height:calc(100% - 20px);border-left:2px solid #e5e7eb}.today-activity-card .activity-content .timeline li .timeline-icon{position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;background-color:#f7f8f9cc;display:flex;align-items:center;justify-content:center;color:#676767}.today-activity-card .activity-content .timeline li .timeline-text p{margin:0 0 4px;font-size:13px;color:#979797}.today-activity-card .activity-content .timeline li .timeline-text strong{font-size:14px;font-weight:500;color:#191919}.today-activity-card .activity-content .chart-area{display:flex;flex-direction:column;align-items:center}.today-activity-card .activity-content .chart-area .activity-chart-wrapper{position:relative;width:120px;height:120px}.today-activity-card .activity-content .chart-area .activity-chart-wrapper .activity-chart-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.today-activity-card .activity-content .chart-area .activity-chart-wrapper .activity-chart-text .hours-worked-val{display:block;font-size:16px;font-weight:600;color:#400f6f;line-height:1.1}.today-activity-card .activity-content .chart-area .activity-chart-wrapper .activity-chart-text .hours-assigned-val{font-size:14px;font-weight:500;color:#9ca3af}.today-activity-card .activity-content .chart-area .activity-legend{margin-top:20px;display:flex;flex-direction:column;gap:8px;font-size:13px}.today-activity-card .activity-content .chart-area .activity-legend .legend-item{display:flex;align-items:center;gap:8px;color:#4b5563}.today-activity-card .activity-content .chart-area .activity-legend .legend-item:before{content:"";width:10px;height:10px;border-radius:50%}.today-activity-card .activity-content .chart-area .activity-legend .legend-item.worked:before{background-color:#8a3ffc}.today-activity-card .activity-content .chart-area .activity-legend .legend-item.assigned:before{background-color:#e5e7eb}.divider{border:none;border-top:1px dashed #e5e7eb;margin:0 0 10px}.ticket-status-card .ticket-chart-container{position:relative;height:220px}.ticket-status-card .ticket-chart-container .ticket-chart-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:38px;font-weight:700;color:#111827}.ticket-status-card .ticket-legend{display:flex;justify-content:space-between;margin-top:10px;padding:0 10px}.ticket-status-card .ticket-legend .item{display:flex;align-items:center;gap:6px;font-size:14px;color:#000;font-weight:500}.ticket-status-card .ticket-legend .item .dot{width:4px;height:28px;border-radius:8px}.ticket-status-card .ticket-legend .item .color_title{display:flex;flex-direction:column;font-family:Inter;font-weight:400;font-size:12px;color:#1c1c1c91;line-height:111%;letter-spacing:-.3px;text-transform:capitalize}.ticket-status-card .ticket-legend .item .color_title span{font-family:Inter;font-weight:500;font-size:18px;line-height:111%;letter-spacing:-.3px;text-transform:capitalize;color:#1c1c1c!important}.ticket-status-card .ticket-legend .item.closed .dot{background-color:#a855f7}.ticket-status-card .ticket-legend .item.open .dot{background-color:#ef4444}.ticket-status-card .ticket-legend .item.in-progress .dot{background-color:#c084fc}.ticket-status-card .ticket-legend .item.on-hold .dot{background-color:#e0e01a}.list-card .card-header{margin-bottom:16px}.list-card ul{list-style:none;padding:0;margin:30px 0 0;display:flex;flex-direction:column;gap:16px}.list-card ul li{display:flex;align-items:center;gap:12px}.list-card ul li .icon-bg{width:40px;height:40px;border-radius:81px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.list-card ul li p{margin:0;font-family:Inter;font-weight:500;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:16.07px;letter-spacing:-2%;text-transform:capitalize;color:#1c1c1c;flex-grow:1}.list-card ul li span{font-size:12px;color:#494949;font-weight:500}.holidays-card li .icon-bg,.announcements-card li .icon-bg{background-color:#f7f8f9cc;color:#494949}.dashboard-card .card-header .dropdown-menu.empAttOverScroll{overflow-y:scroll;scrollbar-width:thin;height:200px}.employees-card .employees-card-chart .empLeaveSPBet .arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;border-radius:50%;background-color:#589e67;color:#fff;border:none;cursor:pointer}.empLeaveSPBet{display:flex;justify-content:space-between}.empAttSPBet{display:flex;justify-content:end;position:absolute;right:24px}.empAttSPBet .arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;border-radius:50%;background-color:#589e67;color:#fff;border:none;cursor:pointer}.legend-item.active:before{background-color:#de4405}.legend-item.inactive:before{background:#fdc7b2}.legend-item.suspended:before{background-color:#f8e6e1}.data-not-found{font-size:14px;color:#6b7280;text-align:center}.welcome-card .time-tracker .checkout-btn:disabled{background:#fff;color:#2a2a2a;opacity:.7;cursor:default;border:none}.welcome-card .time-tracker .checkout-btn:disabled:hover{border:none}.hpf-form-group .color_red{color:#da4019}.dashboard-main-title{font-size:24px;font-weight:600;margin-bottom:20px;color:#111827}.dashboard-content-custom{display:flex;flex-direction:column;gap:24px}.total-orders-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.total-orders-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.total-orders-section .section-header .title-area{display:flex;align-items:center;gap:12px}.total-orders-section .section-header .title-area .indicator{width:4px;height:20px;background-color:#ef4444;border-radius:2px}.total-orders-section .section-header .title-area h2{font-size:20px;font-weight:500;margin:0;color:#111827}.total-orders-section .section-header .date-filter{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151;cursor:pointer}.total-orders-section .total-orders-content{display:flex;gap:40px}@media (max-width: 1024px){.total-orders-section .total-orders-content{flex-direction:column}}.orders-chart-area{min-width:250px;display:flex;flex-direction:column}.orders-chart-area .chart-title{margin-bottom:10px}.orders-chart-area .chart-title h3{font-size:32px;font-weight:600;color:#111827;margin:0}.orders-chart-area .pie-chart-container{position:relative;width:200px;height:120px;display:flex;justify-content:center}.orders-chart-area .pie-chart-container .chart-center-label{position:absolute;bottom:0;left:50%;transform:translate(-50%);text-align:center;margin-bottom:0}.orders-chart-area .pie-chart-container .chart-center-label .label-text{display:block;font-size:12px;color:#6b7280}.orders-chart-area .pie-chart-container .chart-center-label .count-text{display:block;font-size:24px;font-weight:600;color:#111827}.orders-status-grid{flex-grow:1;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1400px){.orders-status-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.orders-status-grid{grid-template-columns:repeat(2,1fr)}}.status-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;min-height:80px}.status-card.active{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10}.status-card .status-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;cursor:pointer}.status-card .status-header .status-title{font-size:14px;color:#4b5563;font-weight:400}.status-card .status-header .status-right{display:flex;align-items:center;gap:4px;color:#6b7280}.status-card .status-header .status-right .status-count{font-weight:600;color:#111827}.status-card .status-header .status-right .chevron{transition:transform .2s}.status-card .status-header .status-right .chevron.open{transform:rotate(180deg)}.status-card .status-value{font-size:24px;font-weight:600;color:#111827}.status-card .status-dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:0 0 8px 8px;margin-top:-4px;padding:8px 0;box-shadow:0 4px 6px -1px #0000001a;z-index:20}.status-card .status-dropdown-list .status-item{display:flex;justify-content:space-between;padding:8px 16px;font-size:13px;color:#374151;cursor:default}.status-card .status-dropdown-list .status-item:hover{background:#f3f4f6}.status-card .status-dropdown-list .status-item span:last-child{color:#6b7280}.dashboard-bottom-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 1024px){.dashboard-bottom-row{grid-template-columns:1fr}}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.stat-card{padding:20px;border-radius:12px;display:flex;flex-direction:column;justify-content:space-between;min-height:140px}.stat-card.blue-card{background-color:#eff6ff;border:1px solid #dbeafe}.stat-card.gray-card{background-color:#f9fafb;border:1px solid #f3f4f6}.stat-card.green-card{background-color:#dcfce7;border:1px solid #bbf7d0}.stat-card.red-card{background-color:#fee2e2;border:1px solid #fecaca}.stat-card .card-top{display:flex;justify-content:space-between;align-items:flex-start}.stat-card .card-top .stat-title{font-size:14px;color:#374151;font-weight:500}.stat-card .card-top .icon-box{color:inherit;opacity:.7}.stat-card .stat-value{font-size:32px;font-weight:700;color:#111827;margin:12px 0}.stat-card .stat-meta{font-size:12px;color:#6b7280;display:flex;align-items:center;gap:4px}.stat-card .stat-meta .change{font-weight:600}.stat-card .stat-meta .change.positive{color:#16a34a}.stat-card .stat-meta .change.negative{color:#dc2626}.stat-card .stat-meta .meta-text{opacity:.8}.activity-timeline-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;height:100%}.activity-timeline-section .section-header{margin-bottom:20px}.activity-timeline-section .section-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.activity-timeline-section .timeline-content{display:flex;flex-direction:column;gap:0}.activity-timeline-section .timeline-item{display:flex;gap:16px;padding-bottom:24px;position:relative}.activity-timeline-section .timeline-item:last-child{padding-bottom:0}.activity-timeline-section .timeline-item:last-child:before{display:none}.activity-timeline-section .timeline-item:before{content:"";position:absolute;left:5px;top:14px;bottom:-6px;width:1px;background-color:#e5e7eb}.activity-timeline-section .timeline-item .timeline-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:6px;position:relative;z-index:1}.activity-timeline-section .timeline-item .timeline-dot.new_shipment{background-color:#ef4444}.activity-timeline-section .timeline-item .timeline-dot.completed{background-color:#3b82f6}.activity-timeline-section .timeline-item .timeline-dot.delayed{background-color:#f59e0b}.activity-timeline-section .timeline-item .timeline-dot.feedback{background-color:#6366f1}.activity-timeline-section .timeline-item .timeline-dot.completed_gray{background-color:#ffddd6}.activity-timeline-section .timeline-item .timeline-info{flex-grow:1}.activity-timeline-section .timeline-item .timeline-info .timeline-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.activity-timeline-section .timeline-item .timeline-info .timeline-row .timeline-title{font-size:14px;font-weight:500;color:#1f2937}.activity-timeline-section .timeline-item .timeline-info .timeline-row .timeline-time{font-size:12px;color:#9ca3af;white-space:nowrap}.activity-timeline-section .timeline-item .timeline-info .timeline-desc{font-size:12px;color:#6b7280;margin:0 0 8px}.activity-timeline-section .timeline-item .timeline-info .timeline-file{display:flex;align-items:center;gap:6px;font-size:12px;color:#4b5563}.activity-timeline-section .timeline-item .timeline-info .timeline-file svg{flex-shrink:0}.AdminDashboard{height:100vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 20px)}.AdminDashboard::-webkit-scrollbar{display:none}.dashboard-page{min-height:900px;padding:16px}.dashboard-page .dashboard-title{position:sticky;font-size:28px;font-weight:600;margin-bottom:24px;color:var(--text-primary)}.welcome-card{border:1px solid red;display:flex;justify-content:space-between;align-items:center;background:#f8f1ff;color:var(--text-primary);padding:24px;border-radius:16px;margin-bottom:24px;box-shadow:none;border:1px solid var(--border-color);overflow:auto}.welcome-card .user-greeting{display:flex;align-items:center;gap:16px}.welcome-card .user-greeting img{object-fit:cover}.welcome-card .user-avatar{width:76px;height:76px;border-radius:50%;padding:3px;display:flex;align-items:center;justify-content:center}.welcome-card .user-avatar img{width:100%;height:100%;border-radius:50%;display:block;background:#fff}.welcome-card .user-text h2{font-size:28px;font-weight:600;margin:0}.welcome-card .user-text p{font-size:14px;color:var(--text-secondary);margin-top:4px;letter-spacing:-1%}.welcome-card .time-tracker{display:flex;align-items:center;gap:16px;color:var(--text-secondary)}.welcome-card .time-tracker .time_box{display:flex;font-size:12px;font-weight:600;align-items:center;justify-content:center;gap:20px;background:#fff;padding:5px 10px;border-radius:8px}.welcome-card .time-tracker .time-display{display:flex;align-items:center;gap:8px;background-color:var(--bg-primary);padding:8px 12px;font-size:18px;font-weight:600;color:var(--text-primary)}.welcome-card .time-tracker .time-display.checked-out{background-color:transparent;border:none;padding:8px 0}.welcome-card .time-tracker .checkout-btn{background-color:var(--bg-secondary);color:var(--text-primary);font-weight:500;padding:10px 25px;cursor:pointer;border-radius:8px;border:1px solid var(--border-color);transition:all .2s ease}.welcome-card .time-tracker .checkout-btn:hover{background-color:var(--accent-primary);color:#fff;border-color:var(--accent-primary)}.dashboard-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:24px;margin-bottom:24px}.dashboard-card{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:none}.dashboard-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-card .card-header h3{font-size:20px;font-weight:400;color:var(--text-primary);position:relative;padding-left:12px;letter-spacing:-.3px}.dashboard-card .card-header h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:#a21313;border-radius:2px}.dashboard-card .card-header .filter-dropdown{position:relative}.dashboard-card .card-header .filter-btn{display:flex;align-items:center;gap:4px;background-color:var(--bg-primary);border:1px solid var(--border-color);padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer}.dashboard-card .card-header .filter-btn svg{transition:transform .2s ease-in-out}.dashboard-card .card-header .filter-btn svg.open{transform:rotate(180deg)}.dashboard-card .card-header .dropdown-menu{position:absolute;top:110%;right:0;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden}.dashboard-card .card-header .dropdown-menu div{padding:8px 16px;font-size:13px;cursor:pointer}.dashboard-card .card-header .dropdown-menu div:hover{background-color:var(--hover-item-bg)}.dashboard-card .card-header .arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;border-radius:50%;background-color:#589e67;color:#fff;border:none}.attendance-card .chart-container{display:flex;justify-content:center;align-items:center}.attendance-card .donut-chart-wrapper{position:relative;width:250px}.attendance-card .chart-center-text{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);text-align:center}.attendance-card .chart-center-text .total-label{font-size:12px;color:var(--text-secondary)}.attendance-card .chart-center-text .total-count{display:block;font-size:32px;font-weight:600;color:var(--text-primary)}.attendance-card .chart-legend{display:flex;justify-content:space-between;margin-top:-50px;padding:20px;border-radius:12px;background-color:#ecfff0}.attendance-card .chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-secondary)}.attendance-card .chart-legend .legend-item span{color:var(--text-primary);font-weight:600}.attendance-card .chart-legend .legend-item:before{content:"";display:block;width:10px;height:10px;border-radius:50%}.attendance-card .chart-legend .legend-item.present:before{background:var(--accent-primary)}.attendance-card .chart-legend .legend-item.absent:before{background-color:#ff5630}.attendance-card .chart-legend .legend-item.half-day:before{background-color:#ffab00}.employees-card .employees-card-chart{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;padding:24px;box-shadow:none}.employees-card .employees-card-chart .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.employees-card .employees-card-chart .card-header h3{font-size:20px;font-weight:400;color:var(--text-primary);position:relative;padding-left:12px;letter-spacing:-.3px}.employees-card .employees-card-chart .card-header h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;background-color:#a21313;border-radius:2px}.employees-card .employees-card-chart .card-header .arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:8px;border-radius:50%;background-color:#589e67;color:#fff;border:none;cursor:pointer}.employees-card .employee-count{display:flex;align-items:center;gap:8px;margin-bottom:16px}.employees-card .employee-count .count{font-size:40px;font-weight:700;color:#320b57}.employees-card .employee-count .percentage-change{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#36b37e;background-color:#36b37e1a;padding:4px 7px;border-radius:62px}.employees-card .employee-count .percentage-change .TrendingUp{color:#141b34}.employees-card .bar-chart-container{height:80px;display:flex;align-items:flex-end;gap:3px;width:100%}.employees-card .bar-chart-container .bar{flex-grow:1;border-radius:4px}.employees-card .chart-legend{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.employees-card .chart-legend .legend-item{display:flex;flex-direction:column;align-items:flex-start;font-size:14px;font-weight:500;color:var(--text-secondary);padding:12px;border-radius:12px;border:1px solid var(--border-color)}.employees-card .chart-legend .legend-item .legend-info{display:flex;align-items:baseline;gap:5px}.employees-card .chart-legend .legend-item .type{font-size:13px}.employees-card .chart-legend .legend-item .count{color:var(--text-primary);font-weight:600;font-size:18px;margin-top:4px}.employees-card .chart-legend .legend-item:before{content:"";display:block;width:24px;height:24px;border-radius:6px;margin-bottom:8px}.employees-card .chart-legend .legend-item.permanent:before{background-color:#a448ee}.employees-card .chart-legend .legend-item.on-contract:before{background-color:#cd8eff}.employees-card .chart-legend .legend-item.intern:before{background-color:#e5c4ff}.employees-card .chart-legend .legend-item.trainee:before{background-color:#d9d9d9}.dashboard-card .active,.dashboard-card .card-header .filter-btn.active{color:#7833b2;font-weight:500}.menu-btn_nav{border:none;background:transparent;cursor:pointer;color:var(--text-secondary);display:flex;padding:0;margin-left:-5px}.menu-popup_nav{position:absolute;top:120px;right:25px;background:#fff;border-radius:6px;box-shadow:0 2px 10px #0000001f;padding:8px;display:flex;flex-direction:column;min-width:140px;z-index:100;gap:5px}.menu-popup_nav .item_Popup_nav{cursor:pointer}.attendance-card .chart-legend .card-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-secondary)}.reportsSection{height:calc(100vh - 22px);scrollbar-width:none;overflow:auto;-ms-overflow-style:none}.reportsSection::-webkit-scrollbar{display:none}.reportsHeader{padding:19px 20px;display:flex;flex-direction:column;gap:32px;background:#f6f8f9;border:1px solid #e9e9e9;border-radius:12px}.reportsHeaderUpper{display:flex;align-items:center;gap:5px}.reportsIcon{display:flex}.reportsText{font-size:26px;font-weight:500}.reportsHeaderBottom{display:flex;align-items:center;max-width:840px;gap:9px;background:#fff;padding:15px 20px;border-radius:9px;border:.5px solid #d0d5dd}.reportsHeaderBottom svg{color:#48494c}.reportsHeaderBottom input{outline:none;border:navajowhite;color:#000;font-size:15px;font-weight:400;font-family:Inter;width:100%}.reportsBodyMain{padding:24px}.reportsCardSectionMain{flex-wrap:wrap;gap:20px}.reportsCardSectionMain h3{font-weight:500;font-style:Medium;font-size:24px;line-height:32px;letter-spacing:-.8px;text-transform:capitalize;color:#1c1c1c;margin-left:9px}.reportsCard{display:flex;flex-direction:column;align-items:flex-start;padding:20px 11px;border-radius:12px;border:1px solid #e8e8e8;gap:35px;cursor:pointer}.cardBodyWrapper .cardIcon{display:flex;background:#f5f6f699;border-radius:7px;justify-content:center;align-items:center;width:48px;height:48px}.cardBodyWrapper .cardText{font-size:18px;font-weight:500;color:#2a2a2a}.cardBodyWrapper .cardNextIcon{display:flex;margin-right:25px}.cardBottomMain{display:flex;align-items:center;gap:35px;width:100%;justify-content:space-between}.reportsSection .dashboard-sticky-header{padding:16px 24px}.reportsSection .top-header{display:flex;align-items:center;justify-content:space-between}.reportsSection .top-header .header-left{margin-left:0}.reportsSection .top-header .header-left h1{font-size:26px;color:#1c1c1c;font-weight:500;letter-spacing:.8px}.reportsSection .top-header .header-left p{padding:5px 0;font-size:12px;font-weight:400}.reportsSection .toolbar .search-box{position:relative}.reportsSection .toolbar .search-box input{font-size:13px;font-weight:400;font-family:INTER;color:#000;border:1px solid #d0d5dd;border-radius:9px;padding:15px 45px}.reportsSection .toolbar .search-box .search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#48494c}.reportsSubSection{margin-bottom:24px}.reportsSubSectionTitle{font-weight:500;font-style:Medium;font-size:24px;line-height:32px;letter-spacing:-.8px;text-transform:capitalize;color:#1c1c1c;margin-bottom:10px}.reportsSubSectionCards{display:flex;flex-wrap:wrap;gap:20px}.setCardIcon svg{stroke-width:2;color:#000}.box_card_head{display:flex;align-items:center;padding-left:20px;height:95px;background:#f6edfd33}.box_card_head .setCardIcon{margin-right:10px}.cardBodyWrapper{display:flex;gap:17px 60px;flex-wrap:wrap;padding:20px}.cardBodyWrapper .box_main_r{width:467px}.box_main_div{overflow:hidden;border:1px solid #e8e8e8;margin-bottom:25px;border-radius:10px;display:flex;flex-direction:column;gap:10px}.box_card_head .setCardIcon{height:48px;width:48px;display:flex;align-items:center;justify-content:center;background:#f5f6f699;border-radius:7px}.cardDisFlex{display:flex;justify-content:center;align-items:center;gap:15px}.report-page-container{height:calc(100vh - 22px);scrollbar-width:none;overflow:auto;-ms-overflow-style:none;padding:20px;background-color:#f8f9fa}.report-page-container::-webkit-scrollbar{display:none}.report-page-container .report-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.report-page-container .report-header .header-left h1{font-size:24px;font-weight:600;color:#333;display:flex;align-items:center;gap:10px}.report-page-container .report-header .header-left h1 .trend-badge{font-size:14px;color:#28a745;background-color:#e6f4ea;padding:2px 8px;border-radius:12px;display:flex;align-items:center;gap:4px}.report-page-container .report-header .header-left p{color:#666;font-size:14px;margin-top:5px}.report-page-container .report-header .search-bar{position:relative}.report-page-container .report-header .search-bar input{padding:10px 15px 10px 35px;border:1px solid #ddd;border-radius:8px;width:300px;font-size:14px;outline:none}.report-page-container .report-header .search-bar input:focus{border-color:#5d369f}.report-page-container .report-header .search-bar svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#999}.report-page-container .overview-section{margin-bottom:40px}.report-page-container .overview-section h2{font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.report-page-container .overview-section .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.report-page-container .overview-section .cards-grid .stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;justify-content:space-between}.report-page-container .overview-section .cards-grid .stat-card .card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.report-page-container .overview-section .cards-grid .stat-card .card-top .card-info .card-title{font-size:13px;color:#888;margin-bottom:5px}.report-page-container .overview-section .cards-grid .stat-card .card-top .card-info .card-value{font-size:28px;font-weight:600;color:#333}.report-page-container .overview-section .cards-grid .stat-card .card-top .card-icon{width:40px;height:40px;background-color:#f0fdf4;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#28a745}.report-page-container .overview-section .cards-grid .stat-card .card-top .card-icon svg{font-size:20px}.report-page-container .overview-section .cards-grid .stat-card .card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#888;border-top:1px solid #eee;padding-top:15px}.report-page-container .overview-section .cards-grid .stat-card .card-bottom .trend{display:flex;align-items:center;gap:5px;font-weight:500}.report-page-container .overview-section .cards-grid .stat-card .card-bottom .trend.positive{color:#333}.report-page-container .overview-section .cards-grid .stat-card .card-bottom .trend.positive svg{color:#333}.settingHeaderMain{padding:19px 20px;display:flex;flex-direction:column;gap:32px;background:#f6f8f9;border:1px solid #E9E9E9;border-radius:12px}.settingHeaderupper{display:flex;align-items:center;gap:5px}.settingIcon{display:flex}.settingText{font-size:26px;font-weight:500}.settingSection{height:calc(100vh - 22px);scrollbar-width:none;overflow:auto;-ms-overflow-style:none}.settingSection::-webkit-scrollbar{display:none}.settingHeaderBottom input{outline:none;border:navajowhite;color:#000;font-size:15px;font-weight:400;font-family:Inter;width:100%}.settingCard{display:flex;align-items:center;padding:13px 11px;border-radius:12px;border:1px solid #E8E8E8;gap:15px;width:265px;cursor:pointer}.cardIcon{display:flex;background:#f5f6f699;border-radius:10px;height:130px;width:130px}.settingHeaderBottom{display:flex;align-items:center;max-width:840px;gap:9px;background:#fff;padding:15px 20px;border-radius:9px;border:.5px solid #D0D5DD}.settingHeaderBottom svg{color:#48494c}.settingHeaderBottom input{outline:none;border:navajowhite;color:#000;font-size:16px;font-weight:400;font-family:Inter;width:100%}.settingCardSectionMain{padding:24px;display:flex;flex-wrap:wrap;gap:20px}.settingCard{display:flex;flex-direction:column;align-items:flex-start;padding:20px;border-radius:12px;border:1px solid #E8E8E8;gap:35px;width:260px;height:270px;background:#f8f8f8}.cardIcon{display:flex;background:#fff;border-radius:50%;justify-content:center;align-items:center}.cardText{font-size:20px;font-weight:400;color:#0f0f0f}.cardNextIcon{display:flex}.cardIcon svg{stroke-width:1}.settingSection .dashboard-sticky-header{padding:16px 24px}.settingSection .top-header .header-left{margin-left:0}.settingSection .top-header .header-left h1{font-size:26px;color:#1c1c1c;font-weight:500;letter-spacing:.8px}.settingSection .top-header .header-left p{padding:5px 0;font-size:12px;font-weight:400}.settingSection .toolbar .search-box .search-icon{left:15px;height:20px;width:20px}.settingSection .toolbar .search-box input{font-size:13px;font-weight:400;font-family:INTER;color:#000;border:1px solid #D0D5DD}.settingCardBottomMain{display:flex;align-items:end;gap:35px}.cardText2{font-size:13px;font-weight:400;color:#676767;padding-top:5px;text-transform:capitalize}.settingCard:hover{background:#faf5fd}.settingCard:hover .cardText{color:#a448ee}.settingCard:hover .cardText2{color:#5a2883}.settingCard:hover .cardIcon svg{fill:#7433a9}.settingSection .cardBodyWrapper .box_main_r{width:360px;height:74px}.settingCardSectionMain{gap:0px}.masterSection{border:1px solid #E0E0E1;height:100vh}.masterHeaderMain{display:flex;width:100%;justify-content:space-between;padding:24px;background:linear-gradient(to right,#f5fcff,#fcf7ff)}.masterText1{font-size:26px;font-weight:500;color:#1c1c1c;display:flex;align-items:end;gap:10px}.masterText2{color:#494949;font-size:12px;font-weight:400;padding-top:4px}.masterText1 .total-count{font-size:12px;color:#a448ee;font-weight:500;display:flex}.masterText1 .total-count svg{color:#23963b;margin-right:9px}.masterHeaderRight{display:flex;align-items:center;gap:10px}.headerRight1{background:#fff;padding:10px 15px;border:.5px solid #D0D5DD;border-radius:8px;display:flex;gap:7px;align-items:center;width:265px}.headerRight1 svg{color:#48494c}.headerRight1 input{outline:none;border:none;font-size:13px;font-weight:400;color:#000;font-family:Inter}.masterAddBtn{cursor:pointer;padding:10px 16px;background:#23963b;border-radius:8px;color:#fff}.masterTableSection{margin:20px}.masterTableSection thead{background:#f6f8f9}.masterTableSection table{width:100%;border-collapse:collapse}.masterTableSection tr{border:1px solid #E8E8E8;height:50px}.masterTableSectionTR{border:1px solid #E8E8E8}.masterTableSection th{text-transform:uppercase;text-align:left;border:none;font-size:13px;font-weight:500;color:#191919}.masterBodyMain thead>tr>th:nth-child(1),.masterBodyMain tbody>tr>td:nth-child(1){padding-left:35px;width:460px}.masterBodyMain thead>tr>th:nth-child(2){max-width:600px}.masterBodyMain thead>tr>th:nth-child(3){width:200px}.masterTableSection td{height:74px;font-size:15px;font-weight:400;color:#141414}.masterTableFlex{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:4px 0}.masterValueCard{border:1px solid #D4D4D4;padding:10px;border-radius:12px;font-size:15px;font-weight:400;color:#141414}.MasterActionBtn{display:flex;padding:8px;border:1px solid #E8E8E8;border-radius:6px}.masterValueAdd{color:#7433a9;cursor:pointer}.masterValueEdit{color:#979797;cursor:pointer}.masterBodyMain tbody tr{cursor:pointer}.masterBodyMain .emp-t-3 tbody td:nth-child(2) .department{margin-right:50px}.masterSection{height:calc(100vh - 20px)}.masterPopUpMain{position:fixed;top:50%;left:50%;z-index:999;transform:translate(-50%,-50%);background:#fff;border:1px solid #e8e8e8;width:711px;height:402px;border-radius:16px}.masterPopupHead{padding:24px 50px}.masterPopHeadTxt1{font-size:20px;font-weight:500;color:#0f0f0f}.masterPopHeadTxt2{padding-top:4px;font-size:14px;font-weight:400;color:#1c1c1c}.masterPopRowLeft,.masterPopRow{display:flex;align-items:center;gap:10px}.masterPopRowLeftIcon{color:#2563eb;display:flex}.masterPopRowLeftText{font-size:15px;font-weight:400;color:#1c1c1c}.masterPopRowRight{width:447px;cursor:not-allowed}.masterPopRowRight>div{width:100%;border:1px solid #f1f1f1;background:#d7d7d7;outline:none;padding:10px 15px;border-radius:6px;font-weight:500;font-size:15px;font-family:Inter}.masterPopupBody{display:flex;flex-direction:column;gap:12px;padding:0 50px}.masterPopRowRight textarea{resize:none;height:92px;width:100%;border:1px solid #f1f1f1;outline:none;padding:10px 15px;font-weight:400;font-size:15px;font-family:Inter;color:#000;border-radius:6px}.masterPopupOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.masterPopupFooter{display:flex;gap:10px;justify-content:flex-end;align-items:center;padding:68px 55px 24px 81px}.masterpopupFooterCancelBtn{cursor:pointer;padding:11px 55px;border:1px solid #e8e8e8;font-size:14px;font-weight:400;color:#1c1c1c;border-radius:6px}.masterpopupFooterAddBtn{cursor:pointer;padding:11px 82px;border:1px solid #e8e8e8;font-size:14px;font-weight:500;color:#fff;background:#23963b;border-radius:6px}.newMasterPopUpMain{position:fixed;top:50%;left:50%;z-index:999;transform:translate(-50%,-50%);background:#fff;border:1px solid #e8e8e8;width:711px;height:402px;border-radius:16px}.newMasterPopupHead{padding:24px 50px}.newMasterPopHeadTxt1{font-size:20px;font-weight:500;color:#0f0f0f}.newMasterPopHeadTxt2{font-size:14px;font-weight:400;color:#1c1c1c;padding-top:4px}.newMasterPopRowLeft{display:flex;align-items:center;width:150px;gap:10px}.newMasterPopRow{display:flex;align-items:center;gap:10px}.newMasterPopRowLeftIcon{color:#676767;display:flex}.newMasterPopRowLeftText{font-size:15px;font-weight:400;color:#1c1c1c}.newMasterPopRowRight input{width:100%;border:1px solid #f1f1f1;outline:none;padding:10px 15px;border-radius:6px;font-weight:500;font-size:16px;font-family:Inter;color:#141414}.newMasterPopRowRight input:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.newMasterPopupBody{display:flex;flex-direction:column;gap:12px;padding:0 50px}.newMasterPopRowRight textarea{resize:none;height:120px;width:100%;border:none;outline:none;font-weight:500;font-size:15px;font-family:Inter;color:#000;border-radius:6px}.newMasterPopupOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.newMasterPopupFooter{display:flex;gap:10px;justify-content:flex-end;align-items:center;padding:30px 55px 0 81px}.newMasterpopupFooterCancelBtn{cursor:pointer;padding:11px 55px;border:1px solid #e8e8e8;font-size:14px;font-weight:400;color:#1c1c1c;border-radius:6px}.newMasterpopupFooterAddBtn{cursor:pointer;padding:11px 82px;border:1px solid #e8e8e8;font-size:14px;font-weight:500;color:#fff;background:#23963b;border-radius:6px}.newMasterPopupBody>div:nth-child(2){align-items:flex-start}.newMasterAddspace{padding-top:10px}.newMasterPopRowRight{width:447px}.master_textarea{width:100%;border:1px solid #f1f1f1;outline:none;padding:10px 15px;border-radius:6px;font-weight:500;font-size:16px;font-family:Inter;color:#141414;width:447px;height:120px}.master_textarea:focus{outline:none;box-shadow:0 0 0 2px #d5abf743}.tag{position:relative;display:inline-block;background:#141414;color:#fff;text-align:left;margin:4px 8px;font-size:15px;font-weight:400;border-radius:3px;padding:8px 20px 8px 10px}.removeTag{position:absolute;top:0;right:-1px;color:red;padding:1px;cursor:pointer;display:flex}.masterDetailsBody{padding:20px 50px 50px;border:1px solid #d4d4d4;border-radius:6px}.masterDetailsMain{padding:26px;height:calc(100vh - 63px)}.masterBodyHead{display:flex;justify-content:space-between}.masterBodyHeadLeft{font-size:24px;font-weight:400;color:#000}.masterBodyHeadRight{display:flex;border-radius:7px;border:1px solid #b9b9b9;background:#e8e8e8;padding:10px 12px;align-items:center;gap:6px}.masterBodyHeadRightIcon{display:flex;align-items:center}.masterBodyHeadRightIcon svg{height:16px;width:16px;stroke-width:1.3}.masterBodyHeadRightText{font-weight:500;font-size:15px;color:#1c1c1c}.masterBodyBottom{padding:45px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;align-items:center}.masterBodyBottom>:nth-child(odd){justify-self:start}.masterBodyBottom>:nth-child(2n){justify-self:end}@media (max-width: 768px){.masterBodyBottom{grid-template-columns:1fr;gap:12px}.masterBodyBottom>*{justify-self:start}}.masterBodyText{min-width:417px;max-width:417px;border:1px solid #f1f1f1;padding:10px 16px;font-size:16px;font-weight:500;color:#141414;border-radius:6px;display:flex;justify-content:space-between;gap:15px}.masterBodyText input{background:#fff;width:100%;border:none;outline:none;font-size:16px;font-weight:500;color:#141414}.masterBodyBottomEditIcon{display:flex;cursor:pointer}.editable,.masterBodyText input.editable{background-color:#f5f5f5}.masterDetailsMain .newMasterPopupFooter{justify-content:flex-start;padding:0}.masterBodyBottomEditIcon svg{stroke-width:1.3}.masterDetailsMain .newMasterpopupFooterAddBtn{padding:11px 79px}.Master .btn_fix_box{width:calc(100% + -0px)!important;height:64px;background:#e4ffea;display:flex;align-items:center;justify-content:end;padding-right:30px;margin-top:-5px;margin-left:0;margin-bottom:10px;border-radius:6px}.Master .btn_saveed_disabled{opacity:.8}.Master .btn_saveed_disabled .dept-page-action-btn{cursor:not-allowed!important;pointer-events:none}.Master .dept-page-action-btn{width:fit-content;min-width:170px;background-color:#23963b;box-shadow:0 3px 27.5px #0000001a;display:flex;align-items:center;justify-content:center;color:#fff;border:none;border-radius:6px;font-family:Inter;height:36px;font-size:14px;font-weight:500;letter-spacing:-2%;cursor:pointer;transition:background-color .2s ease-in-out}.Master .dept-page-action-btn:hover{background-color:#196d2b}.Master .btn_fix_box{width:628px;height:64px;background:#e4ffea;display:flex;align-items:center;justify-content:end;padding-right:30px;margin-top:-5px;margin-left:0;margin-bottom:10px;border-radius:6px}.buttom_fix_btn_master{position:relative;bottom:-10px;margin-right:-30px;width:710px;padding-right:0;position:absolute}.buttom_fix_btn_master .btn_fix_box{box-shadow:0 -4px 20px #0000000f;border-top:1px solid #e8e8e8;border-radius:0 0 16px 16px!important}.master_popup_close{position:absolute;top:20px;right:60px;font-family:Inter;font-weight:400;font-size:14px;leading-trim:NONE;line-height:24px;letter-spacing:-.6%;color:#da4019;outline:none;border:none;background:transparent;cursor:pointer}.sidebar{grid-area:sidebar;background-color:var(--sidebar-bg);border-right:1px solid var(--border-color);display:flex;flex-direction:column;transition:width var(--transition-speed) ease,padding var(--transition-speed) ease;padding:16px 8px 13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.sidebar.collapsed{padding:16px 12px}.sidebar-header{display:flex;gap:10px;align-items:center;margin-bottom:18px;max-height:48px}.sidebar-header .dropdown-container{position:relative;display:inline-block;flex-grow:1}.sidebar-header .dropdown-container .sidebar-logo{gap:12px;width:100%;background-color:#fff;border:1px solid transparent;border-radius:8px;padding:8px 12px;transition:opacity var(--transition-speed) ease}.sidebar-header .dropdown-container .sidebar-logo .sidebar-logo-icon{width:100%;height:32px;object-fit:cover}.sidebar-header .dropdown-container .sidebar-logo .sidebar-logo-text{color:#424242;font-size:18px;font-weight:500;white-space:nowrap}.sidebar-header .dropdown-container .sidebar-logo .chevron-icon{color:#424242;transition:transform .3s ease}.sidebar-header .dropdown-container .sidebar-logo .chevron-icon.open{transform:rotate(180deg)}.sidebar-header .dropdown-container .sidebar-logo .sidebar-data{display:flex;align-items:center}.sidebar-header .dropdown-container .side-dropdown-menu{position:absolute;top:calc(100% + 8px);left:-8px;width:239px;background-color:#fff;border-radius:6px;box-shadow:0 3px 6px #00000008;padding:6px;margin:0;list-style:none;z-index:100;animation:fadeIn .2s ease-out}.sidebar-header .dropdown-container .dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.sidebar-header .dropdown-container .dropdown-item:hover{background-color:#f3f4f6}.sidebar-header .dropdown-container .dropdown-item.active{background-color:#f9fafb}.sidebar-header .dropdown-container .icon-wrap{display:flex;align-items:center;justify-content:center;min-width:28px}.sidebar-header .dropdown-container .text-wrap{display:flex;flex-direction:column}.sidebar-header .dropdown-container .icon-wrap img{width:24px;height:24px}.sidebar-header .dropdown-container .titles{font-size:12px;font-weight:500;color:#424242}.sidebar-header .dropdown-container .subtitles{font-size:12px;color:#878787;font-weight:400;margin:-5px 1px 1px 34px}.sidebar-header .dropdown-container .check-icon{margin-left:auto;font-size:14px;color:#111827}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sidebar-header .sidebar-toggle-btn{margin-right:9px;background:transparent;border:1px solid transparent;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:transform .3s ease;cursor:pointer}.sidebar-header .sidebar-toggle-btn:hover{background-color:var(--hover-item-bg);scale:1.05}.top_Border{width:100%;height:1px;padding:0 20px;border-top:1px solid transparent;border-image:linear-gradient(90deg,#e5e5e5 18.3%,#d1d1d1 51.47%,#e5e5e5 84.8%);border-image-slice:1}.sidebar.expanded .sidebar-logo{opacity:1}.sidebar.collapsed .sidebar-toggle-btn{transform:rotate(180deg)}.sidebar.collapsed .sidebar-logo{display:none}.sidebar-nav{flex-grow:1;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{display:none}.nav-section-title{font-size:14px;font-weight:700;letter-spacing:.5px;color:#9b9b9d;padding:21px 15px;white-space:nowrap;opacity:1}.nav-section-title hr{background-color:#e8e8e8;height:1.5px;border:0}.sidebar.collapsed .nav-section-title{text-align:center;font-size:14px;padding:16px 0 8px}.nav-item{transition:max-height .5s ease,opacity .5s ease}.nav-item .nav-link{align-items:center;padding:10px 12px;border-radius:8px;color:var(--text-secondary);font-weight:400;font-size:14.5px;white-space:nowrap;overflow:hidden;cursor:pointer;display:flex}.nav-item .nav-link .nav-icon{margin-right:12px;flex-shrink:0}.nav-item .nav-link .nav-text{color:#141414;transition:opacity .1s ease}.nav-item .nav-link .chevron-icon{margin-left:auto;transition:transform var(--transition-speed) ease;height:18px;width:18px}.nav-item .nav-link .chevron-icon.open{transform:rotate(-90deg)}.nav-item .nav-link:hover{background-color:var(--hover-item-bg);color:var(--text-primary)}.nav-item .nav-link.active{background-color:var(--active-item-bg);color:var(--active-item-text);margin-bottom:0}.submenu{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease;padding-left:35px}.submenu.open{max-height:100%;opacity:1}.submenu .submenu-link{display:flex;align-items:center;font-size:14.5px;color:var(--text-secondary);position:relative;cursor:pointer;padding:10px 0 10px 10px;list-style:none;text-decoration:none;height:40px;border-radius:8px;margin:3px 0;color:#000}.submenu .submenu-link:hover{color:var(--text-primary);background:#fdfaff}.submenu .submenu-link.active{color:#a448ee}.submenu{position:relative}.submenu:before{content:"";position:absolute;left:25px;top:0;bottom:0%;width:1px;background-color:#b9b9b9}.submenu_2:before{bottom:25%}.submenu_3:before{bottom:17%}.submenu_4:before{bottom:13%}.submenu_5:before{bottom:10.5%}.submenu-link{position:relative;padding-left:25px}.submenu-link:before{content:"";position:absolute;left:-10px;top:50%;transform:translateY(-50%);width:7px;height:1px;background-color:#b9b9b9;border-radius:2px;transition:all .2s ease}.submenu-link:last-child:after{content:"";position:absolute;left:-18px;top:0;bottom:0%;width:1px;background-color:transparent}.submenu-link.active:before{background-color:#a448ee;height:18px;width:3px;border-radius:0;left:-11px}.sidebar.collapsed .nav-link{justify-content:center}.sidebar.collapsed .nav-link .nav-icon{margin:0}.sidebar.collapsed .nav-link .nav-text,.sidebar.collapsed .nav-link .chevron-icon{display:none}.sidebar.collapsed .nav-link .tooltip{position:absolute;left:80%;margin-left:12px;padding:6px 12px;background-color:#322f35;color:#fff;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease;z-index:9;width:fit-content}.sidebar.collapsed .nav-link:hover .tooltip{opacity:1;visibility:visible}.sidebar-actions{padding:16px 0;display:flex;gap:10px}.sidebar-actions .add-btn{width:44px;height:44px;border-radius:6px;border:1px solid transparent;box-shadow:0 3px 6px #00000008;background:transparent;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.sidebar-actions .add-btn:hover{background-color:var(--hover-item-bg);color:var(--text-primary);scale:1.02;box-shadow:0 3px 6px #00000019}.sidebar-actions .add_shortcut{background:#a448ee;color:#fff}.sidebar-actions .add_shortcut:hover{background:#9831ec;color:#fff}.sidebar-actions .sidebar.collapsed .add-btn{width:44px;margin:0 auto}.sidebar-footer .user-profile{background:#fff;box-shadow:0 3px 6px #00000008;display:flex;align-items:center;gap:12px;padding:0 8px;height:56px;border-radius:6px;cursor:pointer}.sidebar-footer .user-profile:active{scale:.98}.sidebar-footer .user-profile .user-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;cursor:pointer;transition:.3s linear}.sidebar-footer .user-profile .user-avatar:hover{transform:scale(1.05)}.sidebar-footer .user-profile .user-info{white-space:nowrap;overflow:hidden}.sidebar-footer .user-profile .user-info .user-name{font-weight:600;font-size:14px}.sidebar-footer .user-profile .user-info .user-email{font-size:12px;color:var(--text-secondary)}.sidebar-footer .user-profile .infoIfAdmin{font-size:12px}.sidebar.collapsed .user-info{display:none}.sidebar-nav .lucide.nav-icon,.sidebar-toggle-btn .lucide-panel-right{stroke-width:1.5px}.nav-link .nav-text,.submenu .submenu-link{font-size:14px}.sidebar-nav ul{max-width:219px}.check-icon svg{height:18px;width:18px}.collapsed .sidebar-header{justify-content:center}.collapsed .sidebar-toggle-btn{margin-right:unset}.nav-item .nav-link.active .lucide-id-card-lanyard,.nav-item .nav-link.active span{color:#a448ee}.employDetail_Text{font-size:12px;padding-top:3px;color:#484949;font-weight:400;font-family:Inter}.settingToolFlex{width:100%;background:#fff}.disFlex{display:flex;cursor:pointer;transition:all .3s linear}.disFlex:hover{background:#f8f8f8;border-radius:10px;color:#000}.settingToolText{font-size:14.5px;font-weight:400;line-height:1.3}.disFlex{padding:12px;align-items:center;gap:9px}.settingToolIcon{display:flex}.sideAddbtn{color:#fff;background:#a448ee;max-width:94px;border-radius:10px}.settingToolFlex{border-radius:6px;padding:10px 12px;display:flex;flex-direction:column;gap:2px}.sideLogout{border-radius:10px}.sideLogout:hover{color:red}.sideSetting{border-bottom:1.5px solid #dad4d4}.settingTool{position:absolute;bottom:72px;overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height .5s ease,opacity .3s ease;width:225px}.showSettingPopup.settingTool{max-height:335px;opacity:1;visibility:visible}.topheader{height:70px;grid-area:header;background-color:var(--bg-secondary);display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border:1px solid var(--border-color);border-radius:6px 6px 0 0;margin:10px 10px -10px}.topheader .close_nav{color:red;margin-top:-25px;text-decoration:none;font-size:14px;font-weight:400}.topheader .breadcrumb{font-size:14px;color:#6e7c87;display:flex;align-items:center;gap:5px;margin-top:-22px}.topheader .breadcrumb .icon{margin-left:4px;position:relative;top:0}.topheader .breadcrumb .breadcrumb-item{display:flex;align-items:center;color:#8a94a6}.topheader .breadcrumb .breadcrumb-item:last-child{color:#252c32;font-weight:500}.topheader .breadcrumb .breadcrumb-item:hover{text-decoration:underline}.has-breadcrumbs{margin-top:-100px!important;display:none}.header_close{text-decoration:none;font-size:14px;color:#da4019;position:absolute;top:23px;right:35px;outline:none;border:none;background:transparent;cursor:pointer}.dummyr{border:1px solid red!important;border-radius:100px!important}.hpf-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.hpf-modal-overlay.active{opacity:1;visibility:visible}.hpf-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0003;max-width:700px;width:95%;transform:scale(.98);transition:transform .3s ease-in-out;display:flex;flex-direction:column;overflow:hidden}.hpf-modal-overlay.active .hpf-modal-content{transform:scale(1)}.hpf-header{display:flex;justify-content:space-between;align-items:center;padding:25px}.hpf-header h2{font-family:Inter;font-weight:500;font-style:Medium;font-size:20px;leading-trim:NONE;line-height:20px;letter-spacing:-.5px;text-transform:capitalize;color:#0f0f0f;margin:0}.hpf-header .hpf-subtitle{font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:130%;letter-spacing:-2%;color:#6c757d;opacity:.5;margin-top:4px}.hpf-header .hpf-close-btn{background:none;border:none;color:#6c757d;font-size:14px;font-weight:500;cursor:pointer;padding:5px 10px;transition:color .2s}.hpf-header .hpf-close-btn:hover{color:red}.hpf-body-fields{padding:25px;overflow-y:auto}.hpf-form-grid{display:flex;flex-wrap:wrap;gap:25px}.hpf-time-picker-wrapper{width:100%;height:42px;box-sizing:border-box;border:1px solid #e8e8e8;border-radius:6px;overflow:hidden}.hpf-time-picker-wrapper input{border:none;height:100%;padding:0 25px}.hpf-time-picker-wrapper input svg{margin-top:-10px}.hpf-time-picker-wrapper .css-11a8txn-MuiStack-root{margin-top:-5px}.hpf-form-group{width:calc(50% - 12.5px);display:flex;flex-direction:column}.hpf-form-group.hpf-full-width{width:100%}.hpf-form-group label{font-size:14px;font-weight:400;color:#0f0f0f;margin-bottom:8px;display:flex;align-items:center;gap:8px}.hpf-form-group label svg{color:#6c757d;width:18px;height:18px}.hpf-form-group input[type=time],.hpf-form-group .form-time-picker-input{width:100%;padding:0 15px;box-sizing:border-box;border:1px solid #e8e8e8;border-radius:4px;color:#0f0f0f;height:42px;font-size:15px;font-family:Inter,sans-serif}.hpf-form-group textarea{width:100%;padding:10px;box-sizing:border-box;border:1px solid #e8e8e8;border-radius:4px;color:#0f0f0f;font-size:15px;font-family:Inter,sans-serif;resize:none;min-height:90px;outline:none}.hpf-footer{padding:13px 25px 13px 13px;border-top:1px solid #e8e8e8;display:flex;justify-content:flex-end;background:#e4ffea}.hpf-footer .hpf-submit-btn{background-color:#23963b;color:#fff;border:none;padding:10px 25px;font-family:Inter;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:11.7px;letter-spacing:-2%;vertical-align:middle;text-transform:capitalize;height:36px;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .2s,opacity .2s}.hpf-footer .hpf-submit-btn:hover:not(:disabled){background-color:#1e8133}.hpf-footer .hpf-submit-btn:disabled{background-color:#36d056;cursor:not-allowed}.changePasswordMod .popupDivWrap{position:relative;display:flex;align-items:center}.changePasswordMod input{padding:0 10px;box-sizing:border-box;border:1px solid #E8E8E8;border-radius:6px;color:#1c1c1c!important;height:42px;font-size:15px;font-weight:400;font-family:Inter;color:#000;width:274px}.changePasswordMod input:focus-visible{outline:none;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.changePasswordMod .popupDivWrap .toggle-password{position:absolute;right:50px;cursor:pointer;color:#666;font-size:18px}.passChangeSaveBtn{width:fit-content;min-width:170px;background-color:#23963b;box-shadow:0 3px 27.5px #0000001a;display:flex;align-items:center;justify-content:center;color:#fff;border:none;border-radius:6px;font-family:Inter;height:36px;font-size:14px;font-weight:500;letter-spacing:-2%;cursor:pointer;transition:background-color .2s ease-in-out}.status-dropdown{border-radius:100px;height:34px}.status-dropdown .dropdown-trigger{display:flex;align-items:center;gap:6px;background:#fff;border-radius:100px!important;padding:8px;cursor:pointer;transition:all .2s;font-size:16px;font-weight:500;color:#486ed7}.status-dropdown .dropdown-trigger:hover{border-color:#79a1f3;background-color:#f7f9fd}.status-dropdown .dropdown-panel{background:#fff;border-radius:8px;padding:3px 5px;border:1px solid #e8e8e8;z-index:10}.status-dropdown .dropdown-panel li{margin:3px 0;font-size:15px;cursor:pointer;text-align:left;border-radius:6px;transition:background .2s;display:flex;gap:8px;font-weight:400;max-height:31px;color:#1c1c1c!important;font-family:Inter;font-size:14px!important;padding:5px 8px}.status-dropdown .dropdown-panel li:hover{background:#f6edfd}.status-dropdown .dropdown-panel li.selected{background:#f6edfd;font-weight:500;color:#320b57!important}.status-dropdown .no_option_found{width:100px;margin:0 auto}.status-dropdown .no_option_found iframe{width:100%;height:60px;margin:0 auto}.status-dropdown .no_option_found .centeraligntext{margin:0 auto;text-align:center}.status-dropdown .status-label{display:flex;align-items:center;gap:8px;font-size:13.6px;font-weight:500;color:#486ed7;border:none}.status-dropdown .status-label .status-dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.status-dropdown .status-active,.status-dropdown .status-open,.status-dropdown .status-healthy,.status-dropdown .status-completed,.status-dropdown .status-expired,.status-dropdown .status-scheduled,.status-dropdown .status-hired,.status-dropdown .status-interviewed,.status-dropdown .status-new,.status-dropdown .status-approved,.status-dropdown .status-present,.status-dropdown .status-login-enabled{color:#486ed7}.status-dropdown .status-inactive,.status-dropdown .status-terminated,.status-dropdown .status-resigned,.status-dropdown .status-unhealthy,.status-dropdown .status-filled,.status-dropdown .status-cancelled,.status-dropdown .status-rejected,.status-dropdown .status-declined,.status-dropdown .status-closed,.status-dropdown .status-absent,.status-dropdown .status-login-disabled,.status-dropdown .status-not-started{color:#f44336}.status-dropdown .status-on-hold,.status-dropdown .status-notice-period,.status-dropdown .status-pending,.status-dropdown .status-ongoing,.status-dropdown .status-planned,.status-dropdown .status-half-day,.status-dropdown .status-suspended,.status-dropdown .status-in-progress{color:#ff9800}.status-dropdown .status-draft,.status-dropdown .status-all{color:#9e9e9e}.status-dropdown .custom-dropdown-trigger{border:1px solid #c8d3f6;background-color:#fff;color:#486ed7;border-radius:50px;padding:8px 16px;font-size:13.6px;display:flex;align-items:center;gap:8px;transition:all .2s;box-shadow:0 2px 4px #0000000d}.status-active,.status-healthy,.status-open,.status-completed,.status-expired,.status-scheduled,.status-hired,.status-interviewed,.status-new,.status-approved,.status-present,.status-login-enabled,.status-approval-pending{color:#486ed7;border:1px solid #486ed7}.status-inactive,.status-terminated,.status-resigned,.status-not-started,.status-unhealthy,.status-filled,.status-cancelled,.status-rejected,.status-declined,.status-absent,.status-login-disabled,.status-closed{color:#f44336;border:1px solid #f44336}.status-on-hold,.status-notice-period,.status-ongoing,.status-planned,.status-pending,.status-half-day,.status-in-progress{color:#ff9800;border:1px solid #ff9800}.status-draft,.status-all{color:#9e9e9e;border:1px solid #9e9e9e}.custom-dropdown .dropdown-trigger .chevron-icon{color:#1c1c1c}.dropdown_item_dis.disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.profile-avatar{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:5px}.profile-avatar .avatar-wrapper{position:relative;width:120px;height:120px}.profile-avatar .avatar-wrapper .avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;z-index:2;position:relative}.profile-avatar .avatar-wrapper .edit-btn{position:absolute;bottom:4px;right:4px;background:#fafbfc;border:1px solid #ddd;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:3}.profile-avatar .avatar-wrapper .edit-btn:hover{background:#fafafa}.profile-avatar .avatar-wrapper .edit-btn svg{color:#333}.profile-avatar .avatar-wrapper .progress-ring{position:absolute;top:-1px;left:0;width:121px;height:121px;transform:rotate(-90deg);z-index:2;scale:1.1}.profile-avatar .avatar-wrapper .progress-ring .progress-ring-bg{fill:none;stroke:#eee}.profile-avatar .avatar-wrapper .progress-ring .progress-ring-bar{fill:none;stroke:#22c55e;transition:stroke-dashoffset .3s ease}.profile-avatar .avatar-wrapper .progress-ring .progress-text{font-size:16px;fill:#22c55e;transform:rotate(90deg);transform-origin:center center;z-index:999}.profile-avatar .avatar-wrapper .remove-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:#ffffff5f;font-size:14px;font-weight:500;cursor:pointer;width:100%;height:100%;border-radius:100%;border:none;opacity:0;pointer-events:none;transition:opacity .3s ease}.profile-avatar .avatar-wrapper .remove-btn .remoBtn{background:#ff0000e9;border-radius:6px;padding:8px 20px;color:#fff}.profile-avatar .avatar-wrapper.has-image:hover .remove-btn,.profile-avatar .avatar-wrapper.has-image:hover:after{opacity:1;pointer-events:auto}.form_page_{padding:20px 140px;height:calc(100vh - 63px)}@media (max-width: 1494px){.form_page_{padding:20px 100px}}@media (max-width: 1406px){.form_page_{padding:20px 80px}}@media (max-width: 1366px){.form_page_{padding:20px 50px}}@media (max-width: 1306px){.form_page_{padding:20px}}.form_page_ .top-bar{display:flex;justify-content:space-between;align-items:center;margin-top:-10px;padding-bottom:10px}.form_page_ .top-bar h2{padding-left:16px;width:100%;color:#000;font-weight:400;font-size:24px;line-height:32px;letter-spacing:-.8px;text-transform:capitalize;margin-top:10px;margin-bottom:5px}.form_page_ .top-bar p{font-weight:400;font-size:13px;line-height:18px;letter-spacing:2%;text-transform:capitalize;margin-top:0;color:#494949}.form_page_ .top-bar .close_nav{right:35px;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;top:20px;color:red}.employee-form{display:grid;grid-template-columns:210px 1fr;gap:20px;height:calc(100vh - 120px);scrollbar-width:none;-ms-overflow-style:none}.employee-form::-webkit-scrollbar{display:none}.employee-form .employee_form_header{width:fit-content;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding-bottom:40px}.employee-form .employee_form_header::-webkit-scrollbar{display:none}.employee-form .employee_form_header .header_emp{position:sticky!important;top:0;background:#fff;z-index:1;display:flex}.employee-form .form-content::-webkit-scrollbar{display:none}.employee-form .form-content .address_bumit{margin-top:30px;margin-bottom:-40px}.employee-form .otherDetailPageSroll{overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 130px)!important;scroll-behavior:smooth}.employee-form .otherDetailPageSroll::-webkit-scrollbar{display:none}.employee-form form{display:flex;justify-content:space-between;flex-direction:row-reverse;gap:20px}@media (max-width: 1215px){.employee-form form{width:100%!important}}@media (max-width: 1024px){.employee-form form{padding-bottom:100px!important}}@media (max-width: 905px){.employee-form form{width:100%!important}}.employee-form form .from1{display:flex;flex-direction:column;gap:10px}.employee-form form .from1 .attachment_form label{height:fit-content;padding-top:5px}.employee-form form .from1 .attachment_adth{display:flex;gap:10px}.employee-form form .from1 .column2{display:grid;flex-direction:column;min-width:417px;justify-content:space-between}.employee-form form .from1 .column2 .detail-view{min-width:417px}.employee-form form .from1 .group_title{border-bottom:1px solid #e8e8e8;padding:20px 0}.employee-form form .from1 .group_title h2{font-weight:500;font-style:Medium;font-size:18px;line-height:25px;letter-spacing:-.5px;color:#1c1c1c!important;text-transform:capitalize}.employee-form form .from1 .group_title p{font-weight:400;font-size:13px;line-height:21px;letter-spacing:2%;text-transform:capitalize;color:#676767}.employee-form form .from1 .form-group{display:flex;gap:25px;position:relative}.employee-form form .from1 .form-group .color_red{color:#da4019!important}.employee-form form .from1 .form-group .date_icon{position:absolute;top:7px;right:10px;z-index:0;color:#424242;padding-right:12px}.employee-form form .from1 .form-group label{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400;min-width:180px;max-width:180px}.employee-form form .from1 .form-group label:after{color:red;margin-left:4px}.employee-form form .from1 .form-group label svg{color:#2563eb}.employee-form form .from1 .form-group .color_red{color:red}.employee-form form .from1 .form-group input,.employee-form form .from1 .form-group select{padding:0 20px;box-sizing:border-box;border:1px solid var(--border-color);border-radius:6px;color:#1c1c1c!important;height:42px;font-size:15px;font-weight:400;font-family:Inter;color:#000;width:417px}.employee-form form .from1 .form-group input:focus-visible,.employee-form form .from1 .form-group select:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .form-group textarea{padding:9px;box-sizing:border-box;background-color:transparent!important;border:1px solid var(--border-color);border-radius:6px;color:#1c1c1c!important;height:90px!important;font-size:15px;font-weight:400;font-family:Inter;color:#000;resize:none;width:417px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.employee-form form .from1 .form-group textarea:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .form-group input:disabled,.employee-form form .from1 .form-group textarea:disabled,.employee-form form .from1 .form-group select:disabled{background-color:#fff}.employee-form form .from1 .form-group .eyeicon{position:static;margin-left:-2vw;font-size:1vw!important;cursor:pointer}.employee-form form .from1 .form-group #file{display:none}.employee-form form .from1 .pp{font-size:13px;font-weight:400;width:300px;text-transform:capitalize;margin:5px 0 12px}.employee-form form .from1 .lineBorder{border:1px solid #e8e8e8;height:0px;gap:0}.employee-form form .from1 .dropdown{width:417px;height:40px;position:relative;border:1px solid var(--border-color);border-radius:6px;background:#fff;border:2px solid transparent}.employee-form form .from1 .dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.employee-form form .from1 .dropdown .dropdown-button{border:1px solid var(--border-color);color:#000!important;font-size:15px;font-weight:400;padding:0 20px;margin-top:-2px;cursor:pointer;border-radius:6px!important;display:flex;align-items:center;justify-content:space-between;height:42px}.employee-form form .from1 .dropdown .dropdown-button div:nth-child(2){padding-top:3px}.employee-form form .from1 .dropdown .dropdown-button #toggle_selectIcon{display:flex;color:#1c1c1c}.employee-form form .from1 .dropdown .disabled-dropdown-menu{cursor:default!important}.employee-form form .from1 .dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:6px;display:flex;margin-top:5px;flex-direction:column;position:relative;top:100%;left:0;width:100px;max-height:170px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item{padding:8px 5px;width:calc(100% - 10px);cursor:pointer;color:#2a2a2a;margin:5px;font-size:15px;height:31px;font-weight:400;border-radius:3px}.employee-form form .from1 .dropdown .dropdown-menu .dropdown-item:hover{background-color:#e9effd99;border-radius:3px;color:#1c1c1c}.employee-form form .from1 .dropdown .dropdown-menu .no_option_found{width:100px;margin:0 auto}.employee-form form .from1 .dropdown .dropdown-menu .no_option_found iframe{width:100%;height:60px;margin:0 auto}.employee-form form .from1 .dropdown .dropdown-menu .centeraligntext{margin:0 auto;text-align:center}.employee-form form .from1 .dropdown .dropdown-menu{position:absolute;left:0;width:100%;z-index:99999}.employee-form form .from1 .dropdown .dropdown-menu.down{top:100%;margin-top:5px;border:1px solid red!important}.employee-form form .from1 .dropdown .dropdown-menu.up{bottom:100%;border:1px solid rgb(9,255,0)!important;margin-bottom:5px}.employee-form form .from1 .dropdown .dropdown_I{max-height:170px;overflow-y:auto;overflow-x:hidden!important}.employee-form form .from1 .dropdown .dropdown-item.selected-option{background-color:#e9effd;display:flex;justify-content:space-between;align-items:center;color:#320b57}.employee-form form .from1 .dropdown .check-icon{color:#000}.employee-form form .from1 .select-dropdown-error{border:1px solid red!important}.employee-form form .from1 .error_message{display:flex;align-items:center;gap:4px;font-size:12px;color:#ff0000ab}.employee-form form .from1 button{grid-column:span 3}@media (max-width: 1024px){.employee-form form .from1 button{grid-column:span 2}}@media (max-width: 768px){.employee-form form .from1 button{grid-column:span 1}}.employee-form #Description{width:100%;margin:0 auto}.employee-form #div_headingBit{position:relative;display:flex;align-items:center;justify-content:space-between;flex-direction:row!important}.employee-form #div_headingBit .div_heading_copy{display:flex;flex-direction:column;align-items:start}.employee-form #div_headingBit .div_heading_copy p{margin-top:0!important}.employee-form #div_headingBit .address-container{display:flex;align-items:center;gap:12px}.employee-form #div_headingBit .address-container p{font-size:13px;color:#676767;margin-top:0!important}.employee-form #div_headingBit .switch{position:relative;display:inline-block;width:50px;height:28px}.employee-form #div_headingBit .switch input{opacity:0;width:0;height:0}.employee-form #div_headingBit .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.employee-form #div_headingBit .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.employee-form #div_headingBit input:checked+.slider{background-color:#007aff}.employee-form #div_headingBit input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px)}.employee-form #div_headingBit .slider.round{border-radius:34px}.employee-form #div_headingBit .slider.round:before{border-radius:50%}.employee-form .form-actions-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.employee-form .form-actions-footer .btn_saveed{margin-right:40px;display:flex!important;align-items:center;gap:30px}.employee-form .form-actions-footer .btn_saveed_disabled{opacity:.8}.employee-form .form-actions-footer .btn_saveed_disabled .btnn{cursor:not-allowed!important;pointer-events:none}.employee-form .form-actions-footer .btnn{border-radius:6px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .2s ease;height:44px;width:140px;display:flex;align-items:center;justify-content:center}.employee-form .form-actions-footer .btnn.btn-save{background-color:transparent;color:#fff;background:#23963b!important}.employee-form .form-actions-footer .btnn.btn-save:hover{opacity:.9}.employee-form .form-actions-footer .btnn.btn-cancel{background-color:transparent;color:#1c1c1c;border:1px solid var(--border-color);background:#fff}.employee-form .form-actions-footer .btnn.btn-cancel:hover{opacity:.9}.employee-form .divider{margin:2rem 0;border:0;border-top:1px solid #f0f0f0}.employee-form .saved-list-container{display:flex;flex-direction:column;min-width:620px}.employee-form .saved-experience-item{background-color:#f5f5f5;border:1px solid var(--border-color);border-radius:12px;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;width:100%;margin:30px auto 0}.employee-form .saved-experience-item .item-details p{margin:0}.employee-form .saved-experience-item .item-details .item-company{font-weight:500;font-size:18px;color:#1c1c1c;letter-spacing:-.5px}.employee-form .saved-experience-item .item-details .item-role-dates{margin-top:5px;font-weight:400;letter-spacing:2%;font-size:13px;color:#676767}.employee-form .saved-experience-item .item-actions{display:flex;gap:.75rem}.employee-form .saved-experience-item .item-actions .action-btn{background:none;border:none;cursor:pointer;color:#545556;font-size:1rem;padding:.5rem;border:1px solid var(--border-color);align-items:center;gap:5px;font-size:14px;border-radius:6px;display:flex}.employee-form .saved-experience-item .item-actions .action-btn.edit-btn{color:#4f46e5}.employee-form .saved-experience-item .item-actions .action-btn.edit-btn:hover{background:#e0f2fe}.employee-form .saved-experience-item .item-actions .action-btn.delete-btn{color:#ef4444}.employee-form .saved-experience-item .item-actions .action-btn.delete-btn:hover{background:#fee2e2}.employee-form .isEditMode_card_item{background:#fff}.employee-form .add_exp{margin-top:20px;display:flex;align-content:center;justify-content:space-between;width:100%;padding:20px 20px 20px 0}.employee-form .add_exp h2{font-size:24px;color:#000;font-weight:500}.employee-form .add_exp p{margin-top:10px;font-size:16px;font-weight:500;left:-2%;display:flex;align-items:center;gap:4px;color:#a448ee!important}.employee-form .add_exp .remove_{color:#d63535!important}.employee-form .ppp{color:#1c1c1c;opacity:.6;font-size:14px;font-weight:400;margin-top:-15px}.employee-form .form_box{border:1px solid var(--border-color);padding:20px 50px 0;border-radius:6px;margin-bottom:0;height:calc(100vh - 140px);overflow-y:auto;overflow-y:scroll;position:relative;scrollbar-width:none;-ms-overflow-style:none}.employee-form .form_box::-webkit-scrollbar{display:none}.employee-form .form_box .btn_fix_box{width:628px;height:64px;background:#e4ffea;display:flex;align-items:center;justify-content:end;padding-right:30px;margin-top:20px;margin-left:0;margin-bottom:10px;border-radius:6px}.employee-form .remove_padding_border{border-radius:6px;margin-bottom:0;padding-bottom:0;height:calc(100vh - 140px);overflow-y:auto;overflow-y:scroll;position:relative;scrollbar-width:none;-ms-overflow-style:none}.employee-form .remove_padding_border::-webkit-scrollbar{display:none}.employee-form .remove_padding_border .btn_fix_box{width:628px;height:64px;background:#e4ffea;display:flex;align-items:center;justify-content:end;padding-right:30px;margin-top:20px;margin-left:0;margin-bottom:10px;border-radius:6px}.employee-form .form_box_formNames{border:none;padding:0}.employee-form form #form .div_heading{display:flex;flex-direction:column;justify-content:space-between;align-items:start;margin-bottom:20px;width:100%}.employee-form form #form .div_heading .close-btn{color:#9542d9;cursor:pointer}.employee-form form #form .div_heading .add-btn{display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:500;font-style:Medium;font-size:16px;line-height:24px;letter-spacing:-.3px;vertical-align:middle;text-transform:capitalize;color:#2563eb}.employee-form form #form .div_heading h2{font-weight:400;font-size:20px;line-height:25px;letter-spacing:-.5px;color:#0f0f0f;text-transform:capitalize}.employee-form form #form .div_heading p{font-weight:400;font-size:14px;line-height:1.3;letter-spacing:-2%;color:#1c1c1c;margin-top:1px;font-family:Inter}.employee-form form #form .div_heading_add{display:flex;flex-direction:row}.employee-form form #form .div_heading_add .add_button_popup_open{display:flex;align-items:center;gap:5px;font-weight:500;cursor:pointer;color:#ff2e12}.employee-form form #form .head_pop{flex-direction:row}.employee-form form #form .profile_pic_head{display:flex;align-items:center;gap:20px}.employee-form form .form_last{margin-bottom:40px!important}.employee-form form .hr_line{margin:10px 10px 5px;border:1px dashed var(--border-color)}.employee-form form .formB,.employee-form form .bEdit{position:relative}.employee-form form .formB h1,.employee-form form .bEdit h1{font-family:Inter;font-weight:400;font-size:24px;leading-trim:NONE;line-height:32px;letter-spacing:-.8px;text-transform:capitalize;color:#000;margin-bottom:10px}.employee-form form .formB .edit_btn,.employee-form form .bEdit .edit_btn{position:absolute;right:0;cursor:pointer;color:#1c1c1c;font-size:1rem;padding:.5rem;border-radius:6px;background:#fff;border:.92px solid #b9b9b9;display:flex;align-items:center;justify-content:center;gap:10px;height:40px;min-width:52px;max-height:32px;font-weight:500!important}.employee-form form .formB .attachment_form label,.employee-form form .bEdit .attachment_form label{height:100%;padding-top:10px}.employee-form form .isEditPage input,.employee-form form .isEditPage .dropdown-content,.employee-form form .isEditPage input:disabled,.employee-form form .isEditPage .dropdown,.employee-form form .isEditPage .dropdown-button,.employee-form form .isEditPage textarea{background:#f5f5f5!important}.employee-form form .isEditPage .from1 .form-group textarea{background:#f5f5f5!important}.employee-form form .bEdit .edit_btn{top:0;height:38px}.employee-form form .bEdit .remark_head{top:20px}.employee-form .popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.employee-form .popup-content{background:#fff;padding:20px 30px 63px;border-radius:12px;width:700px;max-height:90vh;overflow-y:auto;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;position:relative}.employee-form .popup-content ._3btn_fix_box{position:relative;bottom:-74px;margin-right:-30px;width:700px;padding-right:0;position:absolute;border-top-right-radius:0;border-top-left-radius:0;border-top:1px solid #e8e8e8;box-shadow:0 -4px 20px #0000000f}.submit-button-container{padding:0 0 50px}#submitBtn_next_main{color:#fff;display:flex;gap:30px}#submitBtn_next_main #submitBtn{display:flex;align-items:center;gap:25px}#submitBtn_next_main #submitBtn button{color:#fff;padding:7px 16px;border-radius:6px;width:96px;justify-content:center;height:40px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:background .3s ease,box-shadow .3s ease;display:flex;align-items:center;gap:10px;height:42px;text-transform:uppercase}#submitBtn_next_main #submitBtn button.save{background:transparent;border:1px solid #589e67;color:#333}#submitBtn_next_main #submitBtn button.save:hover{background:#fafafa}#submitBtn_next_main #submitBtn button:disabled{opacity:.6;cursor:not-allowed}#submitBtn_next_main #submitBtn span{font-size:22px;color:#589e67}#submitBtn_next_main #submitBtn #svg_submit_loading{width:fit-content;height:44px;border-radius:6px}#submitBtn_next_main #submitBtn #svg_submit_loading svg{width:100%;height:100%}#submitBtn_next_main #submitBtn #savrLoging{margin-top:1.5rem!important}#submitBtn_next_main .form{bottom:8px;display:flex;align-items:center;gap:25px}#submitBtn_next_main .form button{color:#fff;height:40px;width:160px;justify-content:center;border:none;border-radius:6px;font-size:13px;display:flex;align-items:center;gap:10px;font-weight:500;cursor:pointer;transition:all .2s ease;background:transparent;text-transform:uppercase;padding:12px 63px}#submitBtn_next_main .form .next{background:#23963b;margin-right:-15px}#submitBtn_next_main .form .next:hover{background:#267f39;box-shadow:0 4px 8px #0000001a}#submitBtn_next_main .form .prev{border:1px solid #589e67;color:#000}#showAlert{position:absolute;display:flex;align-items:center;justify-self:unset;color:#59ff00;width:280px;border-radius:10px;height:50px;background-color:#02f60a77;color:#000;text-shadow:0px 0px 10px rgb(64,255,0);top:50%;left:43%;padding:10px;font-size:1.5rem;box-shadow:0 0 10px 1px #02741db4}@media (max-width: 1401px){li:hover #hover_P{rotate:180deg;margin-left:-120px!important;position:relative}li:hover #hover_P p{rotate:180deg;margin-top:-1%!important;margin-left:15px!important;text-align:start;height:fit-content!important}}@media (max-width: 881px){#submitBtn_next_main{width:85%;margin-bottom:0!important}}.starred{color:red!important}.not_active{color:#fff!important}.filled{color:#1c1c1c!important}.navbar-items span.filled{background:#f6edfd!important}.navbar-items span.disabled{pointer-events:none;opacity:.5;cursor:not-allowed}.Search_icon{width:19px;height:19px;position:absolute;color:#48494c;top:10px;left:10px;margin-left:4px}#searchDepartmentHead{border:1px solid #d0d5dd;background:#fff;outline:none;margin:4.5px auto 5px;max-width:97%!important;min-width:97%;padding-left:30px;min-height:32px;max-height:32px;box-shadow:0 .77px 1.55px #1018280d;font-size:12px;font-weight:400;color:#4c4948}.dropdown-item.disabled{color:gray!important;pointer-events:none!important}#indexTitile{display:flex!important}input[type=time]{width:100%!important;opacity:1!important;height:30px}input[type=time]::-webkit-calendar-picker-indicator{top:10px;right:10px;width:310px;height:130px;cursor:pointer;opacity:1}html{scroll-behavior:smooth}.form1 .form-group p,.form2 .form-group p,.color_red p,.form-group label p,.employee-form form .from1 .form-group.grupdate2 label{font-size:14px}.employee-form form .from1 .form-group.RemoveOutline input:focus-visible,.employee-form form .from1 .form-group.RemoveOutline select:focus-visible{outline:none;box-shadow:none}.expDisFlex{display:flex;align-items:center}.item-CompanyName{font-size:13px;font-weight:400;font-family:INTER;color:#0f0f0f8f;padding-bottom:2px}.item-CompanyProfile{font-size:15px;font-weight:500;font-family:INTER;color:#0f0f0f}.compLogo{border:1px solid rgba(212,212,212,.5490196078);padding:9px 10px;border-radius:7px;margin-right:14px}.compLogo svg{display:flex}.employee-form .saved-experience-item .item-details .empExDate{padding-left:45px;color:#1c1c1c;font-weight:500}.employee-form .saved-experience-item .item-details .empExDate span{color:#676767;padding:0 2px}.employee-form .saved-experience-item .item-actions .action-btn.empViewBtn{color:#4f46e5;font-weight:500;border-top:0;border-left:0;border-right:0;border-color:#4f46e5;border-radius:0;padding:0}.employee-form .saved-experience-item .item-actions .action-btn.empViewBtn:hover{background:unset}.empExpDate{color:#1c1c1c;font-weight:500;font-size:13px;margin-top:5px}.empExpDate span{color:#676767;padding:0 2px}.doc-item-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #E8E8E8;margin-right:15px}.doc-item-icon img{width:30px;height:30px;object-fit:contain}.remarkPage .form_box{padding:0;border:0}.employee-form .remarkPage form .Dcumnet_forms,.remarkPage .detail-table-wrapper{width:800px}.frofileDetail{height:calc(100vh - 23px)!important}.disableAllFromsFields{flex-grow:1;pointer-events:none}.removeDisableFormField{pointer-events:all!important}.service-toggle-group{display:flex;justify-content:space-between;align-items:center;width:100%}.service-toggle-group .toggle-label-left{display:flex;align-items:center;gap:10px}.service-toggle-group .toggle-label-left p{margin:0}.service-toggle-group .toggle-right-content{display:flex;align-items:center;gap:20px}.service-toggle-group .toggle-description{font-size:14px;color:#007bff;cursor:pointer}.service-toggle-group .switch{position:relative;display:inline-block;width:50px;height:24px;margin-bottom:0!important}.service-toggle-group .switch input{opacity:0;width:0;height:0}.service-toggle-group .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:34px}.service-toggle-group .switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.service-toggle-group .switch input:checked+.slider{background-color:#2196f3}.service-toggle-group .switch input:checked+.slider:before{transform:translate(26px)}#containerofCskfpx{width:96%!important}#containerofCskfpx .lastbarx12s{width:100%!important;height:70px;margin-top:0;border-radius:10px;display:flex;align-content:center;justify-content:flex-end;display:none}#containerofCskfpx #flexboxppc{display:flex;align-items:center;width:100%!important}#containerofCskfpx #flexboxppc .card-title02{flex:1}#containerofCskfpx #flexboxppc .card-title05{flex:.4}#containerofCskfpx #flexboxppc .card-title06{flex:.1}#containerofCskfpx .skeleton{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:4px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;margin:16px 14px 17px 13px}@keyframes shine{to{background-position:right -40px top 0}}#containerofCskfpx .abarxs13s1{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:5px;display:none;width:268px;height:30px;margin:auto 10px}#containerofCskfpx .abarxs13s2{background-color:#091e420f;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-size:40px 100%;background-repeat:no-repeat;background-position:left -40px top 0;animation:shine 1s ease infinite;padding:14px 15px;text-align:left;font-weight:300;font-size:16px;text-transform:uppercase;font-family:Segoex2;font-size:14px;border-radius:250px;width:168px;height:32px;margin:auto 10px}.dropdown{width:417px;height:40px;position:relative;border:1px solid var(--border-color);border-radius:6px;background:#fff;border:2px solid transparent}.dropdown:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dropdown .dropdown-button{border:1px solid var(--border-color);color:#000!important;font-size:15px;font-weight:400;padding:0 20px;margin-top:-2px;cursor:pointer;border-radius:6px!important;display:flex;align-items:center;justify-content:space-between;height:42px}.dropdown .dropdown-button div:nth-child(2){padding-top:3px}.dropdown .dropdown-button #toggle_selectIcon{display:flex;color:#1c1c1c}.dropdown .Isplaceholder{opacity:.6;font-weight:400;font-size:14px}.dropdown .disabled-dropdown-menu{cursor:default!important}.dropdown .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:6px;display:flex;margin-top:5px;flex-direction:column;position:relative;top:100%;left:0;width:100px;max-height:170px;border:1px solid #fff;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff}.dropdown .dropdown-menu .dropdown-item{padding:8px 5px;width:calc(100% - 10px);cursor:pointer;color:#2a2a2a;margin:5px;font-size:15px;height:31px;font-weight:400;border-radius:3px}.dropdown .dropdown-menu .dropdown-item:hover{background-color:#f6edfd99;border-radius:3px;color:#1c1c1c}.dropdown .dropdown-menu .no_option_found{width:100px;margin:0 auto}.dropdown .dropdown-menu .no_option_found iframe{width:100%;height:60px;margin:0 auto}.dropdown .dropdown-menu .centeraligntext{margin:0 auto;text-align:center}.dropdown .dropdown-menu{position:absolute;left:0;width:100%;z-index:99999}.dropdown .dropdown-menu.down{top:100%;margin-top:5px}.dropdown .dropdown-menu.up{bottom:100%;border:1px solid rgb(9,255,0)!important;margin-bottom:5px}.dropdown .dropdown_I{max-height:170px;overflow-y:auto;overflow-x:hidden!important}.dropdown .dropdown-item.selected-option{background-color:#f6edfd;display:flex;justify-content:space-between;align-items:center;color:#320b57;font-weight:500}.dropdown .focusedoption{background-color:#f6edfd!important}.dropdown .check-icon{color:#000}.sizemd{width:300px!important}.select-dropdown-error{border:1px solid red!important}.error_message{display:flex;align-items:center;gap:4px;font-size:12px;color:#ff0000ab}.dropdown-menu .add-button{display:flex;align-items:center;justify-content:left;gap:8px;padding:10px;background-color:#a448ee;color:#fff;font-weight:400;font-size:14px;line-height:15.46px;letter-spacing:0%;cursor:pointer;border-radius:0 0 8px 8px;margin-top:5px}.dropdown-menu .add-button:hover{background-color:#962bee}.dropdown-menu .add-button .ssvvgg{margin-bottom:-3px}.password-rules{margin:10px 0 20px}.password-rules p{font-size:14px;color:#b83b3b;margin:4px 0;transition:.3s ease-in-out;display:flex;align-items:center}.password-rules p.valid{color:#1ca61c;font-weight:600;transform:translate(3px)}.org_page_container{padding:0!important;margin-left:0!important}.dept-page-container{height:calc(100vh - 64px);padding:15px 24px 24px;background-color:#fff;scrollbar-width:none;max-width:1140px;margin:0 auto 0 100px;-ms-overflow-style:none}.dept-page-container::-webkit-scrollbar{display:none}.dept-page-container .dept-page-main-heading{font-size:24px;line-height:33px;font-weight:400;margin-bottom:10px;letter-spacing:-.8px;color:#000}.dept-page-container .dept-page-content-wrapper{display:flex;gap:20px;background-color:transparent;border-radius:8px;margin-bottom:24px}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel{flex:1;max-width:200px}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel .dept-page-mark-text{font-weight:500;font-style:Medium;font-size:18px;line-height:133%;letter-spacing:0px;color:#339c3d}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel .dept-page-info-text{font-weight:400;font-size:14px;line-height:21px;letter-spacing:2%;text-transform:capitalize;color:#32475c99;margin-top:5px}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel .dept-page-illustration-box{margin-top:5px;display:flex;justify-content:left;align-items:center;background:#fdfdfd}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel .dept-page-illustration-box .imgBlackedWhite{width:200px;height:auto;filter:grayscale(100%)}.dept-page-container .dept-page-content-wrapper .dept-page-left-panel .dept-page-illustration-box .imgBlackedWhiteCart{width:250px;height:auto}.dept-page-container .dept-page-content-wrapper .org_dept{flex:1!important;border:none!important;border-radius:6px!important;padding:0!important;margin-top:0!important}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel{background:#fefefe;flex:2;position:relative;border:1px solid var(--border-color);border-radius:6px;padding:20px 40px;margin-top:0;overflow-y:auto;min-width:710px;max-width:710px;height:calc(100vh - 130px);scrollbar-width:none;-ms-overflow-style:none}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .btn_fix_box{width:628px;height:64px;background:#e4ffea;display:flex;align-items:center;justify-content:end;padding-right:30px;margin-top:-5px;margin-left:0;margin-bottom:10px;border-radius:6px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .buttom_fix_btn{position:absolute;bottom:5px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel ._btn_fix_box_4{height:calc(100vh - 113px)!important}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section{display:flex;align-items:start;gap:20px;margin-top:10px;border-radius:8px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section h3{font-size:18px;font-weight:700;margin-bottom:16px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section .dept-page-image-placeholder{width:173px;height:173px;border-radius:50%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section_2{gap:35px;align-items:center!important}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn{position:absolute;top:30px;right:40px;background:#fff;border:1px solid #b9b9b9;color:#1c1c1c;font-size:15px;font-weight:500!important;font-family:Inter;width:fit-content!important;border-radius:4px;padding:8px 10px;cursor:pointer;max-height:32px;display:flex;align-items:center;gap:8px;transition:background-color .2s ease-in-out}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn:hover{background-color:#fafafa}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .Fixed_btn_2{top:40px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .hr_line{margin:20px 10px;border:1px dashed var(--border-color)}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section{padding:20px 0;margin-top:-20px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section h3{line-height:normal;margin-bottom:0}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section h3{font-size:20px;line-height:20px;letter-spacing:-.5px;color:#0f0f0f;font-weight:400}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{font-size:14px;color:#6b7280;margin-bottom:16px;margin-top:5px;color:#1c1c1c;opacity:.6}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group{display:flex;align-items:center;margin-bottom:10px;position:relative}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .dept-page-icon-wrapper{margin-right:12px;color:#676767}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .dept-page-icon-wrapper svg{color:#5a2883}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label{font-size:15px;color:#1c1c1c;min-width:180px;max-width:180px;font-weight:400}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .color_red{color:#da4019!important}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group input,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group select{padding:0 20px;box-sizing:border-box;background-color:#fff;border:1px solid var(--border-color);border-radius:6px;color:#1c1c1c!important;height:40px;font-size:16px;font-weight:400;font-family:Inter;min-width:417px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group input:focus-visible,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group select:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea{padding:9px 22px;box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:6px;color:#000;height:90px;font-size:16px;resize:none;min-width:417px;font-family:Inter;font-weight:400;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .dept-page-display-data{flex:1;padding:8px;font-size:16px;color:#000}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .SelectDropdown{flex:1}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .full-width{align-items:start}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .full-width label,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .full-width svg{margin-top:10px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .attachment_form{display:flex;align-items:start}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .attachment_form .dept-page-icon-wrapper{padding-top:10px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .attachment_form label{height:fit-content;padding-top:10px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_2{margin-bottom:-20px;padding:20px 0;margin-top:-23px;width:194px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_2 h3{line-height:normal;margin-bottom:0}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_2 p{margin-top:-20px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_3{margin-bottom:-20px;padding:20px 0;margin-top:-23px;width:184px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_3 h3{line-height:normal;margin-bottom:0}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_3 p{margin-top:-20px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .btn_saveed_disabled{opacity:.8}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .btn_saveed_disabled .dept-page-action-btn{cursor:not-allowed!important;pointer-events:none}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn{width:fit-content;min-width:170px;background-color:#23963b;box-shadow:0 3px 27.5px #0000001a;display:flex;align-items:center;justify-content:center;color:#fff;border:none;border-radius:6px;font-family:Inter;height:36px;font-size:14px;font-weight:500;letter-spacing:-2%;cursor:pointer;transition:background-color .2s ease-in-out}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn:hover{background-color:#196d2b}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .isEditPage .dept-page-input-group input,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .isEditPage .dept-page-input-group .dropdown,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .isEditPage .dept-page-input-group textarea,.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .isEditPage .form-group-date .dropdown-content{background:#fafafa}.dept-page-container .dept-page-content-wrapper .seeting_form_1{background:#fefefe;max-width:736px;height:calc(100vh - 98px)}.dept-page-container .dept-page-content-wrapper .seeting_form_2{height:calc(100vh - 102px)}.dept-page-container .dept-page-content-wrapper .seeting_form_1{height:calc(100vh - 142px)}.dept-page-container .dept-page-content-wrapper .dept_page_table{flex:2;margin-top:20px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loading-state{height:calc(100vh - 65px)}.status-dropdown .dropdown-trigger.status-label{padding:10px 14px}.status-dropdown .dropdown-trigger:hover{border-color:#e0e0e0}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn:disabled:hover{background-color:#23963b}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn:disabled{cursor:not-allowed}.dashboard-sticky-header{position:sticky;top:0;z-index:99;padding:9px 20px;border-bottom:1px solid var(--border-color);background:linear-gradient(90.78deg,#f5fcff 25.84%,#fcf7ff 98.37%)}#list_inside_details .top-header{justify-content:flex-end}#list_inside_details .dashboard-content{display:block;padding-top:20px}#list_inside_details .dashboard-sticky-header{border:none;background:#fff}#list_inside_ratings .dashboard-content{display:block;padding-top:20px}.top-header{display:flex;align-items:center;justify-content:space-between}.top-header .header-left{display:flex;align-items:center;gap:4px;margin-left:15px}.top-header .header-left .header-icon-btn{color:#000;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:transparent;border:none;margin-right:10px}.top-header .header-left h1{font-size:26px;color:#1c1c1c;font-weight:500;margin:0;letter-spacing:-.8px;display:flex;align-items:baseline}.top-header .header-left p{padding:4px 0;font-size:12px;color:#494949;text-transform:capitalize;font-weight:400}.top-header .header-left .total-count{display:flex;gap:5px;color:#a448ee;font-size:12px;font-weight:500;padding:4px 8px;border-radius:6px;letter-spacing:0}.top-header .header-left .total-count .TrendingUp{color:#589e67}.top-header .header-right{display:flex;align-items:center;gap:12px}.top-header .header-right .add-employee-btn{gap:6px;background-color:var(--add-btn-bg);color:var(--add-btn-text);border:none;width:40px;display:flex;align-items:center;justify-content:center;height:40px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:background-color .2s}.top-header .header-right .add-employee-btn:hover{background-color:var(--add-btn-hover-bg)}.top-header .header-right .menu-btn{border:none;background:transparent;cursor:pointer;color:var(--text-secondary);display:flex;padding:0;margin-left:-5px}.top-header .header-right .menu-popup{position:absolute;top:70px;right:0;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001f;padding:8px;display:flex;flex-direction:column;min-width:140px;z-index:100;gap:5px}.top-header .header-right .menu-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;font-size:14px;color:#a448ee;border-radius:8px;background:transparent;border:none;cursor:pointer;border:1px solid #A448EE;text-decoration:none}.top-header .header-right .menu-item svg{transform:rotate(270deg)}.top-header .header-right .menu-item:hover{background:#fafafa}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.toolbar .search-box{margin-right:10px;position:relative}.toolbar .search-box input{border:1px solid #d0d7de;border-radius:8px;padding:11px 16px 11px 40px;width:265px;font-size:14px}.toolbar .search-box input:hover{outline:1px solid #d5abf7}.toolbar .search-box input:focus{outline:1px solid #d5abf7;box-shadow:0 0 0 2px #d5abf743}.toolbar .search-box .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#48494c;z-index:1}.toolbar .search-box .placeholder-text:first-child{padding-right:3px}.toolbar .search-box .animated-placeholder{position:absolute;left:40px;top:0;height:100%;display:flex;align-items:center;pointer-events:none;overflow:hidden;width:calc(100% - 50px)}.toolbar .search-box .animated-placeholder .placeholder-text{color:#999;font-size:14px;transition:transform .5s ease-in-out,opacity .5s ease-in-out;display:block}.toolbar .search-box .animated-placeholder .placeholder-text.slide-up{transform:translateY(-20px);opacity:0}@keyframes slideInFromBottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.toolbar .placeholder-text:not(.slide-up){animation:slideInFromBottom .5s ease-in-out}.toolbar .toolbar-actions{display:flex;align-items:center;gap:12px}.view-toggle{display:flex;height:40px;border-radius:8px;border:1px solid var(--border-color)}.view-toggle button{background:transparent;border:none;padding:8px 10px;border-radius:8px;display:flex;align-items:center;cursor:pointer;color:var(--text-secondary);transition:.2s linear}.view-toggle button.active{background-color:#fff;color:var(--text-primary);color:#9542d9}.custom-dropdown{position:relative}.custom-dropdown .dropdown-trigger{justify-content:space-between;gap:0px;padding:9px;border:1px solid transparent!important;border-radius:8px;border:1px solid var(--border-color)!important;cursor:pointer;font-weight:500;font-size:14px;color:var(--text-primary);height:40px;display:flex;align-items:center;justify-content:center}.custom-dropdown .dropdown-trigger .chevron-icon{margin-left:3px;transition:transform .2s}.custom-dropdown .dropdown-trigger .chevron-icon.open{transform:rotate(180deg)}.custom-dropdown .status_dropdown{border:none!important;height:32px}.custom-dropdown .dropdown-panel{min-width:150px;position:absolute;top:calc(100% + 6px);right:0;background-color:var(--bg-primary);border-radius:8px;box-shadow:var(--shadow-md);z-index:110;list-style:none;padding:8px;margin:0;max-height:240px;overflow:auto}.custom-dropdown .dropdown-panel li{padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;text-wrap:nowrap}.custom-dropdown .dropdown-panel li:hover{background-color:var(--bg-secondary);color:var(--accent-primary)}.custom-dropdown .dropdown-panel li.selected{background-color:var(--accent-secondary);color:var(--accent-primary);font-weight:500}.custom-dropdown .dropdown-panel .Search_icon_{width:19px;height:19px;position:absolute;color:#48494c;top:18px;left:10px;margin-left:4px}.custom-dropdown .dropdown-panel #searchDepartmentHead_{border:1px solid #d0d5dd;background:#fff;outline:none;margin:4.5px auto 5px;max-width:97%!important;min-width:97%;padding-left:30px;min-height:32px;max-height:32px;box-shadow:0 .77px 1.55px #1018280d;font-size:12px;font-weight:400;color:#4c4948;border-radius:6px}.rightSideDropdwon .dropdown-panel{left:0!important}.no_option_found{width:100px;margin:0 auto}.no_option_found iframe{width:100%;height:60px;margin:0 auto}.centeraligntext{margin:0 auto;text-align:center}.dashboard-content{display:grid;grid-template-columns:200px 1fr;gap:20px;align-items:flex-start;padding:20px 20px 0;height:calc(100vh - 105px)}.dashboard-content-404{grid-template-columns:1fr!important}.dashboard-content-404 .filters-sidebar{display:none}.filters-sidebar{-ms-overflow-style:none;scrollbar-width:none}.filters-sidebar::-webkit-scrollbar{display:none}.filters-sidebar{height:75.1vh;overflow-y:auto;overflow-x:hidden;background-color:var(--bg-primary);display:flex;flex-direction:column;align-items:start;justify-content:start}.filters-sidebar ul{list-style:none;width:100%;padding:0;margin:0}.filters-sidebar li{display:flex;align-items:center;margin:5px 0;cursor:pointer;font-weight:400;font-size:14px;color:#252c32;transition:background-color .2s,color .2s;letter-spacing:-.6%;border-radius:3px;height:32px;min-width:196px;padding-left:10px}.filters-sidebar li .status-label{display:flex;align-items:center;gap:10px}.filters-sidebar li .counts{margin-left:4px}.filters-sidebar li:hover,.filters-sidebar li:hover .counts,.filters-sidebar li:hover .count{color:#23963b}.filters-sidebar li.active{border:1px solid #f5f5f5;border-radius:3px;height:32px}.filters-sidebar li.active .status-label,.filters-sidebar li.active .counts,.filters-sidebar li.active .count{color:#23963b}.filters-sidebar li .count{padding:2px;border-radius:12px;color:var(--text-secondary);min-width:28px;text-align:center}.filters-sidebar .clearBTN{height:40px}.filters-sidebar .clear-filters-btn{display:flex;align-items:center;gap:6px;width:120%;margin-top:5px;border:1px solid transparent;color:#ef4444;background:transparent;padding:8px 0 12px 12px;text-align:start;border-radius:3px;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s}.filters-sidebar .clear-filters-btn svg{color:red}.sidebar-stats-box{padding:12px;background:#f6f8f933;margin-bottom:20px;width:100%;border:1px solid var(--border-color);border-radius:6px;margin-top:20px}.sidebar-stats-box .avatars{display:flex;margin-bottom:8px}.sidebar-stats-box .avatars img{width:24px;height:24px;border-radius:50%;object-fit:cover;margin-right:-8px}.sidebar-stats-box .avatars img:first-child{margin-left:0}.sidebar-stats-box .stats-row{display:flex;justify-content:space-between;align-items:center;width:90%;margin:7px 0}.sidebar-stats-box .stats-row h3{font-size:13px;font-weight:500;color:#494949;letter-spacing:-.2px}.sidebar-stats-box .stats-row .emp-c{font-size:14px!important;font-weight:500;margin-bottom:-7px!important}.sidebar-stats-box .stats-row .lbl{font-size:12.5px!important;font-weight:500;margin:4px 0}.sidebar-stats-box .stats-row .count{font-weight:500;font-size:12px}.sidebar-stats-box .stats-row .count.blue,.sidebar-stats-box .stats-row .count.green,.sidebar-stats-box .stats-row .count.orange{color:#3032b6}.sidebar-stats-box .two-cols{display:flex;justify-content:start;flex-direction:column}.sidebar-stats-box .two-cols>div{width:100%;display:flex;align-items:center;justify-content:space-between;margin:7px 0}.sidebar-stats-box .two-cols>div .label{font-weight:400;font-size:12.5px;color:#9542d9;letter-spacing:-.2px}.sidebar-stats-box .dashed-line{border-top:1px dashed #ccc;margin:8px 0}.employee-list-head{display:grid;grid-template-columns:230px 1fr 1.5fr 1fr 1fr;padding:12px 16px;border-bottom:1px solid var(--border-color);border-top:1px solid #e8e8e8;border-top-left-radius:12px;border-top-right-radius:12px}.employee-list-head .header-item{font-weight:600;color:var(--text-primary)}.employee-list-section{min-height:calc(100vh - 200px);overflow:auto!important}.employee-list-section .employee-card{background-color:var(--bg-primary);border:1px solid var(--border-color);transition:box-shadow .2s,border-color .2s;height:fit-content;transition:.3s linear}.employee-list-section .employee-card:hover{box-shadow:0 0 10px .1px #0000000f;background-color:#fdfaff}.employee-list-section .employee-card .avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.employee-list-section .employee-card .avatar-icon{background:#f5f5f5!important;width:34px;height:34px;border-radius:100px;display:flex;align-items:center;justify-content:center}.employee-list-section .employee-card .employee-info .name{color:var(--text-primary)}.employee-list-section .employee-card .employee-info .department{font-size:13px;color:var(--text-primary)}.employee-list-section .employee-card .info_img{display:flex;align-items:center;gap:10px}.employee-list-section .employee-card .contact-info{font-size:13px;color:var(--text-secondary)}.employee-list-section .employee-card .contact-info div{display:flex;align-items:center;gap:8px}.employee-list-section.list-view .employee-card{display:grid;grid-template-columns:230px 1fr 1.5fr 1fr 1fr;align-items:center;gap:16px;padding:12px 16px;margin-bottom:0}.employee-list-section.list-view .employee-card:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.employee-list-section.list-view .employee-card .contact-info div:first-child{margin-bottom:4px}.employee-list-section.list-view .employee-card .phone{color:#9542d9}.employee-list-section.list-view .department-card{grid-template-columns:1fr 1fr auto}.employee-list-section.grid-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.employee-list-section.grid-view .load-more-container{grid-template-columns:span 2}.employee-list-section.grid-view .load-more-container .load-more-btn{border-radius:12px!important}.employee-list-section.grid-view .employee-card{padding:10px;display:flex;flex-direction:column;border-radius:3px;align-items:center;text-align:center}.employee-list-section.grid-view .employee-card .avatar{width:64px;height:64px;border:1px solid #e2e2e2}.employee-list-section.grid-view .employee-card .avatar-icon{background:#f5f5f5!important;width:34px;height:34px;border-radius:100px}.employee-list-section.grid-view .employee-card .top_info{width:100%;display:flex;flex-direction:column;align-items:center;background:#f6edfd1a}.employee-list-section.grid-view .employee-card .employee-info{margin-bottom:16px}.employee-list-section.grid-view .employee-card .employee-info .name{font-size:22px;font-weight:500;margin-top:-10px;margin-bottom:10px}.employee-list-section.grid-view .employee-card .contact-info{padding:20px 10px 10px;display:flex;flex-direction:column;gap:15px;align-items:flex-start;width:100%;border-top:1px solid var(--border-color);margin-bottom:1px;font-size:14px;font-weight:500;color:#191919}.employee-list-section.grid-view .employee-card .contact-info div{justify-content:flex-start}.employee-list-section.grid-view .employee-card .contact-info .phone{color:#3032b6}.employee-list-section .status-badge{display:inline-flex;align-items:center;gap:10px;padding:7px 20px;border-radius:9999px;font-size:12px;font-weight:500;border:1px solid var(--border-color-2);width:fit-content;background:#fafafa}.employee-list-section .load-more-container{text-align:center}.employee-list-section .load-more-container .load-more-btn{padding:15px 20px;border:1px solid var(--border-color);width:100%;background-color:var(--bg-primary);color:var(--accent-primary);font-weight:500;cursor:pointer}.employee-list-section .load-more-container .load-more-btn:first-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.employee-list-section .load-more-container .load-more-btn:hover{background-color:var(--bg-secondary)}.employee-list-section .no-results{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px;background-color:var(--bg-primary);border-radius:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.employee-table-wrapper{scrollbar-width:none;-ms-overflow-style:none}.employee-table-wrapper::-webkit-scrollbar{display:none}.employee-table-wrapper{max-height:calc(100vh - 129px);overflow:auto;border-radius:3px;scroll-behavior:smooth}.employee-table{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);box-shadow:2px 2px 7px #0000000d;width:100%;border-collapse:separate;border-spacing:0;background-color:var(--bg-primary);border-radius:3px;overflow:scroll}.employee-table thead{z-index:10;background-color:#f6f8f9;position:sticky;top:0}.employee-table thead th{height:50px;font-weight:500;color:var(--text-primary);text-align:left;border:none;font-size:13px;color:#191919;text-transform:uppercase;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:0 5px}.employee-table tbody{overflow:scroll}.employee-table tbody .employee-row{transition:background-color .2s,box-shadow .2s;cursor:pointer}.employee-table tbody .employee-row:hover{background-color:#fdfaff;box-shadow:var(--shadow-sm)}.employee-table tbody .employee-row td{height:76px;vertical-align:middle;border-bottom:1px solid var(--border-color);font-size:14px;font-weight:400;margin:0 10px;padding:0 5px}.employee-table tbody .employee-row td .info_img{display:flex;align-items:center;gap:10px}.employee-table tbody .employee-row td .info_img .avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.employee-table tbody .employee-row td .info_img .name{color:var(--text-primary);color:#9542d9}.employee-table tbody .employee-row td .department{color:var(--text-primary)}.employee-table tbody .employee-row td .contact-info{max-width:250px;color:var(--text-secondary)}.employee-table tbody .employee-row td .contact-info div{display:flex;align-items:center;gap:8px;margin-bottom:4px}.employee-table tbody .employee-row td .contact-info div svg{overflow:visible}.employee-table tbody .employee-row td .contact-info div span{text-overflow:ellipsis;display:block;overflow:hidden}.employee-table tbody .employee-row td .contact-info .phone{color:#9542d9}.employee-table tbody .employee-row td .contact-info .emailS{font-size:14px;font-weight:400!important;color:#979797!important;overflow:hidden;text-overflow:ellipsis}.employee-table tbody .employee-row td .status-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 20px;height:32px;border-radius:9999px;font-size:13px;font-weight:500;border:1px solid var(--border-color-2);background:#fafafa;width:fit-content}.employee-table tbody .employee-row td .status-badge svg{color:#494949}.employee-table tbody .employee-row .td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-table tbody .employee-row .Semi_Bold{font-size:15px!important;font-weight:500!important}.employee-table tbody .employee-row .Bold{font-weight:500!important}.employee-table .not_Detail,.employee-table .LoadingList{pointer-events:none;cursor:default}.employee-table .LoadingList td{position:relative;overflow:hidden}.employee-table .LoadingList td svg,.employee-table .LoadingList td .avatar{opacity:0}.employee-table .LoadingList td .status-badge{opacity:0}.employee-table .LoadingList .smalltd:nth-child(1) .loadingtd:before,.employee-table .LoadingList .smalltd:nth-child(1) .loadingtdTOP:before,.employee-table .LoadingList .smalltd:nth-child(1) .loadingtdBOTTOM:before,.employee-table .LoadingList .smalltd:nth-child(1) .loadingtdbig:before{width:calc(100% - 85px);margin-left:35px}.employee-table .LoadingList td:last-child.loadingtd:before,.employee-table .LoadingList td:last-child.loadingtdTOP:before,.employee-table .LoadingList td:last-child.loadingtdBOTTOM:before,.employee-table .LoadingList td:last-child.loadingtdbig:before{width:calc(100% - 50px);margin-left:-20px}.employee-table .LoadingList .loadingtd:before,.employee-table .LoadingList .loadingtdTOP:before,.employee-table .LoadingList .loadingtdBOTTOM:before,.employee-table .LoadingList .loadingtdsmall:before,.employee-table .LoadingList .loadingtdbig:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:6px;height:26px;width:calc(100% - 10px);background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.5s infinite}.employee-table .LoadingList .loadingtdsmall:before{width:calc(100% - 90px);margin-left:35px}.employee-table .LoadingList .loadingtdTOP:before{top:30%}.employee-table .LoadingList .loadingtdBOTTOM:before{top:68%}.employee-table .LoadingList .loadingImg:before{content:"";position:absolute;top:50%;left:30px;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.5s infinite}.no-results-container{width:100px}.emp-t-6 tbody td:nth-child(1){min-width:180px;max-width:180px;padding-left:30px}.emp-t-6 tbody td:nth-child(2){min-width:150px;max-width:150px}.emp-t-6 tbody td:nth-child(3){min-width:150px;max-width:150px}.emp-t-6 tbody td:nth-child(4){min-width:150px;max-width:150px}.emp-t-6 tbody td:nth-child(5){min-width:150px;max-width:150px}.emp-t-6 tbody td:last-child{padding-right:30px}.emp-t-6 thead th:nth-child(1){padding-left:30px}.emp-t-6 thead th:last-child{padding-right:30px}.emp-t-5 tbody td:nth-child(1){min-width:160px;max-width:161px;padding-left:30px;padding-right:10px}.emp-t-5 tbody td:nth-child(2){min-width:150px;max-width:150px;padding-right:10px}.emp-t-5 tbody td:nth-child(3){min-width:150px;max-width:150px;padding-right:10px}.emp-t-5 tbody td:nth-child(4){min-width:150px;max-width:150px}.emp-t-5 tbody td:last-child{padding-left:0;padding-right:30px;min-width:100px;max-width:140px;margin-right:30px}.emp-t-5 thead th:nth-child(1){min-width:160px;max-width:160px;padding-left:30px!important;padding-right:10px}.emp-t-5 thead th:nth-child(2){min-width:150px;max-width:150px;padding-right:10px}.emp-t-5 thead th:nth-child(3){min-width:150px;max-width:150px;padding-right:10px}.emp-t-5 thead th:nth-child(4){min-width:150px;max-width:150px}.emp-t-5 thead th:last-child{padding-left:0;padding-right:30px!important}.emp-t-5 thead th:nth-child(1){padding-left:35px}.emp-t-5 thead th:last-child{padding-right:35px}.emp-t-4 tbody td:nth-child(1){min-width:240px;max-width:240px;padding-left:35px}.emp-t-4 tbody td:nth-child(2){min-width:200px;max-width:200px}.emp-t-4 tbody td:nth-child(3){min-width:250px;max-width:250px}.emp-t-4 tbody td:last-child{min-width:150px;max-width:150px;padding-right:35px}.emp-t-4 thead th:nth-child(1){min-width:240px;max-width:240px;padding-left:35px}.emp-t-4 thead th:nth-child(2){min-width:200px;max-width:200px}.emp-t-4 thead th:nth-child(3){min-width:250px;max-width:250px}.emp-t-4 thead th:nth-child(1){padding-left:35px}.emp-t-4 thead th:last-child{padding-right:35px}.emp-t-3 tbody td:nth-child(1){min-width:240px;max-width:240px;padding-left:35px}.emp-t-3 tbody td:nth-child(2){min-width:200px;max-width:200px}.emp-t-3 tbody td:last-child{padding-right:35px}.emp-t-3 thead th:nth-child(1){padding-left:35px}.emp-t-3 thead th:last-child{padding-right:35px}.Organization-4 td:nth-child(1){min-width:260px!important;max-width:260px!important;padding-left:25px!important}.Organization-4 td:nth-child(2){min-width:180px!important;max-width:180px!important}.load-more-container{box-shadow:2px 2px 7px #0000000d;margin:7px 0}.load-more-container .load-more-btn{padding:15px 20px;border:1px solid transparent;border:1px solid var(--border-color);border-radius:3px;background-color:var(--bg-primary);color:#a448ee;font-weight:600;cursor:pointer;width:100%;display:block;height:53px;font-size:14px;font-family:Inter}.load-more-container .load-more-btn:hover{background-color:#fdfaff}.no-results{text-align:center;padding:48px;color:var(--text-secondary);font-size:16px}.grid_cards{display:flex;flex-direction:column;justify-content:center}.grid_cards .load-more-container{text-align:center;margin:20px auto;width:100%}.grid_cards .load-more-container .load-more-btn{padding:15px 30px;border:1px solid var(--border-color);height:53px;width:fit-content;font-family:Inter!important;width:100%;background-color:var(--bg-primary);color:var(--accent-primary);font-weight:500;cursor:pointer}.grid_cards .load-more-container .load-more-btn:first-child{border-radius:3px}.grid_cards .load-more-container .load-more-btn:hover{background-color:var(--bg-secondary)}.grid_cards .grid_cards_loading .employee-card{pointer-events:none;cursor:default}.grid_cards .grid_cards_loading .employee-card .avatar,.grid_cards .grid_cards_loading .employee-card .status-badge{opacity:0}.grid_cards .grid_cards_loading .employee-card .contact-info svg{opacity:0}.grid_cards .grid_cards_loading .employee-card .info_img:before,.grid_cards .grid_cards_loading .employee-card .name:before,.grid_cards .grid_cards_loading .employee-card .status_:before,.grid_cards .grid_cards_loading .employee-card .contact-info div:before{content:"";display:block;position:relative;border-radius:6px;background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.5s infinite}.grid_cards .grid_cards_loading .employee-card .info_img:before{width:57px;height:57px;left:50%;transform:translate(-50%);border-radius:50%}.grid_cards .grid_cards_loading .employee-card .name:before{width:100%;height:16px;left:50%;transform:translate(-45%)}.grid_cards .grid_cards_loading .employee-card .status_:before{width:120px;height:30px;border-radius:100px;left:50%;transform:translate(-45%);margin-bottom:-25px}.grid_cards .grid_cards_loading .employee-card .contact-info div:before{width:250px;height:14px}.grid_cards .grid_cards_loading .employee-card .contact-info div:nth-child(2):before{width:215px!important;height:14px;margin:4px 0}.grid_cards .grid_cards_loading .employee-card .contact-info div:nth-child(3):before{width:200px!important;height:14px;margin:4px 0}.content_box_auto{overflow:auto;max-height:calc(100vh - 135px);scrollbar-width:none;-ms-overflow-style:none}.content_box_auto::-webkit-scrollbar{display:none;overscroll-behavior:smooth}.no-results-container{width:100%!important;display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px;border-radius:12px;animation:fadeIn .3s ease-in-out;margin:0 auto;width:100%;scrollbar-width:none;-ms-overflow-style:none}.no-results-container::-webkit-scrollbar{display:none;overscroll-behavior:smooth}.no-results-container .no-results-animation{width:100%;margin-bottom:20px}.no-results-container .no-results-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:8px;text-transform:capitalize}.no-results-container .no-results-text{font-size:.95rem;color:#6b7280;margin-bottom:20px;max-width:400px}.no-results-container .reset-filters-btn{background:#9542d9;color:#fff;padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:500;border:none;cursor:pointer;transition:.2s}.no-results-container .reset-filters-btn:hover{background:#8e31d9}.empListMain .contact-info div span{max-width:180px;overflow:hidden;text-overflow:ellipsis}.employee-table-wrapper .employee-table tbody>tr>td:nth-child(1) div{color:#9542d9}.order-list-filters{width:90%;background:#fff;padding:10px;border-radius:8px;font-family:Inter,sans-serif;height:calc(100vh - 120px);overflow-y:auto;border-right:1px solid #e0e0e0}.order-list-filters::-webkit-scrollbar{width:4px}.order-list-filters::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.order-list-filters .filter-header-main{display:flex;justify-content:space-between;align-items:center;padding:12px 8px;font-size:14px;font-weight:500;color:#2fb344;cursor:pointer;margin-bottom:10px}.order-list-filters .filter-header-main.active{color:#2fb344;background-color:#f0fff4;border-radius:6px}.order-list-filters .filter-header-main .icon-text{display:flex;align-items:center;gap:8px}.order-list-filters .filter-category{margin-bottom:4px}.order-list-filters .filter-category .category-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;border-radius:6px;transition:background-color .2s;color:#333;font-weight:500;font-size:14px}.order-list-filters .filter-category .category-header:hover{background-color:#f5f5f5}.order-list-filters .filter-category .category-header.active{background-color:#f3f0ff;color:#333}.order-list-filters .filter-category .category-header .header-left{display:flex;align-items:center;gap:10px}.order-list-filters .filter-category .category-header .header-left svg{color:#555}.order-list-filters .filter-category .category-header .chevron{color:#777;transition:transform .2s ease}.order-list-filters .filter-category .category-header.open .chevron{transform:rotate(180deg)}.order-list-filters .filter-category .category-items{padding:4px 0 4px 26px;display:none}.order-list-filters .filter-category .category-items.open{display:block;animation:slideDown .2s ease-out}.order-list-filters .filter-category .category-items .filter-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;color:#555;cursor:pointer;border-radius:6px;margin-bottom:2px}.order-list-filters .filter-category .category-items .filter-item:hover{background-color:#f9f9f9}.order-list-filters .filter-category .category-items .filter-item.selected{background-color:#e6f7ff;color:#000;font-weight:500}.order-list-filters .filter-category .category-items .filter-item .count{font-size:12px;color:#888}.order-list-filters .clear-filter-container{margin-top:20px;padding:0 10px}.order-list-filters .clear-filter-container .clear-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;color:#ff5252;font-size:14px;cursor:pointer;padding:8px 0}.order-list-filters .clear-filter-container .clear-btn:hover{opacity:.8}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ticketListMain aside div:nth-child(5),.ticketListMain aside div:nth-child(6),.ticketListMain aside div:nth-child(7),.ticketListMain aside div:nth-child(8),.ticketListMain aside div:nth-child(9),.ticketListMain aside div:nth-child(10),.ticketListMain aside div:nth-child(11),.ticketListMain aside div:nth-child(12),.ticketListMain aside div:nth-child(13){display:none}.date-picker-container{position:relative;display:inline-block}.date-picker-container .date-picker-icon-box{width:40px;height:40px;background-color:#fff;border:1px solid var(--border-color);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.date-picker-container .date-picker-icon-box:hover{box-shadow:0 4px 6px #00000014}.date-picker-container .date-picker-icon-box .calendar-icon{color:#000}.date-picker-container .date-picker-popup{position:absolute;top:100%;right:0;margin-top:10px;display:flex;background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f;height:400px;border:1px solid rgba(0,82,247,.1019607843);overflow:hidden;z-index:1000}.date-picker-container .date-picker-left{width:200px;background-color:#f5f5f5;padding:20px;overflow-y:auto;border-right:1px solid #e0e0e0}.date-picker-container .date-picker-left .year-title{font-size:14px;font-weight:500;color:#344054;padding:10px 20px;height:45px;display:flex;align-items:center;position:sticky;top:-20px;background-color:#f5f5f5;z-index:10}.date-picker-container .date-picker-left .year-list{display:flex;flex-direction:column;width:100%}.date-picker-container .date-picker-left .year-list .year-item{padding:10px 15px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s;border-radius:6px;color:#344054}.date-picker-container .date-picker-left .year-list .year-item:hover{background-color:#0052f710}.date-picker-container .date-picker-left .year-list .year-item.selected{background-color:#0052f71a;position:relative;color:#000}.date-picker-container .date-picker-left .year-list .year-item.selected:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:100%;border-radius:2px}.date-picker-container .date-picker-right{flex:1;padding:20px;display:flex;flex-direction:column}.date-picker-container .date-picker-right .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:700;font-size:18px}.date-picker-container .date-picker-right .header .arrow{cursor:pointer;font-size:24px;color:#888;-webkit-user-select:none;user-select:none}.date-picker-container .date-picker-right .week-days{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:10px}.date-picker-container .date-picker-right .week-days .week-day{font-weight:600;font-size:13px;text-align:left}.date-picker-container .date-picker-right .days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;text-align:center;flex:1}.date-picker-container .date-picker-right .days-grid .dayS{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background-color .2s;font-size:14px;font-weight:500}.date-picker-container .date-picker-right .days-grid .dayS:hover{background-color:#f0f0f0}.date-picker-container .date-picker-right .days-grid .dayS.selected{background-color:#0052f7;color:#fff;font-weight:700}.date-picker-container .date-picker-right .days-grid .dayS.outside-month{color:#bbb}.date-picker-container .date-picker-right .actions{display:flex;justify-content:flex-end;gap:20px;margin-top:20px}.date-picker-container .date-picker-right .actions button{padding:10px 30px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s;font-size:14px}.date-picker-container .date-picker-right .actions .cancel-button{color:#555;border:1px solid var(--border-color);background:#fff}.date-picker-container .date-picker-right .actions .cancel-button:hover{background-color:#e0e0e0}.date-picker-container .date-picker-right .actions .accept-button{background-color:#a448ee;width:210px;color:#fff}.date-picker-container .date-picker-right .actions .accept-button:hover{background-color:#8d35d5}.form-group-date{flex-direction:column;gap:2px;position:relative;align-items:center}.form-group-date label{display:flex;gap:10px}.form-group-date .color_red{color:#da4019!important}.form-group-date .date_icon{position:absolute;top:7px;right:10px;z-index:0;color:#424242!important;padding-right:12px}.form-group-date #file{display:none}.title__show__d{left:250px;font-weight:600;color:#141414;padding-left:10px}.form-group.grupdate2 label{display:flex}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root{border:none!important;outline:none!important}.css-elo8k2-MuiInputAdornment-root{margin-left:-55px!important;border:none!important}.css-elo8k2-MuiInputAdornment-root svg{color:#000000bc!important}.dropdown-content{border-radius:10px!important}.disabled-box .css-elo8k2-MuiInputAdornment-root{display:none!important}.MuiOutlinedInput-notchedOutline,.css-1ll44ll-MuiOutlinedInput-notchedOutline{border:none!important}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root input{color:#000!important}.css-yxqbup{margin-left:-55px!important}.css-yxqbup svg{color:#000!important}.dropdown_SelectDropdownMultiple{width:417px;height:40px;position:relative;border-radius:6px}.dropdown_SelectDropdownMultiple:focus-visible{outline:none;box-shadow:0 0 0 2px #730fad4e;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .25rem #0d6efd40;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) 1px .2rem #855ad046}.dropdown_SelectDropdownMultiple .dropdown-button{border:1px solid var(--border-color);color:#000!important;font-size:15px;font-weight:400;padding:0 20px;margin-top:-2px;cursor:pointer;border-radius:6px!important;display:flex;align-items:center;justify-content:space-between;height:42px;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.dropdown_SelectDropdownMultiple .dropdown-button div{padding-right:10px}.dropdown_SelectDropdownMultiple .dropdown-button #toggle_selectIcon{display:flex;color:#1c1c1c}.dropdown_SelectDropdownMultiple .dropdown-button #toggle_selectIcon .arrow-icon{transition:transform .2s ease-in-out}.dropdown_SelectDropdownMultiple .dropdown-button #toggle_selectIcon .arrow-icon.open{transform:rotate(180deg)}.dropdown_SelectDropdownMultiple .dropdown-button .Isplaceholder{opacity:.6;font-weight:400;font-size:14px}.dropdown_SelectDropdownMultiple .disabled-dropdown-menu,.dropdown_SelectDropdownMultiple .disabled{cursor:default!important}.dropdown_SelectDropdownMultiple .dropdown-menu{border:1px solid rgb(226,223,223)!important;border-radius:6px;margin-top:5px;position:absolute;top:100%;left:0;box-shadow:0 8px 16px #0003;width:100%;z-index:99999;background-color:#fff}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown_I{max-height:170px;overflow-y:auto;overflow-x:hidden!important;padding:4px 0}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item{padding:8px 0 5px 10px;width:calc(100% - 15px);cursor:pointer;color:#2a2a2a;margin:0 5px;font-size:15px;font-weight:400;border-radius:6px;display:flex;align-items:center}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item:hover{color:#1c1c1c}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item.multiple{justify-content:flex-start;display:flex;gap:12px}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item.multiple .checkbox-icon{width:18px;height:18px;border:1.5px solid #bdc3c7;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item.multiple .checkbox-icon.checked{background-color:#2563eb;border-color:#6750a4}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item.multiple .checkbox-icon .checkedIcon{scale:1.5}.dropdown_SelectDropdownMultiple .dropdown-menu .dropdown-item.selected-option .selected-option-lable{background-color:#e9effd;color:red;color:#320b57;width:100%}.dropdown_SelectDropdownMultiple .dropdown-menu .lable__{display:flex;align-items:center;border-radius:3px;height:31px;padding-left:10px}.dropdown_SelectDropdownMultiple .dropdown-menu .focusedoption{background-color:#f6edfd!important}.dropdown_SelectDropdownMultiple .dropdown-menu .check-icon{color:#000}.dropdown_SelectDropdownMultiple .dropdown-menu .no_option_found{width:100px;margin:0 auto}.dropdown_SelectDropdownMultiple .dropdown-menu .no_option_found iframe{width:100%;height:60px;margin:0 auto}.dropdown_SelectDropdownMultiple .dropdown-menu .centeraligntext{margin:0 auto;text-align:center}#searchDepartmentHead{margin-left:6px}.isEditPage .dropdown_SelectDropdownMultiple{background:#fafafa}.dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:2rem;width:417px;text-align:center;box-shadow:0 25px 50px -12px #00000040;z-index:99!important}.icon-wrapper{display:flex;justify-content:center;margin-bottom:1rem}.info-icon{color:#e74c3c;font-size:1.5rem;font-weight:700}.heading{font-size:20px;width:90%;margin:20px auto;font-weight:500;margin-bottom:1.5rem;color:#494949}.buttons{display:flex;justify-content:center;gap:1rem}.btn{min-width:120px;height:40px;font-size:14px;font-weight:500;border-radius:6px;letter-spacing:.4px;text-transform:uppercase;cursor:pointer}.cancel-btn{background:transparent;border:1px solid #ccc}.cancel-btn:hover{background:#f2f2f2}.delete-btn{background:#e74c3c;border:none;color:#fff;display:flex;align-items:center;justify-content:center}.delete-btn:hover{background:#cf3f31}.loader{width:16px;height:16px;border:2px solid white;border-top:2px solid #ccc;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.backdrop{background-color:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.input-wrapper{display:flex;flex-direction:column;flex-direction:row}.label_max_hourly{width:240px;display:flex;align-items:center}.input-with-unit{position:relative;width:100%;display:inline-block}.popup-input{width:180px;padding:8px 50px 8px 10px;border:1px solid #ccc;border-radius:6px;font-size:15px;outline:none;box-sizing:border-box}.popup-input:focus{border-color:#730fadb9}.inside-unit{position:absolute;right:23px;top:50%;transform:translateY(-50%);color:#555;font-weight:600;font-size:14px;pointer-events:none}.navbar-container{width:100%;font-family:sans-serif;padding-top:0;max-width:230px;min-width:210px;padding-left:0}.navbar-items{display:flex;flex-direction:column;gap:8px}.navbar-items span{display:flex;align-items:center;gap:7px;padding:11px;border-radius:8px;cursor:pointer;background-color:transparent;color:#1c1c1c;font-weight:500;font-size:16px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.navbar-items span svg{color:#000;height:16px;width:16px}.navbar-items span p{margin:0;font-size:15px;font-weight:400;font-family:Inter;color:#1c1c1c}.navbar-items span.active{background:#e9effd;color:#1c1c1c;border:1.5px solid #e8e8e8}.navbar-items span.active svg{color:#000}.navbar-items span.active p{font-weight:500}.navbar-items span.filled{border:1px solid #e8e8e8}.navbar-items span.disabled{pointer-events:none;cursor:not-allowed}.document-upload-container{width:100%;min-width:417px;max-width:417px;margin-bottom:10px}.document-upload-container .uploaded-item .item-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--border-color)}.document-upload-container .uploaded-item .item-icon img{width:30px;height:30px;object-fit:contain}.document-upload-container .uploaded-item .item-details{flex-grow:1;overflow:hidden}.document-upload-container .uploaded-item .item-details .item-main-title{font-weight:500;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-upload-container .uploaded-item .item-actions .view-btn{color:#2563eb;background:transparent;border:1px solid var(--border-color)}.document-upload-container .uploaded-item .item-actions .view-btn:hover{background:#e0f2fe}.document-upload-container .uploaded-item .item-actions .delete-btn{background:transparent;border:1px solid var(--border-color);color:#dc2626}.document-upload-container .uploaded-item .item-actions .delete-btn:hover{background:#fee2e2}.document-upload-container .progress-bar-item{width:100%;display:flex;align-items:center;gap:8px;font-size:14px}.document-upload-container .upload-box{border:2px dashed #cbd5e1;border-radius:10px;padding:20px;text-align:center;cursor:pointer;background-color:#f8fafc;transition:border-color .3s ease,background-color .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px}.document-upload-container .upload-box:not(.disabled):hover{border-color:#a448ee;background-color:#faf5ff}.document-upload-container .upload-box.uploading{cursor:progress}.document-upload-container .upload-box.disabled{cursor:not-allowed;background:#fafafa;border-color:#e2e8f0;color:#94a3b8}.document-upload-container .upload-box.disabled p,.document-upload-container .upload-box.disabled span{color:#94a3b8}.file-viewer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.file-viewer{background:#fff;border-radius:20px;width:80%;max-width:900px;height:90%;display:flex;flex-direction:column;overflow:hidden}.file-viewer-header{padding:20px;border-bottom:1px solid #ddd;display:flex;align-items:center;justify-content:space-between;font-weight:500}.file-viewer-header .file-title{font-size:20px;color:#979797;text-overflow:ellipsis;display:block;overflow:hidden}.file-viewer-header .file-type{font-size:24px;color:#1c1c1c}.file-viewer-header .close-btn{background:transparent;border:none;cursor:pointer;color:#da4019}.file-viewer-header .close-btn:hover{color:red}.file-viewer-content{flex:1;background:#f9f9f9;display:flex;justify-content:center;align-items:center;overflow:auto}.file-viewer-content .viewer-media{width:100%;height:100%;object-fit:contain;border:none}.document-upload-container{width:100%;font-family:sans-serif}.document-upload-container .uploaded-files-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.document-upload-container .uploaded-item{display:flex;align-items:center;border-radius:8px;gap:12px}.document-upload-container .uploaded-item .item-icon img{width:40px;height:40px;object-fit:contain}.document-upload-container .uploaded-item .item-details{flex-grow:1}.document-upload-container .uploaded-item .item-details .item-main-title{font-weight:500;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.document-upload-container .uploaded-item .item-details .item-sub-title{font-size:12px;color:#64748b}.document-upload-container .uploaded-item .item-actions{display:flex;gap:8px}.document-upload-container .uploaded-item .item-actions button{display:flex;align-items:center;gap:4px;padding:6px 12px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.document-upload-container .uploaded-item .item-actions .view-btn{color:#2563eb}.document-upload-container .uploaded-item .item-actions .delete-btn{color:#dc2626}.document-upload-container .uploaded-item.detail-view{background-color:transparent;border:none;padding:0}.document-upload-container .uploaded-item.detail-view .item-details .item-main-title{font-size:16px;color:#333}.document-upload-container .progress-list{display:flex;flex-direction:column;gap:8px;margin:12px 0}.document-upload-container .progress-bar-item{display:flex;align-items:center;gap:8px;padding:8px;background:#f1f5f9;border-radius:6px;font-size:14px}.document-upload-container .progress-bar-item .file-name{flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-upload-container .progress-bar-item .progress-bar{width:100px;height:8px;background:#e2e8f0;border-radius:8px;overflow:hidden}.document-upload-container .progress-bar-item .progress-bar .progress{height:100%;background-color:#4ade80;transition:width .3s ease}.document-upload-container .progress-bar-item .progress-percent{font-weight:500;width:40px;text-align:right}.document-upload-container .upload-box{border:2px dashed #cbd5e1;border-radius:10px;padding:20px;text-align:center;cursor:pointer;background-color:#f8fafc;transition:border-color .3s ease,background-color .3s ease}.document-upload-container .upload-box:hover{border-color:#a448ee;background-color:#faf5ff}.document-upload-container .upload-box p{font-weight:500;margin:8px 0;font-size:16px;color:#1c1c1c}.document-upload-container .upload-box span{font-size:12px;color:#a448ee}.document-upload-container .no-document-text{padding:10px;color:#64748b;font-style:italic}.track-shipment-container{padding:0 24px 24px;color:#1c1c1c;height:calc(100vh - 140px);scrollbar-width:none;overflow-y:scroll}.track-shipment-container .track-header{background:#fff;border:1px solid #E8E8E8;border-radius:8px;padding:24px;margin-bottom:24px}.track-shipment-container .track-header .header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.track-shipment-container .track-header .header-top .title-section h2{font-size:20px;font-weight:400;color:#0f0f0f;margin:0 0 8px}.track-shipment-container .track-header .header-top .title-section .order-info{font-size:14px;color:#1c1c1c;margin-bottom:8px;font-weight:500}.track-shipment-container .track-header .header-top .title-section .delivery-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:#676767}.track-shipment-container .track-header .header-top .title-section .delivery-meta .delivery-type{display:flex;align-items:center;gap:6px}.track-shipment-container .track-header .header-top .action-buttons{display:flex;gap:12px}.track-shipment-container .track-header .header-top .action-buttons button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #E8E8E8;border-radius:6px;background:#fafafa;color:#1c1c1c;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.track-shipment-container .track-header .header-top .action-buttons button:hover{background:#f0f0f0;border-color:#d0d0d0}.track-shipment-container .track-header .status-divider{height:1px;background-image:linear-gradient(to right,#e8e8e8 50%,#fff0 0%);background-position:bottom;background-size:10px 1px;background-repeat:repeat-x;margin-bottom:24px}.track-shipment-container .track-header .status-content{text-align:center;padding:20px 0 40px}.track-shipment-container .track-header .status-content .status-label{text-align:left;margin-bottom:20px}.track-shipment-container .track-header .status-content .status-label p{font-size:13px;color:#9ca3af;margin-bottom:4px}.track-shipment-container .track-header .status-content .status-label h3{font-size:14px;font-weight:600;color:#ef4444;margin:0}.track-shipment-container .track-header .status-content .illustration-container{display:flex;flex-direction:column;align-items:center;gap:24px}.track-shipment-container .track-header .status-content .illustration-container img{max-width:280px;height:auto;object-fit:contain}.track-shipment-container .track-header .status-content .illustration-container .status-text h3{font-size:18px;font-weight:500;margin:0 0 8px;color:#1c1c1c}.track-shipment-container .track-header .status-content .illustration-container .status-text p{font-size:14px;color:#9ca3af;margin:0}.track-shipment-container .support-section{display:grid;grid-template-columns:1fr 1fr;gap:24px}.track-shipment-container .support-section .support-card{background:#fff;border:1px solid #E8E8E8;border-radius:8px;padding:24px;display:flex;flex-direction:column}.track-shipment-container .support-section .support-card h3{font-size:16px;font-weight:600;margin:0 0 8px}.track-shipment-container .support-section .support-card .card-subtitle{font-size:13px;color:#9ca3af;margin-bottom:24px;line-height:1.5;max-width:80%}.track-shipment-container .support-section .support-card .contact-details{margin-top:auto}.track-shipment-container .support-section .support-card .contact-details .company-name{display:flex;align-items:center;gap:10px;font-weight:500;margin-bottom:24px;color:#4b5563}.track-shipment-container .support-section .support-card .contact-details .contact-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.track-shipment-container .support-section .support-card .contact-details .contact-row .label{color:#9ca3af}.track-shipment-container .support-section .support-card .contact-details .contact-row .value{color:#4b5563;font-weight:500}.track-shipment-container .support-section .support-card .chat-content{display:flex;flex-direction:column;align-items:center;margin-top:auto;gap:20px}.track-shipment-container .support-section .support-card .chat-content img{max-height:140px;object-fit:contain}.track-shipment-container .support-section .support-card .chat-content .chat-btn{background:#16a34a;color:#fff;border:none;border-radius:6px;padding:10px 32px;font-size:14px;font-weight:500;cursor:pointer;width:fit-content;transition:background .2s}.track-shipment-container .support-section .support-card .chat-content .chat-btn:hover{background:#15803d}.track-shipment-container .track-header-card{background:#fff;border:1px solid #E8E8E8;border-radius:8px;padding:24px;margin-bottom:24px;box-shadow:0 1px 2px #0000000d}.track-shipment-container .track-header-card .header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.track-shipment-container .track-header-card .header-top .title-section h2{font-size:20px;font-weight:400;color:#0f0f0f;margin:0 0 8px}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row{display:flex;align-items:center;gap:12px;font-size:13px;color:#4b5563}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row .order-id{font-weight:600;color:#1c1c1c}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row .separator{width:4px;height:4px;background-color:#d1d5db;border-radius:50%}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row .delivery-type{display:flex;align-items:center;gap:4px}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row .delivery-type svg{color:#6b7280}.track-shipment-container .track-header-card .header-top .title-section .sub-header-row .package-count{color:#6b7280}.track-shipment-container .track-header-card .divider-dashed{border-top:1px dashed #E5E7EB;margin:0 0 24px}.track-shipment-container .track-header-card .divider-solid{height:1px;background:#f3f4f6;margin:24px 0}.track-shipment-container .track-header-card .status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:24px}.track-shipment-container .track-header-card .status-grid .grid-item{display:flex;flex-direction:column;gap:8px}.track-shipment-container .track-header-card .status-grid .grid-item .label{font-size:12px;color:#9ca3af;text-transform:uppercase}.track-shipment-container .track-header-card .status-grid .grid-item .value{font-size:14px;color:#1f2937;font-weight:500;line-height:1.4}.track-shipment-container .track-header-card .status-grid .grid-item .value.highlight{color:#374151;font-weight:600}.track-shipment-container .track-header-card .status-grid .grid-item .value.icon-text{display:flex;align-items:center;gap:6px}.track-shipment-container .track-header-card .status-grid .grid-item .value.icon-text svg{color:#6b7280}.track-shipment-container .track-header-card .progress-section{display:flex;flex-direction:column;gap:12px}.track-shipment-container .track-header-card .progress-section .progress-label{display:flex;justify-content:space-between;font-size:13px;color:#6b7280}.track-shipment-container .track-header-card .progress-section .progress-label span:last-child{font-weight:600;color:#1f2937}.track-shipment-container .track-header-card .progress-section .progress-track{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.track-shipment-container .track-header-card .progress-section .progress-track .progress-fill{height:100%;background:#2563eb;border-radius:4px}.track-shipment-container .track-header-card .route-info{display:flex;justify-content:space-between}.track-shipment-container .track-header-card .route-info .route-col{display:flex;flex-direction:column;gap:4px;width:45%}.track-shipment-container .track-header-card .route-info .route-col .label{font-size:11px;color:#9ca3af;text-transform:uppercase;margin-bottom:4px}.track-shipment-container .track-header-card .route-info .route-col .location{font-size:15px;color:#4b5563;margin-bottom:2px;font-weight:400}.track-shipment-container .track-header-card .route-info .route-col .date{font-size:14px;font-weight:500;color:#6b7280}.track-shipment-container .track-header-card .action-buttons{display:flex;gap:12px}.track-shipment-container .track-header-card .action-buttons button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #E8E8E8;border-radius:6px;background:#fafafa;color:#1c1c1c;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.track-shipment-container .track-header-card .action-buttons button:hover{background:#f0f0f0;border-color:#d0d0d0}.track-shipment-container .timeline-section-header{margin-bottom:16px}.track-shipment-container .timeline-section-header h3{font-size:16px;font-weight:500;color:#111827}.track-shipment-container .timeline-card{background:#fff;border:1px solid #E8E8E8;border-radius:8px;padding:32px;margin-bottom:24px;display:flex;flex-direction:column;gap:0}.track-shipment-container .timeline-card .timeline-item{display:flex;min-height:80px}.track-shipment-container .timeline-card .timeline-item:last-child{min-height:auto}.track-shipment-container .timeline-card .timeline-item:last-child .timeline-marker .line{display:none}.track-shipment-container .timeline-card .timeline-item .time-col{width:180px;padding-top:2px}.track-shipment-container .timeline-card .timeline-item .time-col .date-main{font-size:14px;color:#374151;font-weight:500}.track-shipment-container .timeline-card .timeline-item .timeline-marker{display:flex;flex-direction:column;align-items:center;margin:0 24px;position:relative}.track-shipment-container .timeline-card .timeline-item .timeline-marker .circle{width:24px;height:24px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;z-index:2}.track-shipment-container .timeline-card .timeline-item .timeline-marker .circle.active{background:#f3f4f6;color:#1f2937}.track-shipment-container .timeline-card .timeline-item .timeline-marker .line{width:1px;background:#e5e7eb;flex-grow:1;min-height:40px;margin-top:4px;margin-bottom:4px}.track-shipment-container .timeline-card .timeline-item .content-col{padding-top:2px;padding-bottom:32px}.track-shipment-container .timeline-card .timeline-item .content-col .title{font-size:14px;color:#374151;font-weight:500;margin-bottom:4px}.track-shipment-container .timeline-card .timeline-item .content-col .title.active{color:#1f2937}.track-shipment-container .timeline-card .timeline-item .content-col .subtitle{font-size:13px;color:#9ca3af}.quote-receive-container{color:#1c1c1c}.quote-receive-container .quote-header{margin-bottom:24px}.quote-receive-container .quote-header h2{font-size:20px;font-weight:400;color:#0f0f0f;margin:0}.quote-receive-container .quotes-list{display:flex;flex-direction:column;gap:16px}.quote-receive-container .quotes-list .quote-item{display:flex;align-items:center;border:1px solid #E5E7EB;border-radius:8px;padding:16px;transition:all .2s ease;position:relative}.quote-receive-container .quotes-list .quote-item.selected{background:#f9fafb}.quote-receive-container .quotes-list .quote-item .checkbox-section{margin-right:24px}.quote-receive-container .quotes-list .quote-item .checkbox-section input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563EB}.quote-receive-container .quotes-list .quote-item .logo-section{margin-right:24px}.quote-receive-container .quotes-list .quote-item .logo-section .img-wrapper{width:100px;height:60px;display:flex;align-items:center;justify-content:center;border:1px solid #F3F4F6;border-radius:4px;background:#fff;overflow:hidden}.quote-receive-container .quotes-list .quote-item .logo-section .img-wrapper img{max-width:100%;max-height:100%;object-fit:contain}.quote-receive-container .quotes-list .quote-item .logo-section .img-wrapper .fallback-icon{color:#9ca3af;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.quote-receive-container .quotes-list .quote-item .info-section{flex:2;margin-right:24px}.quote-receive-container .quotes-list .quote-item .info-section .company-name{font-size:16px;font-weight:600;color:#1f3a8a;margin:0 0 4px;text-decoration:underline;cursor:pointer;white-space:nowrap}.quote-receive-container .quotes-list .quote-item .info-section .address{font-size:13px;color:#4b5563;line-height:1.4;margin:0}.quote-receive-container .quotes-list .quote-item .price-section,.quote-receive-container .quotes-list .quote-item .note-section,.quote-receive-container .quotes-list .quote-item .rating-section{display:flex;flex-direction:column;gap:4px;margin-right:24px}.quote-receive-container .quotes-list .quote-item .price-section{width:80px}.quote-receive-container .quotes-list .quote-item .price-section .label{font-size:12px;font-weight:600;color:#111827}.quote-receive-container .quotes-list .quote-item .price-section .value{font-size:14px;color:#374151;font-weight:500}.quote-receive-container .quotes-list .quote-item .note-section{width:140px}.quote-receive-container .quotes-list .quote-item .note-section .label{font-size:12px;font-weight:600;color:#111827}.quote-receive-container .quotes-list .quote-item .note-section .note-text{font-size:13px;color:#4b5563;line-height:1.3}.quote-receive-container .quotes-list .quote-item .rating-section{width:100px}.quote-receive-container .quotes-list .quote-item .rating-section .label{font-size:12px;font-weight:600;color:#111827}.quote-receive-container .quotes-list .quote-item .rating-section .rating-stars{display:flex;align-items:center;gap:4px}.quote-receive-container .quotes-list .quote-item .rating-section .rating-stars .rating-text{font-size:13px;color:#374151;font-weight:500;margin-left:4px}.quote-receive-container .quotes-list .quote-item .action-section{display:flex;flex-direction:column;gap:8px;margin-left:auto}.quote-receive-container .quotes-list .quote-item .action-section button{padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;min-width:90px}.quote-receive-container .quotes-list .quote-item .action-section .preview-btn{background:#fff;border:1px solid #D1D5DB;color:#374151}.quote-receive-container .quotes-list .quote-item .action-section .preview-btn:hover{background:#f3f4f6}.quote-receive-container .quotes-list .quote-item .action-section .confirm-btn{background:#16a34a;border:1px solid #16A34A;color:#fff}.quote-receive-container .quotes-list .quote-item .action-section .confirm-btn:hover{background:#15803d}:root{--bg-primary: #ffffff;--bg-secondary: #f6f8f9;--sidebar-bg: #f6f8f9;--text-primary: #2a2a2a;--text-secondary: #48494c;--border-color: #E8E8E8;--border-color-2: #b9b9b9;--accent-primary: #7833b2;--active-item-bg: #fff;--active-item-text: var(--text-primary);--hover-item-bg: #fff;--sidebar-width-expanded: 240px;--sidebar-width-collapsed: 80px;--header-height: 10px;--main-br: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .05);--transition-speed: .25s;--main-content-radius: 24px;--add-btn-bg: #23963b;--add-btn-text: #ffffff;--add-btn-hover-bg: #16a34a;--status-active-bg: #e0f2fe;--status-active-text: #0284c7;--status-notice-period-bg: #fef9c3;--status-notice-period-text: #ca8a04;--status-terminated-bg: #fee2e2;--status-terminated-text: #dc2626;--status-inactive-bg: #f3f4f6;--status-inactive-text: #4b5563;--status-resigned-bg: #fae8ff;--status-resigned-text: #8e24aa;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}.dark-theme{--bg-primary: #172b4d;--bg-secondary: #091e42;--sidebar-bg: #091e42;--text-primary: #ffffff;--text-secondary: #b0bccf;--border-color: #2c3e50;--active-item-bg: #1a3a75;--active-item-text: #ffffff;--hover-item-bg: #1f4788}:root{--fontszoom: 0px}@media (min-width: 2000px){:root{--fontszoom: 118px}}@media (max-width: 2000px) and (min-width: 1800px){:root{--fontszoom: 6px}}@media (max-width: 1800px) and (min-width: 1600px){:root{--fontszoom: 4px}}@media (max-width: 1600px) and (min-width: 1400px){:root{--fontszoom: 2px}}@media (max-width: 1400px) and (min-width: 1040px){:root{--fontszoom: 0px}}@media (max-width: 1040px) and (min-width: 800px){:root{--fontszoom: -3px}}@media (max-width: 800px) and (min-width: 700px){:root{--fontszoom: -3px}}@media (max-width: 700px){:root{--fontszoom: -4px}}.vendor-rating-container{padding:0 24px 24px;color:#1c1c1c;height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:none}.vendor-rating-container::-webkit-scrollbar{display:none}.vendor-rating-container h2{font-size:20px;font-weight:400;color:#0f0f0f;margin-bottom:24px}.vendor-rating-container .rating-content-wrapper{display:flex;flex-direction:column;align-items:center;max-width:600px;margin:0 auto}.vendor-rating-container .overall-rating-card{background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:32px;width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:40px;text-align:center}.vendor-rating-container .overall-rating-card h3{font-size:18px;font-weight:500;color:#1e1b4b;margin:0 0 16px}.vendor-rating-container .overall-rating-card .stars-container{display:flex;gap:8px;margin-bottom:12px;cursor:pointer}.vendor-rating-container .overall-rating-card .stars-container svg{transition:transform .1s}.vendor-rating-container .overall-rating-card .stars-container svg:hover{transform:scale(1.1)}.vendor-rating-container .overall-rating-card .rating-feedback{font-size:14px;color:#64748b}.vendor-rating-container .detailed-ratings-grid{display:grid;grid-template-columns:1fr 1fr;gap:x 48px;column-gap:60px;row-gap:55px;width:100%}.vendor-rating-container .detailed-ratings-grid .rating-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.vendor-rating-container .detailed-ratings-grid .rating-item .label{font-size:15px;color:#1c1c1c;margin-bottom:8px;font-weight:400}.vendor-rating-container .detailed-ratings-grid .rating-item .stars-row{display:flex;gap:6px;cursor:pointer}.vendor-rating-container .detailed-ratings-grid .rating-item .tooltip{position:absolute;top:-30px;background:#fff;border:1px solid #E5E7EB;box-shadow:0 2px 4px #0000001a;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#1f2937;white-space:nowrap;pointer-events:none;z-index:10}.vendor-rating-container .detailed-ratings-grid .rating-item .tooltip:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#fff;border-bottom:1px solid #E5E7EB;border-right:1px solid #E5E7EB}.vendor-quotation-container{width:100%;border:1px solid rgba(0,0,0,.082);min-height:100vh}.vendor-quotation-container .quotation-form{max-width:1200px;margin:0 auto;background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 8px #00000014}.vendor-quotation-container .quotation-form .quotation-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:2px solid #e5e7eb;margin-bottom:30px}.vendor-quotation-container .quotation-form .quotation-header .header-left{display:flex;align-items:center;gap:15px}.vendor-quotation-container .quotation-form .quotation-header .header-left h1{font-size:24px;font-weight:600;color:#1f2937;margin:0}.vendor-quotation-container .quotation-form .quotation-header .header-left .quotation-number{font-size:14px;color:#6b7280;background:#f3f4f6;padding:6px 12px;border-radius:6px;font-weight:500}.vendor-quotation-container .quotation-form .quotation-header .header-right .company-logo{height:40px;width:auto}.vendor-quotation-container .quotation-form .details-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:30px}.vendor-quotation-container .quotation-form .details-section .details-left,.vendor-quotation-container .quotation-form .details-section .details-right{display:flex;flex-direction:column;gap:16px}.vendor-quotation-container .quotation-form .details-section .form-group{display:flex;flex-direction:column;gap:6px}.vendor-quotation-container .quotation-form .details-section .form-group label{font-size:13px;font-weight:500;color:#374151}.vendor-quotation-container .quotation-form .details-section .form-group label .required{color:#ef4444;margin-left:2px}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon{position:relative;display:flex;align-items:center}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon input,.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;outline:none;transition:all .2s}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon input:focus,.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon input::placeholder,.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon select::placeholder{color:#9ca3af}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon .info-icon{position:absolute;right:12px;color:#9ca3af;font-size:16px;cursor:help}.vendor-quotation-container .quotation-form .details-section .form-group .input-with-icon .calendar-icon{position:absolute;right:12px;color:#6b7280}.vendor-quotation-container .quotation-form .details-section .add-more-fields{display:flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:1px dashed #d1d5db;border-radius:6px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:8px}.vendor-quotation-container .quotation-form .details-section .add-more-fields:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.vendor-quotation-container .quotation-form .invoice-parties{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px;padding:20px;background:#f9fafb;border-radius:8px}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from h3,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to h3{font-size:12px;font-weight:600;color:#6b7280;letter-spacing:.5px;margin-bottom:12px}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from h3 .required,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to h3 .required{color:#ef4444}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from .company-info p,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to .company-info p{font-size:13px;color:#4b5563;margin:4px 0;line-height:1.6}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from .company-info p.company-name,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to .company-info p.company-name{font-weight:600;color:#1f2937;font-size:14px;margin-bottom:8px}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from .company-info .contact-info,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to .company-info .contact-info{display:flex;flex-direction:column;gap:6px;margin-top:10px}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from .company-info .contact-info .contact-item,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to .company-info .contact-info .contact-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#4b5563}.vendor-quotation-container .quotation-form .invoice-parties .invoiced-from .company-info .contact-info .contact-item svg,.vendor-quotation-container .quotation-form .invoice-parties .invoiced-to .company-info .contact-info .contact-item svg{color:#6b7280}.vendor-quotation-container .quotation-form .item-section{margin-bottom:30px}.vendor-quotation-container .quotation-form .item-section h3{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:16px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table{width:100%;border-collapse:collapse;background:#fff}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table thead tr th{padding:12px;text-align:left;font-size:11px;font-weight:600;color:#6b7280;letter-spacing:.5px;white-space:nowrap}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr{border-bottom:1px solid #f3f4f6}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr:last-child{border-bottom:none}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td{padding:12px;vertical-align:middle}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td input{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:4px;font-size:13px;color:#1f2937;outline:none;transition:all .2s}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td input::placeholder{color:#9ca3af}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .price-qty{display:flex;align-items:center;gap:6px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .price-qty .currency{font-size:13px;color:#6b7280;font-weight:500}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .price-qty .separator{font-size:14px;color:#9ca3af;font-weight:500}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .price-qty input{flex:1;min-width:60px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .price-qty input.qty-input{max-width:50px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .amount{display:flex;align-items:center;gap:4px}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .amount .currency{font-size:13px;color:#6b7280;font-weight:500}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .amount span{font-size:13px;color:#1f2937;font-weight:500}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .remove-item{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper .item-table tbody tr td .remove-item:hover{background:#fef2f2;border-color:#ef4444}.vendor-quotation-container .quotation-form .item-section .add-new-row{display:flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:1px dashed #d1d5db;border-radius:6px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.vendor-quotation-container .quotation-form .item-section .add-new-row:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.vendor-quotation-container .quotation-form .additional-info{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.vendor-quotation-container .quotation-form .additional-info .attachments-section h3{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:12px}.vendor-quotation-container .quotation-form .additional-info .attachments-section h3 .info-icon{color:#9ca3af;font-size:14px;margin-left:4px;cursor:help}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload{display:flex;gap:12px}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box svg{color:#6b7280}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box p{font-size:13px;color:#6b7280;font-weight:500;margin:0}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box:hover{border-color:#3b82f6;background:#eff6ff}.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box:hover svg,.vendor-quotation-container .quotation-form .additional-info .attachments-section .attachment-upload .upload-box:hover p{color:#3b82f6}.vendor-quotation-container .quotation-form .additional-info .totals-section{display:flex;flex-direction:column;gap:10px;padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.vendor-quotation-container .quotation-form .additional-info .totals-section .total-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#4b5563;padding:6px 0}.vendor-quotation-container .quotation-form .additional-info .totals-section .total-row.grand-total{border-top:2px solid #e5e7eb;padding-top:12px;margin-top:6px;font-weight:600;font-size:14px;color:#1f2937}.vendor-quotation-container .quotation-form .additional-info .totals-section .adjustment-row{display:flex;gap:10px;margin:6px 0}.vendor-quotation-container .quotation-form .additional-info .totals-section .adjustment-row input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#1f2937;outline:none}.vendor-quotation-container .quotation-form .additional-info .totals-section .adjustment-row input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-quotation-container .quotation-form .additional-info .totals-section .adjustment-row input::placeholder{color:#9ca3af}.vendor-quotation-container .quotation-form .additional-info .totals-section .balance-row{text-align:center;padding:8px;background:#eff6ff;border-radius:6px;margin-top:6px}.vendor-quotation-container .quotation-form .additional-info .totals-section .balance-row span{font-size:13px;color:#3b82f6;font-weight:600}.vendor-quotation-container .quotation-form .customer-note-section{margin-bottom:30px}.vendor-quotation-container .quotation-form .customer-note-section h3{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:12px}.vendor-quotation-container .quotation-form .customer-note-section h3 .info-icon{color:#9ca3af;font-size:14px;margin-left:4px;cursor:help}.vendor-quotation-container .quotation-form .customer-note-section textarea{width:100%;min-height:100px;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#1f2937;font-family:inherit;resize:vertical;outline:none;transition:all .2s}.vendor-quotation-container .quotation-form .customer-note-section textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-quotation-container .quotation-form .customer-note-section textarea::placeholder{color:#9ca3af}.vendor-quotation-container .quotation-form .footer-sections{display:flex;gap:12px;margin-bottom:30px}.vendor-quotation-container .quotation-form .footer-sections .add-section-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:transparent;border:1px dashed #d1d5db;border-radius:6px;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.vendor-quotation-container .quotation-form .footer-sections .add-section-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.vendor-quotation-container .quotation-form .contact-details-form{padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.vendor-quotation-container .quotation-form .contact-details-form h3{font-size:14px;font-weight:600;color:#1f2937;margin-bottom:6px}.vendor-quotation-container .quotation-form .contact-details-form h3 .info-icon{color:#9ca3af;font-size:14px;margin-left:4px;cursor:help}.vendor-quotation-container .quotation-form .contact-details-form .form-hint{font-size:12px;color:#6b7280;margin-bottom:16px}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs .form-group{display:flex;flex-direction:column;gap:6px}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs .form-group label{font-size:13px;font-weight:500;color:#374151}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs .form-group input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;outline:none;transition:all .2s}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs .form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs .form-group input::placeholder{color:#9ca3af}.submit-button-container{max-width:1200px;margin:20px auto;padding:0 30px}@media (max-width: 768px){.vendor-quotation-container{padding:12px}.vendor-quotation-container .quotation-form{padding:20px}.vendor-quotation-container .quotation-form .details-section,.vendor-quotation-container .quotation-form .invoice-parties,.vendor-quotation-container .quotation-form .additional-info{grid-template-columns:1fr;gap:20px}.vendor-quotation-container .quotation-form .contact-details-form .contact-inputs{grid-template-columns:1fr}.vendor-quotation-container .quotation-form .item-section .item-table-wrapper{overflow-x:scroll}.submit-button-container{padding:0 20px}}.list-item{display:flex;align-items:center;width:417px;padding:12px 8px;border-bottom:1px dashed #e0e1e6;transition:background-color .2s ease}.list-item:last-child{border-bottom:none}.list-item:hover{background-color:#fafafa}.list-item .item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;background-color:#f0f2f5;border-radius:8px;margin-right:16px;cursor:pointer}.list-item .item-icon img{width:28px;height:28px;object-fit:contain}.list-item .item-details{flex-grow:1;text-align:left}.list-item .item-details .item-main-title{font-size:15px;font-weight:500;color:#2c3e50}.list-item .item-details .item-sub-title{font-size:12px;color:#7f8c8d;margin-top:2px}.list-item .item-action.view_btn{margin-left:16px}.list-item .item-action.view_btn button{padding:6px 18px;font-size:13px;font-weight:500;color:#34495e;background-color:#fff;border:1px solid #dcdfe4;border-radius:6px;cursor:pointer;transition:all .2s ease}.list-item .item-action.view_btn button:hover{background-color:#f5f7fa;border-color:#c0c4cc}.no-document-text{display:flex;align-items:center;justify-content:center;width:100%;min-height:70px;font-size:14px;color:#909399;background-color:#fcfcfc;border:1px dashed #e0e1e6;border-radius:8px}.dept_uplod{gap:10px}.applicantDetailMain .dropdown-content{min-width:415px}
