@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{font-family:Poppins!important}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sideBarLeft{margin:0;padding:0}.remarks-cell{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.pt-0{padding-top:0}.pt-8{padding-top:8px}.marginleft10{margin-left:10px}.marginleft15{margin-left:15px}.marginleft17{margin-left:17px}.select_dropdown{margin-top:8px!important;margin-right:8px!important;width:24%!important}.MuiListItemText-primary{font-size:14px!important}.MuiMenuItem-root{font-size:13px!important;height:30px}.date-icon .MuiIconButton-root .MuiSvgIcon-root{font-size:19px!important}.select_dropdown label{font-size:12.5px!important}.select_dropdown .MuiInputBase-input{padding-top:6.5px!important}.ptb10{padding-top:10px!important;padding-bottom:10px!important}.mr-5{margin-right:5px!important}.ml-5{margin-left:5px!important}.h-33{height:33px!important}.mr-8{margin-right:8px!important}.mt-2{margin-top:2px!important}.mt-4{margin-top:4px!important}.mt-5{margin-top:5px!important}.mt-8{margin-top:8px!important}.mt-10{margin-top:10px!important}.mt-18{margin-top:18px!important}.mt-20{margin-top:20px!important}.mt-25{margin-top:25px!important}.padding-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pr-8{padding-right:8px!important}.pl-12{padding-left:12px!important}.MuiTablePagination-toolbar .MuiInputBase-root .MuiTablePagination-select{padding:5px 20px 5px 0!important}.MuiTablePagination-select{margin-right:5px!important;margin-left:3px!important}.MuiTablePagination-actions{margin-left:0!important}.p8{padding:8px!important}.pt-0{padding-top:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.left_section{height:100vh;background-repeat:no-repeat;background-size:cover;overflow:hidden;background-position:top;width:50%;display:flex;justify-content:center!important;align-items:center!important;padding-left:0;object-fit:cover;background-image:url(/assets/BackgroundLogin-CHF-QO5u.svg);position:relative}.left_section img{width:350px;object-fit:cover;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.left_section .text{font-weight:600!important;font-size:50px;color:#fff!important;text-align:center!important;position:absolute;top:20%;left:50%;transform:translate(-50%);width:100%}.right_section{width:50%;background-color:#fff;box-sizing:border-box;position:relative}.mt-15{margin-top:15px!important}.sub_right_section{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:400px;height:auto}.right_section .loginHeading{color:#707bf9;font-weight:700;font-size:40px}.right_section .forgotPwdHeading{color:#707bf9;font-weight:700;font-size:35px}.right_section .formContainer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:-10px;font-size:15px;font-weight:400;font-family:Poppins}.right_section .checkbox{color:#707bf9;margin-right:-3px!important}.checkboxLabel{color:#a5a5a5}.checkboxLabel .MuiTypography-root{font-size:15px}.right_section .forgotPasswordLabel{color:#707bf9;font-size:15px!important}.right_section .loginButton{margin-top:40px;font-size:15px;font-weight:600;background-color:#707bf9;text-transform:none!important}.right_section .newHereLabel{text-align:center}.right_section .newHereLabel b{color:#000}.right_section .createAccountText{color:#0b918a}.header-project-name{font-size:16px!important;font-weight:700!important;color:"white"!important;margin-top:"20px"!important;font-family:Poppins!important;text-align:"center"!important}.screenHeight{height:calc(100vh - 44px)}.expanded{width:calc(100% - 208px)}.compressed{width:calc(100% - 56px)}.notes-field{width:calc(100% - 100px)}#header{background-color:#fff;padding:7px;height:0px!important;min-height:0px}#drawer .headerName .MuiTypography-root{font-weight:1000}#bellIcon{background-color:#707bf9;color:#fff;margin-right:5px}#accountIcon{background-color:#707bf9;color:#fff}#drawer{color:#fff;width:drawerWidth;flex-shrink:0}#headerText{font-weight:700}.listItem{color:#fff}.listItem .MuiListItemButton-root{padding-top:5px!important;padding-bottom:5px!important}.listItem .MuiListItemButton-root .MuiListItemText-root{margin-top:0;margin-bottom:0}.id-Cheader{background-color:#dffffd;font-family:Poppins}#openDrawer{background:#3a47e0!important;width:24px;height:24px;left:6px;top:32px}#closeDrawer{background:#3a47e0!important;width:24px;height:24px;left:6px;top:55px}#footer{margin-top:200px}.listIcon{color:#fff}.data-grid-container{flex:1;margin-top:10px;background:#fff;border-radius:10px;padding:5px 2px 0;margin-right:10px}.map-google{height:100%}.map-container{flex:1;margin-top:5px;background:#fff;border-radius:10px;padding:10px;margin-right:10px;height:100%}.usercontainer{display:flex;justify-content:space-between;align-items:center;margin-top:0!important;height:35px;margin-bottom:6px!important}.usercontainerProfile{display:flex;justify-content:space-between;align-items:center;margin-top:0!important;height:47px;margin-bottom:5px!important}.address-view-admin{width:74%!important;margin-right:8px!important}.address-view-employee{width:99%!important;margin-right:8px!important}.username{font-weight:600!important;font-size:22px!important}.Actioncol{height:14px;width:14px;color:#0b817a}.datagrid{margin-top:8px!important}.distance{width:100px;text-align:right;display:inline-block}.justify-center{justify-content:center!important}.proofbtn{width:120px}.Amount,.Quantity{width:100%;display:inline-block;text-align:right;padding-right:21px}.Rate{width:40px;display:inline-block;text-align:right}.colHeader{background-color:#dffffd;font-size:13px;font-weight:700;color:#076e69;width:50px!important}.rightside{display:flex;justify-content:end;margin-right:0!important}.TicketRightSide{display:inline-flex;margin-right:0!important}.rightSide{justify-content:end;display:flex}.rightsideHistory{justify-content:end;display:flex;margin-right:0!important}.searchBar{border-radius:4px!important;height:32px!important;margin-top:4px!important;margin-right:9px!important}.SearchBar .MuiOutlinedInput-root .MuiInputBase-input{padding-top:5px!important;padding-bottom:5px!important}.historySearchBar{border-radius:4px!important;height:35px!important;margin-top:7px!important;margin-right:5px!important;width:170px!important}.searchBar div{padding-left:5px;padding-right:5px}.searchBar .MuiInputBase-root input{padding-left:23px!important;padding-top:5px!important}.addIcon{margin-right:5px!important}.h-50{height:45px}.mt-7{margin-top:7px!important}.filterIcon{margin-top:4px;margin-right:9px;height:32px!important;cursor:pointer}.adduserbtn svg{width:19px;height:19px}.adduserbtn b{font-size:17px;font-weight:500}.addfliterbtn svg,.add-viewbtn svg{width:19px;height:19px}.addfliterbtn b,.add-viewbtn b{font-size:17px;font-weight:500}.padding-5{padding:0 5px}.padding-10{padding:0 10px}.p-10{padding:10px!important}.dialogtitle{background-color:#eaebff;color:#707bf9;height:35px!important;font-weight:600!important;padding-right:10px!important;padding-left:10px!important;font-size:16px!important;line-height:30px!important;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dcdcdc}.dialogcontent{width:24%!important;margin-right:8px!important;min-height:32px!important}.filtercontent{width:130px!important;margin-right:5px!important;height:36px;margin-top:0!important}.filtercontent .MuiInputBase-root{height:92.5%}.w-133{width:133px!important}.list-content{height:36px;margin-top:5px!important}.list-content .MuiInputBase-root{height:92.5%}.dialogcontent .MuiInputLabel-root{font-size:14px}.dialogcontent .MuiInputBase-root.MuiOutlinedInput-root .MuiInputLabel-outlined{font-size:12px}.dialogcontent .MuiSelect-select{padding:8px;font-size:12px}.admin-content{height:calc(100vh - 190px);overflow-y:auto;margin:5px;padding:0 0 0 10px!important}.ticket-content{margin:5px;overflow-y:hidden!important;padding:0 5px!important}.content{margin:5px;overflow-y:hidden!important;padding:0 0 0 10px!important}.action{padding-right:10px!important;margin-bottom:0!important}.cancelIcon{color:#000;font-size:24px!important;cursor:pointer}.custom-label{font-size:10px!important;font-weight:700;color:#000}.cancelDeleteIcon{color:#000;font-size:20px!important;cursor:pointer}.submit{background-color:#707bf9!important;text-transform:none!important}.cancel{color:#707bf9!important;border:1px solid #707bf9!important;text-transform:none!important}.addticket-btn{height:32px;font-weight:500!important;font-size:14px!important;background-color:#707bf9!important;margin-left:3px!important;margin-top:5px!important;text-transform:none!important}.adduserbtn{height:32px;font-weight:500!important;font-size:14px!important;background-color:#707bf9!important;margin-left:3px!important;margin-top:3px;text-transform:none!important}.adduserbtn2{height:35px;font-weight:500!important;font-size:15px!important;background-color:#707bf9!important;margin-left:5px!important;text-transform:none!important}.addfliterbtn,.add-viewbtn{height:32px;font-weight:500!important;font-size:14px!important;margin-left:3px!important;margin-top:3px!important;text-transform:none!important}.add-viewbtn{margin-top:0!important}.addfliterbtnHistory{height:35px;font-weight:500!important;font-size:14px!important;margin-left:3px!important;text-transform:none!important}.button-container{top:0;right:0;text-align:right}.button-container-history{margin-top:7px;margin-right:5px}#colorcontent,.disable-content{background-color:#f1f1f1!important}.checkbox{display:inline-flex;margin-top:10px}.checkbox svg{width:18px;height:18px}.inactive-checkbox{margin-top:10px!important;margin-left:-7px!important}#applyButton{background-color:#dffffd;color:#076e69;margin-right:5px;margin-left:8px!important}#resetButton{background-color:#dffffd;color:#076e69}.gm-style-iw+div{display:none!important}.w-100{width:100%!important}.w-97{width:97%!important}.w-135{width:145px!important}.info-window-div{padding:0!important;font-weight:500}.gm-ui-hover-effect{display:none!important}#wholeDatepicker{display:flex;height:40px!important;margin-bottom:0!important}.field{width:200px;margin-right:8px!important;margin-bottom:10px;height:auto!important}#notes{width:400px!important}.errorText{color:red}.MuiTableRow-head .MuiTableCell-root:first-child,.MuiTableRow-root .MuiTableCell-root:first-child{padding-left:3px!important}.MuiTableCell-root{padding:0 0 0 3px!important;font-size:13px!important}.MuiTableCell-root .MuiButtonBase-root svg{margin-left:1px!important;margin-right:0!important;font-size:17px!important}#note{margin-top:0!important}.labelNotes{font-size:15px;font-weight:500!important}#userSelect{margin-top:36px!important;width:200px}.MuiFormControl-root-MuiTextField-root{margin-top:15px!important;max-width:211.5px!important}#selectUser{padding:6px!important;height:23px;width:150px!important}.Grid-header tr th{background-color:#eaebff}.edit-client-content .Mat-grid{height:calc(100vh - 167px)!important;overflow-y:auto}.Mat-grid{height:calc(100vh - 117px)!important;overflow-y:auto;border:.5px solid #d7d7d7;box-shadow:none!important}.HistoryMatgrid{max-height:300px;overflow-y:auto;border:.5px solid #d7d7d7;box-shadow:none!important}.Action_btn:hover{background-color:transparent!important}.MuiTablePagination-selectLabel{color:#6c6c6c}.case-list-content{margin-top:14px}#search-icon{background-color:#dffffd}.userLoc{display:flex;margin-bottom:5px;justify-content:space-between;align-items:center;width:100%;margin-top:8px}.userLocTitle{display:flex;align-items:center}.displayFlex{display:inline-flex!important}.routeDate{width:160px;margin-right:5px!important}.iconText{font-size:14px!important;margin-top:3px!important;margin-left:5px!important;margin-right:5px!important;font-weight:500!important}.last-child{margin-right:0!important}#mapcontainer{margin-top:50px;box-shadow:0 0 2px #6d707ead;background:#fff;border-radius:10px;padding:15px 10px 10px;height:100%}.pendingValue{background-color:#e4e4e4;color:#656b65;border-radius:40px;padding-left:3px;padding-top:1px;padding-right:3px;font-size:10px;font-weight:500;width:70px;height:20px;display:flex;align-items:center;justify-content:center}.inProgressValue{background-color:#fce3a5;color:#8d8116;border-radius:40px;padding-left:3px;padding-top:1px;padding-right:3px;font-size:10px;font-weight:500;width:70px;height:20px;display:flex;align-items:center;justify-content:center}.sideBarRight{position:fixed;z-index:100000;left:55px;background-color:#097670;border-radius:100%;top:20px}.order-status-cancelled{background:#e9ebff;color:#2e38a0;width:100%;display:block;border-radius:80px;padding:1px 15px;text-align:center}.order-status-delivered{background:#fff1f1;color:red;width:100%;display:block;border-radius:80px;padding:1px 15px;text-align:center}.order-status-dispatched{background:#fffce9;color:#a39000;width:100%;display:block;border-radius:80px;padding:1px 15px;text-align:center}.order-status-neworder{background:#f1ffee;color:#198601;width:100%;display:block;border-radius:80px;padding:1px 15px;text-align:center}.leave-approve{background:#e6ffe0;color:#1f710d;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.leave-rejected{background:#ffe4e4;color:#a70808;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.leave-pending{background:#fff1cc;color:#8d8116;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-pending{background:#fff1cc;color:#8d8116;width:95px;display:block;border-radius:80px;padding:1px 15px;text-align:center}.completedValue{background-color:#ebffca;color:#51954d;border-radius:40px;padding-left:3px;padding-right:3px;font-size:10px;font-weight:500;width:70px;height:20px;display:flex;align-items:center;justify-content:center}.status-valid{background:#ddffda;color:#146d3a;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-expired{background:#ffd0cc;color:#ff1500;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-upcoming{background:#fff5da;color:#a67f15;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-active{background:#ddffda;color:#146d3a;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-inactive{background:#ffeded;color:#a70808;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.status-inprogress{background:#e4eeff;color:#123d87;border-radius:40px;padding-left:3px;padding-right:3px;font-size:10px;font-weight:500;width:80px;height:20px;display:flex;align-items:center;justify-content:center}.status-closed{background:#ffeded;color:#a70808;border-radius:40px;padding-left:3px;padding-right:3px;font-size:10px;font-weight:500;width:80px;height:20px;display:flex;align-items:center;justify-content:center}.status-open{background:#ddffda;color:#146d3a;border-radius:40px;padding-left:3px;padding-right:3px;font-size:10px;font-weight:500;width:80px;height:20px;display:flex;align-items:center;justify-content:center}.MuiInputBase-input{font-size:12.5px!important;color:#3e3b3b!important;padding-top:8px!important;padding-bottom:8px!important;height:auto!important}.MuiInputLabel-shrink{transform:translate(14px,-10px) scale(.92)!important;padding:0 1px 0 0!important}.mb-4{margin-bottom:4px!important}.MuiOutlinedInput-notchedOutline{border-width:1px!important;border-radius:3px}.MuiOutlinedInput-legend{width:fit-content!important;padding:0!important;max-width:inherit!important}.Logo{width:30px}.MuiTablePagination-toolbar{min-height:42px!important}@media screen and (min-width: 1690px){.left_section .text{font-size:63px}.left_section img{width:480px}}.Head_btn{width:30px;height:30px}.Head_btn svg{width:20px}.Search_Icon{font-size:18px!important;color:#959595!important}.MuiDataGrid-columnHeader{height:40px!important}.MuiDataGrid-row{min-height:40px!important;max-height:40px!important;height:40px!important}.MuiDataGrid-cell{height:40px!important;line-height:40px!important}.MuiFormLabel-root.Mui-focused{color:#707bf9!important}.usrchkbx .MuiFormControlLabel-root .MuiCheckbox-root{padding:9px 2px 9px 9px}.usrchkbx .MuiFormControlLabel-root .MuiTypography-root{font-size:13px;color:#707070}.toast-message{font-size:14px}#selectUserAttendance{height:23px;width:150px!important;padding:6px 6px 6px 13px!important}.selectUserAttendance{height:33px;margin-top:5px!important;margin-right:5px!important;width:24%!important}.Rtdatepicker{margin-top:8px!important;width:25%}.Rtdatepicker input{padding:6.5px 14px!important;height:22px}.RtdatepickerExp{width:20%;height:36px;margin-top:1px!important;margin-right:10px!important}.ml-10{margin-left:10px!important}.popup-content{padding:10px 12px 10px 10px!important}.RtdatepickerExp input{padding:6.5px 14px!important;height:22px}.errorred{color:red!important}.MuiDataGrid-scrollbarFiller--header{background-color:#dffffd}.p6{padding:6px!important}.Action-edit{margin-right:-5px!important}.Auto-complete .MuiInputBase-root{height:35px!important;width:100%!important}.Auto-complete .MuiOutlinedInput-root{padding-left:0!important}.duration-column{text-align:left!important;padding-right:33px!important}.duration-header{padding-left:0!important;padding-right:33px!important}.table-container{width:100%;margin-top:10px}.no-data-cell{text-align:center;color:gray}.datepicker-ticket{display:inline-flex;width:50%}.address-ticket{width:74%!important}.DownloadImg{height:35px;width:30px;background-color:#dffffd;border-radius:5px;border:2px solid #707bf9;padding-left:2px!important;padding-right:2px!important}.formControl{width:100%;position:relative}.selectLabel{left:50%;transform:translate(-50%);text-align:center;transition:all .3s ease}.selectLabel.MuiInputLabel-shrink{left:50%;transform:translate(-50%) translateY(-50%) scale(.75)}.select,.select .MuiSelect-select{text-align:center}.eyeicon svg{font-size:22px}.MuiDataGrid-columnHeaderTitle{font-weight:600!important}.selectUserHistory{height:20px!important;margin-right:5px!important;margin-top:7px!important}#selectUserHistory{height:20px!important}.address-client{width:74%!important;margin-right:8px!important}.client_note{width:430px!important;margin-right:10px!important}.client_checkBox{width:100px!important}.EditButtons{display:flex;justify-content:flex-end;align-items:flex-end;position:absolute;right:22px;bottom:22px;gap:10px}.editClientFields{margin-right:15px!important;width:234px!important}.client-update-btn,.client-cancel-btn{text-transform:none!important}.edit_client_title{font-weight:600!important;font-size:20px!important;text-decoration:none}.tab-content{padding-left:0!important;padding-right:0!important}.Editdetails{padding:0!important;position:relative;padding-bottom:60px;min-height:100px}.tabs-container{margin:0 auto;background-color:#eaebff;min-height:20px!important;height:30px!important;border-radius:5px!important;width:100%!important}.main-tabs-container{margin-top:13px;height:20px!important;padding:0;min-height:16px!important;margin-bottom:10px}.tab-heading{font-size:15px!important;width:33.33%;text-decoration:none!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-bottom:0!important;max-width:33.33%!important;padding-top:0!important;min-height:30px!important}.tab-list-heading{font-size:15px!important;width:50%;text-decoration:none!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-bottom:0!important;padding-top:0!important;max-width:50%!important;min-height:30px!important}.tab-heading-request{font-size:15px!important;width:25%;text-decoration:none!important;display:flex!important;justify-content:center!important;align-items:center!important;padding-bottom:0!important;max-width:25%!important;padding-top:0!important;min-height:30px!important}.contactAddress{width:870px}.popupcancel{padding:10px 11px 10px 15px!important}.ClientcancelNote{width:100%!important;border:1px solid #0000003b!important;border-radius:4px}.Note{width:100%;border:1px solid var(--_components-input-outlined-enabledBorder, #0000003b);padding:7px;border-radius:4px}.ticketClientNote{padding:7px;width:100%!important;border:1px solid var(--_components-input-outlined-enabledBorder, #0000003b);border-radius:4px}.ClientNote{padding:7px;width:98.9%!important;border:1px solid var(--_components-input-outlined-enabledBorder, #0000003b);border-radius:4px}.labelNotes{margin-top:5px;font-size:15px!important}.clientEditSelect{margin-top:8px!important;margin-right:12.5px!important;width:24%!important}.menu-bar{width:80px!important;max-width:100px!important}#updateClientNote{width:870px!important;padding:10px;margin-top:8px}.arrow_back{color:#000!important;margin-left:-5px!important;padding:3px!important;margin-right:2px!important}.Back_btn{margin-left:-5px}.user-profile{font-weight:600!important;font-size:19px!important;display:flex;align-items:center}.arrow_back_profile{color:#000}.user-details{margin-top:10px!important;font-weight:600!important;font-size:17px!important;margin-bottom:5px!important}.initials{height:35px;width:35px;border:1px solid #dcdcdc;border-radius:50%;background-color:#707bf9;color:#fff;display:flex;justify-content:center;align-items:center;margin-right:12px}.profileInitials{font-weight:500!important;font-size:15px!important}.profile-buttons-reset{display:flex;justify-content:flex-end;gap:10px;margin-top:7px!important;padding-bottom:10px!important}.profile-username{font-size:19px;font-weight:700}.user-profile-details{width:15.6%;margin-right:12px!important}.profile-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:10px!important;padding-bottom:10px;border-bottom:1px solid #ededed}.details-add-btn{margin-top:10px!important;padding:5px!important;display:flex;justify-content:flex-end;align-items:flex-end;position:absolute}.filter-employee-btn{height:35px!important}.Tab-detail .MuiBox-root{padding:0!important;margin-top:0!important}.clearaNotification{color:#707bf9}.notificationList{padding:0!important}.fileIcon{background-color:#707bf9;color:#fff;margin-right:20px;border-radius:6px;height:32px!important;width:32px!important;padding:5px}.notification-content{margin-top:20px}@media (min-width: 1536px){.MuiContainer-root{max-width:100%!important;max-height:100%!important}}.side_navbar .MuiDrawer-paperAnchorLeft{overflow-y:hidden!important;overflow-x:hidden!important}.margin-right-10{margin-right:5px!important}.Rtdatepicker button svg{font-size:18px!important}.RtdatepickerExp button svg{font-size:18px!important}.attendancegrid{height:calc(100vh - 120px)}.HistoryDate{margin-top:7px;width:137px!important;font-size:small}.HistoryDateMonth{margin-top:7px;width:175px!important;font-size:small}.ViewHistoryDate{margin-top:7px!important;width:150px!important;height:1px;font-size:small;margin-bottom:2px!important}.NoteHistoryDate{margin-top:7px;width:142px!important;font-size:small}.mb-15{margin-bottom:15px!important}.MuiDataGrid-filler{display:none!important}.MuiDataGrid-virtualScroller{overflow:unset!important}.MuiDataGrid-scrollbar{display:none!important}.MuiDataGrid-root{height:97%!important}.MuiStack-root>.MuiTextField-root{min-width:212px!important;min-height:38px!important}.Mat-grid table thead tr th,.HistoryMatgrid table thead tr th{min-width:90px!important;max-width:150px!important;height:43px!important}.Mat-grid table thead tr th:last-child{width:80px!important;padding-left:37px!important}.HistoryMatgrid table thead tr th:last-child{width:110px!important;padding-left:37px!important}.Mat-grid table tbody tr td:last-child{text-align:center!important}.HistoryMatgrid table tbody tr td:last-child{text-align:center!important}.MuiTableCell-head{line-height:16px!important}.custom-datetimepicker-popper{transform:translate(540px,170px)!important}.MuiPickersPopper-root css-1anqmj6-MuiPopper-root-MuiPickersPopper-root{transform:translate(540px,210px)!important}.Rtdatepicker input,.RtdatepickerExp input{width:150px!important}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.left_section,.right_section{width:70%}.sub_right_section{width:60%;left:40%}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.rightSide{width:50%!important}.adduserbtn2 b,.addfliterbtn b,.add-viewbtn b{font-size:10px!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.usercontainer{flex-direction:left;align-items:flex-start;margin-bottom:35px!important}.username{font-size:18px!important;margin-top:15px!important}.rightSide{width:50%!important;justify-content:row}.Rtdatepicker,.RtdatepickerExp{margin-right:0;margin-bottom:10px}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.usercontainer{flex-direction:left;align-items:flex-start;margin-bottom:35px!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.rightside{width:50%}.tab-heading{font-size:1rem;width:33.33%!important;text-decoration:none!important;max-width:33.33%!important}.tab-list-heading{font-size:1rem;width:50%!important;text-decoration:none!important;max-width:50%!important}.adduserbtn2{font-size:10px!important}}@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){.rightside{width:50%!important}.tab-heading{font-size:1rem;width:33.33%!important;text-decoration:none!important;max-width:33.33%!important}.tab-list-heading{font-size:1rem;width:50%!important;text-decoration:none!important;max-width:50%!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.usercontainer{flex-direction:left;align-items:flex-start;margin-bottom:35px!important}.TicketRightSide{width:80%!important;justify-content:row}.adduserbtn,.addfliterbtn,.add-viewbtn{font-size:10px!important}#selectUser{width:100px!important}.content{min-width:400px!important}#selectUser{width:auto!important}#wholeDatepicker,.filterdialog{width:100px!important}#allBtn{width:50px!important}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.userLoc{width:50%}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){.rightSide{width:60%!important}.downloadBtn,.importBtn{width:30%!important;font-size:8px!important}}@media (min-width: 768px) and (max-width: 1024px){.MuiDialog-paper{width:60%;padding:10px}}@media (min-width: 768px) and (max-width: 1024px){.usercontainerProfile{width:100%!important}.rightsideHistory{width:30%}.profilebg{height:45px!important;width:45px!important;margin-top:15px}.profile{width:60% !}.infoBox{font-size:2px!important}.userDetails{width:70%}.mailProfile{flex-direction:row}.profileInitial{font-weight:500!important;font-size:18px!important;width:35px;height:40px;margin-left:10px}.phoneText{font-size:10px!important;color:#707bf9}.phoneimg{width:12px!important;height:12px!important}.profileName{font-size:16px!important}.profileId{font-size:12px!important}.profileText{font-size:12px!important;align-items:center!important}.fileName{margin-bottom:3px;text-overflow:ellipsis;width:32%!important}.fileInfo{font-size:8px!important}}.profile{height:290px;width:40%;border:.5px solid #dcdcdc;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px;position:relative}.mailProfile{display:inline-flex;align-items:center}.phoneno{position:absolute;top:10px;right:10px;display:flex;justify-content:center;align-items:center}.phoneimg{width:16px;height:16px;margin-right:5px}.phoneText{font-size:14px;color:#707bf9}.aligncenter{display:flex;flex-direction:column;align-items:center}.profilebg{height:55px;width:55px;border:1px solid #dcdcdc;border-radius:50%;background-color:#707bf9;color:#fff;display:flex;justify-content:center;align-items:center}.userDetails{margin-top:15px;text-align:center}.userDetails>.MuiTypography-root{margin-top:5px}.profileName{font-size:18px;font-weight:700;color:#707bf9}.profileId{position:absolute;top:10px;left:10px;display:flex;justify-content:center;align-items:center;font-size:16px;color:#707bf9}.profileText{font-size:14px}.profilebottom{display:flex;justify-content:space-between;width:100%;border-top:1px solid #dcdcdc;padding-top:10px}.infoBox{flex:1;text-align:center;font-size:15px}.infoBox{border-right:1px solid #dcdcdc}.infoBox:last-child{border-right:0px!important}.profileInitial{font-weight:700;font-size:25px;width:30px;height:30px;display:flex;align-items:center;justify-content:center}#search-select-label{font-size:14px!important}.ticketlist{margin-top:10px}.ticketmap{border:.5px solid #dcdcdc;border-radius:10px;margin-top:10px}.file{border:.5px solid #dcdcdc;border-radius:10px;margin-left:6px;width:60%;padding:5px;height:290px}.ticketfileholder{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.fileHolder{display:flex;width:100%;padding-top:0;overflow-y:auto!important;flex-wrap:wrap;height:240px!important}.fileHolderDialog{display:flex;width:100%;padding-top:10px;overflow-y:auto!important;flex-wrap:wrap}.ticketdownloadfiles{flex:0 0 calc(50% - 8px);box-sizing:border-box;display:flex;align-items:center;border-radius:5px;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;height:45px;padding:10px}.nFiles{display:flex;align-items:center;border:1px solid #e0e0e0;padding:10px;border-radius:5px;box-shadow:0 1px 3px #0000001a;margin:5px;width:100%;height:45px}.MuiInputLabel-root{font-size:12.5px!important;color:#3e3b3b!important}.MuiInputBase-input::placeholder{font-size:12.5px!important;color:#3e3b3b!important}.nFiles img{width:24px;height:24px;margin-right:10px}.fileInfo{display:flex;flex-direction:column;align-items:flex-start;font-size:10px}.fileName{margin-bottom:3px;text-overflow:ellipsis;width:120px;white-space:nowrap;overflow:hidden;box-sizing:border-box}.fileDate{color:#777;font-size:.9em}.loader{z-index:1000}.Toastify__toast-container{z-index:1100}.filterdialog{max-width:140px!important;height:36px}.filterdialogList{max-width:140px!important;margin-top:0!important;height:36px;margin-right:5px!important}.filterdialogStatus{max-width:140px!important;height:40px!important;margin-left:5px!important}.filterdialogselectStatus{height:93%!important}.filterdialogselect{height:92.5%!important;margin-top:0}#status-label{font-size:16px!important}#allBtn{width:fit-content!important}.popup-btn{padding:2px 15px!important;height:30px;text-transform:capitalize!important}.downloadBtn{height:32px;font-weight:500!important;font-size:14px!important;background-color:#707bf9;margin-left:0;margin-top:5px;text-transform:none!important}.importBtn{height:32px;font-weight:500!important;font-size:14px!important;background-color:#5f5d5d!important;margin-left:0;margin-top:5px;text-transform:none!important}.MuiPopper-root{z-index:2000}.sidebar{overflow:visible}.downloadDisableBtn{height:32px;font-weight:600!important;font-size:14px!important;background-color:#cbcbcb!important;margin-left:0!important;margin-top:5px;text-transform:none!important}.approve-req{width:100%;display:flex;justify-content:center}.proofbtn{width:100%;display:flex;justify-content:left}.justify-right{justify-content:right!important}.custom-table .MuiTableHead-root th:last-child{padding-left:0!important}.MuiTableHead-root{height:25px}.grid_chkbx{padding:2.5px!important}.mat-grid-table tbody tr td{height:30px!important}.client-list-table,.leaves-balance-list-table{height:calc(100vh - 108px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.leave-note-history-table{height:calc(100vh - 180px);max-height:calc(100vh - 340px);overflow-y:auto}.location-grid,.contact-grid,.Ticket-list-table{height:calc(100vh - 146px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.collection-table-history,.collection-table,.Leave-table1{height:calc(100vh - 170px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.Leave-table1{height:calc(100vh - 141px)}.attendee-list-table{height:calc(100vh - 110px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.missing-punch-list-table,.on-duty-list-table{height:calc(100vh - 141px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.Employee-table{height:calc(100vh - 115px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.order-table{height:calc(100vh - 145px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.order-table-parent,.expense-table{height:calc(100vh - 170px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.leave-setup-table,.leave-table,.shift-list-table{height:calc(100vh - 108px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.weekoff-table{min-height:calc(100vh - 588px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.regularization-dialog-table{height:calc(100vh - 108px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.import-list-table{height:calc(100vh - 360px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.menu-list{min-width:45px!important}.expense-table-history{height:calc(100vh - 170px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}*/ .order-table-parent .MuiTable-stickyHeader tbody tr td:nth-child(11),.collection-table .MuiTable-stickyHeader tbody tr td:nth-child(9),.collection-table-history .MuiTable-stickyHeader tbody tr td:nth-child(10),.order-table-parent .MuiTable-stickyHeader tbody tr td:nth-child(11),.order-table .MuiTable-stickyHeader tbody tr td:nth-child(12){text-align:center!important;vertical-align:middle!important}.custom-table .mat-grid-table tr th:last-child,.last-child-center .mat-grid-table tr th:last-child,.last-child-center .mat-grid-table tr td:last-child,.expense-table .mat-grid-table tr th:last-child{text-align:left!important}.username-link{cursor:pointer;text-decoration:none;color:inherit}.width-170{width:170px!important}.width-200{width:200px}.width-220{width:220px!important}.width-260{width:260px!important}.width-82{width:82px!important}.width-85{width:85px!important}.width-auto{width:auto!important}.width-30{width:30px!important}.width-40{width:40px!important}.width-45{width:45px!important}.width-50{width:50px!important}.width-60{width:60px!important}.width-63{width:63px!important}.width-35{width:35px!important}.width-65{width:65px!important}.width-80{width:80px!important}.width-75{width:75px!important}.width-83{width:83px!important}.width-90{width:90px}.width-95{width:95px}.width-105{width:105px}.width-180{width:180px}.width-100{width:100px!important}.width-110{width:110px!important}.width-112{width:112px!important}.width-120{width:120px}.width-125{width:125px}.width-145{width:145px}.width-130{width:130px}.width-135{width:135px}.width-140{width:140px!important}.width-150{width:150px!important}.width-160{width:160px!important}.width-185{width:185px!important}.width-190{width:190px}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-end{text-align:end!important}.width-70{width:70px!important}.width-200{width:200px!important}.width-165{width:165px!important}.width-230{width:230px!important}.width-180{width:180px!important}.mat-grid-table{overflow:auto;table-layout:fixed}.sticky{position:sticky;right:0;z-index:1;background-color:#fff}.sticky-column{position:sticky;text-align:center!important;right:0;z-index:1;background-color:#fff}.lftlbl{font-size:15px;color:#949494}.rightlbl{color:#6570e1;font-size:15px;font-weight:500;margin-right:10px}.datepicker-company{display:inline-block}@media (max-width: 1366px){.username{font-size:19px!important}.downloadBtn,.importBtn{font-size:14px!important}.addfliterbtn,.add-viewbtn,.addfliterbtnHistory{font-size:13px!important;padding:6px 10px!important}}.red{color:red}.heading-cnt{display:flex!important;justify-content:space-between!important;align-items:center!important}.logo-actions{display:flex;align-items:end;gap:8px}.date-picker{margin-top:8px!important}.date-picker input{height:22px!important}.logo-img{max-width:175px;max-height:80px;object-fit:contain;border:1px solid #ccc;border-radius:5px;width:175px;height:80px}.logo-error{font-weight:400;font-size:.75rem;line-height:1.66;letter-spacing:.03333em}.address-company{width:98.8%!important;margin-right:8px!important}.general-setting,.ticket-setting{overflow-y:auto;border:.5px solid #d7d7d7;box-shadow:0 0 8px #00000040;border-radius:14px}.setting-title{font-family:Poppins!important;background-color:#eaebff;font-size:16px!important;font-weight:600!important;text-align:left;padding:5px 10px}.p-5{padding:5px}.general-chckbox{font-size:13px!important;padding:5px;display:flex;align-items:center;justify-content:center}.table-content{padding-left:10px;padding-right:10px;margin-bottom:10px}.TicketOption-Table,.OrderOption-Table{max-height:180px;overflow-y:auto;border:.5px solid #d7d7d7;box-shadow:none!important}.purpose-input{padding:6px 6px 6px 0!important}.purpose-input .MuiInputBase-input{padding:2px 5px!important}.active-ticket{background:#ebffca;color:#51954d;max-width:83px!important;display:block;border-radius:80px;padding:1px 15px;text-align:center}.inactive-ticket{background:#ffcaca;color:#590d0d;width:100%;border-radius:80px;padding:1px 15px;text-align:center}.subBrand-input{padding:6px 14px 6px 0!important}.systemchip .MuiOutlinedInput-root{border:1px solid rgba(0,0,0,.23);overflow-x:auto;border-radius:4px}.systemchip .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:transparent!important}.subBrand-input .MuiInputBase-input{padding:5px!important}.general-chckbox .MuiCheckbox-root{padding:2px!important;margin-right:1px}.general-chckbox .MuiSvgIcon-root{width:18px;height:18px}.addrowbtn{background-color:#8faeff47!important;border-radius:2px!important;color:#325cc7!important;height:32px;font-weight:500!important;font-size:14px!important;margin-left:3px!important;text-transform:none!important}.add-btn{display:flex;justify-content:end;margin-bottom:10px;margin-right:10px}.addrowbtn svg{width:19px;height:19px}.addrowbtn b{font-size:17px;font-weight:500}.MuiButtonBase-root.MuiChip-root{background-color:#eaebff!important;color:#707bf9!important;height:23px}.MuiTableCell-root .MuiButtonBase-root svg{margin-right:6px!important}.general-div{display:flex}.footer-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:10px!important;padding-bottom:10px}.edit-Icon{display:flex!important;margin-left:8px!important}.mob-app{justify-content:center;display:flex;gap:15px;margin-top:20px}.mob-app img{cursor:pointer}.contactinfo{position:absolute;bottom:0;width:100%;background-color:#ecedff;border-top:1px solid #707bf9}.contactinfo label{position:relative}.contactinfo span{background:#707bf9;color:#fff;padding:5px 10px;border-radius:10px;position:absolute;top:-22px;width:100px;left:20px;text-align:center}.contactinfo ul{list-style-type:none;display:flex;justify-content:space-between;padding:10px 15px 5px}.width17{width:17px}.contactinfo ul li{display:flex;justify-content:space-between;font-size:15px;font-weight:500}.contactinfo ul li a{text-decoration:none;color:#0d0c0c;display:flex}@media (min-width: 1650px){.contactinfo ul{padding:10px 20px 5px}.contactinfo ul li{font-size:18px;font-weight:500}}.edit-action{margin-right:20px!important}.date-badges .MuiBadge-badge{color:#707bf9;font-size:13px}.date-badges{font-size:.75rem;border-radius:8px;padding-left:4px;padding-right:4px}.dates-paper{min-width:160px;padding:8px 16px;border:1px solid #ccc;border-radius:8px}.noFiles{display:flex;align-items:center;margin-top:10px;justify-content:center}::-webkit-scrollbar{width:7px;height:7px;overflow-y:scroll;overflow-x:scroll;background:#eaebff;box-shadow:inset 0 0 3px #eef5ff;cursor:pointer}::-webkit-scrollbar-thumb{background:#3a47e0;border-radius:9.08px;cursor:pointer}.employee-content{overflow-y:auto;padding:5px 5px 0!important;margin:5px}.add-remove-btns{display:flex;margin-top:5px}.add-remove-btns .MuiButtonBase-root{padding:2px!important}.emp-details{margin-top:5px}.detail-title{margin-top:5px!important;font-weight:600!important;font-size:16px!important;margin-bottom:3px!important}.icons-btn{width:100%;display:flex;justify-content:left}.delete-only{display:flex!important;margin-left:auto!important;margin-right:5px!important}.delete-profile{display:flex!important;margin-left:30px!important;margin-right:5px!important}.role-select{padding:0 40px;font-size:14px!important}.role-placeholder{color:#3e3b3b;font-size:12.5px!important}.w-167{width:167px}.upload-doc .MuiButtonBase-root{font-size:12.5px!important;color:#3e3b3b!important;padding-top:8px!important;padding-bottom:8px!important;height:auto!important;text-transform:none!important;display:flex;justify-content:start}.file-link{color:#707bf9}.MuiButtonBase-root.MuiChip-root{border:none!important;align-items:center}.upload-doc{width:100%!important}.record-table{height:calc(100vh - 399px);overflow-y:auto;box-shadow:none!important;border:.5px solid #d7d7d7}.chip-container{display:flex;align-items:center;gap:5px}.doc-icons{width:100%;display:flex;justify-content:center;gap:5px}.uploadButton{border:1px solid rgba(0,0,0,.231)!important;color:#3e3b3b}.uploadButton:hover{background-color:#3e3b3b0a}.uploadButton:focus{border-color:#707bf9!important;color:#707bf9!important}.ellipsis-input input{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.days-col{display:flex;flex-wrap:wrap;gap:16px}.days-box{display:flex;font-size:13px;align-items:center;gap:4px}.days-box input[type=checkbox]{accent-color:#707bf9}.title-head{color:#c9c9c9;font-size:13px}.data-value{color:#474747;font-size:13px}.total-hrs{font-size:16px!important;font-weight:500!important;margin-top:10px!important;color:#707bf9}.label-head{display:flex;flex-direction:column}.leave-details{box-shadow:0 0 9px #00000047;border-radius:5px;padding:0 8px 8px;margin-top:15px}.leave-btns{margin-top:8px;display:flex;justify-content:end;gap:5px}.inner-title{color:#707bf9}.upload-box{display:flex;gap:5rem}.upload-wrapper{width:260px}.file-upload-section{display:flex;gap:1rem}.download-link{cursor:pointer;color:#707bf9;margin-top:8px!important}.file-format-list{margin:8px 0;padding:0px 1.5rem}.info-window-div{max-height:300px;overflow-y:auto}.warn-message{color:red;font-size:15px;margin-right:auto}.comments-section{padding:0 10px 10px!important}.comments-list{max-height:255px;flex-grow:1;overflow-y:auto;padding-bottom:8px}.comments-section .MuiTypography-subtitle1,.comment-single-box .MuiTypography-subtitle1{font-weight:600}.comment-box .MuiTypography-body1,.comment-single-box .MuiTypography-body1{font-family:Poppins!important;font-size:14px}.desc-box .MuiInputBase-root{padding:7px 14px!important}.edit-info{margin-right:48px}.file-chip{display:flex;gap:1;flex-wrap:wrap}.comment-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-bottom:0}.comment-text.with-files{margin-bottom:8px;font-size:12px}.comment-box,.comment-single-box{padding:2px 8px;margin-top:8px}.comment-box.even{background-color:#d4f6ff}.comment-box.odd{background-color:#d8e4ff}.comment-box .MuiChip-label,.comment-single-box .MuiChip-label,.comment-box .MuiTypography-body2,.comment-single-box .MuiTypography-body2{font-size:12px}.file-chip-container{display:flex;gap:8px;flex-wrap:wrap;padding-top:2px}.comment-single-box{background-color:#d4f6ff;padding:5px;margin-top:8px}.documents-list{background:#f6f6f6;padding:8px 5px;border-radius:5px}.documents-list .MuiButtonBase-root.MuiChip-root{background-color:#cdc7c7!important;color:#151617!important;margin-bottom:0}.upload-multifile{display:flex;align-items:center;width:100%;overflow:auto}.upload-multifile .MuiButtonBase-root.MuiChip-root{margin-right:5px}.chip-error{background-color:#ffebee!important;margin-bottom:40px}.dialog-actions{flex-shrink:0;margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.support-btn{display:flex;width:100%;justify-content:center;padding-right:15px}.web-user-action{margin-left:30px!important}.width-235{width:235px}.view-delete{padding-left:16px!important}.w-208{width:208px}.w-215{width:215px}.chip-div{margin-top:5px!important;margin-left:0!important}.chip-edit-div{margin-left:0!important}.total-exp-yr{display:flex;align-items:center;justify-content:space-between}.total-yrs{font-size:14px!important;color:#585858}.custom-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 10px;font-family:Arial,sans-serif}.toolbar-left{display:flex;align-items:center;gap:10px}.nav-btn{background-color:#fff;border:1px solid #dce0e5;cursor:pointer;border-radius:4px}.arrow-icon{display:flex!important;align-items:center;justify-content:center;font-size:17px!important}.current-label{color:#6671e2;font-weight:700;font-size:15px}.toolbar-right .legend{display:flex;gap:15px}.legend-item{display:flex;align-items:center;gap:5px;font-size:14px}.legend-item span{color:#000}.legend-dot.time-incomplete{background-color:#ffcdcd}.legend-dot.week-off{background-color:#e6e6e6}.legend-dot.pending-request{background-color:#fff9e0}.center-content,.info-start,.approved-center{justify-content:center!important}.layout-container{display:flex}.box-content{display:flex;flex-direction:column;border-radius:5px;padding:8px;width:100%;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.calendar-paper{height:100%;width:100%;box-shadow:none!important}.calendar-paper>div{flex:1;width:100%}.dashboard-container{padding:12px 5px 0 12px;height:calc(100vh - 65px);overflow-y:auto}.today-container{margin-bottom:8px;padding-top:0!important}.today-info-card{padding:10px;border-radius:12px;background:#f3f4ff!important;box-shadow:0 4px 12px #0000001a;border:1px solid #e0e0e0}.today-date{font-weight:600!important;color:#333;font-size:18px!important}.today-details{border-bottom:1px solid #E2E2E2;display:flex;justify-content:space-between}.actual-time{font-weight:600!important;color:#232b79;font-size:18px!important}.shift-time{color:#666;margin-top:8px!important;font-weight:400!important;font-size:12px!important;text-align:center}.progress-container{margin-bottom:10px}.progress-labels{display:flex;justify-content:space-between;margin:8px 0 3px}.progress-start,.progress-end{font-weight:500!important;font-size:15px!important;color:#424242}.work-progress-bar{margin-bottom:8px}.break-text{font-weight:500!important;display:block;font-size:14px!important}.check-in-button{text-transform:none!important;padding:4px!important;background-color:#4caf50!important;font-size:16px!important;border-radius:5px!important;cursor:pointer!important;width:100%!important}.check-in-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4caf5066}.check-in-button:disabled{background-color:#4caf50!important;color:#fff!important}.holidays-card{padding:6px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0}.holidays-title{font-weight:600!important;color:#6671e2;font-size:16px!important;border-bottom:1px solid #E2E2E2;padding-bottom:6px}.holidays-list{min-height:200px;max-height:200px;overflow-y:auto}.holiday-item{display:flex;flex-direction:column;border:1px solid #EBEBEB;margin-bottom:4px;border-radius:7px;padding:6px!important}.holiday-content{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.holiday-info{flex:1;margin-right:12px}.holiday-name{font-weight:500;color:#333;margin-bottom:6px;font-size:14px!important}.holiday-date{color:#666;font-size:12px!important;margin:0}.days-until{display:flex;align-items:center;gap:6px;margin-top:2px}.clock-icon,.date-img{font-size:14px;color:#999;height:20px!important;width:15px!important}.days-text{color:#999;font-size:.8rem;font-weight:400}.holidays-card::-webkit-scrollbar{width:4px}.holidays-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.holidays-card::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.holidays-card::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.insights-card{padding:8px;border-radius:8px;background:#fff;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0}.insights-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E2E2E2;padding-bottom:6px}.insights-title{font-weight:600!important;color:#6671e2;font-size:16px!important}.filter-dropdown{width:160px!important}.insights-list{padding:0;min-height:285px;max-height:200px;overflow-y:auto}.insight-item{padding:10px 0!important;display:flex;flex-direction:column}.insight-content{width:100%;display:flex;align-items:center;gap:12px;padding-right:8px}.employee-avatar{flex-shrink:0;background-color:#eaecff!important;color:#707bf9!important}.employee-info{flex:1;min-width:0}.employee-name{font-weight:600;color:#333;margin-bottom:4px;font-size:14px!important;line-height:1.3}.employee-date{color:#9c9c9c;font-size:12px!important;margin:0}.activity-chip{flex-shrink:0;color:#693f10!important;background-color:#fde7ce!important}.insights-card::-webkit-scrollbar{width:4px}.insights-card::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.insights-card::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.insights-card::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.insights-select{background-color:#e9ebff;border-radius:5px;border:none;height:30px}.leaves-container{margin-top:8px;padding-left:0!important}.leaves-card{padding:8px;border-radius:6px;background:#fff;box-shadow:0 4px 12px #00000026;border:1px solid #e0e0e0;height:auto}.leave-header{border-bottom:1px solid #E2E2E2;display:flex;align-items:center;justify-content:space-between;padding-bottom:6px}.leaves-title{font-weight:600!important;color:#6671e2;font-size:16px!important}.leaves-list{padding:0;max-height:200px;overflow:auto}.leave-item{display:flex;flex-direction:column;padding:0!important}.leave-content{width:100%;display:flex;align-items:center;gap:12px}.leave-type{flex:1;font-weight:400!important;color:#333;font-size:13px!important}.total-balance{font-weight:600!important;font-size:15px!important}.leave-balance{font-weight:400!important;color:#333;font-size:13px!important;text-align:right}.total-value{font-weight:700;font-size:1rem}.progress-bar-container{position:relative;height:10px;border-radius:6px;background-color:#d9d9d9!important;overflow:hidden}.progress-bar-work{position:absolute;left:0;top:0;height:100%;background-color:#3640b3}.progress-bar-break{position:absolute;top:0;height:100%;background-color:#ff8000}.leave-dot{width:6px;height:6px;border-radius:50%;background-color:#585454}.apply-popup-paper{border-radius:10px!important}.apply-popup-list{padding:0!important}.apply-popup-item{color:#b8b8b8!important;transition:background-color .2s ease}.apply-popup-item:hover{background-color:#e3e5ff!important;color:#707bf9!important}.apply-popup-item.first-item{font-weight:600!important}.apply-popup-text{font-size:14px!important;font-weight:500!important}.info-icon-btn{padding:2px!important;margin-left:4px!important;min-width:24px!important}.info-icon-btn .MuiSvgIcon-root{height:20px!important;width:15px!important}@media (max-width: 1580px){.insights-list{padding:0;min-height:385px;max-height:200px;overflow-y:auto}}.MuiLinearProgress-bar{background-color:#3640b3!important;overflow:hidden}.MuiLinearProgress-root{background-color:#d9d9d9!important;height:10px!important;border-radius:6px}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.calendar-wrapper,.calendar-container{width:100%;height:100%}.calendar-container .rbc-calendar{width:100%!important}.legend{display:flex;gap:15px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:5px;font-size:12px;color:#666}.legend-dot{width:12px;height:12px;border-radius:50%}.legend-dot.full-day{background-color:#ddffda}.legend-dot.on-leave{background-color:#ffcdcd}.legend-dot.short-leave{background-color:#cde8ff}.legend-dot.regularization{background-color:#ffd8f3}.legend-dot.wfh{background-color:#faecb4}.rbc-row-segment{padding-top:5px}.rbc-custom-event__time{font-size:10px;opacity:.8}.rbc-event-content{display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis;white-space:wrap!important;line-height:1.2;max-height:3.6em;word-break:break-word}.calendar-popup{pointer-events:none}.popup-calendar-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:12px 16px;min-width:200px;max-width:250px;font-size:12px;color:#333;border:1px solid #e0e0e0}.popup-date{font-weight:600;font-size:13px;color:#2c3e50;margin-bottom:8px;border-bottom:1px solid #f0f0f0;padding-bottom:6px}.popup-event{margin-bottom:6px}.popup-event:last-child{margin-bottom:0}.popup-event-title{font-weight:500;color:#34495e;margin-bottom:2px}.popup-event-duration{font-size:11px;color:red;margin-bottom:2px}.popup-event-time{font-size:11px;color:#7f8c8d;margin-bottom:2px}.popup-event-hours{font-weight:400!important;font-size:10px;color:#ff8000;border-top:1px solid #f0f0f0}.insights-calendar{height:500px;width:500px}@media (max-width: 1580px){.insights-calendar{height:600px}}
