@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap";._something__went__wrong_19cj7_1{width:100%;height:100%;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}._something__went__wrong__svg_19cj7_11{width:80%;height:80%}._something__went__wrong_19cj7_1>p{font-size:1rem;margin-block:.5rem;font-weight:600}._something__went__wrong_19cj7_1>h1{margin-block:.5rem;font-weight:600}._something__went__wrong_19cj7_1>button{margin-block:1rem;background-color:#335aff;color:#fff}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff) format("woff");font-weight:100;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:"Segoe UI Web (West European)";src:url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff");font-weight:600;font-style:normal}*{font-family:"Segoe UI Web (West European)";font-style:normal!important}body{font-family:"Segoe UI Web (West European)";font-style:normal!important;letter-spacing:.3px!important}.MuiButtonBase-root{text-transform:capitalize!important}.element-card{background:#fff;box-shadow:0 0 8px #00000014;border-radius:8px}body>iframe[style*="2147483647"]{display:none}*,body,button,ul,li{font-family:"Segoe UI Web (West European)";letter-spacing:.3px!important}.form-control{width:100%;height:40px;border:1px solid #ebecf0;border-radius:6px;padding:10px 15px;outline:none}input{font-weight:400;font-size:14px;cursor:pointer;color:#172b4d;letter-spacing:.01em;border:1px solid rgb(225,226,228);border-radius:4px;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif}input[type=file]{color:#979797;font-weight:500;font-size:14px;cursor:pointer}input[type=file]::-webkit-file-upload-button{outline:none;width:104px;height:25px;color:#172b4d;background-color:#f2f2f2;border:0px;border-radius:3px;font-weight:400;font-size:14px}input[type=file]::file-selector-button{outline:none;width:104px;height:25px;color:#172b4d;background-color:#f2f2f2;border:0px;border-radius:3px;font-weight:400;font-size:14px}.secondary-header-tabs .MuiTabs-scroller{display:flex!important;justify-content:center!important}input[type=file]::-webkit-file-upload-button:hover{outline:none;width:104px;height:25px;color:#172b4d;background-color:#f2f2f2;border:0px;font-weight:400;font-size:14px;border-radius:3px}input[type=file]::file-selector-button:hover{outline:none;width:104px;height:25px;color:#172b4d;background-color:#f2f2f2;border:0px;font-weight:400;font-size:14px;border-radius:3px}input::placeholder{font-weight:400;font-size:.825rem;opacity:.5;color:#172b4d}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input:required{box-shadow:none;outline:none}input:required:focus{box-shadow:none;outline:none}input[type=number]{-moz-appearance:textfield;margin:0}input[type=month]{border:1px solid #ebecf0;border-radius:5px;font-size:14px;padding:3px 6px 3px 14px;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif}input[type=month]:hover{border:1px solid #ebecf0}input::-webkit-calendar-picker-indicator{color:#172b4d!important;width:24px;height:24px}.text-overflow-hide{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}input::-webkit-input-placeholder{font-weight:400;font-size:.825rem;opacity:.5;color:#172b4d}input:-ms-input-placeholder{font-weight:400;font-size:.825rem;opacity:.5;color:#172b4d}input::-ms-input-placeholder{font-weight:400;font-size:.825rem;opacity:.5;color:#172b4d}datalist{overflow:auto;height:300px}datalist::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}datalist::-webkit-scrollbar{width:.4rem!important}datalist::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}::-webkit-scrollbar{width:.5vh;height:.5vh;background-color:transparent}::-webkit-scrollbar ::-webkit-scrollbar-thumb{border-radius:10px;background-color:#e9e7e7}.wh-100-auto{width:100%;height:auto}.wh-auto{width:auto;height:auto}.b-0{border:0%!important}.b-1{border:.0625rem solid #bbddbb!important}.mt-10{margin-top:1.226vh!important}.m-l-t-30{margin-left:30px!important;margin-top:30px!important}.leave-rule-popup-title{display:flex;justify-content:space-between;margin:25px}.mr-12{margin-right:1.47vh!important}.mr-2{margin-right:.47vh!important}.mt-20{margin-top:2.454vh!important}.vhd{color:#757575!important;font-size:12px!important;font-weight:400!important;list-style:16px!important}.mt-1{margin-top:1vh!important}.mr-20{margin-right:2.454vh!important}.ml-20{margin-left:2.454vh!important}.ml-30{margin-left:3.68vh!important}.mr-30{margin-right:3.68vh!important}.mr-15{margin-right:1.84vh!important}.mr-55{margin-right:6.748vh!important}.pt-0{padding-top:0!important}.ml-5{margin-left:.226vh!important}.ml-10{margin-left:1.226vh!important}.mt-30{margin-top:3.68vh!important}.mt-15{margin-top:1.84vh!important}.mb-30{margin-bottom:3.68vh!important}.mb-32{margin-bottom:3.926vh!important}.pb-10{padding-bottom:1.68vh!important}.mb-20{margin-bottom:20px!important}.mv-15{margin-top:1.84vh!important;margin-bottom:1.84vh!important}.p-10{padding:10vh 10vw!important}.p-5{padding:5vh 5vw!important}.p-8{padding:8vh 8vw!important}.p-16{padding:1rem!important}.p-12{padding:12px!important}.pt-22{padding-top:22px!important}.m-20{margin:20px!important}.p-20{padding:20px!important}.mb-40{margin-bottom:40px!important}.mp-0{margin:0%!important;padding:0%!important}.h-75{height:75%}.borderNone>fieldset{border:none!important}.w-90{width:90%!important;padding-left:5%;padding-top:3%}.w-48{width:48%!important}.w-70{width:70%!important}.w-46{width:46%!important}.w-30{width:30%!important}.w-25{width:25%!important}.w-75{width:75%!important}.w-15{width:15%!important}.w-85{width:85%!important}.w-auto{width:auto!important}.h-65-vh{height:65vh!important}.wh-95{height:95%!important;width:95%!important}.wh-90{height:90%!important;width:90%!important}.wh-85{height:85%!important;width:85%!important}.ft-size-34{font-size:2.25rem!important}.wh-28{width:3.48vh;height:3.48vh}.wh-30{width:3.68vh;height:3.68vh}.wh-35{width:3.98vh;height:3.98vh}.MuiModal-root{background-color:#000000b3}.MuiPopover-root{background-color:transparent}.wh-70{width:70vh;height:3.68vh}.wh-vw-vh{width:100vw;height:100vh}wh-vw-vh-70-100{width:70vw;height:100vh}.wh-vw-vh-30{width:30vw;height:30vh}.app-style{height:60px;background-color:#fff;color:#172b4d;box-shadow:0 .125rem .125rem #0000001f}.flex-between{display:flex;justify-content:space-between}.mr-12{display:flex;justify-content:space-between;align-items:flex-end}.flex-center-modal{display:flex!important;justify-content:center;align-items:flex-start;padding-top:8vw}.flex-center-modal-rost{display:flex!important;justify-content:center;align-items:flex-start;padding-top:1vw}.all-page-container{height:100%;max-height:500px;overflow:auto}.flex-column{flex-direction:column}.flex-row{display:flex;flex-direction:row}.relative-white-bg{position:relative;background-color:#fff;border-radius:5px;width:460px}.end-flex{display:flex;justify-content:flex-end;align-items:flex-end}.end-flex2{display:flex;justify-content:flex-start;align-items:flex-end}.header{z-index:2!important;width:100%;background-color:#fff!important;padding:0rem 3.75rem;box-shadow:0 .125rem .125rem #0000001f}.header-logo img{height:3.68vh;width:6.3125rem}.header-height{height:3.75rem}.header-image{width:2.125rem;height:2.125rem;cursor:pointer;border-radius:50%}.header-icon{width:24px;height:24px;color:#172b4d;cursor:pointer}.cursor-pointer{cursor:pointer!important}.assessmentColor{color:#335aff;font-weight:600;cursor:pointer}.link-color{color:#335aff!important;fill:#335aff!important}.modal-container-style{width:100%;height:100%;background-color:#fff;border-radius:10px;position:relative}.modal-container-style:focus{outline:none!important}.modal-container-style .container-padding{padding:30px}.modal-container-style .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style2{width:62vh;height:100%;background-color:#fff;border-radius:10px;position:relative}.modal-container-style2:focus{outline:none!important}.modal-container-style2 .container-padding{padding:30px}.modal-container-style2 .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style-req{width:62vh;height:100%;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-req:focus{outline:none!important}.modal-container-style-req .container-padding{padding:30px}.modal-container-style-req .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style-remap{width:70vh;height:100%;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-remap:focus{outline:none!important}.modal-container-style-remap .container-padding{padding:30px}.modal-container-style-remap .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style-leaveup-status{width:60vh;height:100%;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-leaveup-status:focus{outline:none!important}.modal-container-style-leaveup-status .container-padding{padding:30px}.modal-container-style-leaveup-status .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style--asset-req{width:50vw;height:80%;background-color:#fff;border-radius:5px;position:relative}.modal-container-style--asset-req:focus{outline:none!important}.modal-container-style--asset-req .container-padding{padding:30px}.modal-container-style--asset-req .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style3{width:38vw;height:fit-content;background-color:#fff;border-radius:5px;position:relative}.modal-container-style3:focus{outline:none!important}.modal-container-style3 .container-padding{padding:27px 30px 30px}.modal-container-style3 .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.popover-header{box-shadow:0 8px 10px #0000001f,0 3px 14px #0000001a,0 5px 5px #0000002e!important}.ck.ck-editor{width:100%}.ck-editor__editable{min-height:300px}.modal-container-style4{width:70%;max-width:600px;height:63%;background-color:#fff;border-radius:10px;position:relative}.modal-container-style4:focus{outline:none!important}.modal-container-style4 .container-padding{padding:30px}.modal-container-style4 .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.modal-container-style5{width:70%;height:63%;background-color:#fff;position:relative}.modal-container-style5:focus{outline:none!important}.modal-container-style5 .container-padding{padding:2vh 30px}.modal-container-style5 .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.popover-calendar{height:44.5vh!important;width:41.23vh!important;padding:1.96vh!important}.list-popover{width:13.75rem;background-color:#fff;cursor:pointer}.list-popover .list-item{width:100%;height:48px;cursor:pointer;text-overflow:ellipsis;display:flex}.list-popover .list-item:hover{background-color:#335aff0d;color:#335aff!important}li.Mui-selected{background-color:#335aff0d!important;color:#335aff!important}.mood-list-popover{width:6.75rem;background-color:#fff;cursor:pointer}.mood-list-popover .list-item{width:100%;height:48px;cursor:pointer}.mood-list-popover .list-item .list-item-icon{min-width:2rem!important;color:inherit}.mood-list-popover .list-item:hover{background-color:#335aff0d;color:#335aff!important}.navigationArea{width:350px;height:100vh}.navigationArea .link-navigateList{width:100%;text-decoration:none;display:flex;padding:0 12px 0 30px!important}.navigationArea .link-navigateList .navigationList{width:100%;height:50px}.navigationArea .link-navigateList .collapse-button{width:100%;padding:0 12px;height:auto}.container{min-width:100vw!important;height:calc(100vh - 60px)!important;margin-top:60px!important}.calcendar-page{width:100%;height:100%;padding:0% 2%;margin:0%}.calcendar-page .title-bar{height:10vh}.calcendar-page .cal-page-container{width:100%;height:91vh}.calcendar-page .cal-page-container .cal-page-content{margin-right:2.454vh!important}.calcendar-page .cal-page-container .cal-page-content .create-custom-calender-container{height:65%;width:100%}.calcendar-page .cal-page-container .cal-page-content .emp-timeline{width:100%;height:35%;border-top:.0625rem solid #ebecf0}.calcendar-page .cal-page-container .second-container{margin-right:2.454vh!important}.border-bottom-tab{border-bottom:1px solid #ebecf0}.popover-ca0endar{height:23.625rem!important;width:21rem!important;padding:1rem!important}.clock-in{background-color:#34a853!important;color:#fff!important}.overflow-hidden{overflow:hidden!important;scrollbar-width:none}.overflow-overlay::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.overflow-overlay::-webkit-scrollbar{width:.4rem!important}.overflow-overlay::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.icon-cover{width:3.926vh;height:3.926vh;background:#f8f8f8;border-radius:3px}.button-border{background:#f8f8f8;border-radius:3px;width:100%!important}.box-radius{border-top-left-radius:100px;border-top-right-radius:100px;height:2px;width:100%}.calendar-container{height:72.392vh;width:100%}.last-container-width{width:27vw;height:72.392vh}.calendar-card-size{height:34.969vh;width:100%}.p-10-px{padding:10px!important}@media (max-width: 767px){.overflow-hidden{overflow:auto}.overflow-hidden::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.overflow-hidden::-webkit-scrollbar{width:.4rem!important}.overflow-hidden::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}}.table{height:100%;width:100%}.table .keySortIcon{color:#757575;font-size:7px}.table .checkbox{background-color:#fff!important;font-size:18px;color:#ebecf0!important;width:fit-content}.table .checkbox:hover{color:#bdbdbd!important}.table .table-header{background-color:#fff!important}.table .column-content{color:#172b4d!important;font-weight:400!important;font-size:14px!important}.table .table-cell-checkBox{width:max-content;min-width:180px}.table .table-cell-noCustom{min-width:max-content!important}.search-component{width:220px;height:40px;background:#fff;border:1px solid #ebecf0;border-radius:3px;padding:2px 12px;cursor:pointer}.search-component-list{height:35px;background:#fff;border:1px solid #ebecf0;border-radius:3px;padding:2px 12px;cursor:pointer}.search-component2{width:390px;height:35px;background:#fff;border:1px solid #ebecf0;border-radius:3px;padding:2px 12px;cursor:pointer}.search-component2 .icon{font-size:18px;color:#172b4d;margin-top:0!important}.input-search{border:0px!important;outline:none!important}.table-image{border-radius:50%;width:24px;height:24px;margin-right:10px}.custom-button{height:35px;padding:2px 12px 2px 14px;border-color:#ebecf0!important}.calendar-task-container{width:100%;height:576px;border:1px solid #efefef;box-shadow:0 1px 2px #0003;border-radius:6px}.calendar-task-container .title-bar{height:56px!important;width:100%;border-bottom:1px solid #f0f0f0}.calendar-task-container .calendar-container{width:100%;height:calc(100% - 56px)}.calendar-task-container .calendar-container .box-calendar-container,.calendar-task-container .calendar-container .box-calendar-container-months{width:100%;height:100%}.calendar-task-container .calendar-container .box-calendar-container-months .list-column{height:416px;overflow:hidden;border:.5px solid #efefef;border-radius:6px!important}.calendar-task-container .calendar-container .box-calendar-container-months .date-column{width:inherit;height:100%;border:.5px solid #efefef;padding:4px!important;cursor:pointer}.calendar-task-container .calendar-container .box-calendar-container-months .date-column .date-view{padding:4px!important;width:100%}.calendar-task-container .calendar-container .box-calendar-container-months .date-column .date-first-child{justify-content:space-between}.calendar-task-container .calendar-container .box-calendar-container-days-weeks{width:100%;height:calc(100% - 56px)}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .week-days{width:100%;height:60px;padding:0px 3.68vh 0px 11vh;border-bottom:1px solid #f0f0f0}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours{width:100%;height:100%;overflow:auto}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours::-webkit-scrollbar{width:.4rem!important}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours .hours-row{width:100%;height:7.36vh}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours .hours-row .hours-text{width:40px;text-align:center;position:relative;top:-6px}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours .hours-row .days-hours-row{height:100%;width:100%;border:1px solid #efefef;border-top:.5px solid #efefef;border-bottom:.5px solid #efefef}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours .hours-row .hours-row-column{height:7.36vh;width:100%;border-top:.5px solid #efefef;border-bottom:.5px solid #efefef}.calendar-task-container .calendar-container .box-calendar-container-days-weeks .days-hours .hours-row .hours-row-column .hours-column{width:100%;border-left:.5px solid #efefef;border-right:.5px solid #efefef;height:100%}.create-setting-list{width:100%;height:100%;padding:2.68vh 1.47vh 0px 30px!important;border-right:1px solid #efefef}.create-setting-list .list-item{height:48px;width:100%;cursor:pointer}.create-setting-list .list-item:hover{background-color:#335aff0d;color:#335aff}.create-Setting-container{width:100%;height:100%}.create-Setting-container .container-heading{height:9.2vh;width:100%}.create-new-page{width:100%;height:100%}.create-new-page .new-page-header{border-bottom:1px solid #ebecf0;height:7.73vh;width:100%;padding:0px 3.68vh}.create-new-page .new-page-body{width:100%;height:100%;padding:0px 21.18vw}.ck-source-editing-area textarea{max-height:50vh;overflow:auto}.create-leave-header{width:100vw;height:calc(100vh - 60px)}.create-leave-header .stepper-area{width:100%}.month-picker{height:35px!important;width:168px!important}.month-picker .icon{width:2.45vh;height:2.45vh}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active{color:#4dcf69!important}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-root,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-root,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-root,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-root{fill:transparent!important;width:18px!important;height:18px!important;display:inline-block;border:2px solid currentColor!important;border-radius:50%!important}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text{fill:#979797!important}.MuiStepper-root .MuiStepLabel-horizontal .selectLabelStepper,.MuiStepper-horizontal .MuiStepLabel-horizontal .selectLabelStepper{margin:0 8px!important;font-weight:500!important;font-size:14px!important;color:#172b4d!important}.card__new{background:#fff;box-shadow:0 0 8px #00000014;border-radius:8px;width:100%;padding:5px}.modal-container{width:650px;height:auto;border-radius:5px;background-color:#fff;position:relative}.modal-container .modal-component{width:100%;height:100%;padding:3.68vh 3.68vh 1.84vh;position:relative}.modal-container .modal-component .download-template-card{width:100%;height:auto;padding:2.94vh;border:1px solid #ebecf0;border-radius:6px;margin:2.15vh 0px 2.28vh}.modal-container .modal-component .download-template-card .download-button{border:1px solid #ebecf0;box-sizing:border-box;border-radius:3px;padding:10px;color:#335aff!important;font-size:14px!important;font-weight:500}.modal-container .custom-button-modal{border-top:1px solid #ebecf0;width:100%;height:auto;padding:1.84vh 3.68vh;position:relative}.leave-modal-container{width:460px;height:585px;border-radius:5px;background-color:#fff;position:relative}.leave-modal-container .upper-container{width:100%;height:calc(100vh - 300px)}.leave-modal-container .custom-button-modal{border-top:1px solid #ebecf0;width:100%;height:auto;padding:15px 30px;position:relative}.leave-modal-container:focus{outline:none!important}.leave-modal-container2{width:460px;height:585px;border-radius:5px;background-color:#fff;position:relative}.leave-modal-container2 .upper-container{width:100%;height:calc(100% - 65px)}.leave-modal-container2 .custom-button-modal{border-top:1px solid #ebecf0;width:100%;height:auto;padding:15px 30px;position:relative}.reassign-modal-container{width:460px;height:425px;border-radius:5px;background-color:#fff;position:relative}.reassign-modal-container .upper-container{width:100%;height:calc(100% - 65px)}.reassign-modal-container .custom-button-modal{border-top:1px solid #ebecf0;width:100%;height:auto;padding:15px 30px}.reassign-modal-container:focus{outline:none!important}.MuiTableRow-root:hover{background:#f8f8f866!important}.fixed-table{width:inherit;height:inherit;margin:0;padding:0;font-family:"Segoe UI Web (West European)";font-style:normal}.fixed-table .MuiTablePagination-toolbar{padding:0!important;margin:0!important}.fixed-table .MuiTablePagination-toolbar .MuiIconButton-root{color:inherit;padding:5px}.fixed-table .MuiTablePagination-toolbar .MuiIconButton-root:disabled{color:#bdbdbd}.fixed-table .table-container{overflow:auto;width:100%;border:1px solid #ebecf0;font-family:"Segoe UI Web (West European)";font-style:normal}.fixed-table .table-container::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.fixed-table .table-container::-webkit-scrollbar{width:.4rem!important}.fixed-table .table-container::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.fixed-table .table-container .table-container-shadow{box-shadow:inset -3px 0 6px -3px #73737333}.fixed-table .table-container table{table-layout:fixed!important;font-family:"Segoe UI Web (West European)";font-style:normal}.fixed-table .table-container table .table-row{height:auto!important}.fixed-table .table-container table td,.fixed-table .table-container table th{border-bottom:1px solid #ebecf0;padding:0 0 0 .8%;font-family:"Segoe UI Web (West European)";font-style:normal}.fixed-table .table-container table td,.fixed-table .table-container table th:first-child{padding-left:10px!important}.fixed-table .table-container table .fixed-table-cell{width:140px!important;height:auto!important}.fixed-table .table-container table .fixed-table-cell-height-new{height:auto!important;padding:18px 10px!important}.fixed-table .table-container table .fixed-column-header{height:50px;background-color:#f5f5f5!important;padding-left:10px}.fixed-table .table-container table .width-150px{width:150px!important}.fixed-table .table-container table .width-140px{width:140px!important}.fixed-table .table-container table .width-164px{width:164px!important}.fixed-table .table-container table .width-200px{width:180px!important}.fixed-table .table-container table .fixed-table-header,.fixed-table .table-container table .fixed-table-checkbox{width:50px!important;height:50px!important;color:#ebecf0}.fixed-table .table-container table .fixed-icon-cell{width:40px!important;height:40px!important}.fixed-table .table-container table .fixed-column{position:sticky;background-color:#fff}.fixed-table .table-container table .last-cell-shadow{box-shadow:2px 0 1px -1px #73737333}.fixed-table .table-container:hover{cursor:pointer}.dashboardContainer{width:100%;height:100%;padding-bottom:20px}.dashboardContainer .title-bar{height:72px;width:100%}.dashboardContainer .title-bar .active,.dashboardContainer .title-bar .active:hover{color:#335aff}.dashboardContainer .title-bar .icon-button{color:#757575}.dashboardContainer .title-bar .icon-button:hover{color:#335aff}.onboarding-container{width:100%;height:100%}.onboarding-container .title-bar-onboarding{height:7.36vh;width:100%;padding:0% 4.5%}.onboarding-container .onboarding-grid-container{width:100%!important;height:calc(100% - 7.36vh)!important}.right-container{border:1px solid #ebecf0;box-shadow:0 1px 2px #0003;border-radius:6px}.grid-container{width:100%;height:100%}.grid-container .card-with-calendar{width:100%;height:320px;border:1px solid #ebecf0;box-shadow:0 1px 2px #0003;border-radius:6px;background-color:#fff}.grid-container .card-with-calendar .card-title-area{height:50px!important;width:100%;padding:5px 15px}.grid-container .card-with-calendar .text-container{width:26px;height:26px;background:#335aff1a;border-radius:50%}.grid-container .card-with-calendar .card-content-container{width:100%;height:calc(100% - 56px);padding:.5vh 2.45vh 2.45vh 3.68vh}.custom-image-avatar{width:3vh!important;height:3vh!important}.dashboard-popover{width:36.81vh;height:61.34vh;padding-bottom:20px}.dashboard-popover .title-popover{width:calc(100% - 4.9vh);height:6.13vh}.dashboard-popover .dash-boardlist-popover{width:100%;height:calc(100% - 6.13vh)}.dashboard-popover .dash-boardlist-popover .dashboard-listItem{width:100%;height:40px;padding:0px 2.45vh 0px 1.23vh}.dashboard-popover .dash-boardlist-popover .dashboard-listItem .drag-icon{color:#d8d8d8}.dashboard-popover .dash-boardlist-popover .dashboard-listItem .checkbox-listColor{color:#ebecf0}.dashboard-popover .dash-boardlist-popover .dashboard-listItem:hover{cursor:pointer}.dashboard-popover .dash-boardlist-popover .dashboard-listItem:hover .drag-icon,.dashboard-popover .dash-boardlist-popover .dashboard-listItem:hover .checkbox-listColor{color:#172b4d}.engage .flip{transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1)}.engage .start-flex{display:flex;justify-content:flex-start;align-items:flex-start}.engage .flex-between-start{display:flex;justify-content:space-between;align-items:flex-start}.engage .flex-between-center{display:flex;justify-content:space-between;align-items:center}.engage .flex-around-center{display:flex;justify-content:space-around;align-items:center}.engage .flex-start-center{display:flex;justify-content:flex-start;align-items:center}.engage .flex-center-start{display:flex;justify-content:center;align-items:flex-start}.engage .flex-space-evenly{display:flex;justify-content:space-evenly;align-items:center}.engage .flex-center{display:flex!important;justify-content:center;align-items:center}.engage .flex-column{flex-direction:column}.engage .dialogTitle h2 span{font-size:"50px"}.engage .wrap-flex{flex-wrap:wrap}.engage .flex-end-center{display:flex;justify-content:flex-end;align-items:center}.engage .end-flex{display:flex;justify-content:flex-end;align-items:flex-end}.engage .mr-15{margin-right:15px}.engage .mt-8px{margin-top:8px}.engage .mt-25{margin-top:25px}.engage .txt-muted{color:#979797!important}.engage .w-80{width:80%!important}.engage .w-45{width:45%!important}.engage .w-90{width:90%!important}.engage .w-10{width:10%!important}.engage .w-50{width:50%!important}.engage .flex-basis-45{flex:0 1 45%!important}.engage .test{display:flex}.engage .test>div{flex:0 1 45%!important;margin-right:10px}.engage .display-none{visibility:hidden!important;display:none!important}.engage .rightsidebar-heading{font-style:normal;font-weight:600;font-size:16px;line-height:100%;color:#172b4d}.engage .hashtag{font-size:16px;font-weight:500;color:#335aff}.engage .ellipsisBox{height:49px;color:"#757575";margin-top:5px;overflow:hidden;text-overflow:ellipsis}.engage .text-ellipsis{width:100px;overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap}.engage .annoucements{font-weight:500;font-size:16px;line-height:19px;color:#172b4d}.engage .create-post-toolbar{background:#f8f8f880;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;padding-top:15px;padding-bottom:15px;padding-left:15px}.engage .border-bottom{border-bottom:1px solid #f0f0f0}.engage .create-post-content{border:none}.engage .engage-container{padding-top:10px;padding-left:50px;padding-right:50px}.engage .engage-container .content-area{width:70%!important;padding:15px}.engage .engage-container .content-area .filter .active{background-color:#f4f6fe!important;color:#335aff!important;margin-right:6px}.engage .engage-container .content-area .filter .default{background-color:#f8f8f8!important;margin-right:6px}.engage .engage-container .content-area .filter .all-post{background-color:#f8f8f8;padding:0 10px;border-radius:100px}.engage .engage-container .content-area .filter .all-post .dropdown-icon{width:20px;margin-left:2px}.engage .engage-container .content-area .filter .sorting{background-color:#f8f8f8;padding:5px;border-radius:50%}.engage .engage-container .right-sidebar{width:30%!important;padding:15px}.create_post_modal .modal-container-style4{height:auto!important;padding-bottom:20px}.custom_popover .list-popover{top:50%;left:50%;transform:translate(-343px) translateY(99px);cursor:pointer}.imgFluid{max-width:100%}.shiftDialog{width:461px;max-width:100%;margin:auto}.shiftDialog .titleWrapper span{font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;font-size:16px}.shiftDialog .titleWrapper img{width:14px;height:14px}.shiftDialog .titleWrapper .ibWrap{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%}.shiftDialog .bodyWrapper{padding-top:20px;padding-bottom:40px}.shiftDialog .bodyWrapper .fieldWrap{padding:8px 12px!important}.shiftDialog .bodyWrapper .fieldWrap label{font-size:12px;font-weight:500}.shiftDialog .bodyWrapper .fieldWrap input{font-size:14px;line-height:24px;letter-spacing:.01em}.shiftDialog .bodyWrapper .fieldWrap .posWrap{position:relative}.shiftDialog .bodyWrapper .fieldWrap .posWrap .colorPlate{position:absolute;width:40px;height:20px;border-radius:3px;right:15px;top:23px;background-color:#fac800}.shiftDialog .bodyWrapper .fieldWrap .selectWrap .selectMenu{margin:8px 0}.shiftDialog .bodyWrapper .fieldWrap .selectWrap .selectMenu>div{padding:14px}.shiftDialog .bodyWrapper .fieldWrap .selectWrap .selectMenu>div ul{display:flex;flex-direction:column}.shiftDialog .bodyWrapper .fieldWrap .selectWrap .selectMenu>div ul li{justify-content:flex-start;padding:6px}.shiftDialog .bodyWrapper .fieldWrap .selectWrap .selectMenu svg{display:none}.shiftDialog .bodyWrapper .fieldWrap fieldset{border-width:1px}.shiftDialog .bodyWrapper .fieldWrap .timeZone{top:7px}.shiftDialog .bodyWrapper .labelWrap{padding-bottom:4px}.shiftDialog .bodyWrapper .labelWrap label{font-size:14px;font-weight:500;line-height:20px;color:#172b4d;padding-left:2px}.shiftDialog .bodyWrapper .chip{margin:auto!important;background-color:#f8f8f8;color:#757575;border-color:#f8f8f8;cursor:pointer}.shiftDialog .bodyWrapper .chip.active{background:#e3ebfd;color:#335aff;border-color:#e3ebfd}.shiftDialog .bodyWrapper .buttonGroup{width:100%}.shiftDialog .bodyWrapper .buttonGroup .inputWrap{position:relative;width:220px}.shiftDialog .bodyWrapper .buttonGroup .inputWrap>div{width:220px}.shiftDialog .bodyWrapper .buttonGroup .inputWrap .calendarWrap{position:absolute;right:18px;top:50%;transform:translateY(-50%)}.shiftDialog .bodyWrapper .buttonGroup .inputWrap fieldset{border-top-right-radius:0;border-bottom-right-radius:0;border-width:1px}.shiftDialog .bodyWrapper .buttonGroup .selectGroup{width:calc(100% - 220px)}.shiftDialog .bodyWrapper .buttonGroup .selectGroup>div{border-top-left-radius:0;border-bottom-left-radius:0}.shiftDialog .bodyWrapper .buttonGroup .selectGroup>div>div{padding:16px 14px}.shiftDialog .bodyWrapper .buttonGroup .selectGroup fieldset{border-width:1px}.shiftDialog .bodyWrapper .weekOff{font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#172b4d;padding-bottom:8px}.shiftDialog .footWrapper{border-top:1px solid #ebecf0;padding:15px 30px}.shiftDialog .footWrapper .btnMore{font-size:14px;font-weight:500;line-height:16px;height:35px;margin-right:5px}.shiftDialog .footWrapper .btnDone{font-size:14px;font-weight:500;line-height:16px;height:35px}.moreOptionsDialog>div>div{border-radius:0}.moreOptionsDialog header{box-shadow:none;margin-bottom:40px}.moreOptionsDialog .fieldWrap>div{margin-bottom:30px}.moreOptionsDialog .fieldWrap .posWrap{position:relative}.moreOptionsDialog .fieldWrap .posWrap .colorPlate{position:absolute;width:40px;height:20px;border-radius:3px;right:15px;top:23px;background-color:#fac800}.moreOptionsDialog .label{display:inline-block;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:14px;line-height:20px;color:#172b4d;margin-bottom:8px}.modal-component-live-type{width:461px;background:#fff;border-radius:5px;position:relative}.modal-component-report-type{width:90vw;height:80vh;background:#fff;border-radius:5px;position:relative}.modal-style-shift{width:461px;max-height:90vh;background-color:#fff;border-radius:5px;position:relative}.modal-style-shift:focus{outline:none!important}.modal-style-shift-assets{width:461px;max-height:100vh;background-color:#fff;border-radius:5px;position:relative}.modal-style-shift-assets:focus{outline:none!important}.modal-style-shift-leave-type{width:461px;height:514px;background-color:#fff;border-radius:5px;position:relative}.modal-style-shift-leave-type:focus{outline:none!important}.leave-deduct-modal{width:301px;max-height:90vh;background-color:#fff;border-radius:5px;position:relative}.leave-deduct-modal:focus{outline:none!important}.width-50-10px{width:calc(50% - 10px)!important}.width-75-10px{width:calc(75% - 10px)!important}.width-50-15px{width:calc(50% - 15px)!important}.width-50-16px{width:calc(50% - 16px)!important}.width-40{width:40%}.width-40-16px{width:calc(40% - 16px)!important}.width-100{width:100%}.width-20-10px{width:calc(20% - 10px)}.emp-stepper{width:100%;height:100%}.emp-stepper .emp-create-from-list{height:60%!important;width:65vw}.emp-stepper .emp-create-from-list .emp-create-from{flex-wrap:wrap;list-style:none}.emp-stepper .emp-create-from-list .emp-create-from li:last-child{margin-bottom:0}.more-option-cancel{top:-204px;left:calc(100% - 16px)}.moreoption-block{width:100%;height:190px;border:1px solid #ebecf0;border-radius:6px}.moreoption-block .block-first-child{width:calc(45% - 1px);height:100%}.moreoption-block .block-second-child{width:55%;height:100%}.table-org-master{width:100%;border-radius:6px!important}.other-sandwich-card{width:85%;border:1px solid #ebecf0;border-radius:6px}.modal-component-leave-rules-2{width:600px;background:#fff;border-radius:5px;position:relative}.modal-component-leave-rules-2:focus{outline:none!important}.modal-component-leave-rules_width{width:100%}.modal-component-leave-rules-height{width:461px;height:100%;background:#fff;border-radius:5px;position:relative}.modal-component-leave-rules-height:focus{outline:none!important}.popover-timeRanger{width:400px;height:250px;background:#fff;box-shadow:0 8px 10px #0000001f,0 3px 14px #0000001a,0 5px 5px #0000002e;border-radius:4px}.popover-timeRanger .input-box{height:50px;width:40px;border:1px solid #bdbdbd;border-radius:6px}.popover-timeRanger .input-box .input-type{width:30px;height:24px;text-align:center}.doubbleForm{color:#979797;font-size:12px;font-weight:400;margin-left:10px}.doubbleValue{color:#979797;font-size:14px;font-weight:400;margin-left:10px}.filter-screen-container{height:calc(100vh - 108px)}.drawer-container{width:260px;height:inherit;border-left:1px solid #ebecf0;background:#fcfcfc;transition:.5s}.tab-containter{width:100vw;height:calc(100vh - 61px)}.work-form-modal{width:460px;height:433px;background:#fff;border-radius:5px;position:relative}.daterange_parent{position:relative;width:100%}.close_icon{position:absolute!important;top:-11px;right:-11px;z-index:1;background:#fff!important;width:22px;height:22px}.close_icon svg{width:15px;height:15px}.form-group>label{top:38px;left:15px;position:relative;background-color:#fff;padding:0 5px;font-size:1.1em;transition:.2s;pointer-events:none}.form-group.label-animate>label{top:18px!important;left:16px!important;font-size:.9em}.border-position{border:1px solid #c4c4c4;border-radius:3px;position:relative}.legend_text{position:absolute;top:-8px;left:12px;background-color:#fff;padding:0 7px}.transform-rotate-45{transform:rotate(45deg)}.calendar_list{list-style:none;padding-left:0}.calendar_list li{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:#172b4d}.calendar_list li:last-child{margin-bottom:0}.input-field{height:50px;border-radius:6px}.input-field-date{height:33px;border-radius:6px}.expand_button{position:absolute;top:0;right:0}.expand_button svg{transform:rotate(-140deg)}.card-shadow,.card-shadow-2{border-radius:6px;border:1px solid #ebecf0;background:#fff;box-shadow:0 1px 2px #0003}.admin-tableheight{height:calc(100vh - 201px)}.admintableheightnew{height:calc(100vh - 170px)}.admin-tableheight3{height:calc(100vh - 180px)}.admintablescroll{height:calc(100vh - 205px)}.admintablescroll2{height:calc(100vh - 230px)}.adminscrollnopagination{height:calc(100vh - 220px)}.ticket-tableheight{height:calc(85vh - 201px)}.employee-tableHeight{height:calc(100vh - 122px)}.celebrations{height:60px;padding-left:10px;background:#335aff08;border:1px solid rgba(51,90,255,.1);margin-bottom:10px;border-radius:4px}.card-styles-company-dashboard{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;grid-template-rows:repeat(3,330px)}.card-styles-company-dashboard grid .grid-area-1{grid-area:larger}.card-styles-company-dashboard .grid-area-2{grid-area:larger}.card-styles-company-dashboard .grid-area-3,.card-styles-company-dashboard .grid-area-4,.card-styles-company-dashboard .grid-area-5,.card-styles-company-dashboard .grid-area-6{grid-area:smaller}.card-styles-team-dashboard{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;grid-template-rows:repeat(3,450px)}.card-styles-team-dashboard .grid-area-1,.card-styles-team-dashboard .grid-area-2,.card-styles-team-dashboard .grid-area-3,.card-styles-team-dashboard .grid-area-4,.card-styles-team-dashboard .grid-area-5,.card-styles-team-dashboard .grid-area-6{grid-area:larger}.container-LeftArea{width:calc(100vw - 25px);height:calc(100vh - 120px)}.cardList{width:95%;border:1px solid #ebecf0;border-radius:8px;cursor:pointer}.clubbing-modal{width:461px;height:437px;background-color:#fff;border-radius:5px;position:relative}.clubbing-modal .container-height{width:100%;height:calc(100% - 66px)}.clubbing-modal .bottom-container{width:100%;padding:15px 30px;height:65px}.clubbing-modal:focus{outline:none!important}.sandwitch-container{min-width:58vw;width:80%;height:auto}.question_option .MuiFormControlLabel-label{line-height:27px;color:#172b4d!important}.companyList .MuiListItemIcon-root{min-width:40px!important}.button-container{width:100%;height:65px}.table-row{height:50px;border-top:1px solid #f0f0f0}.candidate-list-card{margin-bottom:10px}.candidate-list-card:last-child{margin-bottom:0}.onboarding-column-direction{display:grid;grid-auto-flow:column;grid-gap:20px;overflow:auto;height:calc(100vh - 260px)}.modal-container-style-regularizenew{width:70vw;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-regularize{width:91vw;height:85vh;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-regularize:focus{outline:none!important}.modal-container-style-delete-wfh{width:35vw;height:65vh;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-delete-wfh:focus{outline:none!important}.modal-container-style-library{width:30vw;height:70vh;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-library:focus{outline:none!important}.modal-container-style-on-duty{width:460px;height:460px;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-on-duty:focus{outline:none!important}.modal-container-style-rh{width:460px;height:300px;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-rh:focus{outline:none!important}.modal-container-style-shl{width:460px;height:450px;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-shl:focus{outline:none!important}.modal-container-style-mapper{width:410px;height:auto;max-height:571px;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-mapper:focus{outline:none!important}.date-ranger-selectOption{width:100%;font-size:14px;color:#172b4d;padding-left:14px;border:0px;outline:none}.date-ranger-selectOption:focus{border:0px;outline:none}option{font-size:14px;color:#172b4d;outline:none;height:46px;padding:16px 14px}.MuiDateRangePickerInput-root{width:100%}.wrapper{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}.plan-details{grid-column:2/4}.tds-projection{grid-column:1/3}.salary-breakup{grid-column:1/3;grid-row:1/3}.salary-breakup-title{display:flex;justify-content:space-between;align-items:center;padding:20px;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;color:#172b4d}.comp-title{display:flex;justify-content:space-between;align-items:center;padding:20px;font-weight:500;color:#172b4d}.loan-details{max-height:120px;overflow:auto;padding:20px}.salary-details{max-height:400px;min-height:400px;overflow:auto;padding:20px}.salary-summary{display:flex;justify-content:space-between;align-items:center;padding:20px;font-weight:700;color:#172b4d}.salary-details-info{display:flex;justify-content:space-between;align-items:center}.form12-title{display:flex;justify-content:space-between;padding:20px 20px 0;font-weight:600;color:#172b4d;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif}.form12-desc{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center}.form12-desc-title{margin-bottom:15px;font-weight:400;line-height:19px;font-size:16px;padding:20px 10px}.monthly-tax-sheets-title{display:flex;justify-content:flex-start;padding:20px;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:600;color:#172b4d}.monthly-tax-sheets-desc{display:flex;justify-content:center;align-items:center;padding:20px;font-style:normal;font-weight:400;color:#172b4d;overflow:auto;max-height:233px;margin:10px 0 5px}.modal-container-style-workflow{width:460px;height:396px;background-color:#fff;border-radius:10px;position:relative}.modal-container-style-workflow .active-button{width:113px;height:35px;background:#f8f8f8;border-radius:3px}.modal-container-style-workflow:focus{outline:none!important}.workflow-drawer{width:450px;height:calc(100vh - 60px);background-color:#fff;border-left:1px solid #ebecf0}.workflow-drawer .list-action-type{width:100%;border:1px solid #ebecf0;border-radius:6px;padding:20px;height:60px;margin-bottom:10px;cursor:pointer}.workflow-drawer .list-action-type:last-child{margin-bottom:0}.workflow-drawer .appAPproval{width:100%;height:auto;padding:18px;margin-bottom:20px;border:1px solid #ebecf0;border-radius:6px}.selectType{width:100%;height:44px;padding:10px 13px;background:#f8f8f8;border-radius:3px;margin-bottom:10px}.flow_border_1{display:inline-block;border-left:1px dashed #bdbdbd;height:15px}.btn_addMore_1{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #bdbdbd;border-radius:50%;width:30px;height:30px;font-size:12px;color:#757575;z-index:2;cursor:pointer}.btn_addMore_1:hover{border-color:#335aff;color:#335aff;background-color:#fff}.tree{padding:0;white-space:nowrap}.tree:not(:empty):before,.tree:not(:empty):after,.tree ul:not(:empty):before,.tree ul:not(:empty):after,.tree li:not(:empty):before,.tree li:not(:empty):after{display:block;position:absolute;content:""}.tree ul,.tree li{position:relative;margin:0;padding:0}.tree li{list-style:none}.tree li>div{background-color:transparent;color:#172b4d;padding:5px;display:inline-block}.tree.vertical{display:flex}.tree.vertical ul{display:flex;justify-content:center}.tree.vertical li{display:flex;flex-direction:column;align-items:center;width:100%}.tree.vertical li div{padding:30px 15px}.tree.vertical li div div{padding:10px 20px}.tree.vertical li:before{border-left:1px solid #bdbdbd;height:30px;width:0;top:0}.tree.vertical li .active-remove:before{height:0px!important}.tree.vertical li:after{border-top:1px solid #bdbdbd;height:0;width:100%}.tree.vertical li:first-child:after{border-top:1px solid #bdbdbd;height:0;width:50%;left:50%}.tree.vertical li:last-child:after{border-top:1px solid #bdbdbd;height:0;width:50%;right:50%}.tree.vertical li:only-child:after{content:none}.tree.vertical li ul:before{border-left:1px solid #bdbdbd;height:30px;width:0;top:-30px}.tree.vertical>li:only-child:before,.tree.vertical>li:only-child:after{content:none}.workflow-setting-page{width:100vw;height:calc(100vh - 60px)}.workflow-setting-page .inner-setting-container{width:100%;height:100%;border:1px solid #ebecf0;border-radius:6px}.workflow-setting-page .checkbox-page{height:50px;width:100%;background:#dadada;border-radius:6px;padding:12px}.modal-container-style-workflow-history{width:500px;height:78vh;background-color:#fff;border-radius:10px;position:relative}.modal-container-style-workflow-history .active-button{width:113px;height:35px;background:#f8f8f8;border-radius:3px}.modal-container-style-workflow-history:focus{outline:none!important}.modal-container-style-withdrawel{width:500px;height:322px;background-color:#fff;border-radius:10px;position:relative}.modal-container-style-withdrawel:focus{outline:none!important}.tds-details{display:flex;flex-direction:row;height:225px}.monthly-tax-sheets-title-2{display:flex;justify-content:space-between;padding:15px;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:600;color:#172b4d}.my-salary-wrapper{width:100%;height:586px;background:#fff;border:1px solid #ebecf0;box-sizing:border-box;border-radius:6px}.salary-body-1{display:flex;justify-content:start;align-items:center;border-right:1px solid #ebecf0;padding:20px 20px 0;width:50%}.salary-body-2{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;width:50%;position:relative;top:-10px}.salary-breakup-title-1,.salary-breakup-body{display:flex;justify-content:space-between;align-items:center;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;color:#172b4d}.salary-body-11,.salary-body-12{border-right:1px solid #ebecf0;width:50%;max-height:500px;min-height:400px;overflow:auto;padding:20px}.salary-list{display:flex;justify-content:space-between;align-items:center;padding:15px;border:1px solid #e3ebfd;border-radius:4px;width:100%;margin-bottom:10px}.my-salary-drawer-body{padding:20px;display:flex;justify-content:center;align-items:center;height:430px;width:75%;margin:0 auto}.my-salary-drawer-body-1{width:100%}.salary-details-drawer{max-height:400px;min-height:400px;overflow:auto;padding:20px}.my-tax-declaration-bare-body{display:flex;justify-content:center;align-items:center;padding:20px;width:100%;flex-direction:column}.tax-declaration-title{font-style:normal;font-weight:500;font-size:14px;line-height:140%;text-align:center;color:#172b4d}.tax-declaration-subtitle{font-style:normal;font-weight:400;font-size:14px;line-height:140%;text-align:center;color:#757575}.new-declaration-body{justify-content:center;align-items:center;padding:20px;height:650px;width:100%;flex-direction:column;overflow:auto;margin:15px}.new-declaration-body .modal-component-leave-rules_width{width:100%}.new-declaration-body-title{display:flex;justify-content:flex-start;align-items:center;background:#fff;border:1px solid #ebecf0;box-sizing:border-box;border-radius:6px;width:100%;padding:15px;margin-bottom:15px;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#172b4d}.plan-name{font-weight:500px;font-size:16px}.new-declaration-body-subtitle-top{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #ebecf0;box-sizing:border-box;width:100%;padding:10px 30px;border-radius:6px 6px 0 0/6px 6px 0px 0px}.new-declaration-body-subtitle-out{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #ebecf0;border-top:none;border-radius:0 0 6px 6px/0px 0px 6px 6px;height:93px;box-sizing:border-box;width:100%;padding:30px;margin-bottom:20px}.new-declaration-body-subtitle{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #ebecf0;box-sizing:border-box;border-radius:6px;width:100%;padding:30px;margin-bottom:20px}.new-declaration-body-subtitle-body{display:flex;justify-content:center;align-items:self-start;flex-direction:column}.new-declaration-body-subtitle-body-header{font-style:normal;font-weight:400;font-size:20px;color:#172b4d;margin-bottom:10px}.new-declaration-body-subtitle-body-body{font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#172b4d}.modal-style-rented{width:90vw;height:90vh;background-color:#fff;border-radius:5px;position:relative}.modal-style-rented:focus{outline:none!important}.modal-container-style-edit-profile{width:80vw;height:90vh;background-color:#fff;border-radius:10px;position:relative}.modal-container-style-edit-profile .active-button{width:113px;height:35px;background:#f8f8f8;border-radius:3px}.modal-container-style-edit-profile:focus{outline:none!important}.modal-container-style-preview{width:60vw;height:90vh;background-color:#fff;border-radius:10px;position:relative}.modal-container-style-preview .active-button{width:113px;height:35px;background:#f8f8f8;border-radius:3px}.modal-container-style-preview:focus{outline:none!important}.timeline-container{font-family:"Segoe UI Web (West European)",sans-serif;max-width:800px;border-left:1px dashed #bdbdbd;padding-left:25px;margin:0 auto 0 130px}.timeline-container h2{font-size:32px;margin:0;color:#00272b;border-bottom:1px solid #eee}.timeline-container h3{font-family:"Segoe UI Web (West European)",cursive;font-size:20px;margin:0 0 10px;color:#00272b;font-weight:800}.timeline-container .event-title{padding:20px;margin:-5px 0 20px;border-radius:4px;line-height:2;cursor:pointer;position:relative;transition:all .5s}.timeline-container .event-title:before{content:"";width:50px;height:50px;position:absolute;left:-50px;border-radius:50%;top:50%;transform:translateY(-50%);background:transparent;transition:all .5s}.timeline-container .event{padding:25px;background-color:#f5f7ff;margin:-30px 0 10px;border-radius:4px;line-height:2;cursor:pointer;position:relative;transition:all .5s}.timeline-container .event:before{content:"";width:50px;height:50px;position:absolute;left:-79px;border-radius:50%;top:50%;transform:translateY(-50%);transition:all .5s}.timeline-container .event-title .event-date{position:absolute;left:-150px;top:50%;transform:translateY(-50%);font-weight:400px}.event-date{display:inline-flex;align-items:center}@media (max-width: 700px){.timeline-container{max-width:100%;margin-left:8px}.timeline-container .event-title .event-date{position:static;margin-bottom:-20px}}#leave-table{border-collapse:collapse;width:100%}#leave-table td,#leave-table th{border:1px solid #ddd;padding:12px;min-width:165px}#leave-table th{text-align:left;color:#000;background-color:#f5f5f5}.sidebyside tr:nth-child(2n){background-color:#f5f5f5}.modal-component-engages{width:461px;height:438px;background:#fff;border-radius:5px;position:relative}.modal-component-engages:focus{outline:none!important}.modal-component-engage-liked-by{width:461px;height:460px;background:#fff;border-radius:5px;position:relative}.modal-component-engage-liked-by .container-list{width:100%;height:380px;padding:10px 30px 20px}.modal-component-engage-liked-by:focus{outline:none!important}.appover-details{display:grid;grid-template-columns:25% 25% 50%}.modal-component-new-ticket{width:461px;height:90vh;background:#fff;border-radius:5px;position:relative}.modal-component-new-ticket .container-list{width:100%;height:380px;padding:10px 30px 20px}.modal-component-new-ticket:focus{outline:none!important}.navigationArea-1{width:250px;height:calc(100vh - 120px);border-right:1px solid #ebecf0}.navigationArea-1 .link-navigateList{width:100%;text-decoration:none;display:flex;padding:0 12px 0 30px!important}.navigationArea-1 .link-navigateList .navigationList{width:100%;height:50px}.navigationArea-1 .link-navigateList .collapse-button{width:100%;padding:0 12px;height:auto}.modal-component-faq{width:461px;height:438px;background:#fff;border-radius:5px;position:relative}.modal-component-faq .container-list{width:100%;height:380px;padding:10px 30px 20px;overflow:auto}.modal-component-faq .container-list::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.modal-component-faq .container-list::-webkit-scrollbar{width:.4rem!important}.modal-component-faq .container-list::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.modal-component-faq:focus{outline:none!important}.modal-component-tab{width:461px;height:auto;max-height:551px;background:#fff;border-radius:5px;position:relative}.modal-component-tab:focus{outline:none!important}.roster-create .roster-create-value{display:grid;grid-column-gap:20px;grid-template-columns:repeat(3,minmax(200px,429px))}.w-auto-400{max-width:400px;width:auto}.table-height{height:calc(100% - 16px)}.workflow-header{display:grid;grid-template-columns:2fr 8fr 2fr;align-items:center}.selected-workflow{border:2px solid #335aff!important;color:#335aff!important;background-color:#fff!important}.bankListHead{font-size:14px!important;letter-spacing:.15px!important;color:#172b4d;font-weight:400!important;text-align:left;padding:1px!important}.bankList{font-size:12px!important;color:#757575!important;text-align:left;padding:1px!important;font-weight:400!important}.roster-title{width:100%;border:1px solid #ebecf0;border-radius:6px;display:grid;grid-template-columns:121px auto}.roster-title .roster-right-area{display:grid;width:100%;height:100%;padding:34px;grid-template-columns:repeat(6,1fr);grid-column-gap:30px}.roster-container{width:100%;height:calc(100vh - 220px)}.list-popover-roster{width:400px;height:303px;background-color:#fff;cursor:pointer}.progress{border:0;height:40px;border-radius:20px}progress::-webkit-progress-bar{border:0;height:40px;border-radius:5px}progress::-webkit-progress-value{border:0;height:40px;border-radius:5px}progress::-moz-progress-bar{border:0;height:40px;border-radius:5px}.ant-progress-bg,.ant-progress-inner{border-radius:5px!important}.modal-component-delete{width:505px;height:224px;background:#fff;border-radius:5px;position:relative}.modal-component-delete:focus{outline:none!important}.top-70px{padding-top:70px!important}.modal-component-confirm{width:505px;background:#fff;border-radius:5px;position:relative}.modal-component-confirm:focus{outline:none!important}.modal-component-display{width:90%;background:#fff;border-radius:5px;position:relative}.modal-component-display:focus{outline:none!important}.listItemAvatar .MuiBadge-colorPrimary{color:#02b302!important;background-color:#02b302!important;top:50%;right:30%}.listItemAvatar .MuiBadge-colorSecondary{color:gray!important;background-color:gray!important;top:50%;right:30%}.top-confirm{padding-top:30vh!important}.displayModal{padding-top:10vh}.imageViewer{cursor:zoom-in}.modal-create-Post{width:600px;min-height:331px;max-height:500px;background:#fff;border-radius:5px;position:relative}.modal-create-Post:focus{outline:none!important}.icon-tab{color:"#BDBDBD"}colorPrimary .roster-location-popover{width:460px;height:255px;box-shadow:0 8px 10px #0000001f,0 3px 14px #0000001a,0 5px 5px #0000002e;border-radius:5px;padding:20px 30px 30px}.header-color-0:hover{background-color:#00cd370d}.header-color-1:hover{background-color:#fac8000d}.header-color-2:hover{background-color:#dd4f240d}.font-app-icon{font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif!important;font-weight:500!important}.MuiBadge-colorSecondary{color:"yellow"!important;background-color:"yellow"!important}.transfer-modal{width:460px;height:85.28vh;background:#fff;border-radius:5px;position:relative}.margin-0{margin:0!important}.help-head{font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;font-size:16px;color:#fff}.help-text{font-weight:400;font-size:14px;color:#bdbdbd;margin-top:5px}.gyde-class>*{fill:#172b4d}.gyde-class>*:hover{fill:#335aff}.modal-container-style-leaveType{position:relative;background-color:#fff;width:460px;height:auto;max-height:571px;border-radius:5px}.modal-container-style-leaveType:focus{outline:none!important}.content-wrap22{margin:150px 0 0;display:block;width:100vw}.thank_wrap{background-color:#eee;padding:40px 20px;text-align:center;width:600px;border:1px solid #ddd;margin:auto;font-size:16px}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar{width:.4rem!important}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.user-form-container .emp-create_2{height:calc(100% - 180px)}.user-form-container .emp-create_2 .emp-create-from-list_1{overflow:auto;width:100%}.user-form-container .emp-create_2 .emp-create-from-list_1::-webkit-scrollbar-track{border-radius:10px;background-color:#efefef}.user-form-container .emp-create_2 .emp-create-from-list_1::-webkit-scrollbar{width:.4rem!important}.user-form-container .emp-create_2 .emp-create-from-list_1::-webkit-scrollbar-thumb{border-radius:.4rem!important;background-color:#bdbdbd}.user-form-container .emp-create_2 .emp-create-from-list_1 .emp-create-from_1{flex-wrap:wrap;list-style:none}.user-form-container .emp-create_2 .emp-create-from-list_1 .emp-create-from_1 li:last-child{margin-bottom:0}.user-form-container .create-user-footer_1 .button-container{width:100%;height:65px;padding:"0px 20px"}.emp-scroll{background-color:#f5f5f5}.header-box{border-bottom:.5px solid #dfdfdf;width:100%}.header-tabs .PrivateTabIndicator-colorSecondary-21{background-color:#fff!important;color:#fff!important}.css-17yibpu-MuiTab-wrapper{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:flex-start!important;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.announcementBullete{width:34px;height:34px;background:#fac8000d;border:2px solid rgba(243,175,0,.1);box-sizing:border-box;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-right:10px}.updates__bugs{display:grid;grid-template-columns:20% 80%;margin:25px 0}.bugs__title{height:200px;text-align:center;padding:20px}.b_info{height:auto;min-height:130px;border-left:.0625rem solid #ebecf0;padding:5px 20px 35px 35px;margin:15px}.b_info p{padding:0 5px;border-radius:5px;color:#757575}.img__wrap{position:relative}.img__description{position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(360deg,#000,#0000);color:#fff;visibility:hidden;opacity:0}.img__wrap:hover .img__description{visibility:visible;opacity:.8;cursor:pointer;color:#fff;width:126px;height:45px;border-radius:0;text-align:center;padding-top:25px;margin-left:7px}.img__wrap img{border:1px solid #ddd;border-radius:4px;padding:5px;width:141px;height:67px}.info__container{overflow-x:scroll;max-height:80vh;overflow-x:hidden}.title__info{padding:10px;width:80vw;margin:0 auto}.announcement-header{font-size:"14px"}.npsEmoji{width:52px;height:52px;border-radius:50px;background-color:#f4746c33}.header-background{background:#f0f0f0;padding:13px;border-radius:4px 4px 0 0}.round-input-container{display:inline-block;position:relative;margin:10px 0}.round-input-decorator{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-flow:row nowrap;background:#fbfbfb;border-radius:5px}.round-input-label-text{font-size:12px;color:#757575;padding:0 4px;transform:translateY(-6px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.round-input-border-left{flex:0 0 4px;box-sizing:border-box;height:100%;border-radius:10px 0 0 10px;border:1px solid #fbfbfb;border-right:none}.round-input-border-right{flex:1 0 50px;border-radius:0 10px 10px 0;border:1px solid #fbfbfb;border-left:none}.round-input{position:relative;font-size:14px;padding:13px 20px 13px 9px;min-width:250px;border:none;background:none;border-radius:10px;border-bottom:1px solid #fbfbfb}.round-input-gutter-s{position:relative;font-size:14px;padding:10px 20px 10px 9px;min-width:250px;border:none;background:none;border-radius:10px;border-bottom:1px solid #fbfbfb}.grey-border{border:1px solid #efefef;border-radius:4px}.p-1{padding:1.2rem}.box-40-100{border:1px solid #ebecf0;box-shadow:0 1px 2px #0003}.firstpopup-box .ssr-text-container{display:flex;flex-direction:row-reverse;justify-content:space-between}.firstpopup-box .ssr-text-container p{margin-block-start:0!important;margin-block-end:0!important}.firstpopup-box .calendar-status{display:block}.firstpopup-box .calendar-front-time{display:none}.text-box1>span>p:nth-child(n){margin-bottom:0;margin-top:0}.dynamic-show-more{display:flex;flex-direction:row-reverse;justify-content:space-between}.dynamic-show-more>p{margin-bottom:0;margin-top:0}.firstpopup-box>p{margin-top:0;margin-bottom:.8px}.firstpopup-box .ssr-icon-helper .tooltip{visibility:hidden}.mui-autocomplete>div{padding-top:0!important;padding-bottom:0!important;min-height:34px!important;border:.5px solid #ebecf0!important}.emptyFields{font-size:14px;font-weight:500;line-height:14px;letter-spacing:0;text-align:center;margin-top:-80px}.leave-table-scroll{overflow:auto;white-space:nowrap}.special-announce{height:54px;background:#f3af000d;border:1px solid rgba(243,175,0,.2);border-radius:4px;padding:9px;margin-left:10px}.leave-subheading{font-size:14;font-weight:450!important;padding-top:30px;padding-bottom:20px}.leave-subheading-4{font-size:14;font-weight:500!important;padding-top:30px;padding-bottom:20px}.leave-subheading-2{font-size:14;font-weight:700!important;padding-top:10px;padding-bottom:10px}.leave-subheading-3{font-size:14;color:#757575!important;padding-top:20px;padding-bottom:10px}.pd-10-grey{font-size:14;color:#757575!important;padding:10px}.pd-10-grey-bold{font-size:14;color:#757575!important;padding:10px;font-weight:700!important}.leave-border-box{border-radius:2px;border:1px #c0c0c0}.w-100-m-5{width:100%;margin:5px}.leave_input_box_small{height:20}.border-1-grey{border:1px solid #f0f0f0;padding:10px;border-radius:6px}.mb-10{margin-bottom:10px!important}.mb-15,.mb-30{margin-bottom:15px!important}.mb-5{margin-bottom:5px!important}.flex-container{display:flex}.leave-rule-number-input{width:50px;margin-left:10}.mr-5{margin-right:5px!important}.pt-20{padding-top:30px}.lh-15{line-height:1.5;margin-top:10px}.create-leave-btn{position:absolute;right:20px;margin:20px;font-weight:700}.lh-15{line-height:35.23px}.leave-checkbox-label{font-style:normal!important;line-height:20px!important;color:#757575!important;margin-left:-10px}.leave-rule-input-box{box-sizing:border-box;height:13px!important;background:#fff;border:1px solid #ebecf0;border-radius:3px}.attendance-dropdown-box{width:62%!important;margin-right:8px;padding-top:12px}.request-popup-border{border:1px solid #ebecf0;border-radius:5px}.align-radio{margin-left:-10px}.mtb--10{margin-top:-10px;margin-bottom:-10px}.mt--5{margin-top:-5px!important}.mt--4{margin-top:-4px!important}.admin-tableheight2{height:75vh}#brandingLogo{display:none!important}.personDescription{background-color:#eee;padding:6px;border-radius:6px;margin-top:-4px}.tooltipBox{background-color:#666;color:#fff;border-radius:4px;padding:4px}.orgPhoto{border-radius:50%}#widgetsWrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:#fff;box-sizing:border-box;width:100%}.chartDiv{width:100%;box-sizing:content-box;margin:8px;border-radius:10px;background:#fff;height:95px}.custompic .input-field{height:auto}.info-calendar-msg{margin-left:3;padding:5;color:"black";border:5;background-color:"#fadf99"}.grid-dashboard-container{display:grid;grid-template-columns:auto auto auto;grid-template-rows:auto auto auto;grid-gap:10px;padding:10px}.grid-dashboard-container>div{text-align:center;padding:20px 0;font-size:30px}.item1{grid-row:1/span 2;grid-column:1/span 2}.card-shadow{min-height:100px;background:#fff;box-shadow:0 2px 4px #0000000d!important;border-radius:6px!important}.dragAvatar{font-size:10px!important}.dragText{height:14px;font-style:normal;font-weight:500;font-size:14px;line-height:100%;align-items:center;color:#172b4d}.btn-arrow-right{position:relative;margin:10px;padding:2.8px 14px 2.8px 30px;font-style:normal;font-weight:400;font-size:14px;line-height:20px;align-items:center;border:none;height:34px}.arrow-tab-selected{background:#172b4d;color:#fff}.arrow-tab-selected:before,.arrow-tab-selected:after,.arrow-tab-unselected:before,.arrow-tab-unselected:after{content:"";position:absolute;top:0;width:0;height:0}.arrow-tab-selected:before,.arrow-tab-unselected:before{left:-11px}.arrow-tab-selected:after{right:-34px;border-width:17px;top:-1px;border-color:transparent transparent transparent #172b4d;border-style:solid}.arrow-tab-unselected:after{right:-34px;border-width:17px;top:-1px;border-color:transparent transparent transparent #f0f0f0;border-style:solid}.arrow-tab-unselected:before{right:-66px;border-width:17px;top:-1px;left:-1px;border-color:transparent transparent transparent white;border-style:solid}.arrow-tab-selected:before{right:-66px;border-width:17px;top:-1px;left:-1px;border-color:transparent transparent transparent white;border-style:solid}.btn-arrow-right:nth-child(1):before{border-width:0px!important}.btn-arrow-right:nth-child(1){margin-left:0!important}.arrow-tab-selected:after{z-index:1}.borderTable{border-spacing:0px 15px!important;border-collapse:separate!important;width:99%!important;margin:auto}.borderTableRow{box-shadow:0 0 1px 1px #f0f0f0;border-radius:6px}.sent{background-color:#335aff0d;color:#4f44e0;border:none;border-radius:3px;font-size:12px;height:30px;width:75px}.pending{background-color:#ffae091a;color:#ffae09;border:none;border-radius:3px;font-size:12px;height:30px;width:75px}.backlist{background-color:#7575751a;color:#172b4d;border:none;border-radius:3px;font-size:12px;height:30px;width:75px}.withdraw{background-color:#dd4f241a;color:#de350b;border:none;border-radius:3px;font-size:12px;height:30px;width:75px;font-weight:400}.pl-10{padding-left:10px!important}.config-box-onboarding{width:35%!important;border:1px solid #ebecf0;border-radius:6px}.align-mid-center{position:relative!important;top:48%!important;left:48%!important}.modal-component-loader-leave-rules-2{width:600px;height:600px;background:#fff}.max-width-joinee-form{max-width:min-content!important}.modal-container-style-leave-preview{width:1200px;height:100%;background-color:#fff;border-radius:5px;position:relative}.modal-container-style-leave-preview:focus{outline:none!important}.modal-container-style-leave-preview .container-padding{padding:30px}.modal-container-style-leave-preview .container-button{height:65px;width:100%;border-top:.0625rem solid #ebecf0;padding:0rem 1rem}.shadow{box-shadow:0 2px 8px #00000014}.steppolicy{width:60vw;margin:20px auto}.stepheight{clear:both;height:calc(100vh - 270px);padding-top:20px}.shift-anchor-tag{text-decoration:none;cursor:pointer;display:flex}.shift-anchor-tag:hover{text-decoration:underline;color:#335aff}.column-gap-2{grid-column-gap:2rem!important;column-gap:2rem!important}.row-gap-02{row-gap:.3rem!important}.w-100_pt-3_pl-5{width:90%!important;padding-left:5%;padding-top:3%}.message-item .any-mark,.message-item .my-mark{padding:3px;border-radius:10px}.message-item .any-mark{background-color:inherit!important;color:#335aff!important}.message-item .any-mark:hover{background-color:#c0c099e6!important;cursor:pointer}.message-item .my-mark{color:#fff!important;background-color:#78c9e9!important}.message-item .my-mark:hover{background-color:#335aff!important;cursor:pointer}.zIndex-99999{z-index:99999!important}.highlight-1{background-color:#e6ecff!important}.highlight-2{background-color:#fcc!important}.highlight-3{background-color:#e9fdf8!important}.highlight-4{background-color:#fffae6!important}.highlight-5{background-color:#fff1e6!important}.height-10{height:50px!important}.preview-header{width:100%;display:flex;justify-content:flex-end;padding:.5rem;position:absolute;top:0%}.preview-header>svg{border-radius:50%;background-color:#172b4d4d;color:#fff;margin-inline:.3rem;margin-block:.3rem;padding:.3rem;transition:transform ease-in-out .3s}.preview-header>svg:hover{cursor:pointer;transform:scale(1.1)}.preview-link{position:relative}.preview-link::-webkit-scrollbar{display:none}.preview-link{-ms-overflow-style:none;scrollbar-width:none}.feed-image-object-contain img{object-fit:contain!important;width:36px!important;background:#e3e3e3}.modified-avatar-css .MuiAvatarGroup-avatar{height:30px!important;width:30px!important;font-size:15px!important;font-weight:360!important}.modazindex{z-index:9!important}.rc-time-picker-input{cursor:pointer!important;height:50px!important;font-size:14px!important;background-image:url(https://cdn-icons-png.flaticon.com/512/3917/3917267.png)!important;background-size:10%!important;background-repeat:no-repeat!important;background-position:94%!important}.rc-time-picker-panel-input-wrap{padding:14px 7px!important}.rc-time-picker-clear{display:none!important}.rc-time-picker-clear-icon:after{font-size:15px!important;color:#4a4a4a!important}.textmaininput{position:absolute;z-index:9;font-size:11px;background:#fff;top:-8px;left:10px;color:#a9a9a9;padding:0 5px}.leave-clubbing-box{display:flex;align-items:center;padding:0 8px;background:#e6ecff;border-radius:4px;width:auto;height:25px;margin-inline:.5rem;margin-block:0rem;font-size:clamp(.5rem,.8vw,.8rem);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edm-heading{font-style:normal;font-weight:700;font-size:18px;line-height:34px;color:#172b4d}.title20px{font-weight:var(--font)!important;font-size:20px!important;line-height:19px!important;color:var(--color)!important}.title18px{font-weight:var(--font)!important;font-size:18px!important;line-height:19px!important;color:var(--color)!important}.title16px{font-weight:var(--font)!important;font-size:16px!important;line-height:19px!important;color:var(--color)!important}.text14px{font-weight:var(--font)!important;font-size:14px!important;line-height:19px!important;color:var(--color)!important}.text12px{font-weight:var(--font)!important;font-size:12px!important;line-height:19px!important;color:var(--color)!important}.text24px{font-weight:var(--font)!important;font-size:24px!important;line-height:28px!important;color:var(--color)!important}.icon-shadow-popups{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px;gap:10px;width:40px;height:40px;background:#f6faff;border-radius:200px;flex:none;order:0;flex-grow:0}.timeline_grid{border-radius:8px;background-color:#fff;padding:24px;overflow:auto;height:calc(100vh - 110px)}.timeline_date_box{background:#4c70ff;box-shadow:0 4px 12px #00000014;border-radius:8px;color:#fff;width:100px;height:26px;text-align:center;display:flex;justify-content:center;align-items:center}.timeline_message{background:#fff;border-radius:8px;padding:13px;box-shadow:0 2px 10px #eee;color:#615e69;height:76px;overflow:hidden}.timeline_message .old-value,.timeline_message .new-value,.timeline_message .boolean-value-red,.timeline_message .boolean-value-blue{font-size:16px;line-height:100%}.timeline_message .old-value{color:#172b4d}.timeline_message .new-value{color:#4c70ff}.timeline_message .boolean-value-red{color:#dd4f24}.timeline_message .boolean-value-blue{color:#4c70ff}.timeline_message .timeline_updatedby{font-weight:400;font-size:12px;margin-top:21px;line-height:100%;color:#615e69}.timeline_message .timeline_updatedby .timeline_emp_name{color:#172b4d}.custom-dropdown .custom-dropdown-placeholder{position:absolute;z-index:1;left:8px;top:-8px}.overview__container__bg{width:100%!important;height:calc(100vh - 87px)!important;overflow:scroll;font-style:normal;padding:20px!important;background-color:#fafbfc}.hidden-child{visibility:hidden}.table-list-row:hover .hidden-child{visibility:visible}.table-list-row:hover .table-row-text{font-weight:700}.submit-btn-disabled{display:inline-flex;align-items:center;-webkit-box-pack:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:0px;border:0px;margin:0 0 0 20px;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-family:Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:.9375rem;line-height:1.125;letter-spacing:0px;text-transform:capitalize;color:#fff;min-width:64px;padding:8px 22px;border-radius:4px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;background-color:#335aff;box-shadow:none;height:35px}.user-data-name-admin{display:"flex";align-items:"center";margin-bottom:"40px";margin-left:"6px"}.user-data-name-admin .basic-multi-select{height:35px;width:205px}.user-data-admin{font-family:Montserrat;font-style:"normal";font-size:"15px"}.leave-modal-container-padding{padding:30px 30px 3px}.leave-modal-main-heading{font-family:Segoe UI;font-weight:400}.leave-modal-grid{display:grid;grid-auto-flow:row;gap:1;margin-left:20px}.leave-modal-details-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(173px,1fr));gap:1.5rem;margin-top:16px;margin-bottom:24px}.leave-modal-details-item-container{display:flex;flex-direction:column;gap:.5rem}.expense-list-row .expense-name-text{text-transform:capitalize;cursor:pointer;font-weight:400;min-width:140px;white-space:nowrap}.expense-list-row:hover p{font-weight:600!important}.confirm-message-heading-one{color:#30323e!important;font-size:20px!important;font-family:Segoe UI!important;font-style:normal!important;font-weight:600!important;line-height:28px!important;text-align:center!important}.confirm-message-heading-two{color:#a5a3a9!important;text-align:center!important;font-size:14px!important;font-family:Segoe UI!important;font-style:normal!important;font-weight:400!important;line-height:22px!important}.g-20{gap:20px}.MuiFormLabel-asterisk{color:red!important}.container__white__card{background-color:#fff;padding:20px;height:min-content}.text__align__center{text-align:center!important}.end-row{display:flex;justify-content:space-between;margin-top:2rem;align-items:center}.end-row .cancel{background:#ebecf0!important;border:none;border-radius:4px;margin-left:10px;color:#172b4d!important;text-transform:capitalize;cursor:pointer;font-size:14px;text-decoration:none;z-index:1;padding:8px 22px;font-weight:500;height:35px;letter-spacing:.02857em;min-width:64px;outline:none!important;white-space:nowrap;font-family:Roboto,sans-serif}.end-row .save{border-radius:4px;border:none;transition:.2s ease-out;color:#fff;margin:0;word-wrap:break-word;text-transform:capitalize;background:#335aff;position:relative;cursor:pointer;font-size:14px;text-decoration:none;z-index:1;padding:8px 22px;font-weight:500;outline:none!important;height:35px;letter-spacing:.02857em;font-family:Roboto,sans-serif;min-width:64px}::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}::-webkit-scrollbar{width:.73vh;height:.73vh;background-color:transparent}::-webkit-scrollbar-thumb{border-radius:10px;background-color:tranparent}:hover::-webkit-scrollbar-thumb{background-color:#bdbdbd}.MuiSvgIcon-root{color:currentColor;fill:currentColor}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active{color:#4dcf69!important;border:2px solid #4dcf69}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active .MuiStepIcon-text,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-active .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-active .MuiStepIcon-text{fill:#4dcf69!important;font-size:12px!important}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-root,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-root,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-root,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-root{fill:transparent;width:18px!important;height:18px!important;display:inline-block;border:2px solid currentColor;border-radius:50%!important;color:#979797}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .Mui-active,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .Mui-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .Mui-active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .Mui-active{color:#4dcf69!important}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-completed,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-completed,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-completed,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-completed{color:#4dcf69!important;fill:currentColor!important;width:20px!important;height:20px!important;border:0px!important}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text{fill:currentColor;display:flex;font-weight:500;align-items:center;justify-content:center}.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text:active,.MuiStepper-root .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text:active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-root .MuiStepIcon-text:active,.MuiStepper-horizontal .MuiStepLabel-horizontal .MuiStepLabel-iconContainer .MuiStepIcon-text:active{fill:#4dcf69!important}.MuiStepper-root .MuiStepLabel-horizontal .email-settings-select,.MuiStepper-horizontal .MuiStepLabel-horizontal .email-settings-select{padding-inline:2rem;padding-block:.7rem;border:.5px solid lightgrey!important;border-radius:3px}.MuiStepper-root .MuiStepLabel-horizontal .email-settings-select:focus,.MuiStepper-horizontal .MuiStepLabel-horizontal .email-settings-select:focus{border:.5px solid black!important;border-radius:3px}.MuiStepper-root .MuiStepLabel-horizontal .selectLabelStepper,.MuiStepper-horizontal .MuiStepLabel-horizontal .selectLabelStepper{margin:0 8px!important;font-weight:500!important;font-size:14px!important;color:#4dcf69!important}.MuiStepper-root .MuiStepLabel-horizontal .selectLabelStepper-inactive,.MuiStepper-horizontal .MuiStepLabel-horizontal .selectLabelStepper-inactive{margin:0 8px!important;font-weight:500!important;font-size:14px!important;color:#979797!important}.cursor-pointer{cursor:pointer}.top-70px{top:70px!important}.b-0{border:0px!important}.mt-10{margin-top:10px!important}.mt-20{margin-top:20px!important}.mt-120{margin-top:120px!important}.m-0{margin:0%!important}.p-0{padding:0%!important}.mp-0{margin:0!important;padding:0!important}.w-100{width:100%!important}.w-95{width:95%!important}.w-90{width:90%!important}.w-50{width:50%!important}.h-100{height:100%!important}.h-90{height:90%!important}.h-95{height:95%!important}.h-inherit{height:inherit}.h-100-vh{height:100vh}.wh-100{height:100%!important;width:100%!important}.display-flex{display:flex}.start-flex{display:flex;justify-content:flex-start;align-items:flex-start}.flex-between-start{display:flex;justify-content:space-between;align-items:flex-start}.flex-around-center{display:flex;justify-content:space-around;align-items:center}.flex-between-center{display:flex;justify-content:space-between;align-items:center}.flex-start-center{display:flex;justify-content:flex-start;align-items:center}.flex-start{display:flex;justify-content:flex-start;align-items:flex-start}.flex-start-end{display:flex;justify-content:flex-start;align-items:flex-end}.flex-between-end{display:flex;justify-content:space-between;align-items:flex-end}.flex-center-start{display:flex;justify-content:center;align-items:flex-start}.flex-center{display:flex!important;justify-content:center;align-items:center}.flex-column{flex-direction:column!important}.wrap-flex{flex-wrap:wrap}.flex-end-center{display:flex;justify-content:flex-end;align-items:center}.column-gap-5{column-gap:.5rem!important}.column-gap-1{column-gap:1rem!important}.gap-1{gap:1rem}.gap-5{gap:.5rem}.column-gap-2{column-gap:2rem!important}.flex-end-start{display:flex;justify-content:flex-end;align-items:flex-start}.overflow-hidden{overflow:hidden!important}.overflow-overlay{overflow:auto}.overflow-overlay::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.overflow-overlay::-webkit-scrollbar{width:.5vh;height:.5vh;background-color:transparent}.overflow-overlay::-webkit-scrollbar-thumb{border-radius:10px;background-color:tranparent}.overflow-overlay:hover::-webkit-scrollbar-thumb{background-color:#bdbdbd}.visible-visible:hover{visibility:visible!important}.visible-hidden{visibility:initial}.visible-hidden:hover{visibility:inherit}.list-popover{width:13.75rem;background-color:#fff}.list-popover .list-item{width:100%;height:6.13vh;cursor:pointer}.list-popover .list-item .list-item-icon{min-width:2rem!important;color:inherit}.list-popover .list-item:hover{background-color:#335aff0d;color:#335aff}.slider{width:100%;height:100%;background-color:#03192e}.slide-dot-container{height:3px;width:90px}.slide-dot-container .active{background:#2c50e8!important;width:34px!important;border:1px solid #2c50e8!important;height:1px;border-radius:100px}.slide-dot-container .dot{height:1px;background:#fff;width:10px;border:1px solid #ffffff;border-radius:100px}.logo{height:3.36vh}.authLayOut{width:100vw;height:calc(100vh - 60px)}.modal-container{width:650px;height:auto;border-radius:5px;background-color:#fff;overflow:hidden}.modal-container .modal-component{width:100%;height:100%;background-color:#fff;padding:3.68vh 3.68vh 1.84vh}.modal-container .modal-component .clearIcon{color:#172b4d;font-size:18px}.modal-container .modal-component .download-template-card{width:100%;height:auto;padding:2.94vh;border:1px solid #ebecf0;border-radius:6px;margin:5.15vh 0px 3.68vh}.modal-container .modal-component .download-template-card .download-button{border:1px solid #ebecf0;box-sizing:border-box;border-radius:3px;padding:10px;color:#335aff;font-size:14px!important;font-weight:500}.modal-container .modal-component .import-file{border:1px solid #ebecf0;border-radius:6px;width:100%;height:auto;padding:2.94vh}.modal-container .modal-component .dragger-file-area{margin-top:2.94vh;width:100%;height:11.9vh;border:2px dashed #d8d8d8;background-color:#f4f8fc;padding:2.94vh 0px;border-radius:6px;cursor:pointer}.modal-container .custom-button-modal{border-top:1px solid #ebecf0;width:100%;height:auto;padding:1.84vh 3.68vh}.modal-container:focus{outline:none!important}.welcomeModal{width:796px;height:540px;background-color:#fff;border-radius:20px}.welcomeModal .linearProgress{width:18.4vh;height:4px;border-radius:100px}.welcomeModal:focus{outline:none!important}.header-height{height:90px}.emp-stepper{width:100vw;height:calc(100vh - 250px)}.emp-stepper .custom-stepper{padding:24px 0;width:100vw;box-shadow:0 2px 2px #0000001f}.emp-stepper .custom-stepper .inside-custom-stepper{margin-left:14vw;width:40vw;min-width:380px}.emp-stepper .emp-create{height:100%!important}.emp-stepper .emp-create .emp-create-from-list{overflow:auto;width:72vw;padding:8px 1vw 0px}.emp-stepper .emp-create .emp-create-from-list::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.emp-stepper .emp-create .emp-create-from-list::-webkit-scrollbar{width:.5vh;height:.5vh;background-color:transparent}.emp-stepper .emp-create .emp-create-from-list::-webkit-scrollbar-thumb{border-radius:10px;background-color:tranparent}.emp-stepper .emp-create .emp-create-from-list:hover::-webkit-scrollbar-thumb{background-color:#bdbdbd}.emp-stepper .emp-create .emp-create-from-list .emp-create-from{flex-wrap:wrap;list-style:none}.emp-stepper .emp-create .emp-create-from-list .emp-create-from li:last-child{margin-bottom:0}.drawer-open{width:100vw;height:90vh;background-color:#fff}.border-top-radius-10{border-top-right-radius:10px;border-top-left-radius:10px}.drawerArea{width:100px!important;height:100vh;z-index:0}.drawerArea .navigationArea{width:150px;height:calc(100vh - 90px)!important}.drawerArea .navigationArea .link-navigateList{width:100%;text-decoration:none;display:flex}.drawerArea .navigationArea .link-navigateList .navigationList{width:calc(100% - 24px);height:60px;margin:0 5px!important}.drawerArea .navigationArea .link-navigateList .navigationList .listIcon{margin:0 20px 0 8px;min-width:24px!important}.drawerArea .navigationArea .link-navigateList .navigationList .list-text-color{color:inherit!important}.drawerArea .navigationArea .link-navigateList .collapse-button{width:calc(100% - 44px);margin:0 12px 0 32px;height:auto}.app-card{cursor:pointer;width:360px;height:auto;padding:24px;margin-bottom:20px;margin-right:20px}.app-card .app-media{width:46px;height:46px;background-color:transparent;border-radius:5px;margin-right:14px}.app-card .app-title{color:#172b4d;font-weight:600;font-size:18px}.app-card .app-content{color:#bdbdbd;font-weight:400;font-size:14px}.create-user-footer{width:100vw;height:100px;z-index:2;background-color:#fff}.create-user-footer .create-user-footer-inside{width:72vw;height:35px}.componayPageTitle{height:12vh;width:100%}.companyPage-content{width:100%;height:calc(100% - 12vh)}.divider-orgainsation{height:3.68vh;width:22px}.divider-orgainsation:last-child{display:none}.visible-divider{display:flex}.visible-divider:last-child{display:none}.iconButton{width:35px;height:35px;background:#f8f8f8;border-radius:3px;color:#172b4d;cursor:pointer}.right-navigation{margin:30px 40px;width:calc(100% - 80px);height:calc(100% - 60px);padding:0!important}.right-navigation .page_name{font-size:20px;color:#172b4d}.right-navigation .create-button{width:114px;background-color:#335aff;color:#fff!important;text-transform:"none";font-size:14px;font-weight:500;cursor:pointer}.cardList{width:90%;border:1px solid #ebecf0;border-radius:8px;cursor:pointer}.cardList .subcard{width:100%;border-top:1px solid #ebecf0;padding:20px 0;height:32px}.cardList .subcard .selectedCard{height:32px;min-width:70px;padding:0 20px;background-color:#f8f8f8;border:1px solid #ebecf0;border-radius:3px!important}.header{z-index:2!important;width:100%;background-color:#fff;box-shadow:0 2px 2px #0000001f}.header .header-logo img{height:36px;width:101px}.header .header-user{font-size:30px!important;color:#172b4d;cursor:pointer}.header .header-image{width:30px;height:30px;cursor:pointer;border-radius:15px}.filter-style{width:19.4vw;background-color:#fcfcfc;height:100%}.filter-style .filter-title{color:#172b4d!important;font-weight:600;font-size:18px;padding:12px 10px;border-bottom:1px solid #ebecf0;width:100%}.filter-style .list{cursor:pointer;padding:10px 14px;border-bottom:1px solid #ebecf0;background-color:#fcfcfc!important}.filter-style .list .MuiAccordionDetails-root{padding:8px 0 0!important;background-color:#fcfcfc!important}.filter-style .list .accord-list{width:100%;max-height:15vh;overflow:auto!important}.filter-style .list .MuiAccordionSummary-root{height:30px!important;min-height:30px!important;padding:0!important;background-color:#fcfcfc!important}.filter-style .list .accord-title{height:24px!important}.filter-style .list .accord-title h3{color:#172b4d!important;font-weight:500;font-size:14px}.transfer-modal{width:460px;height:85.28vh;background:#fff;border-radius:5px}.transfer-modal:focus{outline:none}.fixed-table-admin{width:inherit;height:inherit;margin:0;padding:0}.fixed-table-admin .MuiTablePagination-toolbar{padding:0!important;margin:0!important}.fixed-table-admin .MuiTablePagination-toolbar .MuiIconButton-root{color:inherit;padding:5px}.fixed-table-admin .MuiTablePagination-toolbar .MuiIconButton-root:disabled{color:#bdbdbd}.fixed-table-admin .table-container{overflow:auto;width:100%;border:1px solid #eee}.fixed-table-admin .table-container::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.fixed-table-admin .table-container::-webkit-scrollbar{width:.5vh;height:.5vh;background-color:transparent}.fixed-table-admin .table-container::-webkit-scrollbar-thumb{border-radius:10px;background-color:tranparent}.fixed-table-admin .table-container:hover::-webkit-scrollbar-thumb{background-color:#bdbdbd}.fixed-table-admin .table-container .table-container-shadow{box-shadow:inset -3px 0 6px -3px #73737333}.fixed-table-admin .table-container table{font-family:"Segoe UI Web (West European)";table-layout:fixed!important}.fixed-table-admin .table-container table .table-row{height:60px!important}.fixed-table-admin .table-container table td,.fixed-table-admin .table-container table th{border-bottom:1px solid rgb(224,224,224)}.fixed-table-admin .table-container table .fixed-table-cell{width:160px!important}.fixed-table-admin .table-container table .fixed-table-cell-height{height:54px!important}.fixed-table-admin .table-container table .fixed-column-header-admin{height:40px}.fixed-table-admin .table-container table .width-140px{width:160px!important}.fixed-table-admin .table-container table .p-10px{padding:0 10px}.fixed-table-admin .table-container table .width-170px{width:170px!important}.fixed-table-admin .table-container table .fixed-table-header{width:40px!important;height:40px!important;color:#ebecf0}.fixed-table-admin .table-container table .fixed-table-checkbox{width:40px!important;height:60px!important;color:#ebecf0}.fixed-table-admin .table-container table .fixed-icon-cell{width:40px!important;height:40px!important;background-color:#fff}.fixed-table-admin .table-container table .h-60-px{height:60px}.fixed-table-admin .table-container table .fixed-column{position:sticky;*position: relative;background-color:#fff}.fixed-table-admin .table-container table .last-cell-shadow{box-shadow:2px 0 1px -1px #73737333}.fixed-table-admin .table-container:hover{cursor:pointer}.MuiFormControlLabel-labelPlacementStart{margin:0!important}.search-outlined-component{width:100%}.search-outlined-component .MuiAutocomplete-popupIndicatorOpen{transform:rotate(0)}.MuiAutocomplete-endAdornment{top:auto!important}.modalComponent{width:460px;height:auto;border-radius:5px;background-color:#fff}.modalComponent:focus{outline:none}.disable-field{width:100%;background:#f8f8f8;border-radius:6px;height:50px;padding:17px}.disable-field-auto{width:100%;border-radius:6px;padding:7px;padding-top:0!important}.file-card{background:#fff;border:1px solid #ebecf0;box-sizing:border-box;height:50px;box-shadow:0 1px 2px #0003;border-radius:6px}.other-setting-card{width:100%;border:1px solid #ebecf0;border-radius:6px}.other__setting__card__row{width:100%;border:1px solid #ebecf0;border-radius:6px;display:flex;align-items:center;justify-content:space-around;padding-inline:1rem;padding-block:.5rem;margin-block:.8rem}.form_fields_parent{position:relative;margin-bottom:50px}.form_fields_parent .more-option-cancel{position:absolute;top:-17px;right:5px}.table-org-master{width:100%}.table-org-master .tableHead{background-color:#f8f8f8}.table-org-master .tableCell{border:.5px solid #ebecf0;min-width:140px}.w-48{width:48%}.search-component{width:210px;height:40px;background:#fff;border:2px solid #ebecf0;border-radius:3px;margin-right:20px;padding:12px;cursor:pointer}.search-component .icon{font-size:18px;color:#172b4d;margin-top:0!important}.input-search{border:0px!important;outline:none!important;width:inherit}.input-search:focus{border:0px!important;outline:none!important}.input-select{border:0px!important;outline:none!important;width:100%}.input-select:focus{border:0px!important;outline:none!important}.input-select .option{height:48px}.alert-dialog-modal{width:505px;background:#fff;border-radius:5px}.bulk-edit-modal{background-color:#fff;border-radius:5px}.bulk-edit-modal:focus{outline:none!important}.user-form-container{width:100vw;height:calc(100vh - 60px)}.user-form-container .custom-stepper_1{width:100%;height:60px;box-shadow:0 2px 2px #0000001f}.user-form-container .custom-stepper_1 .inside-custom-stepper_1{width:60%;min-width:380px}.user-form-container .emp-create_1{height:calc(100% - 126px)!important}.user-form-container .emp-create_1 .emp-create-from-list_1{overflow:auto;width:100%}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar-track{border-radius:10px;background-color:transparent}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar{width:.5vh;height:.5vh;background-color:transparent}.user-form-container .emp-create_1 .emp-create-from-list_1::-webkit-scrollbar-thumb{border-radius:10px;background-color:tranparent}.user-form-container .emp-create_1 .emp-create-from-list_1:hover::-webkit-scrollbar-thumb{background-color:#bdbdbd}.user-form-container .emp-create_1 .emp-create-from-list_1 .emp-create-from_1{flex-wrap:wrap;list-style:none}.user-form-container .emp-create_1 .emp-create-from-list_1 .emp-create-from_1 li:last-child{margin-bottom:0}.user-form-container .create-user-footer_1{width:100vw;height:66px;z-index:2;background-color:#fff}.user-form-container .create-user-footer_1 .button-container,.button-container{width:100%;height:65px}.width-50-10px{width:calc(50% - 10px)}.width-50-16px{width:calc(50% - 16px)}.width-25-10px{width:calc(25% - 10px)}.width-33-10px{width:calc(33% - 10px)}.more-option-cancel{top:-12px;left:calc(100% - 16px)}.company_logo{width:140px;height:140px;background:#fff;border:1px solid #ebecf0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;position:relative;margin-right:30px}.company_logo .edit_button{background:#fff;box-shadow:0 2px 4px #00000040;width:24px;height:24px;border-radius:50%;border:0px;position:absolute;top:11px;right:10px;color:#335aff;outline:none!important;cursor:pointer;display:inline-block;align-items:center;justify-content:center;padding-top:4px}.company_logo .edit_button svg{font-size:14px}.color_pallets{border:1px solid #ebecf0;width:183px;padding:11px 0 6px 10px;box-sizing:border-box;border-radius:4px}.color_pallets .color_item{border:0;background:transparent;width:30px;height:30px;display:inline-block;outline:none!important;margin:3px 5px;position:relative;padding:2px;border-radius:4px;cursor:pointer;transition:all .5s ease}.color_pallets .color_item span{display:block;width:100%;height:100%;border-radius:3px}.color_pallets .color_item span.purple{background-color:#34004b}.color_pallets .color_item span.golden{background-color:#e4d1c2}.color_pallets .color_item span.red{background-color:#5b1b39}.color_pallets .color_item span.dark{background-color:#172b4d}.color_pallets .color_item span.light{background-color:"#FFFFFF"}.color_pallets .color_item span.green{background-color:#3b5352}.color_pallets .color_item span.cyan{background-color:#01c6de}.color_pallets .color_item span.peach{background-color:#e5b099}.color_pallets .color_item span.pink{background-color:#e0bcbe}.color_pallets .color_item svg{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);color:#fff;font-size:19px;opacity:0}.color_pallets .color_item:hover,.color_pallets .color_item.active{box-shadow:0 1px 2px #0003}.color_pallets .color_item.active svg{opacity:1}.field_name{min-width:145px;font-size:14px!important;font-weight:500;margin-bottom:20px!important;color:#757575;margin-right:50px}.modal-style{width:460px;height:auto;outline:none;border-radius:5px}.modal-style:focus{outline:none}.modal-upper-area{width:100%;height:calc(100% - 66px)}.modal-lower-area{width:100%;height:65px}.modal-create-property{width:460px;min-height:68vh;height:auto;max-height:75vh;border-radius:5px;background-color:#fff;overflow:scroll}.modal-create-property:focus{outline:none}.input-employeeCode{border:0px!important;outline:none!important;width:100px;text-align:end;font-weight:500;background-color:transparent;font-size:.825rem}.input-employeeCode:focus{border:0px!important;outline:none!important}.tableHeight{height:70vh}.modalComponent-create{width:460px;max-height:80vh;border-radius:5px;background-color:#fff}.modalComponent-create:focus{outline:none}.list-popover-app{width:250px;background-color:#fff}.list-popover-app .list-item-app{width:100%;cursor:pointer}.list-popover-app .list-item-app .list-item-icon-app{min-width:2rem!important;color:inherit}.break-word{word-break:break-all}.menu-style{background:#f8f8f8;border:1px solid #ebecf0;border-radius:3px;height:26px;width:fit-content;padding:0 4px}.openAccessModal{width:460px;max-height:655px;height:80vh;background-color:#fff;border-radius:5px}.openAccessModal:focus{outline:none!important}.app-popover{width:220px;height:122px}.app-screen-grid{display:grid;grid-gap:20px;grid-template-rows:94px}.app-screen-grid .app-tab{display:grid;grid-template-columns:48px auto;width:100%;grid-template-rows:46px;grid-column-gap:14px;padding:24px 20px;text-decoration:none;border:1px solid #ebecf0;border-radius:6px;height:94px}.w-200px{width:200px!important}.w-400px{width:400px!important}.material-toolbar{z-index:9;border-bottom-left-radius:32px}.imagecolor{width:46px;height:46px;border-radius:5px;margin-right:15px}.list-item-app>.imagecolor:hover{background-color:transparent}.scrollbar-opacity>div:nth-last-child(-n+2){opacity:0}.scrollbar-opacity:hover>div:last-child,div:nth-last-child(2){opacity:1}.company-details{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));grid-template-rows:80px 100px;grid-row-gap:40px}.font-app-icon{font-weight:500!important}.header-color-0{margin-bottom:20px;text-decoration:none;border-radius:0}.header-color-0:hover{background-color:#335aff0d}.header-color-0:last-child{margin-bottom:0}.header-color-1{margin-bottom:20px;text-decoration:none;border-radius:0}.header-color-1:hover{background-color:#00cd370d}.header-color-1:last-child{margin-bottom:0}.header-color-2{margin-bottom:20px;text-decoration:none;border-radius:0}.header-color-2:hover{background-color:#fac8000d}.header-color-2:last-child{margin-bottom:0}.header-color-3{margin-bottom:20px;text-decoration:none;border-radius:0}.header-color-3:hover{background-color:#dd4f240d}.header-color-3:last-child{margin-bottom:0}.field-name-form{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.width-85{width:85%}.logout-btn{height:39px;width:50px;border-radius:6px;margin-left:25px;margin-top:5px;cursor:pointer}.logout-text{margin-left:10px!important;font-weight:500!important}.left-navigate-scroll>div{margin-right:-12px!important}.modal-component-leave-rules{width:461px;height:auto;background:#fff;border-radius:5px;position:relative}.modal-component-leave-rules:focus{outline:none!important}.menu-style-access{background:#f8f8f8;border:1px solid #ebecf0;border-radius:3px;height:26px;width:max-content;padding:0 4px}.padding-access{padding:5px!important}.column-content td{padding:15px!important}.app-popover-access{width:220px;height:100%}.delete-icon:hover{color:#e70000}.action-icon{height:1.25rem!important;width:1.25rem!important;cursor:pointer}.modal-icon-container{border-radius:50%;background:#4c8bff1a;padding:4px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.add-margin-bottom{margin-bottom:20px!important}.g-10{gap:10px}.g-5{gap:5px}html{font-family:Roboto,sans-serif;font-weight:400;font-size:14px;letter-spacing:.00938em;color:#212121}body{background:#fff;font-family:Roboto,sans-serif;font-weight:400;font-size:14px;letter-spacing:.00938em;line-height:1.5;margin:0;clear:both;color:#172b4d;position:relative;height:100vh;overflow:hidden}.react-daterange-picker__calendar{z-index:9!important}.close_filee{position:absolute;width:18px;height:18px;line-height:16px;right:-8px;top:-8px;background:#000;border-radius:50px;text-align:center}table.dataTable thead th{background:#f2f2f2!important;font-weight:700!important;position:sticky;top:-20px!important;z-index:1}.perfor_left ul li{word-break:break-all!important}.module-header{color:#172b4d;font-size:1.25rem;font-style:normal;font-weight:600;line-height:28px}.top_tabs{display:flex;justify-content:center;border-bottom:1px solid #ebecf0;clear:both;position:relative;font-family:Poppins,sans-serif!important}.top_tabs h2{position:absolute;left:30px;font-size:18px;font-weight:600;color:#000;margin:22px 0 0}.newmob-menu{display:none!important}.top_tabs ul{list-style:none;margin:0;padding:0}.top_tabs ul li{display:inline-block}.top_tabs ul li a{margin:0 8px;text-decoration:none;font-weight:500;display:inline-block;font-size:14px;line-height:1;letter-spacing:0em;color:#000000d9;text-transform:capitalize;padding:20px 0;border:solid transparent;border-width:0 0 2px;height:58px}.top_tabs ul li a:hover,.top_tabs ul li a.active{border-bottom:2px solid #1266f1;color:#1266f1}.right_con{justify-content:flex-end;padding:0;display:flex}.navigationleft{width:300px;border-right:1px solid #ebecf0;height:100vh}.css-ailz3k{width:calc(100vw - 250px)}.css-1yqw6cw{padding:20px 30px;width:calc(100vw - 210px);overflow-y:auto;scrollbar-width:thin;position:relative}.sahudnew{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;height:calc(100vh - 250px)}.nav-pills{margin:20px 10px 0 30px!important;overflow-y:auto;height:calc(100vh - 220px);flex-direction:inherit!important;display:block;padding-right:10px;scrollbar-width:thin;overflow-x:hidden}.nav-pills .nav-link{text-align:left;text-transform:capitalize;margin:0;font-size:14px;letter-spacing:0em;font-weight:500;padding:.5rem 10px;background:transparent;color:#000000d9;justify-content:flex-start;-webkit-box-align:center;height:50px;line-height:34px;white-space:nowrap;align-items:center}.nav-pills .nav-link.active,.nav-pills .nav-link:hover,.nav-pills .show>.nav-link{color:#335aff;background:#335aff0d;-webkit-box-shadow:none;box-shadow:none}.heag_new{margin:0;font-weight:700;font-size:20px;line-height:1;letter-spacing:.00938em;color:#172b4d}.allcssmain{padding-left:30px;padding-right:30px;padding-top:25px}.bgne1{background:#f0f8ff!important;padding:15px;width:70px}.bgne2{background:#fff6f3!important;padding:15px;width:70px}.bgne3{background:#e9ffed!important;padding:15px;width:70px}.bgne4{background:#d4ffd3!important;padding:15px;width:70px}.bgne5{background:#fcffd3!important;padding:15px;width:70px}.bgne6{background:#fef5ff!important;padding:15px;width:70px}.icon-cover{width:3.926vh;height:3.926vh;background:#f8f8f8;border-radius:4px}.rig_filternew{border-left:1px solid #eee;background:#fcfcfc;z-index:9;height:100vh}.posifil{position:absolute;top:10px}.main_filnew{position:relative;margin-bottom:20px;clear:both}#createCompetencyStructure .main_filnew{height:auto}.filter-center{-webkit-justify-content:flex-end;justify-content:flex-end;display:flex}.boxwidth{width:190px;margin-right:15px;position:relative}.boxwidthV2{width:100%;margin-right:15px;position:relative}.search-component{width:100%;height:35px!important;background:#fff;border:1px solid #d6d6d6;border-radius:4px;padding:13px;cursor:pointer;color:#717382;font-size:revert}::-webkit-input-placeholder{color:#999}:-moz-placeholder{color:#999;opacity:1}::-moz-placeholder{color:#999;opacity:1}:-ms-input-placeholder{color:#999}#createCompetencyStructure .search-component{height:40px}#createCompetencyStructure .select2-container .select2-selection--multiple{min-height:40px}#createCompetencyStructure .select2-container--default .select2-selection--single{height:40px}#createCompetencyStructure .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px}#createCompetencyStructure .select2-container--default .select2-selection--single .select2-selection__arrow{height:40px}.btn_cancel{background:#ebecf0!important;border:none;border-radius:4px;margin-right:10px;color:#172b4d!important;text-transform:capitalize;cursor:pointer;font-size:14px;text-decoration:none;z-index:1;padding:8px 22px;font-weight:500;height:35px;letter-spacing:.02857em;min-width:64px;outline:none!important;white-space:nowrap;font-family:Roboto,sans-serif}.btn_save{border-radius:4px;border:none;transition:.2s ease-out;color:#fff;margin:0;word-wrap:break-word;text-transform:capitalize;background:#335aff;position:relative;cursor:pointer;font-size:14px;text-decoration:none;z-index:1;padding:8px 22px;font-weight:500;outline:none!important;height:35px;letter-spacing:.02857em;font-family:Roboto,sans-serif;min-width:64px}.select-component{appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;outline:none;font-size:13px;font-weight:400;color:#717382;border:1px solid #d6d6d6;height:35px!important;width:100%;margin:0;padding:0 9px;display:inline-block;border-radius:4px}.iconButton{width:35px;height:35px;background:#f8f8f8;border-radius:4px;color:#172b4d;margin-left:20px;text-align:center;padding:5px;cursor:pointer}.iconButton button{width:20px;height:20px;background-color:transparent!important;border:none;outline:none!important}.filbtnnew{display:inline-flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:0px;border:0px;margin:0;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none;font-weight:500;font-size:14px;line-height:1;letter-spacing:.02857em;text-transform:capitalize;border-radius:4px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;background-color:#335aff;box-shadow:none;height:35px;padding:0 15px;color:#fff!important;font-family:Roboto,sans-serif!important}.filbtnnew i{margin-right:7px}.filter-title{padding:22px 20px;border-bottom:1px solid #ebecf0;width:100%;display:flex}.filter-title h2{font-weight:500;font-size:23px;color:#172b4d!important}.filticon{-webkit-user-select:none;user-select:none;width:1em;height:1em;display:inline-block;fill:currentcolor;cursor:pointer;flex-shrink:0;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;font-size:1.5rem}.accordion{width:100%;max-width:360px;margin:30px auto 20px}.accordion .link{cursor:pointer;display:block;padding:15px;color:#4d4d4d;font-size:13px;font-weight:500;border-bottom:1px solid #e5e5e5;position:relative;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.accordion li:last-child .link{border-bottom:0}.accordion li i{position:absolute;top:16px;left:12px;font-size:15px;color:#595959;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.accordion li i.fa-chevron-down{right:12px;left:auto;font-size:13px}.accordion li.open .link,.accordion li.open i{color:#335aff}.accordion li.open i.fa-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.submenu{display:none;font-size:14px}.backBtn{font-size:16px;text-align:right;position:absolute;right:7px}.backBtn:hover{color:#000}.menufilter-right .backBtn,.menufilter-top .backBtn,.menufilter-bottom .backBtn{text-align:left}.menufilter{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;position:fixed;top:65px;z-index:999;width:280px;height:100%}.menufilter-left{left:-280px}.menufilter-left.left-open{left:0}.menufilter-right{right:-280px}.menufilter-right.right-open{right:0}.menufilter-top{width:100%;top:-100%}.menufilter-top.top-open{top:0}.menufilter-bottom{width:100%;top:100%}.menufilter-bottom.bottom-open{top:0}.push{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.push-left{left:-280px}.push-left.pushleft-open{left:0}.push-toleft{left:280px}.push-right{right:-280px}.push-right .backBtn{text-align:left}.push-right.pushright-open{right:0}button::-moz-focus-inner{border:0}img:-moz-loading{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.mleft{margin-left:-1px!important}em{font-style:italic;font-weight:300}a:focus,a:hover{color:#23527c;text-decoration:none}a{outline:none!important;color:#335aff}.has-notify{cursor:pointer}.open>.notification_main{display:block}.notification_main{text-align:left;position:absolute;width:320px;top:33px;right:0;left:auto;border:1px solid #e6e6e6;background-color:#fff;display:none;float:left;padding:0;margin:0;font-size:13px;list-style:none;border-radius:4px}.notification_main .dropdown-footer{padding:10px 15px;clear:both;border-top:1px solid #e7eaf0}.notification_main .dropdown-heading{padding:8px 12px;border-bottom:1px solid #e7eaf0;font-weight:600;font-size:14px}.dropdown-notification>li.notification-item{padding:10px;position:relative}.dropdown-notification li.notification-item:hover{background:#f8f8f9;box-shadow:0 0 2px #cccece}.dropdown-notification>li.notification-item .media_icon{float:left;width:40px;height:40px;overflow:hidden;text-align:center;line-height:40px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;border-radius:50%;background:#e9edf0;color:#597082}.dropdown-notification>li.notification-item .media_icon i{font-size:17px}.dropdown-notification>li.notification-item .media_icon+.message{margin-left:50px}.pulse-button{width:15px;background:#eb3822;height:15px;position:absolute;border-radius:50px;font-size:10px;text-align:center;color:#fff;line-height:15px;right:-6px;top:-4px;font-weight:600}.message h4{margin:0 0 7px;padding:0;font-size:13px;line-height:17px;font-weight:500;color:#5b5b5b}.message h5{margin:0;padding:0;font-size:13px;color:#9d9d9d}.notification_btn{border-radius:2px;color:#fff!important;text-transform:uppercase;position:relative;cursor:pointer;background:#0093ff!important;font-size:13px;width:100%;display:block;text-align:center;text-decoration:none;padding:8px 0!important;font-weight:600!important}.menu header .navbar-nav>li>a{padding:0}.navbar-nav .nav-link{padding:0!important;margin-left:20px!important}.header-top{border-bottom:1px solid #e6e6e6;margin:0}.navbar-light{padding:0 30px;height:60px;background:#fff;color:#172b4d;box-shadow:0 1px 4px #00000047;width:100%;display:block!important}.profile_top_panel i{font-size:18px;width:28px;color:#9899a4}.open>.profile_top_panel{display:block}.profile_top_panel{text-align:left;position:absolute;display:none;padding:0;width:190px;top:35px;right:11px!important;left:auto!important;border-radius:4px;border:1px solid #e6e6e6;background-color:#fff}.profile_top_panel a{padding:9px 15px!important;cursor:pointer;color:#4f4d4d;font-size:13px;font-weight:600}.profile_top_panel a:hover{background-color:#fff;color:#00aeef}.profile_top{width:30px;height:30px;border-radius:50%;object-fit:cover;object-position:center;margin-right:5px}.profile_top_panel .dropdown-item{color:#5b5b5b;outline:none;font-size:13px;padding:10px 13px;font-weight:500;text-decoration:none}.profile_top_panel .dropdown-item img{margin-right:9px;width:17px!important;float:left}.user_name_top{padding:10px 16px;border-bottom:1px solid #e7eaf0;background:#f9f8f8;font-weight:600;font-size:14px;text-align:left;line-height:18px;color:#000}.top_nav-fixed{position:fixed;top:-3em;z-index:999;width:100%}.emplo_backgro_head{background-repeat:no-repeat;box-shadow:0 1px 4px #b5b5b5;padding:0;height:120px;background-size:cover}.left_space_profile{padding:15px;position:relative;background:#fff;border:1px solid #e6e6e6;border-radius:4px}.emp-profile{padding:0;margin-top:20px;margin-bottom:20px;clear:both;position:relative}.pro_img_new{width:35px;height:35px;border-radius:50%;background:#335aff;color:#fff;font-weight:500;line-height:35px;text-align:center;font-size:14px;margin:13px 0}.dropdown-toggle:after{display:inline-block;margin-left:0;vertical-align:.255em;content:"";border-top:0em solid;border-right:0em solid transparent;border-bottom:0;border-left:0em solid transparent;margin-top:0;margin-right:0}.collu_edit_panel{float:right;width:40%;text-align:right}.collu_edit_panel img{border:1px solid #7f7f7f;width:28px;display:block;text-align:center;height:28px;line-height:28px;border-radius:4px;padding:4px;float:right;opacity:.4}.profile-img{text-align:left;margin-top:0;position:relative;float:left;width:51%;margin-bottom:15px}.profile-img img{width:130px;height:130px;background:#fff;object-fit:cover;padding:5px;border-radius:4px;box-shadow:0 0 2px #bbbaba}.profile_head2{border-radius:4px!important;border:1px solid #e6e6e6!important;margin-bottom:15px!important}.profile-head{background-color:#fff;border:1px solid #e6e6e6;margin:0;border-radius:0;border-bottom:none;clear:both;height:47px}.profile-head22{clear:both}.profile-head22 h3{font-size:18px;line-height:25px;font-weight:600;margin:0 0 9px}.profile-head22 h4{margin:0 0 25px;font-size:14px;color:#616161;font-weight:500}.profile-head .nav-tabs{margin-bottom:0;border:none}.profile-head .nav-tabs .nav-link{font-weight:500;padding:0;margin-right:0;color:#616161;font-size:14px;line-height:47px;border:none;height:47px;border-bottom:1px solid transparent!important}.profile-head .nav-tabs>li{float:left;line-height:47px;height:47px;margin:0 15px}.profile-head .nav-tabs>li.active>a{background:transparent;border-bottom:1px solid #0093ff!important;color:#0093ff!important;border:none}.profile-head .nav-tabs>li a:focus{background:transparent;color:#0093ff;border-bottom:1px solid #0093ff!important;border:none;outline:none}.profile-head .nav-tabs>li a:hover{color:#0093ff;border-bottom:1px solid #0093ff!important;border:none;background:transparent}.profile_title_emal{clear:both;text-align:left;border-top:1px solid #eee;padding-top:15px}.profile_title_emal ul{padding:0;margin:0;list-style:none}.profile_title_emal ul li{display:block;position:relative;font-size:13px;line-height:35px;font-weight:400}.profile_title_emal ul li span{color:#616161}.profile_title_emal ul li i{font-size:17px;width:20px;text-align:center;margin-right:15px}.main_tab_pro{clear:both;margin:0 60px;position:relative}.main_tab_pro .tab-pane{padding:0}.sidebar_tab_pro{clear:both;margin-left:20px;height:50px;border-radius:4px}.sidebar_tab_pro ul{list-style:none;padding:0;margin:0}.sidebar_tab_pro ul li{position:relative;display:block;float:left;height:52px;line-height:52px}.sidebar_tab_pro ul li a{border-bottom:1px solid transparent;padding:0;text-decoration:none;margin:0 15px;color:#616161;font-size:14px;display:block;height:50px;line-height:50px;outline:none!important}.sidebar_tab_pro ul li a:hover{color:#0093ff}.sidebar_tab_pro ul li a.active{border-bottom:1px solid #0093ff;color:#0093ff}.annoucement_n{margin-bottom:15px;background-color:#fff;border-radius:4px;clear:both;border:1px solid #e6e6e6}.edit_section_profile{padding:25px 20px;clear:both}.edit_section_profile h1{margin:0 0 22px;font-size:16px;font-weight:600;color:#333}.all_view_list{padding:0;min-height:46px;list-style:none;margin-bottom:15px}.all_view_list li:first-child{font-weight:600;line-height:21px;font-size:13px}.all_view_list li:nth-child(2){font-size:13px;line-height:19px;color:#616161}.detail_section_profile:hover .edit_all_sec{opacity:1}.edit_all_sec{float:right;opacity:0}.edit_all_sec i{font-size:12px}.edit_all_sec a{text-decoration:none;color:#717382;font-size:14px;font-weight:500;opacity:.4;top:-2px;position:relative}.edit_all_sec img{width:17px}.top_detail_leave{clear:both;margin:0 0 20px}.top_detail_leave h3{text-align:center;font-size:14px;font-weight:500;margin:0 0 5px;padding:0;line-height:21px;color:#616161}.top_detail_leave ul{list-style:none;padding:0;margin:0;display:flex}.top_detail_leave ul li{display:block;width:100%;margin:0 8px;float:left;text-align:center;background:#fff;padding:10px;border-radius:0;border:1px solid #e6e6e6}.top_detail_leave ul li:first-child{margin-left:0}.top_detail_leave ul li:last-child{margin-right:0}.number_leave{padding:0;font-size:15px;font-weight:600}.number_leave a{text-decoration:none}.number_leave span{font-size:12px;font-weight:400;padding-left:4px}.navbar-brand{padding:12px 0}.navbar-brand>img{display:block;height:32px;width:auto;margin-top:0}.detail_section_profile{margin-bottom:25px;background-color:#fff;border-radius:4px;clear:both;padding:25px;border:1px solid #e6e6e6;box-shadow:0 1px 2px #0003}.title_section_profile{padding:7px 0}.title_section_profile h2{position:relative;margin:0;font-size:1rem;line-height:1;letter-spacing:.00714em;color:#172b4d;font-weight:600}.view_section_profile{padding:0;clear:both}[data-draggable=target] h2{margin:0 0 15px;padding:0;clear:both;text-transform:uppercase;font-size:13px;font-weight:600}[data-draggable=target]{float:left;list-style-type:none;width:100%;margin:0 .5em .5em 0;background:#fff;padding:10px;box-shadow:0 1px 5px #eee;border-radius:4px;border:1px solid #e6e6e6}[data-draggable=target][aria-dropeffect=move]{border-color:#68b;background:#fff}[data-draggable=target][aria-dropeffect=move]:focus,[data-draggable=target][aria-dropeffect=move].dragover{outline:none}[data-draggable=item]{display:block;list-style-type:none;cursor:all-scroll;margin:0 0 12px;padding:5px;box-shadow:0 0 0 1px #fff,0 0 0 2px #a8dcee;border-radius:2px;line-height:15px;background:#f4fbfd8a;color:#626262}[data-draggable=item]:focus{outline:none;box-shadow:0 0 0 1px #fff,0 0 0 2px #a8dcee}[data-draggable=item]:hover{background:#0ba9f4;color:#fff}[data-draggable=item]:hover span{opacity:.9;color:#fff}[data-draggable=item][aria-grabbed=true]{background:#0ba9f4;color:#fff}[data-draggable=target] img{width:25px;height:25px;margin-right:10px;border-radius:50px}[data-draggable=item] span{margin:0;padding-left:10px;font-weight:600;font-size:12px;opacity:0;color:#000}.btn_text_add{width:100%;color:#80c342}.btn_text_remove{width:100%;color:#e11d04}.btn_text_nochange{width:100%}.recommen{font-size:15px;margin:0 0 5px;padding:0;font-weight:600}.abutn{text-decoration:underline;font-size:13px}.width_90{width:90px!important}.recommen i{color:#f59b90;font-size:17px}.form_pms{position:relative;margin:0 0 15px}.form_pms input{-webkit-appearance:none;width:100%;padding:0 7px;height:28px;font-size:13px;font-weight:500;border:1px solid #d2d9df;background:#fff;border-radius:0;color:#717382;transition:all .15s ease}.date_pickhead{background-repeat:no-repeat!important;background-position:98%!important;background-size:15px!important}textarea{height:5rem;border:1px solid #d2d9df;width:100%;font-size:14px;padding:4px 10px;color:#717382}.label_form{font-size:13px;font-weight:500;color:#4e5163;margin-bottom:4px}.btn_transparencolor{background:transparent;border:1px solid #01aef0;border-radius:2px;margin-right:10px;font-size:13px;color:#01aef0;font-weight:600;padding:5px 20px;text-transform:capitalize}.btn_bluecolor{border-radius:2px;border:1px solid #01aef0;transition:.2s ease-out;color:#fff;margin:0;word-wrap:break-word;text-transform:capitalize;background:#01aef0;position:relative;cursor:pointer;font-size:13px;text-decoration:none;z-index:1;padding:5px 20px;font-weight:600}.form_pms .select_box{-webkit-appearance:none;width:100%;padding:0 7px;height:28px;font-size:13px;font-weight:500;border:1px solid #d2d9df;border-radius:0;color:#616161;transition:all .15s ease;background-repeat:no-repeat;background-position:98%}.onoffswitch{position:relative;width:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #d2d9df;border-radius:1px;margin:0}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.onoffswitch-inner:before,.onoffswitch-inner:after{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:11px;color:#fff;font-weight:600;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:"Yes";padding-left:12px;background-color:#80c342;color:#fff}.onoffswitch-inner:after{content:"No";padding-right:15px;background-color:#e6e6e6;text-align:right;color:#000}.onoffswitch-switch{display:block;width:14px;margin:5px;background:#fff;border-radius:50px;position:absolute;top:0;bottom:0;right:37px;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.onoffswitch22{position:relative;width:60px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin:0!important}.onoffswitch22-checkbox{display:none}.onoffswitch22-label{display:block;overflow:hidden;cursor:pointer;border-radius:4px;margin:0}.onoffswitch22-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0s;-webkit-transition:margin .3s ease-in 0s;-o-transition:margin .3s ease-in 0s;transition:margin .3s ease-in 0s}.onoffswitch22-inner:before,.onoffswitch22-inner:after{display:block;float:left;width:50%;height:24px;padding:0;line-height:24px;font-size:11px;color:#fff;font-weight:600;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch22-inner:before{content:"Yes";padding-left:12px;background-color:#80c342;color:#fff;text-align:left}.onoffswitch22-inner:after{content:"No";padding-right:15px;background-color:#e6e6e6;text-align:right;color:#000}.onoffswitch22-switch{display:block;width:16px;margin:4px;background:#fff;border-radius:3px;position:absolute;top:0;bottom:0;right:37px;-moz-transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.onoffswitch22-checkbox:checked+.onoffswitch22-label .onoffswitch22-inner{margin-left:0}.onoffswitch22-checkbox:checked+.onoffswitch22-label .onoffswitch22-switch{right:0}.status_bg{background:#fcfdfd;padding:18px 10px;border:1px solid #ececec}h3{margin:0 0 7px;padding:0;font-size:15px;font-weight:600}.add_btn{height:28px;font-size:15px;line-height:28px;border:none;width:28px;background:#335aff;color:#fff;border-radius:1px}.remove_btn{height:28px;font-size:15px;width:28px;line-height:28px;border:none;border-radius:1px;background:#ee3823;color:#fff}.add_btnnew{height:32px;font-size:15px;line-height:32px;border:1px solid #335aff;width:32px;background:#fff;color:#335aff;border-radius:50px;outline:none!important}.remove_btnnew{height:32px;outline:none!important;font-size:15px;width:32px;line-height:32px;border:1px solid #ee3823;border-radius:50px;background:#fff;color:#ee3823}.status_bg22{margin-top:22px}.feedback_table{border:1px solid #ececec}.feedback_table td{border:1px solid #ececec;padding:7px}.feedback_table td:nth-child(2){background:#f4fbfd8a;width:50%}.rating{border:none;float:left}.rating>input{display:none}.rating>label:before{margin:0 6px 0 0;font-size:20px;font-family:FontAwesome,sans-serif;display:inline-block;content:""}.rating>.half:before{content:"";position:absolute}.rating>label{color:#ddd;float:right}.rating>input:checked~label,.rating:not(:checked)>label:hover,.rating:not(:checked)>label:hover~label{color:gold}.rating>input:checked+label:hover,.rating>input:checked~label:hover,.rating>label:hover~input:checked~label,.rating>input:checked~label:hover~label{color:#ffed85}.star-rating i{color:#01aef0;font-size:26px}.progress22{font-size:13px;height:20px;background:#f2f2f2;border-radius:2px}.progress-bar2{background-color:#01aef0;color:#fff;text-align:center}.table_all{width:100%}.table_all th{border:none;font-weight:500;position:sticky;top:0;z-index:1;font-size:13px;text-transform:capitalize;background:#fafafa;white-space:nowrap;padding:9px}.table_all td{border-top:1px solid #ececec;padding:18px 7px;font-size:14px;color:#172b4d}.apply_filter{border:1px solid #ececec;margin-bottom:15px;clear:both}.apply_filter h2{font-size:13px;margin:0;background:#f9f9f9;position:relative;padding:10px;font-weight:600}.raise_btn{position:absolute;right:13px;font-size:19px;color:#535353;top:0}.anc_btn{color:#9d9d9d;display:block;padding:7px 0}.progress{width:40px;height:40px;line-height:40px;background:none;margin:0 auto;box-shadow:none;position:relative}.progress:after{content:"";width:100%;height:100%;border-radius:50%;border:3px solid #dbdbdb;position:absolute;top:0;left:0}.progress>span{width:50%;height:100%;overflow:hidden;position:absolute;top:0;z-index:1}.progress .progress-left{left:0}.progress .progress-bar{width:100%;height:100%;background:none;border-width:3px;border-style:solid;position:absolute;top:0}.progress .progress-left .progress-bar{left:100%;border-top-right-radius:80px;border-bottom-right-radius:80px;border-left:0;-webkit-transform-origin:center left;transform-origin:center left}.progress .progress-right{right:0}.progress .progress-right .progress-bar{left:-100%;border-top-left-radius:80px;border-bottom-left-radius:80px;border-right:0;-webkit-transform-origin:center right;transform-origin:center right;animation:loading-1 1.8s linear forwards}.progress .progress-value{width:100%;border-radius:50%;font-size:11px;line-height:40px;text-align:center}.progress.blue .progress-bar{border-color:#80c342}.progress.blue .progress-left .progress-bar{animation:loading-2 1.5s linear forwards 1.8s}.progress.yellow .progress-bar{border-color:#80c342}.progress.yellow .progress-left .progress-bar{animation:loading-3 1s linear forwards 1.8s}@keyframes loading-1{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes loading-2{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(144deg);transform:rotate(144deg)}}@keyframes loading-3{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes loading-4{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(36deg);transform:rotate(36deg)}}@keyframes loading-5{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(126deg);transform:rotate(126deg)}}.name_box{display:flex;clear:both;line-height:30px;font-size:13px;font-weight:600}.name_box img{border-radius:50%;width:30px;height:30px;margin-right:10px}.collapse.in{display:block}#collapseExample{clear:both;padding:0}.rate{text-align:center;margin-bottom:7px}.emoji{font-size:11px;font-weight:600;margin-bottom:0;line-height:12px}.slider_rate{-webkit-appearance:none;width:100%;height:3px;border-radius:4px;background:#e1e6f9;outline:none;-webkit-transition:.2s;transition:opacity .2s}.slider_rate::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;border-radius:50%;background:#fff;top:-6px;left:-12px;border:1px solid #ddd;box-shadow:0 1px 3px #ddd;position:relative;cursor:grab}.slider_rate::-moz-range-thumb{width:10px;height:10px;border-radius:50%;background:#fff;top:-6px;left:-12px;border:1px solid #ddd;box-shadow:0 1px 3px #ddd;position:relative;cursor:grab}.span_pseudo,.chiller_cb span:before,.chiller_cb span:after{content:"";display:inline-block;background:#fff;width:0;height:.2rem;position:absolute;transform-origin:0% 0%}.chiller_cb{position:relative;display:flex;height:30px;top:-10px}.chiller_cb input{display:none}.chiller_cb input:checked~span{background:#335aff!important;border-color:#335aff}.chiller_cb input:checked~span:before{width:11px;height:2px;transition:width .1s;transition-delay:.3s}.chiller_cb input:checked~span:after{width:6px;height:2px;transition:width .1s;transition-delay:.2s}.chiller_cb input:disabled~span{background:#ececec;border-color:#dcdcdc}.chiller_cb input:disabled~label{color:#dcdcdc}.chiller_cb input:disabled~label:hover{cursor:default}.chiller_cb label{padding-left:29px;position:relative;z-index:2;cursor:pointer;margin-bottom:0}.chiller_cb span{display:inline-block;width:17px;height:17px;border:1px solid #ccccd8;position:absolute;left:0;border-radius:2px;transition:all .2s;z-index:1;box-sizing:content-box}.chiller_cb span:before{transform:rotate(-55deg);top:13px;left:7px}.chiller_cb span:after{transform:rotate(35deg);bottom:6px;left:4px}.switch6{margin:0 auto;border:1px solid #eee;background:#fbfbfb;border-radius:0}.switch6-light>span,.switch-toggle>span{color:#000}.switch6-light span span,.switch6-light label,.switch-toggle span span,.switch-toggle label{color:#2b2b2b}.switch-toggle a,.switch6-light span span{display:none}.switch6-light{display:block;height:27px;position:relative;overflow:visible;padding:0;margin:0}.switch6-light *{box-sizing:border-box}.switch6-light a{display:block;transition:all .3s ease-out 0s}.switch6-light label,.switch6-light>span{line-height:27px;vertical-align:middle}.switch6-light label{font-weight:500;margin-bottom:px;max-width:100%}.switch6-light input:focus~a,.switch6-light input:focus+label{outline:1px dotted rgb(136,136,136)}.switch6-light input{position:absolute;opacity:0;z-index:5}.switch6-light input:checked~a{right:0%}.switch6-light>span{position:absolute;left:-100px;width:100%;margin:0;padding-right:100px;text-align:left}.switch6-light>span span{position:absolute;top:0;left:0;z-index:5;display:block;width:50%;margin-left:100px;text-align:center}.switch6-light>span span:last-child{left:50%}.switch6-light a{position:absolute;right:50%;top:0;z-index:4;border-radius:0;display:block;width:50%;height:100%;padding:0;background:#80c342;border:none}.buton_case{background:#f4f4f4;border:1px solid #d7d7d7;padding:4px 10px;outline:none!important;width:215px;text-align:left;border-radius:4px}.input-group-text{padding:3px 10px}.input-group-prepend{margin-left:-1px;margin-right:auto}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.form-control{height:28px;font-size:13px;box-shadow:none!important;outline:none;border-radius:0}.width_500{width:500px}.width_600{width:600px}.width_700{width:700px}.width_800{width:800px}.width_900{width:900px}.width_1000{width:1000px}.table_new td{padding:5px}.table_new th{padding:5px;font-weight:600}.table_new th:first-child,.table_new td:first-child{padding-left:0}.table_new td:last-child{padding-right:0}.employee_gols_new h6{font-weight:600;margin:0;padding:7px 0;font-size:13px}.new_box_tab{clear:both;background:#fff}.new_box_tab th{background:#ee3823;padding:5px;text-align:center;font-weight:600;width:50%;color:#fff;border:1px solid #e3e3e3}.new_box_tab th:last-child{background:#80c342}.per_col,.pot_col{font-size:14px}.per_col i{color:#ee3823;font-size:16px}.pot_col i{color:#80c342;font-size:16px}.sc_mar{margin-top:153px}.new_box_tab td{padding:7px;border:1px solid #e3e3e3}.heading_top{text-align:center;font-size:13px;background:#fbfbfb;font-weight:600}.box_empl{display:block;margin:0;color:#626262}.box_empl img{width:20px;height:20px;margin-right:10px;border-radius:50px}.wig_new{background:#f3f8f9}.fitting_box{clear:both}.fitting_box .panel-title{font-size:14px;background:#f9f9f9;position:relative;border:1px solid #eee;margin-bottom:0}.fitting_box .panel-title a{display:block;padding:8px;color:#000}.fitting_box .panel-body{padding:10px;border:1px solid #eee;background:#fdfdfd;border-top:none}.fitting_box .panel{margin-bottom:15px}.ico_right{font-size:26px;position:absolute;right:11px;top:0;color:#959595}.modal-header{padding:15px;border-bottom:0px solid #e6e6e6}.modal-title{margin:0;line-height:20px;font-size:14px;padding:0;font-weight:600}.modal-header .close{padding:0;margin:0;height:13px;width:13px;line-height:13px;opacity:.6;outline:none}.ess_modal{max-width:400px}.tooltip .tooltip-inner{max-width:200px;padding:1px 3px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.remove-file{display:block;margin:50px}.nav-fostrap{display:flex;justify-content:center;z-index:120}.nav-fostrap ul{list-style-type:none;margin:0;padding:0;display:block}.nav-fostrap li{list-style-type:none;margin:0;padding:0;display:inline-block;position:relative;font-size:14px;color:#def1f0}.nav-fostrap li a{padding:19px 18px;font-size:14px;color:#000000d9;display:inline-block;outline:0;font-weight:500;text-transform:capitalize;border-bottom:2px solid transparent}.nav-fostrap li a i{font-size:10px;margin-left:2px;position:relative;top:-1px}.nav-fostrap li:hover ul.dropdown{display:block}.nav-fostrap li ul.dropdown{position:absolute;display:none;width:210px;padding-top:0;z-index:110;border:1px solid #eee;background:#fff;box-shadow:0 8px 9px #f2f2f2;border-top:none}.nav-fostrap li ul.dropdown li{display:block;list-style-type:none}.nav-fostrap li ul.dropdown li a{padding:6px 9px;font-size:13px;color:#616161;display:block;font-weight:400}.nav-fostrap li:hover a,.nav-fostrap li a.active{border-bottom:2px solid #1266f1;color:#1266f1}.nav-fostrap li ul.dropdown li a:hover{background:#dde6ea}.arrow-down{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #def1f0;position:relative;top:15px;right:-5px;content:""}.title-on-mobile{display:none}@media only screen and (max-width: 900px){.heag_new{margin:15px auto}.nav-fostrap{background:#e5f5fb;width:200px;display:block;position:fixed;left:-200px;top:50px;bottom:0;-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-ms-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease;margin:0;border:0;border-radius:0;overflow-y:auto;overflow-x:hidden;z-index:105;scrollbar-width:thin}.title-on-mobile{position:fixed;display:block;top:10px;font-size:20px;left:100px;right:100px;text-align:center;color:#fff!important}.nav-fostrap.visible{left:0;-webkit-transition:left .25s ease;-moz-transition:left .25s ease;-ms-transition:left .25s ease;-o-transition:left .25s ease;transition:left .25s ease;z-index:90}.nav-bg-fostrap{display:inline-block;vertical-align:middle;height:50px;margin:0;position:absolute;top:0;left:0;z-index:100}.navbar-fostrap{display:inline-block;vertical-align:middle;height:50px;cursor:pointer;margin:0;position:absolute;top:0;left:0;padding:12px;z-index:102}.navbar-fostrap span{height:2px;background:#3498db;margin:5px;display:block;width:20px}.nav-fostrap ul{padding-top:0}.nav-fostrap li{display:block}.nav-fostrap li a{display:block;color:#505050;font-weight:600;padding:5px 10px;font-size:13px}.nav-fostrap li ul.dropdown{position:relative;display:block;width:100%}.nav-fostrap li ul.dropdown li a{padding:5px 10px}.cover-bg{background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:99}.main_tab_pro{margin:10px}.width_600,.width_700,.width_800{width:100%}.navbar-nav li:first-child{display:none}.navbar-light{padding:0 10px}.navbar-brand{margin-left:40px}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:120}.zimyogroup{position:relative;margin-bottom:30px;font-family:Roboto,sans-serif}.zimyoinput{font-size:14px;padding:8px 15px;display:block;width:100%;border-radius:4px;border:1px solid #c5c7cc;height:50px}.zimyoinput:focus{outline:none}.zimyolabel{color:#999;font-size:14px;font-weight:400;position:absolute;pointer-events:none;left:15px;top:15px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.zimyoinput:focus~.zimyolabel,.zimyoinput:valid~.zimyolabel{top:-7px;font-size:12px;color:#757575;background:#fff;padding:0 1px}.zimyoinput:focus~.zimyolabel,.zimyoinput~.zimyolabel{top:-7px;font-size:12px;color:#757575;background:#fff;padding:0 1px}.zimyoinput:focus~.bar:before,.zimyoinput:focus~.bar:after{width:50%}.zimyoinput:-webkit-autofill,.zimyoinput:-webkit-autofill:hover,.zimyoinput:-webkit-autofill:focus,.zimyoinput:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;box-shadow:0 0 0 30px #fff inset!important}.namebody{padding:30px;clear:both}.flex-between-center,.flex-between-end{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.flex-between-center{-webkit-align-items:center;align-items:center}.flex-between-start,.start-flex{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start}.start-flex{-webkit-justify-content:flex-start;justify-content:flex-start}.end-flex,.flex-end-center{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.flex-end-center{-webkit-align-items:center;align-items:center}.modaahead{color:#172b4d;font-size:16px;font-weight:600;margin-bottom:30px;font-family:Poppins,sans-serif}.searchmain{width:100%;height:35px;border:2px solid #ebecf0;border-radius:4px;padding:12px 12px 12px 31px;cursor:pointer;background-position:9px;background-repeat:no-repeat;background-size:13px}.dropdown-menu li{display:block!important;padding:0!important}.css-13he3us{display:contents!important;-webkit-justify-content:space-between;justify-content:inherit!important}.collumbox22{border-right:1px solid #f0f0f0;display:flex}.candidates{display:flex;width:100%}.candate_img{display:flex;align-items:flex-start}.nameletter{width:32px;height:32px;background:#335aff;color:#fff;text-align:center;border-radius:50%;line-height:32px;text-transform:capitalize;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400}.candidateinfo{padding-left:10px;width:100%}.candidateinfo h2{text-transform:capitalize;margin:0;font-weight:400;padding:0;font-size:14px;line-height:34px;color:#172b4d}.candidateinfo h2 a{color:#172b4d;font-size:14px;font-weight:400;text-transform:capitalize;margin:0}.compute_btn{background:#00cd371a;border-radius:4px;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:16px;width:98px;height:30px;border:none;outline:none!important;color:#00cd37}.iconMenuu{-webkit-user-select:none;user-select:none;cursor:pointer;width:22px;height:22px;display:inline-block;fill:currentcolor;flex-shrink:0;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;font-size:1.5rem}.computebtn{height:30px;background:#00cd371a;border-radius:4px;font-family:Roboto,sans-serif;font-style:normal;text-align:center;padding:0 15px;line-height:30px;font-weight:500;font-size:14px;color:#00cd37!important;white-space:nowrap;display:block}.wrating{width:120px!important}.wcomment,.wupload{width:200px!important}.range-slider{position:relative;margin-bottom:30px}.subtitle{font-weight:400;font-size:14px;line-height:19px;letter-spacing:.02em;color:#4f4f4f}.title{font-weight:600;font-size:14px;line-height:24px;display:flex;align-items:center;text-align:center;color:#172b4d}.range-slider__input{width:100%;height:46px;margin:0;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.range-slider__input:focus{outline:none}.range-slider__input::-moz-focus-outer{border:0}.range-slider__input::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background-color:#edeef2}.range-slider__input::-webkit-slider-thumb{width:22px;height:22px;margin-top:-10px;border-radius:50%;background:#335aff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:1!important}.range-slider__input::-moz-range-track{width:100%;height:4px;cursor:pointer}.range-slider__input::-moz-range-thumb{width:22px;height:22px;margin-top:-10px;border-radius:50%;background:#335aff;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;appearance:none;box-sizing:border-box;z-index:1!important}.range-slider__input::-ms-track{width:100%;height:4px;border-color:transparent;border-width:2px 0;background:transparent;color:transparent;cursor:pointer;box-sizing:border-box}.range-slider__input::-ms-fill-lower{background:#666;border-radius:0;height:4px;box-sizing:border-box}.range-slider__input::-ms-fill-upper{background:#edeef2;border-radius:0;height:4px;box-sizing:border-box}.range-slider__input::-ms-thumb{width:22px;height:22px;margin-top:-10px;border-radius:50%;background:#335aff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;z-index:1!important}.range-slider__dots{display:none;justify-content:space-between;position:relative;left:0}.range-slider__dots span{display:block;width:12px;height:12px;background-color:#edeef2;position:relative;top:-57px;border-radius:50%}.slidertextnew{display:flex;justify-content:space-between;position:relative;font-size:14px}.slidertextnew span{float:left;text-align:right;width:20%}.addmoreheading{display:flex;justify-content:space-between;width:100%;margin-bottom:7px}.allocatetable{max-height:300px;min-height:300px;overflow-y:auto;overflow-x:auto;padding:0}.allocatetable22{max-height:370px;padding:0;margin-bottom:15px}.avatar{height:2rem!important;width:2rem!important}.errors{font-size:.75rem;font-weight:400;line-height:1.66;margin:4px 14px 0 4px;text-align:left;color:red}.header_editor,.body_editor,.footer_editor{height:100%!important;overflow:"hidden"!important}.tox-tinymce-aux{z-index:1300!important}.tox .tox-editor-header{z-index:inherit!important}.tox .tox-notification{display:none!important}.react-datetime-picker__calendar,.react-datetime-picker__clock{z-index:2!important}.react-daterange-picker__inputGroup__year{width:auto!important}.selected_box{background-color:#fffcf6!important;border:1px solid #cac6a4!important}.react-daterange-picker__inputGroup__input{width:32px!important}.react-daterange-picker__inputGroup__input--hasLeadingZero{padding:0!important;width:8px!important}:root{--main-blue: #335AFF;--primary: #172B4D;--main-orange: #DD4F24;--main-green: #00CD37;--main-yellow: #FAC800;--main-red: #E70000;--main-black: #30323E;--main-purple: #C893FD;--main-white: #FFFFFF;--blue-shade-200: #4D70FF;--blue-shade-300: #4D8BFF;--blue-shade-400: #80ACFF;--blue-shade-500: #e6ecff;--red-shade-100: #E70000;--red-shade-200: #FF0000;--red-shade-300: #FF3333;--red-shade-400: #FF6666;--red-shade-500: #e6ecff;--green-shade-100: #009A29;--green-shade-200: #00CD37;--green-shade-300: #45E570;--green-shade-400: #89E5A2;--green-shade-500: #e9fdf8;--yellow-shade-100: #E0B400;--yellow-shade-200: #FAC800;--yellow-shade-300: #FFDB4D;--yellow-shade-400: #FFEB99;--yellow-shade-500: #FFFAE5;--orange-shade-100: #C44620;--orange-shade-200: #dd4f24;--orange-shade-300: #DD7050;--orange-shade-400: #F7B7A3;--orange-shade-500: #FFFAE5;--grey-shade-100: #615e69;--grey-shade-200: #a5a3a9;--grey-shade-300: #d2d1d4;--grey-shade-400: #e8e8ea;--grey-shade-500: #f9f9f9;--grey-shade-text: #979797;--font-size-12: .75rem;--font-size-14: .875rem;--font-size-16: 1rem;--font-size-18: 1.125rem;--font-size-20: 1.25rem;--font-size-24: 1.5rem;--font-size-heading: 1.25rem;--font-size-table-header: .75rem;--font-size-paragraphs: .875rem;--font-size-card-heading: 1rem;--font-size-card-sub-heading: .75rem;--font-size-tooltip: .75rem;--font-size-button: 1rem;--font-size-status: .875rem;--font-size-highlight: .875rem;--font-family: "Segoe UI Web (West European)";--font-weight-regular: 400;--font-weight-semi-bold: 600;--font-weight-bold: 700;--icon-width-small: 1rem;--icon-height-small: 1rem;--icon-width-default: 1.25rem;--icon-height-default: 1.25rem;--icon-width-large: 1.5rem;--icon-height-large: 1.5rem;--icon-padding-inline: 12px;--border-radius: .25rem;--button-border-radius: .25rem;--card-border-radius: .25rem;--rounded-button-border-radius: 1.25rem;--button-small-height: 2.25rem;--button-medium-height: 2.5rem;--button-large-height: 3.375rem;--checkbox-width: 1.5rem;--checkbox-heigh: 1.5rem;--radio-width: 1.5rem;--radio-height: 1.5rem;--shadow-main: 0px 0px .5rem rgba(0, 0, 0, .08);--border-main: .075rem solid #ECECEC;--container-margin: .875rem;--container-padding: .875rem;--input-margin: .875rem;--card-padding-inline: 1.25rem;--card-padding-block: .875rem;--card-margin: .875rem;--card-height: 21.875rem;--small-button-margin-inline: .938rem;--medium-button-margin-inline: 1.188rem;--icon-button-spacing: .5rem;--chips-padding-inline: .75rem;--chips-padding-block: .375rem;--input-padding-inline: 1rem;--tab-height: 2.25rem;--tab-selected-height: 2rem;--small-input-height: 2.25rem;--medium-input-height: 2.5rem;--search-bar-height: 2.25rem;--popup-padding: 1.25rem;--small-popup-height: 25rem;--small-popup-width: 36rem;--medium-popup-height: 33.875rem;--medium-popup-width: 54rem;--large-popup-height: 40.625rem;--large-popup-width: 67.5rem;--confirmation-popup-height: 15rem;--confirmation-popup-width: 25rem;--confirmation-popup-heading: 1.25rem;--confirmation-popup-sub-heading: .875rem;--confirmation-popup-icon-size: 2.5rem}.admin-searchInputs{display:flex;position:relative;height:32px;width:300px}.admin-searchInputs .clickable-text{background-color:#f5f5f5;border:1px solid #d0d7ef;border-radius:25px;font-size:14px;padding:5px 15px;width:100%;text-align:center;color:#d3d3d3}.admin-NavIcon,.admin-searchIcon{height:26px;width:20px;background-color:#f5f5f5;display:grid;place-items:center;z-index:1;margin-top:2px;position:absolute;cursor:pointer}.admin-searchIcon{left:10px;color:#daa520}.admin-NavIcon{right:10px}.admin-searchIcon svg{font-size:19px}.admin-NavIcon svg{font-size:19px}input:focus{outline:none}.admin-dataResult{position:absolute;margin-top:5px;width:50vw;height:200px;background-color:#fff;box-shadow:#00000059 0 5px 15px;overflow:hidden;overflow-y:auto;border-radius:6px}.admin-dataResult::-webkit-scrollbar{display:none}.admin-dataResult .admin-dataItem{width:100%;height:50px;display:flex;align-items:center;color:#000}.admin-dataItem p{margin-left:10px}.admin-dataItem{text-decoration:none;cursor:pointer}.admin-dataItem:hover{background-color:#d3d3d3}#admin-clearBtn{cursor:pointer}._my_profile_page_iruba_1{padding:20px 0}._employee_details_box_iruba_4{display:flex;width:100%;border:1px solid #eee;padding:15px 20px;border-radius:4px;align-items:center;gap:15px}._profile_view_page_iruba_14{width:1000px;margin:20px auto}
