:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideDown{0%{max-height:0}to{max-height:40px}}@media(max-width:1920px){.page-header-nav .left-side{margin-left:20px}.page-header-nav .right-side{margin-right:20px}}.dropdown-menu.link a.dropdown-option.link{color:#093b60}.global-nav-wrapper{display:flex;align-items:center}.global-nav-wrapper .page-header-nav{display:flex;width:100%;justify-content:space-between;max-width:1920px;margin:0 auto;position:relative}.global-nav-wrapper .page-header-nav .drawer{display:none;position:fixed;top:60px;left:0%;border:1px solid;border-color:#d1d1d1;border-radius:1px;box-shadow:1px 2px var(--color-border-light);background:#fff;z-index:10;padding:5px;font-size:1em;gap:20px;overflow:hidden}.global-nav-wrapper .page-header-nav .drawer .drawerContainer{display:flex;flex-direction:row;margin-left:190px;width:max-content}.global-nav-wrapper .page-header-nav .drawer a{margin:0;padding:5px;white-space:nowrap;transition:color .18s}.global-nav-wrapper .page-header-nav .drawer a:hover{color:#093b60}.global-nav-wrapper .page-header-nav .drawer a.active{border-bottom:3px solid rgb(9,59,96)!important;color:#093b60}.global-nav-wrapper .page-header-nav .left-side{display:flex;flex-direction:row;justify-content:center;align-items:center}.global-nav-wrapper .page-header-nav .left-side .brand{display:flex;text-decoration:none;font-weight:bolder;font-size:1.6em;overflow-wrap:break-word;padding:6px 0 8px;gap:.75rem;width:200px;cursor:default;align-items:center}.global-nav-wrapper .page-header-nav .left-side .brand #logo{--logo-size: 2.5rem;height:var(--logo-size);width:var(--logo-size);border-radius:4px}.global-nav-wrapper .page-header-nav .left-side .links{position:relative;display:flex;flex-direction:row;margin:0;gap:16px;height:55px;justify-content:center;align-items:center;text-wrap:nowrap}.global-nav-wrapper .page-header-nav .left-side .links .dropdown,.global-nav-wrapper .page-header-nav .left-side .links .dropdown:visited{position:relative;cursor:pointer;font-size:18px;height:50px;padding-top:12px}.global-nav-wrapper .page-header-nav .left-side .links .dropdown:hover .drawer,.global-nav-wrapper .page-header-nav .left-side .links .dropdown:visited:hover .drawer{display:flex;max-height:50px}.global-nav-wrapper .page-header-nav .left-side .links .dropdown button{font-size:16px}.global-nav-wrapper .page-header-nav .left-side .links .dropdown:hover .drawer{display:flex;animation:slideDown .3s ease-out forwards}.global-nav-wrapper .page-header-nav .left-side .links .individual-link-container{position:relative;display:inline-block;text-decoration:none}.global-nav-wrapper .page-header-nav .left-side .links .individual-link-container a{position:relative;display:inline-block}.global-nav-wrapper .page-header-nav .left-side .links .individual-link-container a.active:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);height:3px;width:100%;background:#093b6080;border-radius:4px}.global-nav-wrapper .page-header-nav .left-side .links .underline{height:3px;border-radius:4px;opacity:0;color:#093b60;background-color:#093b60;position:absolute;transition:left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out}.global-nav-wrapper .page-header-nav .right-side{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;min-width:235px;gap:10px}.global-nav-wrapper .page-header-nav .right-side .signout{font-size:.75rem;max-width:10rem;min-height:2.75em;margin-left:4px}.dropdown .dropdown-button{background-color:inherit;border-radius:0;border:none;height:100%}.dropdown .dropdown-button.link{display:flex;align-items:center;gap:10px;padding:0;height:24px;color:#242424}.dropdown .dropdown-button.link:hover{color:#093b60}.dropdown .dropdown-button.link:focused{outline:none}.dropdown .dropdown-button.link.active{width:fit-content;color:#093b60;border:none;position:relative}.dropdown .dropdown-button>svg{margin-right:0}.dropdown .dropdown-button:disabled{pointer-events:none;background-color:#093b6099}.dropdown-menu{display:flex;flex-direction:column;overflow:hidden;z-index:10;background-color:#fff;border-radius:4px;border:1px solid #D1D1D1;box-shadow:1px 2px #d1d1d1}.dropdown-menu.link{padding:10px}.dropdown-option{background-color:#fff;border:none;border-radius:0;transition:all .125s ease-in-out;text-align:left}.dropdown-option svg{margin-left:.5em;color:green}.dropdown-option:hover{background-color:#093b60;color:#fff}.dropdown-option.link{padding:5px 0;font-size:14px;line-height:20px}.dropdown-option.link:hover{background-color:#fff;color:#093b60}.dropdown-option.link.active{width:fit-content;color:#093b60;border:none;position:relative}.dropdown-option.link.active:after{position:absolute;bottom:2px;content:"";display:block;width:100%;border-radius:4px;height:3px;background-color:#093b60}.dropdown-option:disabled{pointer-events:none}.dev-button-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.dev-button-wrapper .role-select-wrapper{position:absolute;top:0;right:110%;background-color:#fff;min-width:220px;z-index:10}.dev-button-wrapper .role-select-wrapper select{padding:2px 6px;border-radius:6px;margin-top:2px}.dropdown-menu{color:#000;display:flex;justify-content:center;text-align:center}.dropdown-menu a{padding:5px 0}.dropdown-menu a:hover{background-color:#093b60}.switch{display:flex;cursor:pointer;gap:10px;align-items:center;font-size:14px;line-height:20px;font-weight:600;color:#242424}.switch-container{border:1px solid #093b60;border-radius:9px;background-color:#fff;height:18px;padding:2px;width:36px;position:relative;transition:background-color .18s ease-out}.switch-container .toggle{border-radius:50%;height:12px;width:12px;background-color:#093b60;position:absolute;top:50%;left:calc(0% + 2px);transform:translateY(-50%);transition:all .18s ease-out}.switch-container.on{background-color:#093b60}.switch-container.on .toggle{background-color:#fff;left:calc(100% - 14px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contractor-modal-container{min-width:700px;min-height:320px}.contractor-modal-container .page-loader{max-height:320px}.contractor-modal-container .contractor-details{display:flex;flex-direction:column;gap:10px;padding:10px;opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.03s}.contractor-modal-container .contractor-details .close-button{border-radius:0;font-weight:initial;padding:0;cursor:pointer;background-color:transparent;border:none;color:#d1d1d1;font-size:20px;position:absolute;top:6px;right:6px;width:24px;height:24px;display:flex;justify-content:center;align-items:center;z-index:1}.contractor-modal-container .contractor-details .close-button .close-icon{margin:0}.contractor-modal-container .contractor-details .header{display:flex;align-items:center;gap:10px;min-width:500px;opacity:0;animation:fadeIn .15s ease forwards}.contractor-modal-container .contractor-details .header-icon{font-size:96px;padding:10px;color:#093b60}.contractor-modal-container .contractor-details .header-title{display:flex;flex-direction:column;gap:5px}.contractor-modal-container .contractor-details .header-title .contractor-name{font-size:24px;line-height:32px;font-weight:600}.contractor-modal-container .contractor-details .header-title .contractor-employment{display:flex;gap:5px;font-size:12px;line-height:16px;flex:1;color:#424242}.contractor-modal-container .contractor-details .header-title .contractor-employment .contractor-job-title{font-weight:600;color:#093b60}.contractor-modal-container .contractor-details .header-title .contractor-employment .divider{width:2px;border-radius:2px;background-color:#e0e0e0}.contractor-modal-container .contractor-details .line-divider{height:2px;border-radius:2px;margin-block:4px;background-color:#e0e0e0;opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.03s}.contractor-modal-container .contractor-details .details-container{display:grid;grid-template-columns:1fr 1fr;gap:10px}.contractor-modal-container .contractor-details .details-container .detail{font-size:14px;line-height:20px;color:#242424;display:flex;justify-content:space-between;align-items:flex-start;padding:5px;border-radius:4px;cursor:pointer}.contractor-modal-container .contractor-details .details-container .detail .detail-info{display:flex;flex-direction:column;gap:4px}.contractor-modal-container .contractor-details .details-container .detail .copy-icon{display:none}.contractor-modal-container .contractor-details .details-container .detail .detail-title{font-weight:700;font-size:12px;line-height:16px}.contractor-modal-container .contractor-details .details-container .detail .address{display:flex;flex-direction:column}.contractor-modal-container .contractor-details .details-container .detail:hover{background-color:#f2f2f2}.contractor-modal-container .contractor-details .details-container .detail:hover .copy-icon{display:block}.contractor-modal-container .contractor-details .details-container .detail-wrapper:nth-child(1){opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.06s}.contractor-modal-container .contractor-details .details-container .detail-wrapper:nth-child(2){opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.09s}.contractor-modal-container .contractor-details .details-container .detail-wrapper:nth-child(3){opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.12s}.contractor-modal-container .contractor-details .details-container .detail-wrapper:nth-child(4){opacity:0;animation:fadeIn .15s ease forwards;animation-delay:.15s}.contractor-modal-container .buttons{display:flex;justify-content:flex-end;padding:3%;margin-left:350px;gap:2rem;cursor:pointer}.contractor-modal-container .buttons button{border-radius:4px;font-size:14px;line-height:20px;font-weight:600;padding:6px 12px}.contractor-modal-container .buttons button.primary{background-color:#093b60;color:#fff}.contractor-modal-container .buttons button.outlined{background:transparent;border:1px solid #D1D1D1}.page-loader{position:absolute;width:100%;display:flex;flex-direction:column;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%)}.page-loader .loading-message{display:flex;justify-content:center;align-items:center;font-size:28px;padding-bottom:48px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#33333380;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;transition:all .1s cubic-bezier(.4,0,.2,1);transition-delay:.2s;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.modal-backdrop .modal-content{transform:translateY(100px);cursor:initial;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:0}.modal-backdrop .modal-content .simplebar-scrollable-y .simplebar-track{cursor:pointer;width:8px;top:10px}.modal-backdrop .modal-content .simplebar-scrollable-y .simplebar-track.simplebar-vertical{right:5px;bottom:10px}.modal-backdrop .modal-content .simplebar-scrollable-y .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{background-color:#093b60;opacity:1}.modal-backdrop.active{transition-duration:.25s;transition-delay:0ms;opacity:1}.modal-backdrop.active .modal-content{transform:translateY(0);opacity:1;transition-delay:.15s;transition-duration:.35s}.modal-content{position:relative;display:flex;flex-direction:column;justify-content:space-evenly;padding:2rem;gap:24px;font-size:1.15rem;box-sizing:border-box;width:max-content;min-height:50px;max-height:100vh;min-width:33vw;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b;background-color:#fff;border-radius:5px;overflow-y:auto}.modal-content>p{line-height:normal}.modal-content .modal-body{padding:0 10px 10px}.modal-content .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:10px}.modal-content .modal-footer .primary-button{background-color:#093b60;color:#fff;transition:background-color .1s linear}.modal-content .modal-footer .primary-button:hover{background-color:#072f4d}.modal-content .modal-header{display:flex;padding:10px;align-items:center;justify-content:space-between;border-bottom:1px solid #ddd}.modal-content .modal-header .modal-close-icon{cursor:pointer;color:#888;transition:color .15s ease-in-out}.modal-content .modal-header .modal-close-icon:hover{color:#555}.modal-content .modal-header .modal-title{display:flex;align-items:center;gap:12px}.modal-content .modal-header .modal-title h2{margin:0}.confirmation-modal{padding:10px}.confirmation-modal .buttons{display:flex;justify-content:flex-end;gap:10px;padding:10px}.confirmation-modal .buttons button{border-radius:4px;font-size:14px;line-height:20px;font-weight:600;padding:6px 12px}.confirmation-modal .buttons button.primary{background-color:#093b60;color:#fff}.confirmation-modal .buttons button.outlined{background:transparent;border:1px solid #D1D1D1}.confirmation-modal .batchData{display:flex;gap:1rem;flex-direction:column;background-color:#0000000d;margin-top:10px;padding:10px;border-radius:5px}.confirmation-modal .batchData .dataSection{display:flex;gap:1rem}.confirmation-modal .batchData .dataSection .data{font-weight:700;color:#646cff;font-style:italic}.unsaved-changes{display:flex;flex-direction:column;padding:10px;gap:10px}.unsaved-changes-header{display:flex;justify-content:space-between;align-items:center}.unsaved-changes-close{cursor:pointer;color:#616161}.unsaved-changes-close:hover{color:#242424}.unsaved-changes-title{font-size:24px;line-height:32px;margin:0;font-weight:700}.unsaved-changes-description{font-size:16px;line-height:22px}.unsaved-changes-actions{display:flex;justify-content:flex-end;gap:10px}.unsaved-changes-actions button.success{background-color:#7ac117;color:#fff}.unsaved-changes-actions button.info{background-color:#38c9e0;color:#fff}.unsaved-changes-actions button.warning{background-color:#f9ad20;color:#fff}.unsaved-changes-actions button.danger{background-color:#ff4d35;color:#fff}.unsaved-changes-actions button.conflict{background-color:#fc7d2b;color:#fff}.notes-modal-header{display:flex;flex-direction:column;padding-left:16px;margin:4px 0 0;font-weight:700}.notes-modal-header .name-title{margin-bottom:0}.notes-modal-header .notes-modal-subheader{margin:0 0 16px;font-weight:400;color:#555;font-size:16px}.notes-modal-body{display:flex;flex-direction:column;align-items:center}.notes-modal-body .notes-list{display:flex;flex-direction:column;width:90%;margin-bottom:10px}.notes-modal-body .notes-list p{margin-top:0}.notes-modal-body .notes-modal-textarea{display:flex;width:90%;height:100px;min-height:100px;justify-content:center;align-items:center}.notes-modal-footer{display:flex;flex-direction:row;gap:6px;justify-content:flex-end;margin:0 6px 6px 0}.notes-modal-footer .primary-button,.notes-modal-footer .cancel-button{line-height:20px}.notes-modal-footer .primary-button{font-weight:600}.missing-items-legend{display:flex;flex-direction:column;padding-right:24px;padding-bottom:10px}.missing-items-legend h2{text-align:center}.missing-items-legend ul{display:flex;flex-direction:column;font-size:22px;gap:16px}.missing-items-legend ul svg{font-size:28px}.email-builder .email-builder-header{font-weight:700}.email-builder fieldset{border:none;padding:0;margin:0;max-height:162px;overflow-y:auto}.email-builder fieldset .checkbox-group{display:flex;align-items:center;flex-direction:row;gap:8px;margin-bottom:6px}.email-builder fieldset .checkbox-group .checkbox-stacked-label{display:flex;flex-direction:column}.email-builder fieldset .checkbox-group .checkbox-stacked-label .checkbox-top-label{font-weight:700}.email-builder .select-container{display:flex;flex-direction:row;gap:24px;margin-top:16px}.email-builder .select-container .individual-select{display:flex;flex-direction:column;width:50%;z-index:1}.recipients-select input,.reasons-select input{height:0;width:0}.message{font-size:1.5em;display:flex;width:100%;height:80vh;justify-content:center;flex-direction:column;gap:1em;align-items:center;text-wrap:nowrap}.message .second-line{font-size:.8em}.message .second-line a{padding-left:6px}.error-page .errors-list .error-message{font-size:16px;margin-bottom:12px}.payroll-summary{display:flex;flex-direction:column;gap:20px}.payroll-summary .summary-header{margin-bottom:30px;justify-content:center;align-items:center;display:flex}.payroll-summary .summary-header span{font-size:36px;font-weight:600;font-family:Noto Sans;justify-content:center;display:flex;align-items:center}.payroll-summary .summary-page-section{border:1px solid;border-color:#d1d1d1;border-radius:1px;box-shadow:1px 2px var(--color-border-light);height:auto}.payroll-summary .summary-page-section .page-loader{height:150px}.payroll-summary .summary-page-section .summary-page-header{color:#093b60;margin-top:20px;margin-bottom:20px;justify-content:center;align-items:center;display:flex;font-weight:600;align-self:stretch}.payroll-summary .summary-page-section .summary-page-header span{font-size:28px;font-family:Noto Sans;justify-content:center;display:flex;align-items:center}.payroll-summary .summary-page-section .data-section{display:flex;flex-direction:row;align-items:center;padding:10px;height:150px}.payroll-summary .summary-page-section .data-section .pay-groups{margin-bottom:5px;font-weight:700;font-size:22px}.payroll-summary .summary-page-section .data-section .pay-groups .pay-groups-list{display:flex;justify-content:center;text-align:center;width:150px;margin-top:10px;word-wrap:break-word;white-space:pre-wrap;font-size:14px;font-weight:400}.payroll-summary .summary-page-section .data-section.error .error-message{font-weight:500;font-size:22px;text-align:center;width:100%}.payroll-summary .summary-page-section .data-section.loading{position:relative}.payroll-summary .summary-page-section .data-section.loading .page-loader{height:unset;width:unset}.payroll-summary .summary-page-section .data-section .pay-groups,.payroll-summary .summary-page-section .data-section .total,.payroll-summary .summary-page-section .data-section .batch-count{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;font-size:22px;width:150px;text-align:center;text-wrap:nowrap;margin:0 auto 10px}.payroll-summary .summary-page-section .data-section .pay-groups .total-variable,.payroll-summary .summary-page-section .data-section .pay-groups .batch-count-variable,.payroll-summary .summary-page-section .data-section .total .total-variable,.payroll-summary .summary-page-section .data-section .total .batch-count-variable,.payroll-summary .summary-page-section .data-section .batch-count .total-variable,.payroll-summary .summary-page-section .data-section .batch-count .batch-count-variable{margin-top:10px;font-size:14px;font-weight:400}.payroll-summary .summary-page-section .data-section .divider{width:1px;height:100%;background-color:#d1d1d1;margin:0 5px;transform:translateY(-20px)}.payroll-summary .summary-page-section .view-button-wraper{display:flex;flex-direction:row;justify-content:flex-end}.payroll-summary .summary-page-section .view-button-wraper .view-button{align-self:flex-end;margin:10px;border-radius:4px;font-size:14px;line-height:20px;font-weight:600;padding:6px 12px;background-color:#093b60;color:#fff}.sub-header{display:flex;align-items:center;flex:1;justify-content:space-between}.sub-header .row-count{font-size:14px;font-weight:700}.sub-header .icon-info{display:flex;cursor:pointer;width:72px;height:32px;justify-content:center;align-items:center;gap:6px}.sub-header .icon-info .fa-info-circle{font-size:18px}.sub-header .switch-label{order:1}.control-actions a:link{color:#000}.mi-actions-column .mi-trash-icon.disabled{opacity:.5;cursor:default;pointer-events:none}.mi-timesheet-status-column{display:flex;justify-content:center;align-items:center;gap:10px}.mi-timesheet-status-column .mi-ts-status-icons{display:flex;gap:10px}.expanded-table-container{display:flex;flex-direction:column;width:100%;gap:10px}.expanded-table-container .expanded-table-header{font-size:16px;font-weight:600;line-height:22px}.record-count{display:flex;justify-content:space-between}.record-count .record-count-main{font-weight:700}.record-count .record-count-sub-batches{display:flex;align-items:center;gap:18px}.record-count .record-count-sub-batches .sub-batch-count{display:flex;align-items:center;gap:4px}.record-count .record-count-sub-batches .sub-batch-count-icon{border:1px solid black;border-radius:50%;display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:10px}.record-count .record-count-sub-batches .sub-batch-count-icon.success{color:#7ac117}.record-count .record-count-sub-batches .sub-batch-count-icon.info{color:#38c9e0}.record-count .record-count-sub-batches .sub-batch-count-icon.warning{color:#f9ad20}.record-count .record-count-sub-batches .sub-batch-count-icon.danger{color:#ff4d35}.record-count .record-count-sub-batches .sub-batch-count-icon.conflict{color:#fc7d2b}.record-count .record-count-sub-batches .sub-batch-count-icon.success{border-color:#7ac117}.record-count .record-count-sub-batches .sub-batch-count-icon.info{border-color:#38c9e0}.record-count .record-count-sub-batches .sub-batch-count-icon.warning{border-color:#f9ad20}.record-count .record-count-sub-batches .sub-batch-count-icon.danger{border-color:#ff4d35}.record-count .record-count-sub-batches .sub-batch-count-icon.conflict{border-color:#fc7d2b}.timesheet-details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;border:1px solid #e0e0e0;border-radius:4px;box-shadow:1px 1px #d1d1d1;padding:10px;margin-bottom:10px;height:70px}.timesheet-details-header .back-section{display:flex;flex-direction:row;align-items:center;gap:8px}.timesheet-details-header .back-section .user-info{display:flex;flex-direction:column;gap:0}.timesheet-details-header .back-section .user-info .emp-id{font-size:14px;color:gray}.timesheet-details-header .back-section .user-info .emp-full-name{font-weight:700;font-size:20px}.timesheet-details-header .timesheet-id{font-size:20px;font-weight:700;margin-left:10px}.timesheet-details-header .time-period{font-size:20px;font-weight:700}.timesheet-details-table{margin-top:10px}.back-button{font-size:20px;cursor:pointer}.projects-container{display:flex;flex-direction:column;align-items:center;gap:10px}.projects-container .project{width:100%}.project{display:flex;flex-direction:column;gap:10px;padding:10px;background-color:#fff;border-radius:4px;border:1px solid #D1D1D1;box-shadow:1px 2px #d1d1d1}.project.success{border-color:#7ac117;box-shadow:1px 2px #7ac117}.project.info{border-color:#38c9e0;box-shadow:1px 2px #38c9e0}.project.warning{border-color:#f9ad20;box-shadow:1px 2px #f9ad20}.project.danger{border-color:#ff4d35;box-shadow:1px 2px #ff4d35}.project.conflict{border-color:#fc7d2b;box-shadow:1px 2px #fc7d2b}.project-header{font-size:20px;line-height:28px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.project-header .project-header-right{display:flex;flex-direction:row;gap:10px}.project-header .project-header-right button{background-color:transparent}.project-header .project-header-right button.success{border-color:#7ac117}.project-header .project-header-right button.info{border-color:#38c9e0}.project-header .project-header-right button.warning{border-color:#f9ad20}.project-header .project-header-right button.danger{border-color:#ff4d35}.project-header .project-header-right button.conflict{border-color:#fc7d2b}.project-header .project-header-right button.success{color:#7ac117}.project-header .project-header-right button.info{color:#38c9e0}.project-header .project-header-right button.warning{color:#f9ad20}.project-header .project-header-right button.danger{color:#ff4d35}.project-header .project-header-right button.conflict{color:#fc7d2b}.project-header .project-header-right .unanet-link{font-size:14px}.project-header .project-header-right .unanet-link .unanet-button{height:14px;width:14px;padding-left:4px}.project-header h2{margin:0}.project-info{display:flex;gap:10px}.project-info .divider{width:1px;background-color:#d1d1d1;border-radius:1px}.project-info .info-block{flex:1 1;display:flex;flex-direction:column;gap:10px}.project-info .info-row{display:flex;flex-direction:column;gap:4px}.project-info .info-label{color:#242424;font-size:12px;line-height:16px;font-weight:900}.project-info .info-value{color:#242424;font-size:16px;line-height:22px}.project-info .info-value ul{margin-bottom:0;margin-top:8px;padding-left:32px}.project-time .table{position:relative;border-spacing:0;border-radius:4px;border:1px solid var(--color-border-light);box-shadow:1px 2px var(--color-border-light);width:100%}.project-time .table tr:last-child td{border-bottom:0}.project-time .table th,.project-time .table td{margin:0;padding:8px;border-bottom:1px solid var(--color-border-light);border-right:1px solid var(--color-border-light);position:relative;font-size:16px;line-height:22px}.project-time .table th:last-child,.project-time .table td:last-child{border-right:0}.project-time .table th{position:sticky;top:-1px;z-index:1;background-color:#fff;text-align:left;border-bottom:3px solid var(--color-border-light);font-size:16px;line-height:22px;font-weight:900;transition:color .125s ease-in-out,background-color .125s ease-in-out}.project-time .table th.sort-desc,.project-time .table th.sort-asc{background-color:#093b60;color:#fff}.project-time .table th .column-header{display:flex;align-items:center;justify-content:space-between;width:100%}.project-time .table-btns{display:flex;justify-content:center;gap:5px;align-items:center;width:100%}.project-time .table th .column-header{justify-content:center}.project-time .container{max-height:275px;border:1px solid #D1D1D1}.project-time .day-header{display:flex;flex-direction:column;gap:0;align-items:center}.project-time .day-header-date{font-size:12px;line-height:16px;font-weight:400;color:#616161}.project-time button{margin-top:10px}.project-time td:has(.column-input){text-align:center}.project-time .task-container,.project-time .payCode-container{padding-top:12px;padding-left:16px}.project-time .paycode-select{min-width:100px}.project-time .select-column{display:flex;align-items:center;width:100%;gap:10px}.project-time .select-column>div{width:100%}.project-time .select-column .project-select{flex:1 1}.project-time .select-column .icon-danger{color:#ff4d35;cursor:pointer}.project-time .select-column .icon-danger.disabled{color:#ff4d3566;pointer-events:none}.project-time .select-column .modified div[class*=control]{background-color:#f9ad201a;border:1px solid rgba(249,173,32,.4)}.project-time .select-column .modified div[class*=control] div[class*=indicator]{color:#f9ad2066}.project-time .select-column .modified div[class*=control] span[class*=indicatorSeparator]{background-color:#f9ad2066}.project-time .table-select__placeholder{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.project-time .tooltipClickTrigger{position:absolute;top:0;bottom:0;left:0;right:0}.project-time .column-input{width:40px;height:40px;display:inline-block;border:none;background-color:#d1d1d166;border-radius:4px;font-size:12px;line-height:20px;text-align:center}.project-time .column-input::-webkit-outer-spin-button,.project-time .column-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.project-time .column-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.project-time .column-input.modified{background-color:#f9ad201a;border:1px solid rgba(249,173,32,.4)}.project-time .column-input:disabled{background-color:#d1d1d166;color:#24242466;cursor:url(/ban.svg),text}.project-time .total,.project-time .text-cell{display:flex;justify-content:center;gap:5px}.project-time .total.success,.project-time .text-cell.success{color:#7ac117}.project-time .total.info,.project-time .text-cell.info{color:#38c9e0}.project-time .total.warning,.project-time .text-cell.warning{color:#f9ad20}.project-time .total.danger,.project-time .text-cell.danger{color:#ff4d35}.project-time .total.conflict,.project-time .text-cell.conflict{color:#fc7d2b}.project-time .table tr td{text-align:center}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.table{position:relative;overflow:hidden;display:flex;width:100%;flex-direction:column;background-color:#fff;border-radius:4px;border:1px solid #D1D1D1;box-shadow:1px 2px #d1d1d1}.table .no_data{padding-top:0}.table-select__menu:has(.table-select__menu-list){width:max-content}.table-content{max-height:calc(var(--base-height) - var(--offset) - var(--footer-height, 0px));overflow-x:hidden}.table-content tr:last-child td{border-block-end:none}.table table{width:100%;overflow-x:hidden;table-layout:fixed;border-collapse:separate;border-spacing:0}.table table.virtualized:after{content:"";display:inline-block;height:var(--table-body-height, 0px)}.table table thead{position:sticky;top:0;z-index:1;background-color:#fff}.table table tbody>tr:nth-child(2n){background-color:#fafafa}.table table tbody>tr:nth-child(odd){background-color:#fff}.table table tbody td{height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table table tbody td:has(input[type=checkbox]){text-align:center}.table table thead>tr:hover>td,.table table tbody>tr:hover>td{background-color:#fafafa}.table table thead>tr>*:last-child,.table table tbody>tr>*:last-child{border-inline-end:none}.table table thead>tr>th,.table table thead>tr td,.table table tbody>tr>th,.table table tbody>tr td{width:10%;position:relative;border-inline-end:1px solid #D1D1D1;color:#242424;background-color:inherit;padding:8px;text-align:start;border-block-end:1px solid #D1D1D1}.table table thead>tr>th .column-header-wrapper,.table table thead>tr td .column-header-wrapper,.table table tbody>tr>th .column-header-wrapper,.table table tbody>tr td .column-header-wrapper{display:flex;align-items:center;justify-content:center}.table table thead>tr>th .column-header-wrapper .column-header,.table table thead>tr td .column-header-wrapper .column-header,.table table tbody>tr>th .column-header-wrapper .column-header,.table table tbody>tr td .column-header-wrapper .column-header{flex:none;transition:flex .5s cubic-bezier(.16,1,.3,1)}.table table thead>tr>th.expanded-row,.table table thead>tr td.expanded-row,.table table tbody>tr>th.expanded-row,.table table tbody>tr td.expanded-row{background-color:#f0f0f0;border-bottom:1px solid #D1D1D1;box-shadow:-2px -2px 4px #24242440 inset,2px 2px 4px #24242440 inset;padding:10px}.table table thead>tr>th.expanded-row .table,.table table thead>tr td.expanded-row .table,.table table tbody>tr>th.expanded-row .table,.table table tbody>tr td.expanded-row .table{--base-height: 400px;--offset: 2px;box-shadow:none;max-height:400px;overflow:hidden}.table table thead>tr>th .expand-button,.table table thead>tr td .expand-button,.table table tbody>tr>th .expand-button,.table table tbody>tr td .expand-button{display:flex;align-items:center;justify-content:center}.table table thead>tr>th .expand-button svg,.table table thead>tr td .expand-button svg,.table table tbody>tr>th .expand-button svg,.table table tbody>tr td .expand-button svg{cursor:pointer}.table table thead>tr>th .sort-wrapper,.table table thead>tr td .sort-wrapper,.table table tbody>tr>th .sort-wrapper,.table table tbody>tr td .sort-wrapper{opacity:0;width:0;height:0;overflow:hidden;transition:opacity .3s .25s cubic-bezier(.16,1,.3,1)}.table table thead>tr th,.table table tbody>tr th{font-weight:600;border-block-end-width:3px}.table table thead>tr th:has(+.scrollbar-cell),.table table tbody>tr th:has(+.scrollbar-cell){border-inline-end:none}.table table thead>tr th .expand-all,.table table tbody>tr th .expand-all{font-size:10px;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column}.table table thead>tr th.sort-desc,.table table thead>tr th.sort-asc,.table table tbody>tr th.sort-desc,.table table tbody>tr th.sort-asc{background-color:#093b60;color:#fff}.table table thead>tr th.sort-desc .column-header,.table table thead>tr th.sort-asc .column-header,.table table tbody>tr th.sort-desc .column-header,.table table tbody>tr th.sort-asc .column-header{display:flex;align-items:center;justify-content:flex-start;flex:auto;gap:4px;cursor:pointer}.table table thead>tr th.sort-desc .sort-wrapper,.table table thead>tr th.sort-asc .sort-wrapper,.table table tbody>tr th.sort-desc .sort-wrapper,.table table tbody>tr th.sort-asc .sort-wrapper{display:flex;align-items:center;gap:3px;cursor:pointer;position:absolute;right:5px;z-index:1;bottom:0;top:0;opacity:1;width:auto;height:auto}.table table thead>tr th.scrollbar-cell,.table table tbody>tr th.scrollbar-cell{width:10px;padding:0;border-inline-end:none}.table table thead>tr.locked>td,.table table tbody>tr.locked>td{border-block:2px solid #F9AD20;background-color:#f9ad201a}.table .simplebar-scrollable-y .simplebar-track{width:8px;top:43px}.table .simplebar-scrollable-y .simplebar-track.simplebar-vertical{padding:5px 0;background-color:transparent}.table .simplebar-scrollable-y .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{background-color:#093b60;opacity:1}body .advanced-sort{position:static}body .advanced-sort__control{background-color:transparent;font-size:10px;line-height:14px;padding-left:0;font-weight:600;min-height:auto;text-align:left;width:max-content;z-index:1;border:none;border-radius:0;cursor:pointer}body .advanced-sort__control--is-focused{border:none;outline:none;box-shadow:none;border-bottom:1px solid #fff}body .advanced-sort__indicator{padding:0;color:#fff}body .advanced-sort__indicator svg{height:10px;width:10px}body .advanced-sort__value-container{padding:0}body .advanced-sort__input-container,body .advanced-sort__single-value{color:#fff;margin:0;padding:0}body .advanced-sort__menu{min-width:max-content;right:0;margin-top:5px;overflow:auto;background-color:#fff;border-radius:4px;border:1px solid #D1D1D1;box-shadow:1px 2px #d1d1d1}body .advanced-sort__menu-list{padding:0}body .advanced-sort__option{color:#242424;text-align:left;font-size:12px;padding:8px;line-height:14px;font-weight:400}body .advanced-sort__option:hover,body .advanced-sort__option--is-selected{background-color:#093b60;color:#fff}.filterable-table{display:flex;width:100%;overflow:clip;overflow-clip-margin:2px;flex:1}.filterable-table .table{height:fit-content}.no_data{padding-top:35px;font-size:x-large;text-align:center}.no-data-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.tooltip{position:absolute;background-color:#fff;color:#000;font-size:12px;border-radius:4px;border:1px solid #000;z-index:9999;pointer-events:auto;padding:12px;font-size:14px;line-height:18px}.tooltip ul{padding-left:18px;margin:0}.toolbar{justify-content:space-between;align-items:center}.toolbar .toolbar-chevron{display:flex;align-items:center;gap:25px}.toolbar .back-button{display:flex;align-items:center;color:#000;text-decoration:none;max-width:16px;font-size:26px;cursor:pointer}.toolbar .empDetails{display:flex;flex-direction:column}.toolbar .empId{font-size:14px;color:gray}.toolbar .empName{font-weight:700;font-size:20px}.action-cell{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.action-cell .view-timesheet-button{width:33%;justify-content:center;display:flex;align-items:center;cursor:pointer}.action-cell .view-timesheet-button svg{transform:translate(4px);height:20px;width:20px}.summary-section{margin:20px 0;padding:15px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;box-shadow:1px 2px #d1d1d1}.summary-section h2{margin-bottom:20px}.summary-section .reports-container{display:flex;flex-direction:column;gap:20px}.summary-section .report-row{display:flex;flex-direction:row;justify-content:space-between;gap:20px}.summary-section .report-row .timesheet-duration{width:15%;font-weight:700}.summary-section .report-section{flex:1;border:1px solid #ddd;border-radius:5px;padding:10px;background-color:#fff}.summary-section .report-section .report-header{font-weight:700;margin-bottom:10px;text-align:center;text-decoration:underline}.summary-section .report-section .report-data{font-size:14px}:root{--toastify-color-info: #093b60;--toastify-color-success: #7AC117;--toastify-color-warning: #F9AD20;--toastify-color-error: #FF4D35}.loading{height:80vh;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around}a.disabled{pointer-events:none;color:#616161}*,*:before,*:after{box-sizing:border-box}:root{--color-border-light: #ededed;--color-border-med: #e6e4e9;--color-border: #dddddd;--color-button: #ededed;--color-error: #d62f2f;--color-input: #ffffff;--color-text: #213547;--width-maximum: 1600px;--base-height: 100vh;--offset: 164px;font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:24px;font-weight:400;color:var(--color-text);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html,body{margin:0}body:has(.portal-container){overflow:hidden}a{font-weight:500;text-decoration:inherit;color:#093b60}a:visited{color:inherit}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;background-color:var(--color-button);border:1px solid var(--color-border-med)}button:hover:not(:disabled){border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button>svg{margin-right:.5em}button>svg:only-child{margin-right:0}.noselect{user-select:none;-moz-user-select:none;-webkit-user-select:none}.portal-container{position:absolute}.layout{display:grid;grid-template-rows:auto 1fr auto;padding:10px 20px;min-height:100vh;max-height:100vh}.layout #logo #background{fill:#093b60}.layout .content-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;max-width:1920px;width:calc(100vw - 40px);position:relative}.layout .content-container>div{display:flex;flex-direction:column;height:100%;width:100%}.layout .commissions{--offset: 100px}.layout:not(.hours) .content-container>div{max-width:1200px}.layout>.global-nav-wrapper{width:100vw;margin:0 -20px 20px}.footer{margin-top:3em;min-height:60px}.modal-portal>div>div{padding:0}.editHours{display:flex;flex-direction:column;position:relative;height:100%;overflow-y:auto}.editHours button{border-radius:4px;font-size:14px;line-height:20px;font-weight:600;padding:6px 12px}.editHours button.primary{background-color:#093b60;color:#fff}.editHours button.outlined{background:transparent;border:1px solid #D1D1D1}.editHours .header{display:flex;justify-content:space-between;gap:10px;padding-block:10px;align-items:center;font-size:20px;line-height:28px;position:sticky;top:0;background-color:#fff}.editHours .header-back-icon{cursor:pointer;color:#242424}.editHours .header .name-wrapper{display:flex;align-items:center;gap:10px}.editHours .header .name-wrapper svg{cursor:pointer}.editHours .header .headerInfo{display:flex;flex:1;justify-content:space-between;align-items:center;font-weight:600}.editHours .header .action-buttons{display:flex;gap:5px;align-items:center}.editHours .header .reviewed{font-size:10px;line-height:14px;font-weight:400;color:#616161;align-self:flex-end}.editHours .header .close{color:#d1d1d1;cursor:pointer}.editHours .main-content{flex:1 1}.editHours .content{display:flex;flex-direction:column;gap:10px;flex:1 1}.editHours .content-wrapper{display:flex;flex-direction:column;gap:10px;min-height:calc(80vh - 125px)}.editHours .time-table{padding:0 10px}.editHours .time-table .table{position:relative;border-spacing:0;border-radius:4px;border:1px solid var(--color-border-light);box-shadow:1px 2px var(--color-border-light);width:100%}.editHours .time-table .table tr:last-child td{border-bottom:0}.editHours .time-table .table th,.editHours .time-table .table td{margin:0;padding:8px;border-bottom:1px solid var(--color-border-light);border-right:1px solid var(--color-border-light);position:relative;font-size:16px;line-height:22px}.editHours .time-table .table th:last-child,.editHours .time-table .table td:last-child{border-right:0}.editHours .time-table .table th{position:sticky;top:-1px;z-index:1;background-color:#fff;text-align:left;border-bottom:3px solid var(--color-border-light);font-size:16px;line-height:22px;font-weight:900;transition:color .125s ease-in-out,background-color .125s ease-in-out}.editHours .time-table .table th.sort-desc,.editHours .time-table .table th.sort-asc{background-color:#093b60;color:#fff}.editHours .time-table .table th .column-header{display:flex;align-items:center;justify-content:space-between;width:100%}.editHours .time-table .table-btns{display:flex;justify-content:center;gap:5px;align-items:center;width:100%}.editHours .time-table button{margin-top:10px}.editHours .time-table td:has(.column-input){text-align:center}.editHours .time-table .task-container,.editHours .time-table .payCode-container{padding-top:12px;padding-left:16px}.editHours .time-table .paycode-select{min-width:100px}.editHours .time-table .project-column{display:flex;align-items:center;width:100%;gap:10px}.editHours .time-table .project-column .project-select{flex:1 1}.editHours .time-table .project-column .icon-danger{color:#ff4d35;cursor:pointer}.editHours .time-table .column-input{max-width:50px;height:55px;display:inline-block;border:none;background-color:#d1d1d166;border-radius:4px;font-size:16px;line-height:22px;text-align:center}.editHours .time-table .column-input::-webkit-outer-spin-button,.editHours .time-table .column-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.editHours .time-table .column-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.editHours .time-table .column-input.modified{background-color:#f9ad2066}.editHours .info-container{padding:0 10px;display:flex;gap:10px}.editHours .info-container .divider{width:1px;background-color:#d1d1d1;border-radius:1px}.editHours .info-block{flex:1 1;display:flex;flex-direction:column;gap:10px}.editHours .info-row{display:flex;flex-direction:column;gap:4px}.editHours .info-label{color:#242424;font-size:12px;line-height:16px;font-weight:900}.editHours .info-value{color:#242424;font-size:16px;line-height:22px}.editHours .info-value ul{margin-bottom:0;margin-top:8px;padding-left:32px}.editHours .comments-container{display:flex;flex-direction:column;gap:10px;padding:0 10px}.editHours .comments-container span{color:#242424;font-size:20px;line-height:28px;font-weight:600}.editHours .comments-container textarea{min-height:100px;padding:5px;background-color:#fff;border-radius:4px;border:1px solid #D1D1D1;box-shadow:1px 2px #d1d1d1;transition:all .125s ease-in-out}.editHours .comments-container textarea:focus{outline:none;border-bottom-color:#093b60;box-shadow:0 2px #093b60,1px 2px #d1d1d1}.editHours .action-container{display:flex;justify-content:end;gap:10px;padding:10px;position:sticky;bottom:0;background-color:#fff;border-top:1px solid #D1D1D1}.drop-select-container{position:relative}.drop-select-container .drop-select-wrapper{position:static;transition:max-height .18s;border:1px solid #000;border-radius:4px;height:100%;display:inline-block;overflow:hidden}.drop-select-container .dropdown{font-size:16px;line-height:26px;padding-right:6px}.drop-select-container .dropdown .dropdown-title{padding:4px 8px 4px 4px}.drop-select-container .dropdown svg{transition:transform .18s}.drop-select-container .dropdown.expanded svg{transform:rotate(180deg)}.drop-select-container .options-container .option-wrapper{display:block;height:24px;text-align:left}.drop-select-container .options-container .option-wrapper input,.drop-select-container .options-container .option-wrapper .option-title{display:inline}.hours{color:#242424}.filterable-table .drawer-content .review{display:flex;flex-direction:column;gap:10px;min-height:34px}.filterable-table .drawer-content .review-state{display:flex;align-items:center}.filterable-table .drawer-content .review-button-container{display:flex;flex:1;justify-content:flex-start}
