@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-form-section .superadmin-link{margin-top:15px;text-align:right;cursor:pointer;color:#8a2be2;font-weight:500;font-size:14px;transition:.3s ease}.login-page .login-form-section .superadmin-link:hover{color:#9542d9;text-decoration:underline}.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}.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}.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;align-items:center;justify-content:space-between;margin-bottom:18px;max-height:48px}.sidebar-header .dropdown-container{position:relative;display:inline-block}.sidebar-header .dropdown-container .sidebar-logo{display:flex;align-items:center;gap:12px;background-color:#fff;border:1px solid transparent;border-radius:8px;padding:8px 60px 8px 12px;transition:opacity var(--transition-speed) ease}.sidebar-header .dropdown-container .sidebar-logo .sidebar-logo-icon{width:32px;height:32px;flex-shrink:0}.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 .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:8px;color:#878787;font-weight:400}.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 img{max-width:40px;max-height:40px}.sidebar-footer .user-profile .user-avatar{width:40px;height:40px;display:block;border-radius:50%;flex-shrink:0;cursor:pointer;transition:.3s linear;object-fit:cover!important;object-position:center}.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}.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:100vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 20px)}.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}.attendance-card .chart-legend .legend-item.active:before{background:var(--accent-primary)}.attendance-card .chart-legend .legend-item.inactive:before{background-color:#ff5630}.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.active:before{background-color:#a448ee}.employees-card .chart-legend .legend-item.inactive:before{background-color:#cd8eff}.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)}.ask-anything-card{background-color:var(--bg-primary);border-radius:16px;padding:24px;max-width:800px;margin:0 auto;min-height:124px}.ask-anything-card .cat_box{border:1px solid var(--border-color);padding:15px;border-radius:16px}.ask-anything-card .card-header input{flex-grow:1;border:none;background:transparent;font-size:14px;padding:8px;width:100%;height:fit-content}.ask-anything-card .card-header input:focus{outline:none}.ask-anything-card .ai-input-wrapper{display:flex;align-items:center;gap:12px;background-color:var(--bg-primary);border-radius:12px;margin-top:16px;justify-content:space-between}.ask-anything-card .ai-input-wrapper .input_option{display:flex;gap:10px}.ask-anything-card .ai-input-wrapper .ai-icon{color:var(--accent-primary);margin-left:8px}.ask-anything-card .ai-input-wrapper .ai-model-selector{display:flex;align-items:center;gap:4px;font-weight:500;color:var(--text-primary);background:transparent;cursor:pointer;padding:4px 8px;border-radius:18px;border:1px solid var(--border-color)}.ask-anything-card .ai-input-wrapper .input-actions{display:flex;align-items:center;gap:4px}.ask-anything-card .ai-input-wrapper .input-actions button{color:var(--text-secondary);padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:transparent;border:transparent;cursor:pointer}.ask-anything-card .ai-input-wrapper .input-actions button:hover{color:#000}.ask-anything-card .suggestion-chips{display:flex;justify-content:center;gap:12px;margin-top:20px}.ask-anything-card .suggestion-chips button{background-color:var(--bg-secondary);border:1px solid var(--border-color);padding:8px 10px;border-radius:20px;font-size:14px;font-weight:500;color:#000;transition:all .2s ease}.ask-anything-card .suggestion-chips button:hover{background-color:var(--active-item-bg);color:var(--accent-primary);border-color:var(--accent-primary)}.employee-form .otherDetailPageSroll{overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 130px)!important;scroll-behavior:smooth}.employee-form .form_box_profile{height:calc(100vh - 100px)!important}.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}.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}.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}.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-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}.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}#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}.AttendanceCalendar_container{height:88vh;overflow:scroll;-ms-overflow-style:none;height:calc(100vh - 90px)!important;scroll-behavior:smooth}.AttendanceCalendar_container::-webkit-scrollbar{display:none}.attendance-popover{position:absolute;background:#fff;border:1px solid #e2e2e2;border-left:3px solid #5c2d91;border-radius:0 6px 6px 0;padding:10px 14px;font-size:13px;color:#333;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:280px;max-width:280px;text-align:left;display:flex;flex-direction:column;justify-content:flex-end;gap:16px}.empDashAtt .reportCalen .status-badge.present{background-color:#edf2fe99}.empDashAtt .status-badge{padding:3px 12px}.empDashAtt .reportCalen .status-badge.absent{background-color:#f7eded;color:#af4b4b}.empDashAtt .reportCalen .status-badge.absent .dot{background-color:#af4b4b}.empDashAtt .calendar-header-att{border-bottom:0}.empDashAtt .day_name_attendance{background-color:#fff;color:#2a2a2a;font-weight:400}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}.Status-badge-Skeleton{width:75px;height:22px;border-radius:14px;background-color:#e0e0e0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;animation:pulse 1.5s infinite}.Status-badge-Skeleton .Skeleton-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffffb3;margin-right:8px;animation:pulse 1.5s infinite}.Status-badge-Skeleton .Skeleton-text{width:60px;height:12px;background-color:#ffffffb3;border-radius:4px;animation:pulse 1.5s infinite}.Status-badge-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}.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}.top-header .header-right .menu-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 10px;font-size:14px;color:#111;border-radius:8px;background:transparent;border:none;cursor:pointer;border:1px solid #e8e8e8;box-shadow:0 1.54px 19.44px #00000014}.custom-dropdown .dropdown-trigger{justify-content:space-between;gap:0px;padding:9px;border:1px solid transparent!important;background-color:var(--bg-primary);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}.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;cursor:pointer}.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 - 90px)!important;scroll-behavior:smooth}.employee-form .otherDetailPageSroll::-webkit-scrollbar{display:none}.employee-form form{display:flex;flex-direction:column;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:#a448ee}.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:#f6edfd99;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:#f6edfd;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-save:disabled{cursor:not-allowed}.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;width:fit-content;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 .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:#9542d9}.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 .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 .Dcumnet_forms{width:620px}.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!important;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}.employee-form .form-actions-footer .btn-save.btnn.disabledBtn{cursor:not-allowed}.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}.jobDetailsMain .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:-15px}.jobDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group{gap:30px}.jobDetailsMain>div>div>div.dept-page-right-panel>div:nth-child(5)>div>div.dept-page-input-group:nth-child(7){align-items:flex-start}.jobDetailsMain .dept-page-input-group input:disabled,.jobDetailsMain .dept-page-input-group select:disabled,.jobDetailsMain .dept-page-input-group textarea:disabled{background-color:#fff}.jobDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn{border-radius:7px;padding:10px 11px}.jobDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{margin-top:3px}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .dept-page-icon-wrapper{display:flex}.jobDetailsMain>div>div>div.dept-page-right-panel>div:nth-child(5)>div>div:nth-child(3){min-width:140px;max-width:140px}.jobDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea{padding:12px 20px;box-sizing:border-box;border:1px solid var(--border-color);border-radius:6px;color:#000!important;height:140px;font-size:15px;font-weight:400;font-family:Inter;width:417px;scrollbar-width:none}.jobDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label{min-width:147px;max-width:147px}.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:#6750a4;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:#f6edfd;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}.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{display:flex;align-items:center;width:150px;gap:10px}.masterPopRow{display:flex;align-items:center;gap:10px}.masterPopRowLeftIcon{color:#a448ee;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}.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}.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}.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:#f6edfd;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}.dept-page-table-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:3px;margin-bottom:10px;margin-top:-10px!important}.dept-page-table-section h3{font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:-.5px;text-transform:capitalize;color:#000;padding:10px 30px}.dept-page-table-section .dept-page-table-wrapper{display:flex;flex-direction:column;animation:fadeIn .4s ease-in-out}.dept-page-table-section .dept-page-table-row{display:flex;align-items:center;border-bottom:1px solid var(--border-color);padding:12px 30px;transition:background .2s ease}.dept-page-table-section .dept-page-table-row:last-child{border-bottom:none}.dept-page-table-section .dept-page-table-row:hover{background:#fafafa}.dept-page-table-section .dept-page-table-row .dept-page-row-item{flex:1;font-weight:400;font-size:15px;line-height:100%;letter-spacing:0%;text-transform:capitalize;color:#141414}.dept-page-table-section .dept-page-table-row .phone_end_{text-align:end}.dept-page-table-section .dept-page-table-row .dept-page-row-profile{display:flex;align-items:center;gap:12px}.dept-page-table-section .dept-page-table-row .dept-page-row-project{flex:2}.dept-page-table-section .dept-page-table-row .dept-page-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover}.dept-page-table-section .dept-page-table-row .user-names{font-weight:400;font-size:15px;line-height:100%;letter-spacing:0%;text-transform:capitalize;color:#141414}.dept-page-table-section .dept-page-table-row .dept-page-status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:13px;font-weight:500;background-color:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.dept-page-table-section .dept-page-table-row .dept-page-status .dept-page-status-icon{color:#6b7280}.dept-page-table-section .dept-page-pagination{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280;padding:15px 30px;border-top:1px solid var(--border-color)}.dept-page-table-section .dept-page-pagination .dept-page-pagination-controls{display:flex;gap:8px}.dept-page-table-section .dept-page-pagination .dept-page-pagination-controls .dept-page-pagination-icon{cursor:pointer;color:#676767;padding:4px;border-radius:4px;transition:background .2s}.dept-page-table-section .dept-page-pagination .dept-page-pagination-controls .dept-page-pagination-icon:hover{color:#2a2929}.day{position:relative;display:flex;flex-direction:column}.day .day-body-center{flex-grow:1;display:flex;align-items:center;justify-content:center}.day .add-attendance-icon-center{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:#9542d9;cursor:pointer;margin-left:-50px;opacity:0;transition:opacity .2s ease-in-out}.day:hover .add-attendance-icon-center{opacity:1}.attendance-popover{position:absolute;z-index:1000;background-color:#fff;padding:20px;border-radius:12px;box-shadow:0 0 15px .1px #0000001a;display:flex;flex-direction:column;justify-content:flex-end;align-items:end;gap:16px}.attendance-popover .dept-page-action-btn{background-color:#23963b;color:#fff;border:none;padding:10px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-top:8px;font-size:12px;width:140px;height:34px;display:flex;align-items:center;justify-content:center}.attendance-popover .dept-page-action-btn:hover{background-color:#218838}.Manth_small_popup .dropdown-content{border:1px solid #e0e0e0;min-width:150px!important}.Manth_small_popup .small_label{width:120px}.attendanceDetailMain .monthLoader{height:28px;width:100px;display:flex;justify-content:center;border:1px solid #ccc}.attendanceDetailMain #svg_submit_loading{width:38px;height:30px;margin-top:-6px}.attendanceDetailMain .yearLoader{height:28px;width:63px;display:flex;justify-content:center;border:1px solid #ccc}.attendanceDetailMain .yearLoader #svg_submit_loading{width:38px;height:30px;margin-top:-6px}.attendanceDetailMain .status-badge.holiday{color:#da2626;padding:4px 23px}.attendanceDetailMain .day.holiday:hover .add-attendance-icon-center{display:none}.calendar.otherDetailPageSroll{overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 63px)!important;scroll-behavior:smooth}.calMain .form-group-date{display:flex;flex-direction:row;gap:2px;position:relative;align-items:center}.calMain .Manth_small_popup .small_label{width:110px}.calMain .form-group-date label{font-size:15px;font-weight:400;color:#1c1c1c}.calMain .attendance-popover{max-width:295px}.calMain .attendance-popover{border-left:0;border-radius:8px}.calMain .css-1dune0f-MuiInputBase-input-MuiOutlinedInput-input{height:.4375em}.calMain .status-badge.holiday .dot{background-color:#da2626}.status-badge.sick-leave,.status-badge.annual-leave,.status-badge.casual-leave{color:#954baf;background:#ffe4c48c}.sick-leave .dot,.annual-leave .dot,.casual-leave .dot{background:#954baf}.calMain .attendance-popover.showBdr{border-radius:0;border-left:3px solid #5c2d91}.detail-table-wrapper{overflow-x:auto;border-radius:3px 3px 0 0;scroll-behavior:smooth;border:1px solid var(--border-color);scrollbar-width:none;-ms-overflow-style:none}.detail-table-wrapper::-webkit-scrollbar{display:none;overscroll-behavior:smooth}.detail-table-wrapper .box_head{display:flex;border-bottom:1px solid var(--border-color);border-bottom:0;align-items:center;justify-content:space-between}.detail-table-wrapper .box_head h2{width:350px;font-weight:500;font-style:Medium;font-size:18px;leading-trim:NONE;line-height:25px;letter-spacing:-.5px;text-transform:capitalize;padding:19px}.detail-table-wrapper .toolbar_d{display:flex;justify-content:end;align-items:center;width:100%;gap:10px;padding:10px}.detail-table-wrapper .toolbar_d .border_box{border-radius:6px;display:flex;align-items:center}.detail-table-wrapper .toolbar_d .search-box{position:relative}.detail-table-wrapper .toolbar_d .search-box input{border:1px solid var(--border-color);border-radius:8px;padding:11px 16px 11px 40px;width:265px;font-size:14px}.detail-table-wrapper .toolbar_d .search-box input:hover{outline:1px solid #d5abf7}.detail-table-wrapper .toolbar_d .search-box input:focus{outline:1px solid #d5abf7;box-shadow:0 0 0 2px #d5abf743}.detail-table-wrapper .toolbar_d .search-box .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#48494c}.detail-table-wrapper .toolbar_d .toolbar-actions{display:flex;align-items:center;gap:12px}.detail-table-wrapper_none{overflow:visible}.detail_table_wrapper_B_none{border:none}.detail-table{width:100%;border-collapse:separate;border-spacing:0;background-color:var(--bg-primary);border-radius:3px;overflow:scroll}.detail-table thead{background-color:#f6f8f9;position:sticky;top:0}.detail-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)}.detail-table thead .status-badge{border-radius:0!important;background:transparent}.detail-table tbody{overflow:scroll}.detail-table tbody .employee-row{transition:background-color .2s,box-shadow .2s;cursor:pointer;padding:6px 0}.detail-table tbody .employee-row:hover{background-color:#fdfaff;box-shadow:var(--shadow-sm)}.detail-table tbody .employee-row td{vertical-align:middle;font-size:14px;font-weight:400;gap:10px}.detail-table tbody .employee-row td .blue{color:#3032b6!important}.detail-table tbody .employee-row td .purplle{color:#9542d9}.detail-table tbody .employee-row td .Semi_Bold{font-weight:500;font-size:15px}.detail-table tbody .employee-row td .Bold{font-weight:500!important}.detail-table tbody .employee-row td .date-range svg{color:#676767}.detail-table tbody .employee-row td .date-range .date-item{margin:5px 0;display:flex;align-items:center;gap:10px;font-family:Inter;font-weight:400;font-style:Regular;font-size:14px;leading-trim:NONE;line-height:21px;letter-spacing:0%;text-transform:capitalize}.detail-table tbody .employee-row td .date-range .blue{color:#3032b6!important}.detail-table tbody .employee-row td .info_img{display:flex;align-items:center;gap:10px}.detail-table tbody .employee-row td .info_img .avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.detail-table tbody .employee-row td .info_img .name{color:var(--text-primary);color:#9542d9}.detail-table tbody .employee-row td .department{color:#191919;font-size:14px;font-weight:400}.detail-table tbody .employee-row td .contact-info{max-width:250px;color:var(--text-secondary)}.detail-table tbody .employee-row td .contact-info div{display:flex;align-items:center;gap:8px;margin-bottom:4px}.detail-table tbody .employee-row td .contact-info div svg{overflow:visible}.detail-table tbody .employee-row td .contact-info div span{text-overflow:ellipsis;display:block;overflow:hidden}.detail-table tbody .employee-row td .contact-info .phone{color:#3032b6}.detail-table tbody .employee-row td .status-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 15px;height:32px;border-radius:9999px;font-size:13px;font-weight:500;border:1px solid var(--border-color-2);background:#f5f5f5;width:fit-content;color:#191919!important}.detail-table tbody .employee-row .td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-table tbody .detail_tr_row td{height:50px;border-bottom:1px dashed var(--border-color)}.LoadingList{pointer-events:none;cursor:default}.LoadingList td{position:relative;overflow:hidden}.LoadingList td svg,.LoadingList td .avatar{opacity:0}.LoadingList td .status-badge{opacity:0}.LoadingList td:nth-child(1) .loadingtd:before,.LoadingList td:nth-child(1) .loadingtdTOP:before,.LoadingList td:nth-child(1) .loadingtdBOTTOM:before,.LoadingList td:nth-child(1) .loadingtdbig:before{width:calc(100% - 40px);margin-left:10px}.LoadingList td:last-child.loadingtd:before,.LoadingList td:last-child.loadingtdTOP:before,.LoadingList td:last-child.loadingtdBOTTOM:before,.LoadingList td:last-child.loadingtdbig:before{width:calc(100% - 30px);margin-left:-10px}.LoadingList .loadingtd:before,.LoadingList .loadingtdShort:before,.LoadingList .loadingtdTOP:before,.LoadingList .loadingtdBOTTOM:before,.LoadingList .loadingtdsmall:before,.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}.LoadingList .loadingtdsmall:before{width:calc(100% - 90px);margin-left:35px}.LoadingList .loadingtdTOP:before{top:30%;height:20px;margin-bottom:3px}.LoadingList .loadingtdBOTTOM:before{top:68%;height:20px;margin-top:3px}.LoadingList .loadingtdShort:before{width:calc(100% - 100px);left:45%;transform:translate(-50%,-50%)}.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}.emp-t-5 tbody td:nth-child(1){min-width:160px;max-width:160px;padding-right:10px}.emp-t-5 tbody td:nth-child(4){min-width:150px;padding-right:10px;max-width:150px}.emp-t-5 tbody td:last-child{padding-left:10px;padding-right:15px}.emp-t-5 thead tr{border:1px solid red!important}.emp-t-5 thead th:nth-child(1){padding-right:10px}.emp-t-5 thead th:last-child{padding-left:10px;padding-right:15px}.emp-t-4 tbody td:nth-child(1){min-width:200px;max-width:200px;padding-right:10px}.emp-t-4 tbody td:nth-child(2){min-width:180px;max-width:180px;padding-right:10px}.emp-t-4 tbody td:nth-child(3){min-width:180px;max-width:180px;padding-right:10px}.emp-t-4 tbody td:last-child{padding-left:10px;padding-right:15px}.emp-t-4 thead th:nth-child(1){padding-right:10px}.emp-t-4 thead th:last-child{padding-left:10px;padding-right:15px}.leave-summary-card{min-width:760px;background-color:#fff;padding:24px;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:20px}.leave-summary-card .card-title{margin:0 0 20px;font-size:1.25rem;font-weight:600;color:#494949}.leave-row{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.leave-row:not(:last-child){margin-bottom:20px}.row-header{display:flex;align-items:center;width:180px;color:#555}.row-header .icon{font-size:1.2rem;margin-right:12px;color:#000}.row-header .row-title{font-weight:400;size:13px;color:#494949}.leaves-list{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.leave-badge{display:inline-flex;align-items:center;border:1px solid var(--border-color);border-radius:7px;padding:6px 14px;font-size:.875rem}.leave-badge .leave-count{font-weight:500;font-size:15px;margin-right:8px;color:#494949}.leave-badge .leave-type{color:#494949;font-size:13px;font-weight:500;font-family:Inter}.leave-summary-card .employee-row td .contact-infoyy{text-overflow:ellipsis;font-size:14px;font-weight:400;color:#191919}.leavesummPageSroll{overflow-x:scroll;height:calc(100vh - 120px)!important;scrollbar-width:none;-ms-overflow-style:none}.leavesummPageSroll::-webkit-scrollbar{display:none}.Hight_srolling{overflow:visible!important}.table_min_wrapper{min-height:470px;overflow:auto}:root{--bg-primary: #ffffff;--text-primary: #2a2a2a;--text-secondary: #6c757d;--border-color: #e9ecef;--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--rating-color: #884ec2;--expected-color: #B66DF1;--achieved-color: #E3C6FA;--tab-active-border: #884ec2}.performance-container{padding:15px 5px;overflow:auto;scroll-behavior:smooth}.card{background-color:var(--bg-primary);border-radius:7px;padding:24px;margin-bottom:2rem}.card_headers{padding:15px 25px;border-radius:7px;border:1px solid var(--border-color)}.card_headers h2{font-weight:400;font-style:Regular;font-size:18px;leading-trim:NONE;line-height:20px;letter-spacing:-.5px;text-transform:capitalize;margin-bottom:10px;color:#000}.performance-summary-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;align-items:center}.performance-summary-card .summary-item{display:flex;flex-direction:column}.performance-summary-card .summary-item label{font-size:13px;color:#2a2a2a;margin-bottom:8px;opacity:.7}.performance-summary-card .summary-item span{font-weight:500;font-style:Medium;font-size:16px;leading-trim:NONE;line-height:20.37px;letter-spacing:0%;color:#141414}.performance-summary-card .summary-item.rating .rating-text{font-weight:500;font-style:Medium;font-size:32px;leading-trim:NONE;line-height:32.35px;letter-spacing:-4%;background:linear-gradient(91.07deg,#400f6f .91%,#7b1dd5 99.59%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:32px!important;line-height:1}.performance-stats-card{border:1px solid var(--border-color);margin-top:20px}.performance-stats-card .stats-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px}.performance-stats-card .stats-header h2{font-weight:400;font-size:18px;leading-trim:NONE;line-height:20px;letter-spacing:-.5px;text-transform:capitalize;color:#000}.performance-stats-card .tabs-container{display:flex;gap:24px;border-bottom:1px solid var(--border-color);width:fit-content}.performance-stats-card .tabs-container .tab{background:none;border:none;cursor:pointer;padding:8px 4px;color:var(--text-secondary);border-bottom:2px solid transparent;transition:all .3s ease-in-out;font-weight:400;font-style:Medium;font-size:14px;leading-trim:NONE;line-height:18px;letter-spacing:-1%;width:105px;height:32px;border-radius:6px}.performance-stats-card .tabs-container .tab.active{color:#320b57;font-weight:500;background:#f6edfd;border-bottom-color:#8b2fe3;border-bottom:2px solid;box-shadow:1px 1px 1px .1px #8c2fe32e}.performance-stats-card .nav-controls{display:flex;align-items:center;gap:8px}.performance-stats-card .nav-controls .arrow-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-primary);cursor:pointer;color:var(--text-secondary)}.performance-stats-card .nav-controls .arrow-btn:hover{background-color:#f1f3f5}.performance-stats-card .nav-controls .date-select{border:1px solid var(--border-color);border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500}.performance-stats-card .stats-body{margin-top:24px;border:1px dashed var(--border-color);border-top:none}.performance-stats-card .stats-body .stats-title-row{display:flex;justify-content:space-between;padding:0 1rem;margin-bottom:1rem;padding:10px;border:1px solid var(--border-color)}.performance-stats-card .stats-body .stats-title-row h4{font-size:12px;color:var(--text-secondary);font-weight:600;letter-spacing:.5px}.performance-stats-card .stats-body .stats-title-row .statistics-title{flex-basis:60%}.performance-stats-card .competency-list .competency-row{display:flex;align-items:center;justify-content:space-between;padding:12px 1rem;border-bottom:1px dashed var(--border-color)}.performance-stats-card .competency-list .competency-row:last-child{border-bottom:none}.performance-stats-card .competency-list .competency-row .competency-name{flex-basis:40%;font-size:15px;color:var(--text-primary)}.performance-stats-card .competency-list .competency-row .chart-container{flex-basis:60%}.performance-stats-card .chart-legend{display:flex;justify-content:center;gap:24px;margin-top:24px;padding-top:16px}.performance-stats-card .chart-legend .legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary)}.performance-stats-card .chart-legend .legend-item .legend-color-box{width:24px;height:14px;border-radius:4px}.performance-stats-card .chart-legend .legend-item .legend-color-box.expected{background-color:var(--expected-color)}.performance-stats-card .chart-legend .legend-item .legend-color-box.achieved{background-color:var(--achieved-color)}.nav-controls{display:flex;align-items:center;gap:8px}.nav-controls .arrow-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-primary);cursor:pointer;color:var(--text-secondary);transition:background-color .2s}.nav-controls .arrow-btn:hover{background-color:#f1f3f5}.nav-controls .date-select-wrapper{position:relative}.nav-controls .date-select-btn{display:flex;align-items:center;gap:8px;background-color:transparent;border:1px solid var(--border-color);border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;cursor:pointer;color:var(--text-primary)}.nav-controls .date-select-btn:hover{background-color:#f1f3f5}.nav-controls .month-year-picker-dropdown{position:absolute;top:calc(100% + 5px);right:0;z-index:10;background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;box-shadow:var(--shadow-md);padding:8px;display:flex;gap:8px}.nav-controls .month-year-picker-dropdown select{border:1px solid var(--border-color);border-radius:6px;padding:6px;font-size:14px}.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 .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}.applicants-loader{display:flex;width:100%;gap:13px;padding:20px 27px;height:calc(100vh - 105px)}.one-actve{padding:0!important;height:100%!important}.sidebarS{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.sidebarS .title{margin:7px 0 6px;width:45%;height:18px}.sidebarS .option{margin-bottom:9px;width:70%;height:14px}.sidebarS .option.incWid{width:82%}.sidebarS .option.mt{margin-top:2px}.sidebarS .option.newopt{display:block}.sidebarS .stat{width:90%;height:25px;border-radius:10px}.sidebarS .stat.adSpace{margin-top:63px}.skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton.fullWid{width:90%;margin-bottom:0}.skeleton.inchight{height:18px}.skeleton.mt.inchight{margin-top:15px}.skeleton.lineS{height:12px}.skeleton.lineS.short{width:55%}.skeleton.lineS.medium{width:70%}.skeleton.lineS.long{width:100%;margin-left:6px}.skeleton.avatar{width:40px;height:40px;border-radius:50%;margin-right:8px}.skeleton.avatar-big{width:60px;height:60px;border-radius:50%}.skeleton.badge{height:32px;width:125px;border-radius:20px}.skeleton.badge.d_bloack{display:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.contentS{flex:1}.contentS.list-view{display:flex;flex-direction:column}.contentS.list-view .employee-table-wrapper{overflow:auto}.contentS.list-view .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}.contentS.list-view .employee-table th,.contentS.list-view .employee-table td{padding:10px 16px;text-align:left}.contentS.list-view .employee-table th{height:50px;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.contentS.list-view .employee-table tbody tr td{vertical-align:middle}.contentS.list-view .employee-table td{height:76px;border-bottom:1px solid var(--border-color)}.contentS.list-view .employee-table tbody{overflow:scroll}.contentS.list-view .employee-table .employee-cards{display:grid;grid-template-columns:200px 200px 240px 1.5fr;align-items:center;gap:59px;padding:17px 16px 17px 33px;border:1px solid #eee}.contentS.list-view .emp-a-4 tbody td:nth-child(1){min-width:240px;max-width:240px;padding-left:35px}.contentS.list-view .emp-a-4 tbody td:nth-child(2){min-width:200px;max-width:200px}.contentS.list-view .emp-a-4 tbody td:nth-child(3){min-width:250px;max-width:250px}.contentS.list-view .emp-a-4 tbody td:last-child{padding-right:35px}.contentS.list-view .emp-a-4 thead th:nth-child(1){padding-left:35px}.contentS.list-view .emp-a-4 thead th:last-child{padding-right:35px}.contentS.grid-view{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.contentS.grid-view .employee-cards{padding:20px;border:1px solid #eee;border-radius:12px;display:flex;flex-direction:column;align-items:center;gap:12px}.avatar{width:40px;height:40px;border-radius:50%}.lineS.long{width:75%;height:12px}.empnth1{min-width:240px;max-width:240px;display:flex;align-items:center}.jobListMain .avatar{display:none}.jobListMain .contentS.list-view .emp-t-4 tbody td:nth-child(1){min-width:225px;max-width:225px;padding-left:35px}.jobListMain .skeleton.lineS.short{width:70%}.jobListMain .sidebarS{gap:13px}.jobListMain .option.newopt{display:block;display:none}.jobListMain .sidebarS .stat.adSpace{margin-top:78px;height:17px}.jobListMain .skeleton.inchight{margin-bottom:6px;height:12px}.jobListMain aside>div:nth-child(10){margin-bottom:9px;height:12px}.jobListMain aside>div:nth-child(11){display:none}.app_List .applicants-loader>aside>div:nth-child(8),.app_List .applicants-loader>aside>div:nth-child(9),.app_List .applicants-loader>aside>div:nth-child(10),.app_List .applicants-loader>aside>div:nth-child(11),.app_List .applicants-loader>aside>div:nth-child(12),.app_List .applicants-loader>aside>div:nth-child(13){display:none}.app_List .sidebarS{gap:13px}.employeeHealthListMain .skeleton.avatar{display:none}.employeeHealthListMain aside div:nth-child(3),.employeeHealthListMain aside div:nth-child(4),.employeeHealthListMain aside div:nth-child(5),.employeeHealthListMain aside div:nth-child(6),.employeeHealthListMain aside div:nth-child(7),.employeeHealthListMain aside div:nth-child(8),.employeeHealthListMain aside div:nth-child(9),.employeeHealthListMain aside div:nth-child(10),.employeeHealthListMain aside div:nth-child(11),.employeeHealthListMain aside div:nth-child(12),.employeeHealthListMain aside div:nth-child(13){display:none}.employeeHealthDetailMain .dept-page-right-panel>div:nth-child(5) .form-grid-layout .dept-page-input-group.full-width,.employeeHealthDetailMain .dept-page-right-panel>div:nth-child(4) .dept-page-input-group.dept_uplod.document-container{align-items:flex-start}.checkBoxAnn{width:15px!important;min-width:auto!important;cursor:pointer!important;margin-left:3px!important}.checkBoxAnn:disabled{cursor:default!important}.shiftListMain aside div:nth-child(3),.shiftListMain aside div:nth-child(4),.shiftListMain aside div:nth-child(5),.shiftListMain aside div:nth-child(6),.shiftListMain aside div:nth-child(7),.shiftListMain aside div:nth-child(8),.shiftListMain aside div:nth-child(9),.shiftListMain aside div:nth-child(10),.shiftListMain aside div:nth-child(11),.shiftListMain aside div:nth-child(12),.shiftListMain aside div:nth-child(13){display:none}.form-group-date.form-group.grupdate2 svg{color:#a448ee}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group input{color:#000!important}.assignShiftMain aside div:nth-child(4),.assignShiftMain aside div:nth-child(5),.assignShiftMain aside div:nth-child(6),.assignShiftMain aside div:nth-child(7),.assignShiftMain aside div:nth-child(8),.assignShiftMain aside div:nth-child(9),.assignShiftMain aside div:nth-child(10),.assignShiftMain aside div:nth-child(11),.assignShiftMain aside div:nth-child(12),.assignShiftMain aside div:nth-child(13){display:none}.assignShiftMain .dropdown-content{min-width:413px}.assignShiftMain .form-group-dateIcon{color:#a448ee}.leaveTypeListMain aside div:nth-child(3),.leaveTypeListMain aside div:nth-child(4),.leaveTypeListMain aside div:nth-child(5),.leaveTypeListMain aside div:nth-child(6),.leaveTypeListMain aside div:nth-child(7),.leaveTypeListMain aside div:nth-child(8),.leaveTypeListMain aside div:nth-child(9),.leaveTypeListMain aside div:nth-child(10),.leaveTypeListMain aside div:nth-child(11),.leaveTypeListMain aside div:nth-child(12),.leaveTypeListMain aside div:nth-child(13){display:none}.leaveTypeListMain .skeleton.avatar{display:none}.leaveTypeDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label.redCol{color:#da4019}.leaveTypeDetailsMain .mandat{margin-left:0}.leaveTypeDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea{padding:10px 20px;font-size:15px;font-weight:500;font-family:Inter}.leaveTypeDetailsMain input:disabled,.leaveTypeDetailsMain textarea:disabled{background-color:#fff}.leaveTypeDetailsMain .status-dropdown .dropdown-trigger{padding:9px 12px}.leaveTypeDetailsMain .status-dropdown .dropdown-trigger:hover{border-color:#e0e0e0}.leaveTypeDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{margin-top:10px;text-transform:capitalize;font-weight:400}.leaveTypeDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section{margin-bottom:0}.travelListMain aside div:nth-child(4),.travelListMain aside div:nth-child(5),.travelListMain aside div:nth-child(6),.travelListMain aside div:nth-child(7),.travelListMain aside div:nth-child(8),.travelListMain aside div:nth-child(9),.travelListMain aside div:nth-child(10),.travelListMain aside div:nth-child(11),.travelListMain aside div:nth-child(12),.travelListMain aside div:nth-child(13){display:none}.employeeFilesListMain aside div:nth-child(3),.employeeFilesListMain aside div:nth-child(4),.employeeFilesListMain aside div:nth-child(5),.employeeFilesListMain aside div:nth-child(6),.employeeFilesListMain aside div:nth-child(7),.employeeFilesListMain aside div:nth-child(8),.employeeFilesListMain aside div:nth-child(9),.employeeFilesListMain aside div:nth-child(10),.employeeFilesListMain aside div:nth-child(11),.employeeFilesListMain aside div:nth-child(12),.employeeFilesListMain aside div:nth-child(13){display:none}.employeeFilesListMain .avatar{display:none}.organizationListMain aside div:nth-child(3),.organizationListMain aside div:nth-child(4),.organizationListMain aside div:nth-child(5),.organizationListMain aside div:nth-child(6),.organizationListMain aside div:nth-child(7),.organizationListMain aside div:nth-child(8),.organizationListMain aside div:nth-child(9),.organizationListMain aside div:nth-child(10),.organizationListMain aside div:nth-child(11),.organizationListMain aside div:nth-child(12),.organizationListMain aside div:nth-child(13){display:none}.organizationListMain .avatar{display:none}.performanceListMain aside div:nth-child(4),.performanceListMain aside div:nth-child(5),.performanceListMain aside div:nth-child(6),.performanceListMain aside div:nth-child(7),.performanceListMain aside div:nth-child(8),.performanceListMain aside div:nth-child(9),.performanceListMain aside div:nth-child(10),.performanceListMain aside div:nth-child(11),.performanceListMain aside div:nth-child(12),.performanceListMain aside div:nth-child(13){display:none}.ca_rd{border:none!important}.ca_rd .stats-title-row{margin-bottom:0!important}.ca_rd .competencies-title{min-width:180px}.ca_rd .meritDes_title{margin-left:90px}.performance_status_form{display:flex;align-items:center;justify-content:space-between!important;border-bottom:1px dashed var(--border-color);padding:10px;margin:0!important;width:625px}.performance_status_form .dropdown{max-width:260px}.performance_status_form .lable_ps{width:150px;max-width:150px}.performance_status_form .meritDes_{width:170px;margin-left:15px;font-size:14px}.content_3_row{display:flex;align-items:center;justify-content:space-between}.performance_status_form .dropdown{max-width:205px}.performanceDetailMain .statistics-title{margin-left:10px}.blackPhone{color:#141414}.leaveBalMain .Status-badge-Skeleton{height:30px;margin-top:4px}.leaveBalMain .employee-table tbody .employee-row{cursor:default}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main a svg{transform:rotate(270deg);color:#a448ee}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main a{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}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main a span{color:#a448ee}.leave-report-page .leave-dashboard-header .leave-top-header .header-right.export-button-main{border:none}.checkBody{display:flex;align-items:flex-start;padding:10px;gap:26px;width:100%}.reportCalen .status-badge.holiday .dot{background-color:#da2626!important}.employee-form .form_box.w_100{width:100%}.attendance-popover.showBdr{border-radius:0;border-left:3px solid #5c2d91}.employee-attrition-page{padding:24px}.employee-attrition-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.employee-attrition-title{font-size:26px;font-weight:500;color:#1c1c1c}.chart-section{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-title-container{display:flex;flex-direction:column}.chart-title{font-size:20px;font-weight:500;color:#0f0f0f}.legend-container{display:flex;gap:20px;margin-top:8px}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.legend-dot{width:10px;height:10px;border-radius:50%}.present-dot{background-color:#496dee}.absent-dot{background-color:#f6edfd}.chart-actions{display:flex;align-items:center;gap:10px}.chart-nav-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer}.date-range-display{font-size:14px;font-weight:500;color:#374151}.tooltip{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:16px;color:#1f2937;border:1px solid #E5E7EB}.tooltip-title{font-size:14px;font-weight:500;color:#6b7280;margin-bottom:12px}.tooltip-item{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500;color:#1f2937}.tooltip-item:first-of-type{margin-bottom:8px}.tooltip-dot{width:12px;height:12px;border-radius:50%}.perfromanceCal.calendar-header-att{padding-bottom:0;border-bottom:0}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main{margin-top:-20px;text-decoration:none;display:flex;align-items:center;justify-content:center;background:#fff;width:114px;height:40px;border-radius:8px}.appraisal-history{border:1px solid var(--border-color);border:1px solid #e0e0e0;border-radius:8px;padding:20px;background-color:#fff;height:400px;max-width:700px}.appraisal-history .table-header{display:flex;align-items:center;justify-content:space-between}.appraisal-history .table-header .filters{display:flex;align-items:center;justify-content:center;gap:10px}.appraisal-history .table-header h2{font-weight:500;font-style:Medium;font-size:20px;line-height:160%;letter-spacing:.15px;text-transform:uppercase;color:#32475cde}.appraisal-history .table-header .filter-item{border:1px solid var(--border-color);border-radius:6px}.daily-attendance-chart .chart-content{display:flex;align-items:center;justify-content:space-between;gap:24px}.daily-attendance-chart .chart-content .legend-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;width:170px}.daily-attendance-chart .chart-content .legend-list .legend-item{display:flex;align-items:center;gap:8px}.daily-attendance-chart .chart-content .legend-list .legend-item .legend-dot{width:12px;height:12px;border-radius:50%}.daily-attendance-chart .chart-content .legend-list .legend-item .legend-label{font-size:14px;color:#333}.daily-attendance-chart .chart-content .chart-wrapper{flex-grow:1;height:300px;display:flex;justify-content:center;align-items:center}.orgDailyAttMain .appraisal-history{max-width:750px}.dailyAttRepCal .dropdown-panel{left:0;right:auto}.dailyAttRepCal .calendar-header-att{margin-bottom:0;padding:10px 0}.dailyAttRepCal .leave-report-page .leave-report-page{padding:24px 0}.dailyAttRepCal .custom-dropdown{margin-right:20px}.dailyAttRepCal ul.dropdown-menu li{font-size:14px}.dailyAttRepCal .filter-bar .dropdown-menu{min-width:236px}.dailyAttRepCal .custom-dropdown .dropdown-panel{min-width:300px}.table-header{display:flex;align-items:center;justify-content:space-between}.table-header .filters{display:flex;align-items:center;justify-content:center;gap:10px}.table-header h2{font-weight:500;font-style:Medium;font-size:20px;line-height:160%;letter-spacing:.15px;text-transform:uppercase;color:#32475cde}.table-header .filter-item{border:1px solid var(--border-color);border-radius:6px}.box-chart-container{border:1px solid var(--border-color);padding:20px;border-radius:8px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard-header h1{font-size:24px;font-weight:700}.dashboard-header .export-section{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 16px;border:1px solid #ddd;border-radius:5px;background-color:#fff}.dashboard-header .export-section:hover{background-color:#f5f5f5}.overview-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:20px}.overview-cards .card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 4px 6px #0000001a}.overview-cards .card .card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.overview-cards .card .card-title{font-size:14px;color:#777}.overview-cards .card .card-icon{color:#999}.overview-cards .card .card-value{font-size:32px;font-weight:700;margin-bottom:10px}.overview-cards .card .card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#555}.overview-cards .card .trend{display:flex;align-items:center;gap:5px;color:#28a745}.dashboard-charts-row{display:grid;grid-template-columns:1fr;gap:20px}.dashboard-charts-row-bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.chart-card{background:#fff;border-radius:8px;padding:20px;border:1px solid var(--border-color)}.chart-card .chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.chart-card .chart-header h2{font-size:20px;font-weight:500;margin:0 0 10px;color:#32475cde}.chart-card .chart-header .chart-filters{display:flex;align-items:center;gap:10px}.chart-card .chart-header .filter-dropdown{border-radius:6px;border:1px solid #ccc}.gender-chart-card .legend-items{display:flex;gap:20px}.gender-chart-card .legend-items .legend-item{display:flex;align-items:center;gap:5px;font-size:14px}.gender-chart-card .legend-items .legend-item .legend-color{width:10px;height:10px;border-radius:50%}.gender-chart-card .legend-items .legend-item .male{background-color:#4c00bf}.gender-chart-card .legend-items .legend-item .female{background-color:#6bbf16}.designation-card .recharts-wrapper text{font-size:14px;text-align:left!important;fill:#2a2a2ae5}.designation-card .recharts-tooltip-cursor{fill:#f0f2f5}.age-group-card{text-align:center}.age-group-card .recharts-pie-label{fill:#fff;font-weight:700;text-shadow:1px 1px 2px #333}.age-group-card .age-group-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:20px}.age-group-card .age-group-legend .legend-item{display:flex;align-items:center;gap:5px;font-size:14px}.age-group-card .age-group-legend .legend-item .legend-color{width:12px;height:12px;border-radius:3px}.custom-tooltip{background-color:#fff;border:1px solid #ccc;padding:10px;border-radius:5px}.custom-tooltip .label{font-weight:700}.custom-tooltip .desc{margin-top:5px}.orgChartMain .dropdown{width:80px}.orgChartMain .dropdown .dropdown-button #toggle_selectIcon{display:none}.orgDashboardMain .Status-badge-Skeleton{height:30px;margin-top:4px}.approvedHeadWrapper{display:flex;align-items:flex-start;justify-content:space-between}.approvalHeadRight{display:flex;gap:16px}.approvalHeadRight button.approvedBtn,.approvalHeadRight button.declined{display:flex;align-items:center;gap:6px;background:#fff;border-radius:50px;padding:8px;cursor:pointer;transition:all .2s;font-size:16px;font-weight:500}.performanceDetailMainHead .dropdown-trigger.status_dropdown{cursor:default}.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}.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}.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}.usersListMain .switch{position:relative;display:inline-block;width:42px;height:26px}.usersListMain .switch input{opacity:0;width:0;height:0}.usersListMain .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border:2px solid #79747E}.usersListMain .slider.round{border-radius:34px}.usersListMain .slider.round:before{border-radius:50%}.usersListMain .slider:before{position:absolute;content:"";height:13px;width:13px;left:5px;bottom:4.8px;background-color:#79747e;-webkit-transition:.4s;transition:.4s}.address-container{display:flex;align-items:center;gap:9px}.usersListMain .switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px);background:#fff;bottom:6.3px;left:2px}.usersListMain input:checked+.slider{background-color:#007aff;border:none}.usersListMain thead{z-index:2}.usersListMain .top-header .header-left h1{font-size:26px;font-weight:500;color:#1c1c1c}.usersListMain .dashboard-sticky-header{padding:14px 24px 14px 30px}.usersListMain .top-header .header-left{margin-left:0}.usersListMain .toolbar{padding:0}.usersListMain .custom-dropdown .dropdown-trigger{padding:9px 14px}.usersListMain .top-header .header-right .add-employee-btn{width:48px}.userListDet .name{font-size:16px;font-weight:500}.userListDet .emailS{font-size:14px;font-weight:400!important;color:#979797!important;overflow:hidden;text-overflow:ellipsis;max-width:177px}.usersListMain .emp-t-4 tbody td:nth-child(1){min-width:280px;max-width:280px;padding-left:35px}.usersListMain .role{font-size:15px;font-weight:500;color:#191919}.usersListMain .address-container p{font-size:15px;font-weight:400;color:#191919}.usersListMain .employee-table tbody .employee-row td .status-badge{width:131px;font-size:14px}.usersListMain .sidebarS div{display:none}.usersListMain .sidebarS div:nth-child(1),.usersListMain .sidebarS div:nth-child(2){display:block}.policy-container .policy-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding-bottom:1rem;margin-bottom:1.5rem}.policy-container .policy-body p strong{font-weight:700}.policy-container .policy-body li strong{font-weight:700;font-size:17px}.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)}.p-dialog-mask.p-component-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0006}.popup-editor-dialog{box-shadow:0 4px 20px #0003;border-radius:8px}.popup-editor-dialog .p-dialog{background:#fff}.popup-editor-dialog .p-dialog-header{background:#fff;border-top-left-radius:8px;border-top-right-radius:8px;padding:1rem 1.5rem;border-bottom:none}.popup-editor-dialog .p-dialog-header .p-dialog-header-icon.p-dialog-header-close .pi-times:before{content:"Close";font-family:inherit;font-size:.9rem;font-weight:500;color:#777;margin-right:.5rem}.popup-editor-dialog .p-dialog-header .p-dialog-header-icon.p-dialog-header-close:hover{background:none;color:#333}.popup-editor-dialog .p-dialog-content{padding:0;border:none}.popup-editor-dialog .p-editor-container .p-editor-toolbar{background-color:#fff;border-top:1px solid #dee2e6;border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;border-bottom:1px solid #dee2e6}.popup-editor-dialog .p-editor-container .p-editor-content{border-left:1px solid #dee2e6;border-right:1px solid #dee2e6;padding:1.5rem;line-height:1.5}.popup-editor-dialog .p-dialog-footer{padding:1rem 1.5rem;background-color:#eaf7ed;border-top:1px solid #dee2e6;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-align:right;display:flex;justify-content:flex-end;align-items:center}.popup-editor-dialog .p-dialog-footer .p-button-primary{width:120px;background-color:#4caf50;border:1px solid #4CAF50;color:#fff;border-radius:8px;padding:.75rem 1.25rem;font-weight:500;transition:background-color .2s;font-size:14px;line-height:1;height:40px;display:inline-flex;align-items:center;justify-content:center}.popup-editor-dialog .p-dialog-footer .p-button-primary:hover,.popup-editor-dialog .p-dialog-footer .p-button-primary:focus{background-color:#409343;border-color:#409343}.settingDepartmentListMain .sidebarS{display:none}.settingDepartmentListMain .employee-table-wrapper{max-height:calc(100vh - 163px)}.settingDepartmentListMain .applicants-loader{padding:0}.settingDepartmentListMain .employee-table tbody .employee-row{cursor:default}.settingWorkLocListMain .employee-table-wrapper{max-height:calc(100vh - 163px)}.settingWorkLocListMain .applicants-loader{padding:0}.settingWorkLocListMain .employee-table tbody .employee-row{cursor:default}.LeaveDetailsMain .form_page_ .top-bar{padding:12px 16px 16px;font-size:24px;font-weight:400;color:#000}.LeaveDetailsMain .policy-title h2{font-size:24px;color:#1c1c1c;font-weight:500}.LeaveDetailsMain .policy-container .edit-policy-btn{border:1.5px solid #a448ee;color:#1c1c1c;font-size:14px;padding:.5rem .7rem;font-family:Inter}.LeaveDetailsMain .policy-container .policy-header{padding-bottom:2rem}.LeaveDetailsMain .employee-form{grid-template-columns:195px 1fr;gap:17px}.LeaveDetailsMain .employee-form .employee_form_header{width:100%}.LeaveDetailsMain .navbar-container{padding:0}.LeaveDetailsMain .policy-body h3{font-size:17px;font-weight:500;color:#1c1c1c;line-height:1}.LeaveDetailsMain .policy-body p{color:#1c1c1c;padding-bottom:25px}.workCalTextUpper{font-size:24px;font-weight:500;line-height:1.5;color:#000;padding-bottom:6px}.workCalTextBottom{font-size:16px;font-weight:400;color:#676767;max-width:545px;line-height:1.5;text-transform:capitalize;padding-bottom:25px}.workCalTextMain{border-bottom:1px solid #e8e8e8;margin-bottom:35px}.LeaveDetailsMain .navbar-container{max-width:195px;min-width:195px}.settingLeaveDetailMain{overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none;height:calc(100vh - 140px)!important;scroll-behavior:smooth}.LeaveDetailsMain button.status-badge{font-size:13px;font-weight:500;font-family:INTER;background:#edf2fe66}.LeaveDetailsMain .status-badge.work-day{color:#4976f4;font-size:11.5px}.LeaveDetailsMain .status-badge.work-day .dot{background:#4976f4}.LeaveDetailsMain .status-badge.holiday{color:#da4019}.LeaveDetailsMain .status-badge.holiday .dot{background-color:#da4019}.LeaveDetailsMain .calendar-header-att .header-controls h2{font-size:20px}.LeaveDetailsMain .status-dropdown_at{right:8px}.policy-body h3 strong{font-weight:700}.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)}.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}.performancePolicyHead{font-size:24px;font-weight:400;color:#000;line-height:32px;margin-bottom:20px}.performancePolicyBody .policy-body h3{font-size:17px;font-weight:500;color:#1c1c1c;font-family:Inter;padding-bottom:2px}.performanceDetailsMain .policy-container .policy-body p strong{font-weight:700}.travelPolicyHead{font-size:24px;font-weight:400;color:#000;line-height:32px;margin-bottom:20px}.settingShiftListMain .headerUpper{display:block}.settingShiftListMain .headerUpper .header-left{display:block;border-bottom:1px solid #E8E8E8}.settingShiftListMain .headerUpper .headerTopH1{display:block;padding-bottom:10px;padding-top:10px}.settingShiftListMain .headerUpper .headerTextBottom{padding-bottom:36px}.settingShiftListMain .add-dp-org-btn{height:auto;width:auto;padding:10px 16px}.settingShiftListMain .decTabHeight{max-height:calc(100vh - 340px)}.AdminDashboard{height:calc(100vh - 20px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.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-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:var(--accent-primary);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:var(--accent-primary);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.part-time:before{background-color:#cd8eff}.employees-card .chart-legend .legend-item.contract:before{background-color:#e5c4ff}.employees-card .chart-legend .legend-item.trainee:before{background-color:#d9d9d9}.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.opacity_1:before{background-color:#9824f6;opacity:1}.legend-item.opacity_2:before{background-color:#9824f6;opacity:.8}.legend-item.opacity_3:before{background-color:#9824f6;opacity:.6}.legend-item.opacity_4:before{background-color:#9824f6;opacity:.4}.legend-item.opacity_5:before{background-color:#9824f6;opacity:.2}.legend-item.opacity_6:before{background-color:#9824f6;opacity:.2}.legend-item.opacity_7:before{background-color:#9824f6;opacity:.2}.legend-item.opacity_8:before{background-color:#9824f6;opacity:.2}.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}.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}: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}}.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%)}.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 var(--border-color);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}.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{height:75.1vh;overflow: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-7 tbody td:nth-child(1){min-width:180px;max-width:180px;padding-left:30px}.emp-t-7 tbody td:nth-child(2){min-width:150px;max-width:150px}.emp-t-7 tbody td:nth-child(3){min-width:150px;max-width:150px}.emp-t-7 tbody td:nth-child(4){min-width:150px;max-width:150px}.emp-t-7 tbody td:nth-child(5){min-width:150px;max-width:150px}.emp-t-7 tbody td:last-child{padding-right:30px}.emp-t-7 thead th:nth-child(1){padding-left:30px}.emp-t-7 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}.userDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section{padding:0 10px 16px;margin-bottom:5px}.userDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn{padding:10px 11px;border-radius:7px}.userDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn:hover{background-color:#e8e8e8}.userDetailsMain .dept-page-edit-btn svg{stroke-width:1.3}.userDetailsMain .status-dropdown .status-label.active{color:#23963b}.userDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{font-size:13px;font-weight:400;margin-top:8px}.userDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label.redCol,.redCol{color:#da4019}.mandat{margin-left:-4px}.userDetailsMain .action-buttons{flex-direction:column}.userDetailsMain input:disabled{background-color:#fff}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn{border-radius:6px;padding:10px 11px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel{padding:22px 30px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section{padding:0 16px 16px;margin-bottom:0}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-edit-btn{padding:10px 11px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{text-transform:capitalize;font-size:13px;color:#a448ee}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section h3{margin-bottom:3px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group .dept-page-icon-wrapper{display:flex;margin-right:0}.announcementDetailsMain input:disabled,.announcementDetailsMain textarea:disabled{background:#fff}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group{gap:13px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label{width:125px;min-width:125px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea{padding:12px 20px;box-sizing:border-box;border:1px solid var(--border-color);border-radius:6px;color:#1c1c1c!important;height:130px;font-size:15px;font-weight:400;font-family:Inter;width:417px}.announcementDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label.redCol{color:#da4019}.announcementDetailsMain .redCol span{padding-left:1px}.announcementDetailsMain .form-group-date label svg{color:#676767}.announcementDetailsMain .title__show__d{padding:0 10px;color:#1c1c1c;font-size:16px;font-weight:500;font-family:Inter}.announcementDetailsMain .status-dropdown .status-label{font-size:16px;font-weight:600}.holidayListMain aside div:nth-child(5),.holidayListMain aside div:nth-child(6),.holidayListMain aside div:nth-child(7),.holidayListMain aside div:nth-child(8),.holidayListMain aside div:nth-child(9),.holidayListMain aside div:nth-child(10),.holidayListMain aside div:nth-child(11),.holidayListMain aside div:nth-child(12),.holidayListMain aside div:nth-child(13){display:none}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group textarea{height:130px;font-size:15px;font-weight:400;color:#000;padding:10px 22px;line-height:21px;font-family:Inter}.holidayDetailsMain .mandat{margin-left:0}.holidayDetailsMain .grupdate2 svg{color:#a448ee;stroke-width:1.5}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-subtitle{font-size:13px;color:#a448ee;font-weight:400;margin-top:8px;margin-bottom:15px}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-cover-section{margin-bottom:0}.holidayDetailsMain .title__show__d{font-size:16px;font-weight:500;color:#141414;padding:0 10px;line-height:21px;font-family:Inter}.holidayDetailsMain>div.dept-page-container>div>div.dept-page-right-panel>div.dept-page-basic-info-section>div:nth-child(6){align-items:flex-start}.holidayDetailsMain>div.dept-page-container>div>div.dept-page-right-panel>div.dept-page-basic-info-section>div:nth-child(6) .dept-page-icon-wrapper,.holidayDetailsMain>div.dept-page-container>div>div.dept-page-right-panel>div.dept-page-basic-info-section>div:nth-child(6) label{padding-top:10px}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group{margin-bottom:14px}.holidayDetailsMain .dept-page-input-group input:disabled,.holidayDetailsMain .dept-page-input-group textarea:disabled{background-color:#fff}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section .dept-page-input-group label.redCol{color:#da4019}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn{padding:12px 68px}.holidayDetailsMain .dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-action-btn.resizeBtn{padding:12px 56px}.holidayDetailsMain .disableBackground input,.holidayDetailsMain .disableBackground .popHoloday,.holidayDetailsMain .disableBackground textarea{background-color:#f5f5f5}.leaveListMain aside div:nth-child(4),.leaveListMain aside div:nth-child(5),.leaveListMain aside div:nth-child(6),.leaveListMain aside div:nth-child(7),.leaveListMain aside div:nth-child(8),.leaveListMain aside div:nth-child(9),.leaveListMain aside div:nth-child(10),.leaveListMain aside div:nth-child(11),.leaveListMain aside div:nth-child(12),.leaveListMain aside div:nth-child(13){display:none}.detWrapper{display:flex;align-items:flex-start}.leavedropSide .filters-sidebar .clearBTN{height:30px}.consumed-leave-card{display:flex;flex-direction:column;align-items:center;padding:.6rem 0;gap:1.2rem;color:#2c2c2c}.consumed-leave-card h4{font-size:.95rem;font-weight:600;margin:0}.consumed-leave-card .consumed-leave-main{align-items:center;gap:1.8rem}.consumed-leave-card .leave-circle{position:relative;width:100px;height:100px;margin-bottom:25px}.consumed-leave-card .leave-circle .ring-bg{fill:none;stroke:#d3d3d3;stroke-width:12}.consumed-leave-card .leave-circle .ring-progress{fill:none;stroke:#a448ee;stroke-width:12;stroke-linecap:round;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .4s ease}.consumed-leave-card .leave-circle .circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.consumed-leave-card .leave-circle .circle-text h3{font-size:1.2rem;margin:0;color:#2c2c2c}.consumed-leave-card .leave-circle .circle-text p{font-size:.9rem;margin:0;color:#999}.consumed-leave-card .leave-bars{display:flex;gap:1.6rem;align-items:flex-end}.consumed-leave-card .leave-bars .bar-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.consumed-leave-card .leave-bars .bar-item .bar{width:8px;height:120px;background:#d3d3d3;border-radius:12px;overflow:hidden;display:flex;align-items:flex-end}.consumed-leave-card .leave-bars .bar-item .bar .bar-fill{width:100%;background:#a448ee;border-radius:12px;transition:height .5s ease}.consumed-leave-card .leave-bars .bar-item .bar-count{font-size:.85rem;font-weight:600;color:#2c2c2c;transform:rotate(90deg)}.consumed-leave-card .leave-bars .bar-item .bar-total{font-size:.7rem;color:#999;transform:rotate(90deg)}.consumed-leave-card .leave-bars .bar-item .bar-type{font-size:.85rem;font-weight:500;margin-top:.2rem}.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}.dept-page-container .dept-page-content-wrapper .dept-page-right-panel .dept-page-basic-info-section_2.w_100{width:100%}.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}.cardIcon svg{stroke-width:1}.cardBodyWrapper .cardText{font-size:18px;font-weight:500;color:#2a2a2a}.cardText2{font-size:13px;font-weight:400;color:#676767;padding-top:5px;text-transform:capitalize}.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}.leave-report-page{height:calc(100vh - 60px);padding:24px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.leave-report-page .leave-dashboard-header .leave-top-header{display:flex;align-items:center;justify-content:space-between}.leave-report-page .leave-dashboard-header .leave-top-header .header-left{margin-bottom:15px}.leave-report-page .leave-dashboard-header .leave-top-header .header-left h1{font-weight:500;font-style:Medium;font-size:24px;leading-trim:NONE;line-height:32px;letter-spacing:-.8px;text-transform:capitalize;color:#000}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main{margin-top:-20px;text-decoration:none;display:flex;align-items:center;justify-content:center;background:#fff;width:114px;height:40px;border:1px solid var(--border-color);border-radius:8px}.leave-report-page .leave-dashboard-header .leave-top-header .export-button-main a{color:#1c1c1c;text-decoration:none;display:flex;gap:5px;align-items:center}.overview-card-container{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px}.overview-card-container .overview-card{background-color:#f6f8f9;border:1px solid var(--border-color);border-radius:12px;display:flex;flex-direction:column;width:25%;overflow:hidden}.overview-card-container .overview-card .overview-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:5px 20px 0}.overview-card-container .overview-card .overview-card-header .left_side_title .overview-card-title{font-size:12px;font-weight:500;color:#1c1c1c;opacity:.7}.overview-card-container .overview-card .overview-card-header .left_side_title .overview-card-value{font-size:28px;font-weight:600;color:#1f2937;margin-bottom:5px}.overview-card-container .overview-card .overview-card-header .overview-card-icon{background-color:#fff;padding:6px;display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:6px;margin-right:5px}.overview-card-container .overview-card .overview-card-header .overview-card-icon svg{color:#769000;font-size:24px}.overview-card-container .overview-card .overview-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px 20px;background-color:#fff}.overview-card-container .overview-card .overview-card-footer .overview-card-footer-text{opacity:.7;font-weight:500;font-size:12px}.overview-card-container .overview-card .overview-card-footer .dreadUpbox{background:#f8f9fa;border-radius:100px;padding:5px;display:flex;gap:5px}.overview-card-container .overview-card .overview-card-footer .dreadUpbox svg{color:#141b34}.overview-card-container .overview-card .overview-card-footer .dreadUpbox .overview-card-footer-text{opacity:.7}.overview-card-container .overview-card .overview-card-footer .dreadUpbox .overview-card-footer-text:first-of-type{color:#2a2a2a}.overview-card-container .overview-card .overview-card-footer .dreadUpbox .overview-card-footer-text:last-of-type{color:#2a2a2a;font-weight:500}.employee-table tbody .employee-row.decTablHeight td{height:50px}.leaveTrackerMain .Status-badge-Skeleton{height:30px;margin-top:4px}.finYearData{font-size:14px;margin-right:20px;color:#a448ee;font-family:INTER;font-weight:600}.filter-bar{margin-bottom:14px;display:flex;gap:16px;align-items:center}.filter-bar .filter-item{position:relative;display:flex;align-items:center;padding:8px 12px;height:41px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease}.filter-bar .filter-item:hover{border-color:silver}.filter-bar .filter-item.employee-filter{gap:8px;min-width:180px}.filter-bar .filter-item.employee-filter .avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.filter-bar .dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10;padding:8px;width:100%;min-width:200px;list-style:none}.filter-bar .dropdown-menu li{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.filter-bar .dropdown-menu li:hover{background-color:#f5f5f5}.filter-bar .dropdown-menu li .avatar{width:28px;height:28px}.filter-bar .date-navigation{display:flex;align-items:center;gap:16px;flex-shrink:0}.filter-bar .date_left_filter{display:flex;align-items:center;gap:10px;justify-content:space-between}.filter-bar .date_left_filter .date-filter__button{margin-top:4px}.filter-bar .date_left_filter .date-filter__button .dateIcon{border:1px solid red!important;cursor:pointer!important}.filter-bar .selected-date-display{font-weight:500;font-size:14px;color:#333}.filter_bar{display:flex;align-items:center;justify-content:space-between}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 16px}.chart-header .tabs-container{display:flex;align-items:center;gap:8px;border-radius:8px;padding:4px}.chart-header .tabs-container .tab{padding:8px 16px;font-size:14px;font-weight:400;border:none;background-color:transparent;cursor:pointer;border-radius:6px;transition:all .3s ease;color:#555}.chart-header .tabs-container .tab.active{background:#f6edfd;color:#000}.chart-header .overall-rating-box{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;border:1px solid #e0e0e0}.chart-header .overall-rating-box .overall-rating-label{font-size:12px;font-weight:400;color:#2a2a2a}.chart-header .overall-rating-box .overall-rating-value{font-size:16px;font-weight:500;background:linear-gradient(181.69deg,#400f6f 19.63%,#7b1dd5 98.54%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lables_chart{display:flex;align-items:center;justify-content:center;margin:25px 0 0}.checkDetCard{height:141px;max-width:254px;background:#fff;border-left:1px solid #400F6F;box-shadow:0 0 14px #00000014;border-top-right-radius:6px;border-bottom-right-radius:6px}.checkHeader{font-size:13px;color:#2a2a2a;font-weight:500;font-family:Inter;line-height:-1%;padding:10px 0;border-bottom:1px solid #F2F2F2;margin:0 10px}.checkBody{display:flex;align-items:flex-start;padding:10px;gap:26px}.checkTime{font-size:17px;font-weight:400;color:#45237f;line-height:17.73px}.checkText{font-size:11px;font-weight:400;color:#2a2a2a;line-height:11.08px;padding-bottom:4px}.checkInTime{padding-bottom:14px}.reportCalen .nav-arrow button{border:none;background:none;cursor:pointer}.reportCalen .arrow_l_r.nav-arrow{padding:10px;gap:8px;border-radius:10px;height:auto;width:auto;align-items:unset;letter-spacing:.5px}.reportCalen .calendar-header-att .nav-arrow:hover{background-color:#fff}.reportCalen .status-badge.present{background-color:#edf2fe66;color:#4976f4}.reportCalen .status-badge{font-size:13px}.reportCalen .status-badge.absent .dot{background-color:#989e03}.reportCalen .status-badge.absent{background-color:#edf2fe66;color:#989e03}.attendanceValues .status-badge.holiday{color:#da2626}.attendanceValues .status-badge.holiday .dot{background-color:#da2626}.reportCalen .status-badge.holiday{background-color:#edf2fe66;color:#da2626}.attendanceValues{display:flex;justify-content:center;align-items:center;padding:40px 0;gap:18px}.attendanceValues .status-badge{background:#fff;border:1px solid #E7E7E7;border-radius:5px;padding:8px 14px}.attendanceValues .status-badge.absent{color:#989e03}.attendanceValues .status-badge.absent .dot{background-color:#989e03}.leaveReportSummaryMain .day.sick-leave{background:#4976f4;color:#f2f2f2}.leaveReportSummaryMain .day.sick-leave span.day-number{color:#f2f2f2}.leaveReportSummaryMain .status-badge.sick-leave{color:#4976f4;font-weight:500;font-size:11.7px;font-family:Inter}.leaveReportSummaryMain .status-badge.sick-leave .dot{background-color:#4976f4}.leaveReportSummaryMain .day.casual-leave{background:#b1ab1d;color:#f2f2f2}.leaveReportSummaryMain .day.casual-leave span.day-number,.leaveReportSummaryMain .day.annual-leave span.day-number{color:#f2f2f2}.leaveReportSummaryMain .day-footer .status-container .status-badge{color:#4976f4;font-weight:500;font-size:11.7px;font-family:Inter}.leaveReportSummaryMain .day-footer .status-container .status-badge .dot{background-color:#4976f4}.leaveReportSummaryMain .day.annual-leave{background:#954baf;color:#f2f2f2}.leaveReportSummaryMain .day-footer .status-container .status-badge.holiday{background-color:#edf2fe66;color:#da2626}.leaveReportSummaryMain .attendanceValues .status-badge .dot{background-color:#4976f4}.leaveReportSummaryMain .attendanceValues .annual-leave{color:#954baf}.leaveReportSummaryMain .attendanceValues .casual-leave{color:#b1ab1d}.leaveReportSummaryMain .attendanceValues .status-badge.annual-leave .dot{background-color:#954baf}.leaveReportSummaryMain .attendanceValues .status-badge.casual-leave .dot{background-color:#b1ab1d}.leaveReportSummaryMain .attendanceValues .status-badge.holiday{color:#da2626}.leaveReportSummaryMain .attendanceValues .status-badge.holiday .dot{background-color:#da2626}.leaveReportSummaryMain .leaveReportSummaryMain .status-badge.sick-leave,.leaveReportSummaryMain .attendanceValues .status-badge{font-size:16px;font-weight:400}.leaveReportSummaryMain .day .weekly-off-text{font-size:11.7px;color:#2a2a2a;font-weight:400}.leaveReportSummaryMain .attendanceValues{padding:24px 0 0}.leaveReportSummaryMain .status-badge{cursor:default}.leaveReportSummaryMain .calendar-header-att .nav-arrow:disabled{background-color:#8f818136;cursor:default}.leaveReportSummaryMain .reportCalen .calendar-header-att .nav-arrow:disabled:hover{background-color:#8f818136}.leaveReportSummaryMain .calendar-header-att .month-year-picker-dropdown select{cursor:pointer}.calendar{width:100%;margin:0 auto;border-radius:6px}.calendar-header-att{display:flex;justify-content:space-between;align-items:center;padding:10px;margin-bottom:10px;border-bottom:1px dashed #e8e8e8}.calendar-header-att .header-controls{display:flex;align-items:center}.calendar-header-att .header-controls h2{font-size:16px;color:#1c1c1c;font-weight:500;letter-spacing:-.3px}.calendar-header-att .nav-arrow{background:#fff;border:1px solid #e0e0e0;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;margin-right:8px;transition:background-color .2s}.calendar-header-att .nav-arrow:hover{background-color:#f5f5f5}.calendar-header-att .month-year-container{position:relative}.calendar-header-att .month-year-container .heade_right,.calendar-header-att .month-year-container .heade_right .arrow_l_r{display:flex}.calendar-header-att .month-year-selector{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;padding:6px 12px;border-radius:6px;font-weight:500;color:#333;cursor:pointer;font-size:14px}.calendar-header-att .month-year-selector span{margin-right:8px}.calendar-header-att .month-year-selector svg{color:#777}.calendar-header-att .month-year-picker-dropdown{position:absolute;top:105%;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px;box-shadow:0 4px 12px #0000001a;z-index:100;display:flex;gap:10px}.calendar-header-att .month-year-picker-dropdown select{padding:5px;border-radius:4px;border:1px solid #ccc}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border-left:1px solid #e8e8e8;border:1px solid #e8e8e8;border-top:1px solid #e0e0e0}.day_name_attendance{text-align:center;font-weight:600;color:#666;padding:12px 0;font-size:12px;background-color:#faf6ff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.empty-cell,.day{min-height:100px;min-width:100px;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background-color:#fff;padding:8px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.day .day-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.day .day-number{width:100%;text-align:end;font-weight:500;color:#333}.day .weekly-off-text{font-size:12px;color:#1c1c1c;font-weight:500}.day .day-footer{font-size:10px;color:#555}.day .day-footer .shift-name{font-weight:600}.day.weekly-off{background-color:#fafafa}.status-container{position:relative}.status-badge{display:flex;align-items:center;padding:3px 6px;border-radius:12px;font-size:11px;font-weight:500;text-transform:capitalize;border:none;cursor:pointer}.status-badge .dot{width:7px;height:7px;border-radius:50%;margin-right:6px}.status-badge .chevron-down{margin-left:4px;opacity:.6}.status-badge.present{background-color:#e7f3ff;color:#006de2}.status-badge.present .dot{background-color:#006de2}.status-badge.absent{background-color:#ffebee;color:#d32f2f}.status-badge.absent .dot{background-color:#d32f2f}.status-badge.half-day{background-color:#fff8e1;color:#f57c00}.status-badge.half-day .dot{background-color:#f57c00}.status-badge_2{padding:7px 12px!important}.statusfix{width:fit-content;padding:3px 8px}.status-dropdown_at{position:absolute;top:100%;right:0;background-color:#fff;border-radius:6px;border:1px solid #eee;z-index:10;width:100px;margin-top:4px;overflow:hidden}.status-dropdown_at .dropdown_-_option{font-weight:400;font-size:13.5px;line-height:14px;letter-spacing:0%;margin:5px;border-radius:3px;padding:6px 12px;font-size:#1c1c1c;cursor:pointer}.status-dropdown_at .dropdown_-_option:hover{background:#f6edfd}.table3types{border:none;border-top:1px solid var(--border-color)}.appraisalHistoryMain .employee-table tbody .employee-row{cursor:default}.attendanceListMain .check-in-out{display:flex;flex-direction:column;gap:10px}.attendanceListMain .status-badge svg{color:#494949}.attendanceListMain .applicants-loader aside div:nth-child(5),.attendanceListMain .applicants-loader aside div:nth-child(6),.attendanceListMain .applicants-loader aside div:nth-child(7),.attendanceListMain .applicants-loader aside div:nth-child(8),.attendanceListMain .applicants-loader aside div:nth-child(9),.attendanceListMain .applicants-loader aside div:nth-child(10),.attendanceListMain .applicants-loader aside div:nth-child(11),.attendanceListMain .applicants-loader aside div:nth-child(12),.attendanceListMain .applicants-loader aside div:nth-child(13){display:none}.attendanceListMain .contentS.list-view .employee-table td{width:220px}.header_rightMain .calendar-header-att{padding:0;margin-bottom:0;border-bottom:0}.attendanceDetailMain .dept-page-main-heading span{text-transform:capitalize}.calenMain.otherDetailPageSroll{overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.attendanceMethodMain .switch{position:relative;display:inline-block;width:32px;height:20px}.attendanceMethodMain .switch input{opacity:0;width:0;height:0}.attendanceMethodMain .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border:2px solid #79747E}.attendanceMethodMain .slider.round{border-radius:34px}.attendanceMethodMain .slider.round:before{border-radius:50%}.attendanceMethodMain .slider:before{position:absolute;content:"";height:11px;width:11px;left:3px;bottom:2.8px;background-color:#79747e;-webkit-transition:.4s;transition:.4s}.attendanceMethodMain .address-container{display:flex;align-items:center;gap:9px}.attendanceMethodMain .switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px);background:#fff;bottom:4px;left:-7px}.attendanceMethodMain input:checked+.slider{background-color:#007aff;border:none}.attendanceDetailsMain .form_page_ .top-bar{font-weight:400;font-size:24px;color:#000;padding-top:20px;padding-bottom:25px}.attendanceDetailsMain .navbar-container{padding:0}.AttenanceMethodHeadUp{font-size:24px;font-weight:500;color:#000;line-height:1.8;padding-bottom:7px}.AttenanceMethodHeadDwn{font-size:16px;font-weight:400;color:#676767;max-width:545px;text-transform:capitalize;padding-bottom:25px;line-height:1.5}.AttenanceMethodHead{border-bottom:1px solid #E8E8E8;margin-bottom:20px}.attendanceBodyRow{display:flex;gap:15px;align-items:flex-start;padding-bottom:25px}.rowRightHead{font-size:18px;color:#1c1c1c;font-weight:500;padding-bottom:5px}.methodtoggleBtn{padding-top:3px}.rowRightBody{text-transform:capitalize;font-size:16px;font-weight:400;color:#494949}.AttenanceMethodBody .attendanceBodyRow:nth-child(1) .rowRightBody{max-width:566px}.AttenanceMethodBody .attendanceBodyRow:nth-child(2) .rowRightBody{max-width:620px}.AttenanceMethodBody .attendanceBodyRow:nth-child(3) .rowRightBody{max-width:525px}.AttenanceMethodBody .attendanceBodyRow:nth-child(4) .rowRightBody{max-width:644px}.AttenanceMethodBody .policy-container .policy-body p{font-weight:400;font-size:16px;color:#1c1c1c;padding-bottom:20px}.AttenanceMethodBody{overflow-y:auto;height:calc(100vh - 300px);scrollbar-width:none;-ms-overflow-style:none}.attendanceDetailsMain .policy-body li{font-weight:400;font-size:16px;color:#1c1c1c;margin-bottom:0}.attendanceDetailsMain .policy-body h3{font-size:17px;font-weight:500;color:#1c1c1c;padding-top:20px}.attendanceDetailsMain .policy-container .policy-body p{font-size:16px;color:#1c1c1c}.attendanceDetailsMain .policy-body li{font-weight:400;font-size:16px;color:#2a2a2a;margin-bottom:0}.attendanceDetailsMain .policy-header{padding-bottom:25px;margin-bottom:0}.attendanceDetailsMain .policy-container .edit-policy-btn{font-size:14px;color:#1c1c1c}.attendanceDetailsMain .policy-container .policy-body strong{font-weight:700}.policy-container{background-color:#fff}.policy-container .policy-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0;padding-bottom:2rem;margin-bottom:1.5rem}.policy-container .policy-title{display:flex;align-items:center;gap:1rem;color:#333}.policy-container .policy-title h2{font-size:20px;color:#1c1c1c}.policy-container .edit-policy-btn{background-color:#fff;border:1px solid #a448ee;color:#333;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.policy-container .edit-policy-btn:hover{background-color:#e5e5e5}.policy-container .policy-body{color:#555;overflow-y:auto;height:calc(100vh - 200px);-ms-overflow-style:none;padding-bottom:60px;line-height:1.8}.policy-container .policy-body::-webkit-scrollbar{display:none}.policy-container .policy-body p{font-weight:400;font-size:16px;color:#1c1c1c}.policy-container .policy-body p strong{font-weight:600;font-size:17px}.policy-container .policy-body p strong{font-weight:600}.policy-container .policy-body h4{margin-top:1.5rem;margin-bottom:.5rem;font-weight:400;font-size:16px;color:#400f6f}.policy-container .policy-body ul{padding-left:20px}.policy-container .policy-body li{margin-bottom:.75rem}.policy-container .policy-body li strong{font-weight:600;font-size:17px}.popup-editor-dialog .p-dialog-header{background:#fdfcff;border-top-left-radius:8px;border-top-right-radius:8px;padding:1rem 1.5rem;border-bottom:1px solid #e0e0e0}.popup-editor-dialog .p-dialog-header .p-dialog-title{font-weight:600;font-size:1.1rem;color:#333}.popup-editor-dialog .p-dialog-header .p-dialog-header-icon{color:#6d28d9}.popup-editor-dialog .p-dialog-header .p-dialog-header-icon:hover{background-color:#e9ecef}.popup-editor-dialog .p-dialog-content{padding:0;border:none;background:#fff}.popup-editor-dialog .p-editor-container{border:none}.popup-editor-dialog .p-editor-container .p-editor-toolbar{background-color:#fff;border-bottom:1px solid #e0e0e0}.popup-editor-dialog .p-editor-container .p-editor-content{border:none}.popup-editor-dialog .p-dialog-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;text-align:center;background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.popup-editor-dialog .p-dialog-footer .p-button{background-color:#6d28d9;border:1px solid #6d28d9;color:#fff;border-radius:8px;padding:.75rem 2rem;font-weight:600;transition:background-color .2s;width:auto}.popup-editor-dialog .p-dialog-footer .p-button:hover,.popup-editor-dialog .p-dialog-footer .p-button:focus{background-color:#571faf;border-color:#571faf}.renderActiveComponent{height:calc(100vh - 150px);border-radius:6px;padding:40px;overflow-y:scroll;scrollbar-width:none;max-width:800px;-ms-overflow-style:none;border:1px solid var(--border-color)}.renderActiveComponent::-webkit-scrollbar{display:none}.add-dp-org-btn{background:#a448ee;border-radius:8px;box-shadow:0 0 24px #0000000f;border:none;height:36px;width:189px;color:#fff;font-size:14px;letter-spacing:-2%;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.add-dp-org-btn:hover{background:#952de9}.policy-container .policy-title h2.policyH{font-size:24px;color:#000;font-weight:500}.performanceDetailsMain .policy-container .policy-title{align-items:flex-start;flex-direction:column;gap:.5rem}.performancePolicyBody .policy-container .policy-title h2{font-size:24px;font-weight:500;color:#000;line-height:32px}.performancePolicyBody .policy-container .edit-policy-btn{color:#1c1c1c;font-weight:500;font-size:14px;line-height:16px;font-family:Inter;padding:.6rem 1rem}.performancePolicyBody .policy-container .policy-header{border-bottom:1px solid #e8e8e8;padding-bottom:25px;margin-bottom:1rem}.performancePolicyHead{font-size:24px;font-weight:700;color:#000;line-height:32px}.performancePolicyBody .policy-title p{font-size:16px;font-weight:400;color:#676767;max-width:545px;text-transform:capitalize;line-height:24px}.performancePolicyBody .policy-body h3{font-size:17px;font-weight:500;color:#1c1c1c;line-height:24px;font-family:Inter;padding-bottom:2px}.performancePolicyBody ol{padding-left:20px}.performancePolicyBody .policy-body>p:nth-child(6){padding-bottom:0}.performancePolicyBody div.policy-body li{margin-bottom:0;padding-bottom:0}.performancePolicyBody .policy-container .policy-body p,.performancePolicyBody .policy-body li{font-weight:400;font-size:16px;color:#1c1c1c;font-family:Inter;line-height:24px;text-transform:capitalize;letter-spacing:-.3px;padding-bottom:22px}.performanceDetailsMain .policy-container .policy-body p strong{font-weight:700;font-size:16px;color:#000}.performanc_form_box{max-width:800px}.generalSettingMain .switch{position:relative;display:inline-block;width:32px;height:20px}.generalSettingMain .switch input{opacity:0;width:0;height:0}.generalSettingMain .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border:2px solid #79747E}.generalSettingMain .slider.round{border-radius:34px}.generalSettingMain .slider.round:before{border-radius:50%}.generalSettingMain .slider:before{position:absolute;content:"";height:14px;width:15px;left:2px;bottom:1.2px;background-color:#79747e;-webkit-transition:.4s;transition:.4s}.generalSettingMain .address-container{display:flex;align-items:center;gap:9px}.generalSettingMain .switch input:checked+.slider:before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translate(22px);background:#fff;bottom:3px;left:-8px}.generalSettingMain input:checked+.slider{background-color:#007aff;border:none}.setRow1Head{font-size:24px;font-weight:500;color:#000;line-height:32px}.setRow1Body{font-size:16px;font-weight:400;color:#676767;max-width:545px;text-transform:capitalize;line-height:24px;padding-bottom:25px}.genSetCom{border-bottom:1px solid #E8E8E8;margin-bottom:20px}.genSetRow2{display:flex;gap:18px}.setRow2Head{font-size:18px;font-weight:500;color:#1c1c1c;line-height:25px}.setRow2Body{text-transform:capitalize;font-size:16px;font-weight:400;line-height:24px;color:#494949;padding-bottom:25px}.setRow3Head{font-size:20px;font-weight:500;line-height:32px;color:#000}.setRow3Body{font-weight:400;font-size:16px;color:#676767;line-height:24px;max-width:545px;text-transform:capitalize}.setRow2Right{max-width:651px}.setRow3Check{display:flex;gap:55px;align-items:center;padding:20px 0 30px}.setEmailCheck,.setFeedCheck{display:flex;gap:10px;align-items:center}.setEmailCheck span,.setFeedCheck span{color:#1e1e1e;font-size:14px}.setRow4Head{font-size:20px;font-weight:500;color:#000;line-height:32px}.setRow4Body{font-size:16px;font-weight:400;color:#676767;max-width:545px;text-transform:capitalize;padding-top:10px;line-height:24px;padding-bottom:20px}.setRow4Bot select{border:1px solid #B9B9B9;padding:5px 9px;font-size:14px;font-weight:400;color:#979797;border-radius:6px}.genSetRow4{padding-bottom:15px}.custom-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:13px;height:13px;border-radius:2px;cursor:pointer;position:relative;border:1px solid #000}.custom-checkbox:checked{border:1px solid #a448ee;background-color:#a448ee}.custom-checkbox:checked:after{content:"✔";color:#fff;position:absolute;top:-1.5px;left:1px;font-size:10px}.setFeedCheck input{width:14px}.ShiftPolicyMain .policy-container .policy-title{flex-direction:column;align-items:flex-start;gap:.5rem}.ShiftPolicyMain .policy-title p{font-size:16px;color:#676767;font-weight:400;max-width:545px;text-transform:capitalize}.ShiftPolicyMain .policy-body h3{text-transform:capitalize;font-size:17px;font-weight:500;color:#1c1c1c;line-height:24px}.ShiftPolicyMain .policy-body p{text-transform:capitalize;font-size:16px;font-weight:400;color:#1c1c1c;line-height:24px}.ShiftPolicyMain .policy-container .policy-body p strong{font-weight:700}.ShiftPolicyMain .policy-container .policy-body{max-width:725px}.setLeaveDetailMain .otherDetailPageSroll{height:calc(100vh - 150px)!important}.setLeaveDetailMain .dropdown .dropdown_I{max-height:140px}.ShiftPolicyMain .policy-body.otherDetailPageSroll{height:calc(100vh - 202px)!important}.travelPolicyMain .policy-container .policy-title{align-items:flex-start;flex-direction:column;gap:.5rem}.travelPolicyMain .policy-container .policy-title h2{font-size:24px;font-weight:500;color:#000;line-height:32px}.travelPolicyMain .policy-container .edit-policy-btn{color:#1c1c1c;font-weight:500;font-size:14px;line-height:16px;font-family:Inter;padding:.6rem 1rem}.travelPolicyMain .policy-container .policy-header{border-bottom:1px solid #E8E8E8;padding-bottom:25px;margin-bottom:0}.travelPolicyHead{font-size:24px;font-weight:700;color:#000;line-height:32px;margin-bottom:20px}.travelPolicyMain .policy-title p{font-size:16px;font-weight:400;color:#676767;max-width:545px;text-transform:capitalize;line-height:24px}.travelPolicyMain .policy-body h3{font-size:17px;font-weight:500;color:#1c1c1c;line-height:24px;font-family:Inter;padding-bottom:2px;padding-top:22px}.travelPolicyMain ol{padding-left:20px}.travelPolicyMain .policy-body>p:nth-child(6){padding-bottom:0}.travelPolicyMain div.policy-body li{margin-bottom:0;padding-bottom:0}.travelPolicyMain .policy-container .policy-body p,.travelPolicyMain .policy-body li{font-weight:400;font-size:16px;color:#1c1c1c;font-family:Inter;line-height:24px;text-transform:capitalize;letter-spacing:-.3px}.travelDetailsMain .policy-container .policy-body p strong{font-weight:700}
