:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background-color:#f4f6f8;justify-content:space-between;padding:10px 20px}.header,.header .header-left{align-items:center;display:flex}.header .header-left{flex-shrink:1;gap:15px;min-width:0}.header .header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.header .header-left .MuiIconButton-root:hover{background-color:#ff00001a}.header .header-left .menu-icon{color:#1976d2}.header .header-left button{border-radius:4px;flex-shrink:1;font-size:14px;padding:5px 10px}.header .header-left button:hover{background-color:#1976d21a}.header .header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.header .header-title{align-items:center;justify-content:center}.header .header-title h1{color:#1976d2;font-size:20px;margin:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.header .header-title{transition:transform .3s ease}.header .header-title.both-roles,.header .header-title.project-manager-only{transform:translateX(-50px)}.header .header-title.line-manager-only{transform:translateX(80px)}.header .header-title.employee-only{transform:translateX(120px)}.header .header-right{align-items:center;display:flex;flex-shrink:1;gap:15px;min-width:0}.header .header-right button{border-radius:4px;flex-shrink:1;font-size:14px;min-width:70px;padding:5px 10px}.header .header-right button:hover{background-color:#1976d21a}.header .header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;flex-shrink:0;height:40px;width:40px}@media(max-width:850px){.header{padding:5px 10px}.header .header-left{gap:10px}.header .header-left button{font-size:12px;padding:4px 8px}.header .header-left .Indium-logo{width:100px}.header .header-title h1{font-size:16px}.header .header-right{gap:10px}.header .header-right button{font-size:12px;padding:4px 8px}.header .header-right .MuiAvatar-root{height:30px;width:30px}}@media(max-width:600px){.header{padding:5px}.header .header-left{gap:5px}.header .header-left button{font-size:10px;padding:3px 6px}.header .header-left .Indium-logo{width:80px}.header .header-title h1{font-size:14px}.header .header-right{gap:5px}.header .header-right button{font-size:10px;padding:3px 6px}.header .header-right .MuiAvatar-root{height:25px;width:25px}}@media(max-width:400px){.header .header-title{flex-grow:0}.header .header-title h1{font-size:12px}.header .header-left button{font-size:8px;padding:2px 4px}.header .header-left .Indium-logo{width:60px}.header .header-right button{font-size:8px;padding:2px 4px}.header .header-right .MuiAvatar-root{height:20px;width:20px}}@media(max-width:960px)and (max-height:1080px){.header .header-title{padding:0 2px;transform:translateX(0)}}@media(max-width:683px)and (max-height:768px){.header .header-left{gap:5px!important}.header .header-title{transform:translateX(0)!important}}@media(max-width:640px)and (max-height:768px){.header .header-left,.header .header-right{gap:1px!important}}@media(max-width:1366px)and (max-height:768px){.header{padding:10px}.header .header-left{gap:10px}.header .header-left .MuiIconButton-root{height:25px;width:25px}.header .header-left .MuiSvgIcon-root{font-size:1rem}.header .header-left button{font-size:10px;padding:3px 6px}.header .header-left .Indium-logo{width:80px}.header .header-title h1{font-size:14px}.header .header-title.both-roles,.header .header-title.project-manager-only{transform:translateX(-35px)}.header .header-title.line-manager-only{transform:translateX(65px)}.header .header-title.employee-only{transform:translateX(95px)}.header .header-right{gap:10px}.header .header-right button{font-size:10px;padding:3px 6px}.header .header-right .MuiAvatar-root{height:25px;width:25px}}.Indium-logo{height:44px;width:120.7px}.allocation-modal-header{align-items:center;display:flex;font-size:20px;font-weight:700;justify-content:space-between;padding:10px}.allocation-modal-header .allocation-title{flex-grow:1;text-align:center}.allocation-modal-content .allocation-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.allocation-modal-content .allocation-header span{font-size:16px;font-weight:700}.allocation-modal-content .allocation-table-container{overflow-x:auto}.allocation-modal-content .allocation-table-container .allocation-table{border-collapse:collapse;width:100%}.allocation-modal-content .allocation-table-container .allocation-table td,.allocation-modal-content .allocation-table-container .allocation-table th{border:1px solid #ccc;padding:10px;text-align:center}.allocation-modal-content .allocation-table-container .allocation-table th{background-color:#f5f5f5;font-weight:700}@media(max-width:1366px)and (max-height:768px){.allocation-modal-header{font-size:16px;padding:8px 15px}.allocation-modal-header .allocation-title{font-size:14px}.allocation-modal-header .MuiIconButton-root{height:22px;width:22px}.allocation-modal-header .MuiIconButton-root .MuiSvgIcon-root{font-size:18px}.allocation-modal-content .allocation-header{gap:5px}.allocation-modal-content .allocation-header span{font-size:12px}.allocation-modal-content .allocation-table-container{overflow-x:auto}.allocation-modal-content .allocation-table-container .allocation-table{font-size:12px;width:100%}.allocation-modal-content .allocation-table-container .allocation-table td,.allocation-modal-content .allocation-table-container .allocation-table th{padding:6px}.allocation-modal-content .allocation-table-container .allocation-table th{font-size:12px}.allocation-modal{max-width:950px!important;padding:15px}}.history-header{color:#444;font-size:24px;font-weight:700;position:relative;text-align:center}.history-header .MuiIconButton-root{color:#444;position:absolute;right:16px;top:16px}.status-summary-container{align-items:center;display:flex;flex-direction:column;margin:20px 0}.status-summary-container .status-row{display:flex;justify-content:space-around;margin-bottom:20px;width:90%}.status-summary-container .status-row .status-item{align-items:center;display:flex;flex-direction:column;gap:5px}.status-summary-container .status-row .status-item .status-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.status-summary-container .status-row .status-item .status-circle.black{background-color:#000}.status-summary-container .status-row .status-item .status-circle.green{background-color:#4caf50}.status-summary-container .status-row .status-item .status-circle.orange{background-color:#ff9800}.status-summary-container .status-row .status-item .status-circle.blue{background-color:#2196f3}.status-summary-container .status-row .status-item .status-circle.red{background-color:#f44336}.list-container{margin-top:20px}.list-container .history-table{border-collapse:collapse;width:100%}.list-container .history-table td,.list-container .history-table th{border:1px solid #ccc;padding:10px;text-align:center}.list-container .history-table th{background-color:#f5f5f5;font-weight:700}.list-container .history-table .traffic-signal-icon{height:auto;width:25px}.status-circle{background-color:#ccc;border-radius:50%;display:inline-block;height:20px;width:20px}.status-circle.approved{background-color:#4caf50}.status-circle.submitted{background-color:#ff9800}.status-circle.draft{background-color:#2196f3}.status-circle.rejected{background-color:#f44336}.status-circle.NotStarted{background-color:#000}.history-footer{display:flex;justify-content:center}@media(max-width:1366px)and (max-height:768px){.history-header{font-size:14px!important;padding:10px 15px}.history-header .MuiIconButton-root{height:22px;width:22px}.history-header .MuiIconButton-root .MuiSvgIcon-root{font-size:18px}.status-summary-container{margin:10px 0}.status-summary-container .status-row{margin-bottom:15px}.status-summary-container .status-row .status-item .status-circle{font-size:14px;height:30px;width:30px}.status-summary-container .status-row .status-item span{font-size:12px}.date-picker-container .MuiTextField-root{font-size:12px;width:200px}.date-picker-container .MuiTextField-root .MuiFormLabel-root,.date-picker-container .MuiTextField-root .MuiInputBase-input{font-size:12px}.list-container{margin-top:15px}.list-container .history-table{font-size:12px}.list-container .history-table td,.list-container .history-table th{padding:6px}.list-container .history-table th{font-size:12px}.list-container .history-table .btn{font-size:12px!important}.list-container .history-table .traffic-signal-icon{width:20px}.history-footer{padding:10px}.history-footer button{font-size:12px;padding:6px 12px}.history-modal{max-width:700px!important;padding:15px}.history-modal .MuiDialogContent-root{line-height:.5!important}}.summary-modal .summary-modal-title{align-items:center;display:flex;font-weight:700;justify-content:space-between;padding:16px;position:relative}.summary-modal .summary-modal-close-btn{color:#444;position:absolute;right:16px;top:12px}.summary-modal .summary-modal-content{padding:20px}.summary-modal .week-controls{align-items:center;display:flex;gap:15px;justify-content:center}.summary-modal .week-controls .nav-button{background:none;border:none;color:#005f86;cursor:pointer;font-size:20px;padding:5px 10px}.summary-modal .week-controls .date-container{align-items:center;display:flex;gap:10px}.summary-modal .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.summary-modal .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.summary-modal .week-controls .refresh-button:hover{background-color:#5a4fbf}.summary-modal .summary-table{background:#fff;border-collapse:collapse;margin-top:10px;width:100%}.summary-modal .summary-table-header{background-color:#f5f5f5;font-weight:700}.summary-modal .summary-table td,.summary-modal .summary-table th{border:1px solid #ddd;padding:12px;text-align:center}.summary-modal .summary-table tr:hover{background-color:#f1f1f1}@media(max-width:1366px)and (max-height:768px){.summary-modal .summary-modal-title{font-size:14px;padding:12px 15px}.summary-modal .summary-modal-title .summary-modal-close-btn{height:22px;width:22px}.summary-modal .summary-modal-title .summary-modal-close-btn .MuiSvgIcon-root{font-size:18px}.summary-modal .summary-modal-content{padding:15px}.summary-modal .summary-table{font-size:12px}.summary-modal .summary-table td,.summary-modal .summary-table th{padding:6px}.summary-modal .summary-table th{font-size:12px}.summary-modal .summary-table tr:hover{background-color:#f9f9f9}.summary-modal .MuiDialog-paper{max-width:800px;padding:15px}}.download-dialog .MuiPaper-root{background-color:#f5faff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:12px}.download-title-bar{align-items:center;display:flex;justify-content:space-between}.download-title-text{color:#005f86;font-size:20px;font-weight:600}.download-content{padding-top:20px!important}.download-content .MuiFormControl-root .MuiOutlinedInput-root{background-color:#fff}.download-content .download-field{margin-bottom:16px}.download-content .download-field .MuiInputLabel-root{color:#222}.download-content .download-field .MuiInputBase-root{background-color:#fff}.download-content .MuiFormControl-root{background:#fff;border-radius:8px}.download-actions{justify-content:flex-end;padding:16px}.download-actions button:first-of-type{background-color:#005f86;color:#fff;font-weight:600}.download-actions button:first-of-type:hover{background-color:#046}.download-actions button:last-of-type{border-color:#005f86;color:#005f86;font-weight:600}.download-actions button:last-of-type:hover{background-color:#e0f4ff}.header-right{align-items:center;display:flex}.header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;transition:border-color .2s ease;width:40px}.header-right .MuiAvatar-root:hover{border-color:#0a4576}.header-right .MuiMenu-paper{border-radius:8px;box-shadow:0 4px 14px #0000001a;min-width:200px;padding:8px 16px}.header-right .MuiMenuItem-root{font-size:.9rem}.header-right .MuiMenuItem-root:hover{background-color:#f5f5f5}.header-right .user-info-box{display:flex;flex-direction:column;padding:.5rem 1rem}.header-right .user-info-box p{color:#333;font-size:.85rem;margin:0}.header-right .user-info-box p:first-child{font-weight:600}.tid-modal-content{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.tid-modal-content .header-title{font-size:20px;font-weight:600;margin:20px 0}.tid-modal-content button{margin:10px}.tid-modal-content h3{margin:20px 0 10px}.tid-modal-content p{color:#555}.tid-modal-content .tid-rejection-table{border-collapse:collapse;margin:0 auto;width:90%}.tid-modal-content .tid-rejection-table thead{background-color:#f5f5f5}.tid-modal-content .tid-rejection-table td,.tid-modal-content .tid-rejection-table th{border:1px solid #ccc;font-size:14px;padding:12px 8px;text-align:center;vertical-align:middle}.tid-modal-content .tid-rejection-table th{font-weight:600}.tid-modal-content .tid-rejection-table .action-status{align-items:center;display:flex;gap:10px;justify-content:center}.tid-modal-content .tid-rejection-table .action-status .status-circle{border-radius:50%;display:inline-block;height:15px;width:15px}.tid-modal-content .tid-rejection-table .action-status .status-circle.red{background-color:red}@media(max-width:1366px)and (max-height:768px){.MuiSvgIcon-root{font-size:1rem!important}.header-title{font-size:14px}.buttons{font-size:10px!important}.tid-modal-content .tid-rejection-table td,.tid-modal-content .tid-rejection-table th{font-size:10px!important;padding:10px 8px!important}}@media(max-width:1366px)and (max-height:768px)and (max-width:1366px)and (max-height:768px){.tid-rejection-dialog .tid-rejection-paper{max-width:900px!important;padding:15px!important}}.footer{align-items:center;background-color:#f9f9f9;display:flex;justify-content:space-around;padding:10px 20px}.footer button{border-radius:5px;flex-shrink:1;font-size:14px;padding:5px 10px}.footer button:hover{background-color:#1976d21a}.footer .MuiButton-outlined{border-color:#1976d2;color:#1976d2}.footer .MuiButton-outlined:hover{background-color:#1976d21a}.footer .MuiButton-containedSuccess{background-color:#4caf50}.footer .MuiButton-containedSuccess:hover{background-color:#45a049}@media(max-width:1366px)and (max-height:768px){.footer{padding:10px}.footer button{font-size:10px;padding:4px 8px}}@media(max-width:850px){.footer{gap:10px;padding:5px 10px}.footer button{font-size:8px;padding:6px 15px}.footer .MuiButton-containedSuccess,.footer .MuiButton-outlined{font-size:8px}}@media(max-width:600px){.footer{gap:5px;padding:5px}.footer button{font-size:12px;padding:4px 10px}.footer .MuiButton-containedSuccess,.footer .MuiButton-outlined{font-size:12px}}@media(max-width:400px){.footer{flex-wrap:wrap;gap:5px;padding:5px}.footer button{font-size:10px;padding:3px 6px}.footer .MuiButton-containedSuccess,.footer .MuiButton-outlined{font-size:10px}}.setup-task-modal-paper{background-color:#fffffff2;box-shadow:none;height:80%;margin:5% auto;max-width:1200px;overflow-y:auto;padding:20px}.setup-task-modal-header{align-items:center;display:flex;justify-content:center;position:relative}.setup-task-modal-header .setup-task-title{color:#036;font-size:20px;font-weight:700}.setup-task-modal-header .MuiIconButton-root{color:#333;position:absolute;right:10px;top:10px}.setup-task-modal-content{padding:20px}.setup-task-modal-content .setup-task-header-row{align-items:center;display:flex;gap:15px;margin-bottom:15px}.setup-task-modal-content .setup-task-header-row .project-code,.setup-task-modal-content .setup-task-header-row .project-name,.setup-task-modal-content .setup-task-header-row .view-my-allocations{flex:1 1}.setup-task-modal-content .setup-task-header-row .project-code:last-child,.setup-task-modal-content .setup-task-header-row .project-name:last-child,.setup-task-modal-content .setup-task-header-row .view-my-allocations:last-child{flex:.5 1}.setup-task-modal-content .setup-task-header-row .project-code span,.setup-task-modal-content .setup-task-header-row .project-name span,.setup-task-modal-content .setup-task-header-row .view-my-allocations span{display:block;font-size:14px;font-weight:700;margin-bottom:5px}.setup-task-modal-content .setup-task-header-row .project-code .MuiTextField-root,.setup-task-modal-content .setup-task-header-row .project-name .MuiTextField-root,.setup-task-modal-content .setup-task-header-row .view-my-allocations .MuiTextField-root{width:100%}.setup-task-modal-content .setup-task-header-row .view-my-allocations .MuiButton-root{font-size:14px;font-weight:700;text-align:center;width:60%}.setup-task-modal-content .setup-task-search-row{align-items:center;display:flex;margin-bottom:15px}.setup-task-modal-content .setup-task-search-row .search-tasks{align-items:center;display:flex;gap:10px}.setup-task-modal-content .setup-task-search-row .search-tasks svg{color:#036;font-size:20px}.setup-task-modal-content .setup-task-search-row .search-tasks .MuiTextField-root{flex:1 1}.setup-task-modal-content .setup-task-sections{display:flex;gap:20px;justify-content:space-between}.setup-task-modal-content .setup-task-sections .other-tasks-section,.setup-task-modal-content .setup-task-sections .task-list-section{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;flex:1 1;padding:15px}.setup-task-modal-content .setup-task-sections .other-tasks-section h4,.setup-task-modal-content .setup-task-sections .task-list-section h4{color:#036;font-size:14px;font-weight:700;line-height:1.4;margin-bottom:10px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list,.setup-task-modal-content .setup-task-sections .task-list-section .task-list{max-height:300px;overflow-y:auto}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item{align-items:center;display:flex;gap:10px;margin-bottom:8px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:16px;margin:0;min-height:16px;min-width:16px;width:16px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item span{color:#333;font-size:14px}.setup-task-modal-footer{display:flex;justify-content:flex-end;padding:15px}.setup-task-modal-footer .MuiButton-root{background-color:#036;color:#fff;font-size:14px;font-weight:700}.setup-task-modal-footer .MuiButton-root:hover{background-color:#024}@media(max-width:1366px)and (max-height:768px){.setup-task-modal-paper{height:90%!important;margin:2% auto!important;max-width:900px!important;overflow-y:auto;padding:10px 15px!important}.setup-task-modal-paper .MuiOutlinedInput-root{font-size:12px!important}.setup-task-modal-paper .MuiOutlinedInput-root input{font-size:12px!important;padding:6px 10px!important}.setup-task-modal-paper .MuiInputLabel-root{font-size:14px!important}.setup-task-modal-paper .MuiSelect-select{font-size:12px!important;padding:6px 10px!important}.setup-task-modal-header{padding:4px}.setup-task-modal-header .setup-task-title{font-size:14px}.setup-task-modal-header .MuiIconButton-root{height:20px;width:20px}.setup-task-modal-header .MuiIconButton-root .MuiSvgIcon-root{font-size:16px}.setup-task-modal-content{font-size:12px;padding:8px}.setup-task-modal-content :global body .MuiAutocomplete-popper[data-testid=setup-task-autocomplete] .MuiAutocomplete-listbox{font-size:10px!important;max-height:160px!important;overflow-y:auto}.setup-task-modal-content :global body .MuiAutocomplete-popper[data-testid=setup-task-autocomplete] .MuiAutocomplete-option{font-size:10px!important;padding:4px 8px!important}.setup-task-modal-content :global body .MuiAutocomplete-popper[data-testid=setup-task-autocomplete] .MuiAutocomplete-inputRoot{font-size:12px!important}.setup-task-modal-content .setup-task-header-row{gap:8px}.setup-task-modal-content .setup-task-header-row .project-code span,.setup-task-modal-content .setup-task-header-row .project-name span,.setup-task-modal-content .setup-task-header-row .view-my-allocations span{font-size:11px}.setup-task-modal-content .setup-task-header-row .project-code .MuiTextField-root,.setup-task-modal-content .setup-task-header-row .project-name .MuiTextField-root,.setup-task-modal-content .setup-task-header-row .view-my-allocations .MuiTextField-root{font-size:11px;padding:4px}.setup-task-modal-content .setup-task-header-row .view-my-allocations .MuiButton-root{font-size:11px;max-width:60%;padding:4px 8px}.setup-task-modal-content .setup-task-header-row .MuiAutocomplete-listbox{font-size:10px!important}.setup-task-modal-content .setup-task-search-row .search-tasks{gap:6px}.setup-task-modal-content .setup-task-search-row .search-tasks svg{font-size:16px}.setup-task-modal-content .setup-task-search-row .search-tasks .MuiTextField-root{font-size:11px}.setup-task-modal-content .setup-task-sections{gap:12px}.setup-task-modal-content .setup-task-sections .other-tasks-section,.setup-task-modal-content .setup-task-sections .task-list-section{padding:10px}.setup-task-modal-content .setup-task-sections .other-tasks-section h4,.setup-task-modal-content .setup-task-sections .task-list-section h4{font-size:11px;margin-bottom:6px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list,.setup-task-modal-content .setup-task-sections .task-list-section .task-list{max-height:230px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item{gap:6px;margin-bottom:4px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item input[type=checkbox],.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:14px;margin:0;min-height:14px;min-width:14px;width:14px}.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .other-task-list .task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .other-tasks-section .task-list .task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .other-task-list .task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .other-task-item span,.setup-task-modal-content .setup-task-sections .task-list-section .task-list .task-item span{font-size:11px}.setup-task-modal-footer{padding:8px}.setup-task-modal-footer .MuiButton-root{font-size:11px;padding:5px 10px}}.timesheet-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:none}.timesheet-container .action-status{align-items:center;display:flex;gap:10px;justify-content:center}.timesheet-container .action-status .status-circle{border-radius:50%;display:inline-block;height:15px;width:15px}.timesheet-container .action-status .status-circle.black{background-color:#000}.timesheet-container .action-status .status-circle.blue{background-color:blue}.timesheet-container .action-status .status-circle.orange{background-color:orange}.timesheet-container .action-status .status-circle.green{background-color:#4caf50}.timesheet-container .action-status .status-circle.red{background-color:red}@media(max-width:600px){.timesheet-container .action-status .status-circle{height:12px;width:12px}}@media(max-width:400px){.timesheet-container .action-status .status-circle{height:10px;width:10px}}.timesheet-container .timesheet-table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:10px;overflow-x:auto;table-layout:fixed;width:100%}.timesheet-container .timesheet-table thead{display:table;table-layout:fixed;width:100%}.timesheet-container .timesheet-table thead tr{display:table-row}.timesheet-container .timesheet-table thead th{background-color:#e8f0fe;font-weight:700;padding:10px;text-align:center;vertical-align:middle}.timesheet-container .timesheet-table thead th:first-child{max-width:220px;text-align:left;width:220px!important}.timesheet-container .timesheet-table thead th:last-child{text-align:center}@media(max-width:850px){.timesheet-container .timesheet-table thead th{font-size:14px;padding:8px}}@media(max-width:600px){.timesheet-container .timesheet-table thead th{font-size:12px;padding:6px}}@media(max-width:400px){.timesheet-container .timesheet-table thead th{font-size:10px;padding:4px}}.timesheet-container .timesheet-table tbody{display:table;table-layout:fixed;width:100%}.timesheet-container .timesheet-table tbody tr{display:table-row}.timesheet-container .timesheet-table tbody td{padding:10px;text-align:center}.timesheet-container .timesheet-table tbody td:first-child{max-width:220px;text-align:left;width:220px!important}.timesheet-container .timesheet-table tbody td:last-child{text-align:center}.timesheet-container .timesheet-table tbody td button{border-radius:5px;font-size:14px;padding:5px 10px}.timesheet-container .timesheet-table tbody td button:hover{background-color:#ff00001a}@media screen and (max-width:1280px)and (max-height:720px){.timesheet-container .timesheet-table tbody td button{min-width:50px}}@media(max-width:850px){.timesheet-container .timesheet-table tbody td button{font-size:12px;padding:4px 8px}}@media(max-width:600px){.timesheet-container .timesheet-table tbody td button{font-size:10px;padding:3px 6px}}@media(max-width:400px){.timesheet-container .timesheet-table tbody td button{font-size:8px;padding:2px 4px}}.timesheet-container .timesheet-table tbody td .delete-button{color:red;cursor:pointer;transition:opacity .2s ease-in-out}.timesheet-container .timesheet-table tbody td .delete-button:hover{color:darkred}.timesheet-container .timesheet-table tbody td .delete-button.disabled{color:gray;cursor:not-allowed;opacity:.5;pointer-events:none}@media(max-width:850px){.timesheet-container .timesheet-table tbody td .delete-button{font-size:12px;padding:4px 8px}}@media(max-width:600px){.timesheet-container .timesheet-table tbody td .delete-button{font-size:10px;padding:3px 6px}}@media(max-width:400px){.timesheet-container .timesheet-table tbody td .delete-button{font-size:8px;padding:2px 4px}}.timesheet-container .timesheet-table tbody td input{border:1px solid #d1d1d1;border-radius:5px;font-size:14px;height:25px;padding:3px;text-align:center;width:50%}@media(max-width:850px){.timesheet-container .timesheet-table tbody td input{font-size:12px;height:22px;width:60px}}@media(max-width:600px){.timesheet-container .timesheet-table tbody td input{font-size:10px;height:20px;width:50px}}@media(max-width:400px){.timesheet-container .timesheet-table tbody td input{font-size:8px;height:18px;width:40px}}.timesheet-container .remarks-container{align-items:center;background-color:#f4f6f8;border-radius:8px;display:flex;gap:10px;margin-bottom:10px}.timesheet-container .remarks-container .remarks-label{font-size:14px;font-weight:700;white-space:nowrap}.timesheet-container .remarks-container .remarks-input{flex-grow:1}.timesheet-container .remarks-container .remarks-input .MuiOutlinedInput-root{font-size:14px}.timesheet-container .remarks-container .remarks-input .MuiOutlinedInput-input{padding:10px}@media(max-width:850px){.timesheet-container .remarks-container{gap:5px}.timesheet-container .remarks-container .remarks-input,.timesheet-container .remarks-container .remarks-label{font-size:12px}}@media(max-width:600px){.timesheet-container .remarks-container{gap:3px}.timesheet-container .remarks-container .remarks-input,.timesheet-container .remarks-container .remarks-label{font-size:10px}}.timesheet-container .footer-totals{background-color:#f4f6f8;border-top:none;margin-top:auto;width:100%}.timesheet-container .footer-totals .totals-table{border-collapse:collapse;width:100%}.timesheet-container .footer-totals .totals-table th{font-size:16px;font-weight:700;padding:10px;text-align:center}@media(max-width:850px){.timesheet-container .footer-totals .totals-table th{font-size:12px;padding:8px}}@media(max-width:600px){.timesheet-container .footer-totals .totals-table th{font-size:10px;padding:6px}}@media(max-width:400px){.timesheet-container .footer-totals .totals-table th{font-size:8px;padding:4px}}.timesheet-container .footer-totals .totals-table td{font-size:14px;font-weight:700;padding:10px;text-align:center}@media(max-width:850px){.timesheet-container .footer-totals .totals-table td{font-size:12px;padding:8px}}@media(max-width:600px){.timesheet-container .footer-totals .totals-table td{font-size:10px;padding:6px}}@media(max-width:400px){.timesheet-container .footer-totals .totals-table td{font-size:8px;padding:4px}}.timesheet-container .footer-totals .totals-table td:first-child,.timesheet-container .footer-totals .totals-table th:first-child{background-color:#e8f0fe;font-weight:700;text-align:left}.timesheet-container .action-header{white-space:nowrap}.timesheet-container .header-actions{align-items:center;display:inline-flex;gap:8px}.timesheet-container .clone-placeholder{display:inline-block;height:32px;visibility:hidden;width:90px}.timesheet-container .clone-button{font-size:10px;margin-left:8px;padding:8px 10px}.timesheet-container .setup-task-button.with-clone{font-size:10px;min-width:64px;padding:8px 10px}.timesheet-container .setup-task-button.no-clone{font-size:14px;min-width:90px;padding:8px 15px}.timesheet-container .setup-task-button{border-radius:5px}@media(max-width:1440px){.timesheet-container .setup-task-button{font-size:10px;padding:6px 15px}}@media(max-width:1366px){.timesheet-container .setup-task-button{padding:6px 14px}}@media(max-width:1280px){.timesheet-container .setup-task-button{padding:6px 10px}}@media(max-width:640px){.timesheet-container .setup-task-button{min-width:0}}@media(max-width:400px){.timesheet-container .setup-task-button{font-size:6px;padding:2px 8px}}@media screen and (max-width:1366px)and (max-height:768px){.timesheet-container .action-status .delete-task-button{min-width:40px;padding:4px}.timesheet-container .action-status .delete-task-button .MuiSvgIcon-root{font-size:16px}.timesheet-container .action-status .status-circle{height:10px;width:10px}.timesheet-container .timesheet-table thead th{font-size:10px;padding:4px}.timesheet-container .timesheet-table thead th:first-child{max-width:200px;width:200px!important}.timesheet-container .timesheet-table tbody td{font-size:10px;padding:4px}.timesheet-container .timesheet-table tbody td:first-child{max-width:200px;width:200px!important}.timesheet-container .timesheet-table tbody td .switch-container{font-size:10px;padding:4px}.timesheet-container .timesheet-table tbody td .switch-container .billable-switch{transform:scale(.8)}.timesheet-container .timesheet-table tbody td button{font-size:10px;padding:4px}.timesheet-container .timesheet-table tbody td input{font-size:10px;height:12px;width:40px}.timesheet-container .remarks-container .remarks-input .MuiOutlinedInput-root,.timesheet-container .remarks-container .remarks-label{font-size:10px}.timesheet-container .remarks-container .remarks-input .MuiOutlinedInput-input{padding:5px}.timesheet-container .footer-totals .totals-table th{font-size:10px;padding:6px}.timesheet-container .footer-totals .totals-table td{font-size:9px;padding:6px}.timesheet-container .week-change-button{font-size:10px;min-width:40px;padding:4px}.timesheet-container .setup-task-button.no-clone{font-size:8px;padding:5px 8px}.timesheet-container .setup-task-button.with-clone{font-size:8px!important;min-width:60px;padding:5px 4px!important}.timesheet-container .header-actions{gap:2px}.timesheet-container .clone-button{font-size:8px!important;margin-left:5px;padding:4px 3px!important}}.disabled-date input{background:#f2f2f2!important;cursor:not-allowed!important}.dashboard{display:flex;flex-direction:column;height:100vh}.dashboard .dashboard-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:10px 20px}@media(max-width:850px){.dashboard .dashboard-content{padding:15px}}@media(max-width:600px){.dashboard .dashboard-content{padding:10px}}.dashboard .dashboard-content .dashboard-actions{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.dashboard .dashboard-content .dashboard-actions .billable-column{color:#1976d2;font-weight:700}.dashboard .dashboard-content .dashboard-actions .calendar-navigation{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.dashboard .dashboard-content .dashboard-actions .calendar-navigation .calendar-column{align-items:center;background-color:#ffe4e4;border:1px solid #ccc;border-radius:4px;display:flex;flex-direction:column;padding:5px;width:80px}@media(max-width:850px){.dashboard .dashboard-content .dashboard-actions .calendar-navigation .calendar-column{width:70px}}@media(max-width:600px){.dashboard .dashboard-content .dashboard-actions .calendar-navigation .calendar-column{width:60px}}.dashboard .dashboard-content .dashboard-actions .calendar-navigation .calendar-column span:first-of-type{font-weight:700}.dashboard .dashboard-content .timesheet-table{background-color:#f9f9f9;border:none;border-radius:8px;display:flex;flex:1 1;flex-direction:column;overflow-x:auto;padding:none;width:100%}@media(max-width:850px){.dashboard .dashboard-content .timesheet-table{font-size:14px}}@media(max-width:600px){.dashboard .dashboard-content .timesheet-table{font-size:12px}}@media(max-width:1366px)and (max-height:768px){.dashboard .dashboard-content{padding:5px 10px}}.approval-header{align-items:center;background-color:#f4f6f8;color:#333;display:flex;justify-content:space-between;padding:10px 20px}.approval-header .approval-header-left{align-items:center;display:flex;gap:15px}.approval-header .approval-header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.approval-header .approval-header-left button{flex-shrink:1;font-size:14px;padding:5px 10px!important}.approval-header .approval-header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.approval-header .approval-header-title{align-items:center;display:flex;flex-grow:1;justify-content:center}.approval-header .approval-header-title h1{color:#1976d2;font-size:20px;font-weight:700;margin:0;transform:translateX(50px)}.approval-header .approval-header-right{align-items:center;display:flex}.approval-header .approval-header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;width:40px}.approval-header .approval-header-right .MuiAvatar-root:hover{border-color:#0a4576}@media(max-width:1366px)and (max-height:768px){.approval-header{padding:10px}.approval-header .approval-header-left{gap:10px}.approval-header .approval-header-left .MuiIconButton-root{height:25px;width:25px}.approval-header .approval-header-left .MuiSvgIcon-root{font-size:1rem}.approval-header .approval-header-left button{font-size:10px;padding:3px 6px}.approval-header .approval-header-left .Indium-logo{height:auto;width:80px}.approval-header .approval-header-title h1{font-size:14px}.approval-header .approval-header-right .MuiAvatar-root{border:1.5px solid #1976d2;height:30px;width:30px}}.set-task-modal-paper{background-color:#fffffff2;box-shadow:none;height:80%;margin:5% auto;max-width:1200px;overflow-y:auto;padding:20px}.set-task-modal-header{align-items:center;display:flex;justify-content:center;position:relative}.set-task-modal-header .set-task-title{color:#036;font-size:20px;font-weight:700}.set-task-modal-header .MuiIconButton-root{color:#333;position:absolute;right:10px;top:10px}.set-task-modal-content{padding:20px}.set-task-modal-content .set-task-header-row{align-items:center;display:flex;gap:15px;margin-bottom:15px}.set-task-modal-content .set-task-header-row .project-code{flex:1 1}.set-task-modal-content .set-task-header-row .project-code .MuiTextField-root{width:100%}.set-task-modal-content .set-task-search-row{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.set-task-modal-content .set-task-search-row .search-tasks{align-items:center;display:flex;flex:1 1}.set-task-modal-content .set-task-search-row .search-tasks .MuiTextField-root{width:50%}.set-task-modal-content .set-task-search-row .search-tasks svg{color:#036;font-size:20px}.set-task-modal-content .set-task-search-row .unassign-button-wrapper .MuiButton-root{border-color:#ff9800;color:#ff9800;font-size:13px;font-weight:700;padding:6px 16px}.set-task-modal-content .set-task-search-row .unassign-button-wrapper .MuiButton-root:hover{background-color:#fff3e0;border-color:#fb8c00}.set-task-modal-content .set-task-search-row .unassign-button-wrapper .MuiButton-root .MuiCircularProgress-root{color:#ff9800}.set-task-modal-content .set-task-sections{display:flex;gap:20px;justify-content:space-between}.set-task-modal-content .set-task-sections .task-list-section{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;flex:1 1;padding:15px}.set-task-modal-content .set-task-sections .task-list-section h4{color:#036;font-size:14px;font-weight:700;line-height:1.4;margin-bottom:10px}.set-task-modal-content .set-task-sections .task-list-section .task-list{max-height:300px;overflow-y:auto}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item{align-items:center;display:flex;margin-bottom:8px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:10px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item .checkbox-label input[type=checkbox]{height:16px;width:16px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item .checkbox-label span{color:#333;font-size:14px}.set-task-modal-content .set-task-sections .task-list-section .task-list .disabled-task{opacity:.5;pointer-events:none}.set-task-modal-content .set-task-sections .task-list-section .task-list .disabled-task .MuiCheckbox-root{color:silver!important}.set-task-modal-content .set-task-sections .task-list-section .task-list .disabled-task span{color:#999!important}.set-task-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:15px}.set-task-modal-footer .MuiButton-root{background-color:#036;color:#fff;font-size:14px;font-weight:700}.set-task-modal-footer .MuiButton-root:hover{background-color:#024}@media(max-width:1366px)and (max-height:768px){.set-task-modal-paper{height:90%!important;margin:2% auto!important;max-width:900px!important;overflow-y:auto;padding:10px 15px!important}.set-task-modal-paper .MuiOutlinedInput-root{font-size:12px!important}.set-task-modal-paper .MuiOutlinedInput-root input{font-size:12px!important;padding:6px 10px!important}.set-task-modal-paper .MuiInputLabel-root{font-size:14px!important}.set-task-modal-paper .MuiSelect-select{font-size:12px!important;padding:6px 10px!important}.set-task-modal-header{padding:4px}.set-task-modal-header .set-task-title{font-size:14px}.set-task-modal-header .MuiIconButton-root{height:20px;width:20px}.set-task-modal-header .MuiIconButton-root .MuiSvgIcon-root{font-size:16px}.set-task-modal-content{font-size:12px;padding:8px}.set-task-modal-content .set-task-header-row{gap:8px}.set-task-modal-content .set-task-header-row .project-code .MuiTextField-root,.set-task-modal-content .set-task-header-row .project-code span{font-size:11px}.set-task-modal-content .set-task-search-row .search-tasks{gap:6px}.set-task-modal-content .set-task-search-row .search-tasks svg{font-size:16px}.set-task-modal-content .set-task-search-row .search-tasks .MuiTextField-root{font-size:11px}.set-task-modal-content .set-task-sections{gap:12px}.set-task-modal-content .set-task-sections .task-list-section{padding:10px}.set-task-modal-content .set-task-sections .task-list-section h4{font-size:11px;margin-bottom:6px}.set-task-modal-content .set-task-sections .task-list-section .task-list{max-height:230px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item{gap:6px;margin-bottom:4px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item input[type=checkbox]{height:13px;width:13px}.set-task-modal-content .set-task-sections .task-list-section .task-list .task-item span{font-size:11px}.set-task-modal-footer{padding:8px}.set-task-modal-footer .MuiButton-root{font-size:11px;padding:5px 10px}}@media screen and (max-width:1366px)and (max-height:768px){.MuiAutocomplete-paper{font-size:13px!important}.MuiAutocomplete-inputRoot{font-size:14px!important}.MuiAutocomplete-option,.MuiAutocomplete-popper{font-size:13px!important}.MuiAutocomplete-option{padding:6px 10px!important}}.approvals-footer{align-items:center;background-color:#f4f4f4;border-top:1px solid #ccc;display:flex;flex-shrink:0!important;justify-content:space-around;padding:10px 20px}.approvals-footer .footer-item{align-items:center;display:flex;gap:8px}.approvals-footer .footer-item .status-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.approvals-footer .footer-item .status-circle.green{background-color:#4caf50}.approvals-footer .footer-item .status-circle.orange{background-color:orange;color:#000}.approvals-footer .footer-item .status-circle.blue{background-color:#2196f3}.approvals-footer .footer-item .status-circle.red{background-color:#f44336}.approvals-footer .footer-item .status-circle.black{background-color:#000}.approvals-footer .footer-item .status-label{font-size:14px;font-weight:500}@media(max-width:1366px)and (max-height:768px){.approvals-footer{gap:10px;padding:8px 15px}.approvals-footer .footer-item{gap:6px}.approvals-footer .footer-item .status-circle{font-size:12px;height:30px;width:30px}.approvals-footer .footer-item .status-label{font-size:12px}}.approvals-main{background-color:#f4f6f8;display:flex;flex:1 1;max-height:100vh}.approvals-main .left-panel{flex:.25 1;max-height:100vh;overflow-y:auto;padding:20px}.approvals-main .left-panel .search-bar{background-color:#f9f9f9;margin-bottom:20px}.approvals-main .left-panel .project-scroll-box{max-height:calc(100vh - 165px);overflow-y:auto}@media screen and (max-width:1366px)and (max-height:768px){.approvals-main .left-panel .project-scroll-box{max-height:calc(100vh - 108px)}}.approvals-main .left-panel .project-list .project-item{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;cursor:pointer;margin-bottom:5px;overflow:hidden;padding:5px;position:relative;transition:all .2s}.approvals-main .left-panel .project-list .project-item.active{background-color:#1e88e5;color:#fff}.approvals-main .left-panel .project-list .project-item.active .project-code{color:#fff}.approvals-main .left-panel .project-list .project-item h4{margin:0 0 5px}.approvals-main .left-panel .project-list .project-item .project-code{color:#666;margin:0 0 10px}.approvals-main .right-panel{background-color:#f4f6f8;flex:.75 1;height:100vh;padding-left:0}.approvals-main .right-panel .project-header{margin-bottom:10px}.approvals-main .right-panel .project-header h3{font-size:18px;font-weight:700;margin:0}.approvals-main .right-panel .week-controls{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:10px}.approvals-main .right-panel .week-controls .nav-button{background:none;border:none;cursor:pointer;font-size:20px;padding:5px 10px}.approvals-main .right-panel .week-controls .date-container{align-items:center;display:flex;gap:10px}.approvals-main .right-panel .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.approvals-main .right-panel .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.approvals-main .right-panel .week-controls .refresh-button:hover{background-color:#5a4fbf}.approvals-main .right-panel .top-controls{grid-column-gap:12px;align-items:center;column-gap:12px;display:grid;grid-template-columns:1fr auto 1fr;margin-bottom:10px}.approvals-main .right-panel .top-controls .employee-search-container{justify-self:start}.approvals-main .right-panel .top-controls .weekdays-center{display:flex;justify-self:center}.approvals-main .right-panel .top-controls .select-all-container{align-items:center;display:flex;font-size:13px;font-weight:700;justify-self:end;padding-right:10px}.approvals-main .right-panel .weekdays-row{display:flex;gap:10px}.approvals-main .right-panel .weekday-circle.dual{align-items:center;background:#f9f9f9;border:2px solid #ccc;border-radius:50%;display:flex;flex-direction:column;font-weight:700;height:32px;justify-content:center;width:32px}.approvals-main .right-panel .weekday-circle.dual .day-date{font-size:12px;line-height:1}.approvals-main .right-panel .weekday-circle.dual .day-name{color:#555;font-size:10px;font-weight:bolder;line-height:1.1}.approvals-main .right-panel .weekday-label{align-items:center;display:flex;font-size:13px;font-weight:600;height:40px;justify-content:center;margin-right:10px;width:40px}.approvals-main .right-panel .status-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:2px 6px;text-transform:uppercase}.approvals-main .right-panel .status-badge.pending{background:#ffbc00;color:#fff}.approvals-main .right-panel .status-badge.approved{background:#43a047;color:#fff}.approvals-main .right-panel .status-badge.rejected{background:#e53935;color:#fff}.approvals-main .right-panel .status-badge.ot{background:#ffb347;color:#000}.approvals-main .right-panel .status-tabs{align-items:center;display:grid;font-weight:700;grid-template-columns:1fr auto 1fr;justify-items:center;line-height:1;margin-bottom:10px;min-height:38px}.approvals-main .right-panel .status-tabs .tabs-left{align-items:center;display:flex;gap:15px;grid-column:2;justify-content:center}.approvals-main .right-panel .status-tabs .status-link{color:#000;cursor:pointer;transition:all .2s ease}.approvals-main .right-panel .status-tabs .status-link.active{border-bottom:3px solid blue;color:blue;font-weight:700;padding-bottom:2px}.approvals-main .right-panel .status-tabs .status-link:hover{color:#00008b}.approvals-main .right-panel .status-tabs .bulk-actions{display:flex;gap:10px;grid-column:3;justify-self:end;padding-right:10px}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-approve,.approvals-main .right-panel .status-tabs .bulk-actions .bulk-reject{border-radius:18px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px;text-transform:uppercase}.approvals-main .right-panel .status-tabs .separator{color:#666}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-approve{background-color:#2e7d32}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-approve:hover{background-color:#388e3c}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-reject{background-color:#f44336}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-reject:hover{background-color:#d32f2f}.approvals-main .right-panel .employee-search-container{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:5px;padding:5px 10px}.approvals-main .right-panel .employee-search-container .employee-search{margin-right:10px;width:250px}.approvals-main .right-panel .employee-search-container .employee-search input{border:1px solid #ccc;border-radius:5px;padding:6px 10px;width:100%}.approvals-main .right-panel .employee-list{display:flex;flex:1 1;flex-direction:column;gap:5px;height:calc(100vh - 330px);overflow-x:hidden!important;overflow-y:auto!important}.approvals-main .right-panel .employee-list .employee-item{background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 5px #0000001a;max-width:99%;transition:all .3s ease-in-out;width:99%}.approvals-main .right-panel .employee-list .employee-item .employee-header{align-items:center;cursor:pointer;display:flex;font-weight:700;height:35px;justify-content:flex-start;padding:5px;transition:background .2s ease-in-out}.approvals-main .right-panel .employee-list .employee-item .employee-header:hover{background:#f4f4f4}.approvals-main .right-panel .employee-list .employee-item .employee-header .emp-info{align-items:center;display:flex;gap:8px;white-space:nowrap}.approvals-main .right-panel .employee-list .employee-item .employee-header .employee-name{flex:0 1;font-weight:600;margin-left:10px;white-space:nowrap}.approvals-main .right-panel .employee-list .employee-item .employee-header .emp-total{font-size:14px;font-weight:600;margin-right:12px;white-space:nowrap}.approvals-main .right-panel .employee-list .employee-item .employee-header .expand-button{background:none;border:none;cursor:pointer}.approvals-main .right-panel .employee-list .employee-item .employee-header .expand-button.ml-auto{margin-left:auto}.approvals-main .right-panel .employee-list .employee-item .employee-item:hover{box-shadow:0 4px 10px #00000026}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block{background:#f7f7f7;border:1px solid #d9d9d9;border-radius:20px;margin:8px auto 10px;padding:12px 16px;width:95%}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block.selected{border-left:4px solid #1976d2}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block.readonly{opacity:.9}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .project-header-inner{align-items:center;display:flex;font-weight:600;gap:8px;letter-spacing:.2px;margin-bottom:5px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .project-header-inner .proj-total{background:#e0e0e0;border-radius:12px;font-size:12px;font-weight:600;margin:0;padding:2px 10px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row{align-items:center;display:flex;gap:10px;justify-content:center;margin:4px 0 4px -180px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row .task-name{font-size:13px;font-weight:500;overflow:hidden;padding-right:12px;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:180px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row .hour-circle{align-items:center;border:2px solid #c5c5c5;border-radius:50%;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;line-height:32px;text-align:center;width:32px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.overtime-cell{background-color:#ffb347!important;border:1px solid #e07b00;color:#000;font-weight:700}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.carryover-day{background-color:rgba(189,219,255,.478)}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.carryover-day.overtime-cell{background-color:#ffb347!important;border:1px solid #e07b00;color:#000;font-weight:700}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .overtime-pill{background:#ffb347;border-radius:20px;color:#000;font-size:12px;font-weight:600;margin-left:6px;padding:2px 8px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:5px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons .remarks-label{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:500;margin-right:20px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons button{border-radius:18px;font-size:12px;font-weight:600;padding:4px 18px;text-transform:uppercase}.approvals-main .right-panel .approvals-footer{flex-shrink:0;margin-top:auto}@media(max-width:1366px)and (max-height:768px){.approvals-main .left-panel{padding:10px}.approvals-main .left-panel .MuiOutlinedInput-input{height:.2em}.approvals-main .left-panel .search-bar{font-size:12px;margin-bottom:5px}.approvals-main .left-panel .project-list .project-item{font-size:12px;padding:5px}.approvals-main .left-panel .project-list .project-item h4{font-size:14px}.approvals-main .left-panel .project-list .project-item .project-code{font-size:11px}.approvals-main .left-panel .project-list .project-item .project-status{font-size:10px}.approvals-main .right-panel .project-header{margin-bottom:5px}.approvals-main .right-panel .project-header h3{font-size:14px}.approvals-main .right-panel .week-controls{gap:10px;margin-bottom:5px}.approvals-main .right-panel .week-controls .week-date{font-size:12px;min-width:55px;padding:5px 10px}.approvals-main .right-panel .week-controls .refresh-button{border-radius:15px;font-size:10px;padding:4px 10px}.approvals-main .right-panel .week-controls .nav-button{font-size:16px;padding:4px 8px}.approvals-main .right-panel .top-controls{margin-bottom:5px}.approvals-main .right-panel .top-controls .weekdays-row{gap:6px}.approvals-main .right-panel .top-controls .weekday-label{font-size:10px;height:30px;width:30px}.approvals-main .right-panel .top-controls .weekday-circle{font-size:10px;height:24px;width:26px}.approvals-main .right-panel .weekday-circle.dual .day-date{font-size:10px}.approvals-main .right-panel .weekday-circle.dual .day-name{font-size:8px}.approvals-main .right-panel .status-tabs{font-size:12px;gap:8px;margin-bottom:5px;min-height:32px}.approvals-main .right-panel .status-tabs .bulk-actions .bulk-approve,.approvals-main .right-panel .status-tabs .bulk-actions .bulk-reject{border-radius:14px;font-size:11px;padding:4px 10px}.approvals-main .right-panel .employee-search-container{margin-bottom:5px;padding:5px}.approvals-main .right-panel .employee-search-container .employee-search input{font-size:12px;padding:5px 8px}.approvals-main .right-panel .employee-search-container .select-all-container{font-size:12px}.approvals-main .right-panel .employee-list{gap:8px;height:calc(100vh - 250px)}.approvals-main .right-panel .employee-list .employee-item{font-size:12px}.approvals-main .right-panel .employee-list .employee-item .employee-header{height:25px;padding:5px}.approvals-main .right-panel .employee-list .employee-item .employee-header .expand-button{margin-left:auto}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block{padding:10px 12px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row{gap:6px;margin-left:-180px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row .task-name{font-size:12px;width:180px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .task-row .hour-circle{font-size:11px;height:24px;width:26px}.approvals-main .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons button{font-size:11px;padding:3px 14px}.approvals-main .right-panel .approvals-footer{gap:8px;padding:8px 15px}.approvals-main .right-panel .approvals-footer .footer-item{gap:6px}.approvals-main .right-panel .approvals-footer .footer-item .status-circle{font-size:12px;height:30px;width:30px}.approvals-main .right-panel .approvals-footer .footer-item .status-label{font-size:12px}}.approvals-page{display:flex;flex-direction:column;height:100vh;overflow:hidden}.approvals-page .approvals-header{flex-shrink:0}.approvals-page .approvals-main{display:flex;flex:1 1}.approvals-page .approvals-footer{flex-shrink:0}.approval-header-lm{align-items:center;background-color:#f4f6f8;color:#333;display:flex;justify-content:space-between;padding:10px 20px}.approval-header-lm .approval-header-left{align-items:center;display:flex;gap:15px}.approval-header-lm .approval-header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.approval-header-lm .approval-header-left button{flex-shrink:1;font-size:14px;padding:5px 10px!important}.approval-header-lm .approval-header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.approval-header-lm .approval-header-title{align-items:center;display:flex;flex-grow:1;justify-content:center}.approval-header-lm .approval-header-title h1{color:#1976d2;font-size:20px;font-weight:700;margin:0;transform:translateX(-40px)}.approval-header-lm .approval-header-right{align-items:center;display:flex}.approval-header-lm .approval-header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;width:40px}.approval-header-lm .approval-header-right .MuiAvatar-root:hover{border-color:#0a4576}@media(max-width:1366px)and (max-height:768px){.approval-header-lm{padding:10px}.approval-header-lm .approval-header-left{gap:10px}.approval-header-lm .approval-header-left .MuiIconButton-root{height:25px;width:25px}.approval-header-lm .approval-header-left .MuiSvgIcon-root{font-size:1rem}.approval-header-lm .approval-header-left button{font-size:10px;padding:3px 6px}.approval-header-lm .approval-header-left .Indium-logo{height:auto;width:80px}.approval-header-lm .approval-header-title h1{font-size:14px}.approval-header-lm .approval-header-right .MuiAvatar-root{border:1.5px solid #1976d2;height:30px;width:30px}}.approvals-lm{background-color:#f4f6f8;display:flex;flex:1 1;max-height:100vh}.approvals-lm .left-panel{flex:.25 1;max-height:100vh;overflow-y:auto;padding:20px}.approvals-lm .left-panel .search-bar{background-color:#f9f9f9;margin-bottom:20px}.approvals-lm .left-panel .employee-list{display:flex;flex-direction:column;gap:10px}.approvals-lm .left-panel .employee-list .employee-item{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;cursor:pointer;margin-bottom:5px;overflow:hidden;padding:10px;position:relative;transition:all .2s ease-in-out}.approvals-lm .left-panel .employee-list .employee-item:hover{background-color:#e6e6e6}.approvals-lm .left-panel .employee-list .employee-item.active{background-color:#1e88e5;color:#fff}.approvals-lm .left-panel .employee-list .employee-item.active p{color:#fff}.approvals-lm .left-panel .employee-list .employee-item h4{margin:0 0 5px}.approvals-lm .left-panel .employee-list .employee-item p{color:#666;font-size:14px;margin:0}.approvals-lm .right-panel{background-color:#f4f6f8;flex:.75 1;height:100vh;padding:20px 20px 20px 0}.approvals-lm .right-panel .employee-header{margin-bottom:20px}.approvals-lm .right-panel .employee-header h2,.approvals-lm .right-panel .employee-header h3{font-size:18px;font-weight:700;margin:0}.approvals-lm .right-panel .week-controls{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:20px}.approvals-lm .right-panel .week-controls .nav-button{background:none;border:none;cursor:pointer;font-size:20px;padding:5px 10px}.approvals-lm .right-panel .week-controls .date-container{align-items:center;display:flex;gap:10px}.approvals-lm .right-panel .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.approvals-lm .right-panel .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.approvals-lm .right-panel .week-controls .refresh-button:hover{background-color:#5a4fbf}.approvals-lm .right-panel .weekdays-container{align-items:center;display:flex;height:40.5px;justify-content:space-between;margin-bottom:20px;position:relative}.approvals-lm .right-panel .weekdays-container .weekdays-wrapper{display:flex;flex:1 1;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}@media screen and (max-width:1440px)and (max-height:1024px){.approvals-lm .right-panel .weekdays-container .weekdays-wrapper{left:49%}}@media screen and (max-width:1280px)and (max-height:720px){.approvals-lm .right-panel .weekdays-container .weekdays-wrapper{left:50%}}.approvals-lm .right-panel .weekdays-container .weekdays-row{display:flex;gap:10px}.approvals-lm .right-panel .weekdays-container .weekday-circle{align-items:center;background-color:#f9f9f9;border:2px solid #ccc;border-radius:50%;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;width:40px}.approvals-lm .right-panel .weekdays-container .bulk-actions{display:flex;gap:10px;justify-content:flex-end;margin-left:auto}.approvals-lm .right-panel .weekdays-container .bulk-approve,.approvals-lm .right-panel .weekdays-container .bulk-reject{border-radius:20px;color:#fff;font-weight:700;padding:8px 15px}@media(max-width:1440px){.approvals-lm .right-panel .weekdays-container .bulk-approve,.approvals-lm .right-panel .weekdays-container .bulk-reject{font-size:10px}}.approvals-lm .right-panel .weekdays-container .bulk-approve{background-color:#4caf50}.approvals-lm .right-panel .weekdays-container .bulk-approve:hover{background-color:#388e3c}.approvals-lm .right-panel .weekdays-container .bulk-reject{background-color:#f44336}.approvals-lm .right-panel .weekdays-container .bulk-reject:hover{background-color:#d32f2f}.approvals-lm .right-panel .status-tabs{display:flex;font-weight:700;gap:15px;justify-content:center;margin:15px 0}.approvals-lm .right-panel .status-tabs .status-link{color:#000;cursor:pointer;transition:.3s}.approvals-lm .right-panel .status-tabs .status-link.active{border-bottom:3px solid blue;color:blue;font-weight:700;padding-bottom:3px}.approvals-lm .right-panel .status-tabs .status-link:hover{color:#00008b}.approvals-lm .right-panel .status-tabs .separator{color:#666}.approvals-lm .right-panel .project-search-container{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:10px;padding:5px 10px}.approvals-lm .right-panel .project-search-container .project-search{margin-right:10px;width:250px}.approvals-lm .right-panel .project-search-container .project-search input{border:1px solid #ccc;border-radius:5px;padding:6px 10px;width:100%}.approvals-lm .right-panel .project-search-container .select-all-container{align-items:center;display:flex;font-weight:700;gap:5px;white-space:nowrap}.approvals-lm .right-panel .projects-list{display:flex;flex:1 1;flex-direction:column;gap:10px;height:calc(100vh - 410px);overflow-x:hidden!important;overflow-y:auto!important}.approvals-lm .right-panel .project-item{background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 5px #0000001a;max-width:99%;transition:all .3s ease-in-out;width:99%}.approvals-lm .right-panel .project-item:hover{box-shadow:0 4px 10px #00000026}.approvals-lm .right-panel .project-item .project-header-row{align-items:center;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:5px;transition:background .2s ease-in-out}.approvals-lm .right-panel .project-item .project-header-row:hover{background:#f4f4f4}.approvals-lm .right-panel .project-item .project-header-row .project-name{flex:1 1;margin-left:10px}.approvals-lm .right-panel .project-item .project-header-row .expand-button{background:none;border:none;cursor:pointer}.approvals-lm .right-panel .project-item .project-details{align-items:center;background:#f4f4f4;border-radius:8px;display:flex;flex-direction:column;padding:5px}.approvals-lm .right-panel .project-item .project-details .billable-row{align-items:center;display:flex;gap:15px;justify-content:flex-start;padding:10px 0;width:100%}.approvals-lm .right-panel .project-item .project-details .billable-row .billable-category{font-weight:700;padding-left:21%;text-align:left;width:180px}@media screen and (max-width:1440px)and (max-height:1024px){.approvals-lm .right-panel .project-item .project-details .billable-row .billable-category{padding-left:10%}}@media screen and (max-width:1366px)and (max-height:768px){.approvals-lm .right-panel .project-item .project-details .billable-row .billable-category{padding-left:13%!important}}@media screen and (max-width:1280px)and (max-height:720px){.approvals-lm .right-panel .project-item .project-details .billable-row .billable-category{padding-left:11.5%!important}}.approvals-lm .right-panel .project-item .project-details .billable-row .billable-hours{align-items:center;display:flex;gap:10px;justify-content:center}.approvals-lm .right-panel .project-item .project-details .billable-row .billable-hours .hour-circle{align-items:center;background-color:#f9f9f9;border:2px solid #ccc;border-radius:50%;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;text-align:center;width:40px}.approvals-lm .right-panel .project-item .project-details .billable-row .billable-hours .total-hour{background-color:#dcdcdc!important;font-weight:700}.approvals-lm .right-panel .project-item .project-details .action-buttons{align-items:center;display:flex;gap:15px;justify-content:flex-end;margin-top:-50px;padding-bottom:10px;width:100%}.approvals-lm .right-panel .project-item .project-details .action-buttons .approve-button,.approvals-lm .right-panel .project-item .project-details .action-buttons .reject-button{border-radius:20px}@media(max-width:1440px){.approvals-lm .right-panel .project-item .project-details .action-buttons .approve-button,.approvals-lm .right-panel .project-item .project-details .action-buttons .reject-button{font-size:10px;margin-top:5px}}.approvals-lm .right-panel .approvals-footer{flex-shrink:0;margin-top:auto}@media(max-width:1366px)and (max-height:768px){.approvals-lm .left-panel{padding:10px}.approvals-lm .left-panel .MuiOutlinedInput-input{height:.2em}.approvals-lm .left-panel .css-q5noqm{max-height:calc(100vh - 108px);overflow-y:auto}.approvals-lm .left-panel .search-bar{font-size:12px;margin-bottom:10px}.approvals-lm .left-panel .employee-list .employee-item{font-size:12px;padding:5px}.approvals-lm .left-panel .employee-list .employee-item h4{font-size:14px}.approvals-lm .left-panel .employee-list .employee-item p{font-size:12px}.approvals-lm .right-panel{padding:10px}.approvals-lm .right-panel .employee-header{margin-bottom:10px}.approvals-lm .right-panel .employee-header h2,.approvals-lm .right-panel .employee-header h3{font-size:14px}.approvals-lm .right-panel .week-controls{gap:10px;margin-bottom:10px}.approvals-lm .right-panel .week-controls .week-date{font-size:12px;padding:5px 10px}.approvals-lm .right-panel .week-controls .refresh-button{border-radius:15px;font-size:12px;padding:6px 12px}.approvals-lm .right-panel .weekdays-container{margin-bottom:10px}.approvals-lm .right-panel .weekdays-container .weekdays-row{gap:6px}.approvals-lm .right-panel .weekdays-container .weekday-circle{font-size:12px;height:32px;width:32px}.approvals-lm .right-panel .bulk-actions .bulk-approve,.approvals-lm .right-panel .bulk-actions .bulk-reject{font-size:12px;padding:6px 12px}.approvals-lm .right-panel .status-tabs{font-size:13px;gap:10px;margin:5px 0}.approvals-lm .right-panel .project-search-container{margin-bottom:5px;padding:5px}.approvals-lm .right-panel .project-search-container .project-search input{font-size:12px;padding:5px 8px}.approvals-lm .right-panel .project-search-container .select-all-container{font-size:12px}.approvals-lm .right-panel .projects-list{gap:8px;height:calc(100vh - 315px)}.approvals-lm .right-panel .projects-list .project-item{font-size:12px}.approvals-lm .right-panel .projects-list .project-item .project-header-row{height:25px;padding:5px}.approvals-lm .right-panel .projects-list .project-item .project-details .billable-row{gap:10px;padding:5px 0}.approvals-lm .right-panel .projects-list .project-item .project-details .billable-category{font-size:12px}.approvals-lm .right-panel .projects-list .project-item .project-details .billable-hours{gap:8px}.approvals-lm .right-panel .projects-list .project-item .project-details .billable-hours .hour-circle{font-size:12px;height:30px;width:30px}.approvals-lm .right-panel .projects-list .project-item .project-details .action-buttons{gap:10px;margin-top:-45px}.approvals-lm .right-panel .projects-list .project-item .project-details .action-buttons .approve-button,.approvals-lm .right-panel .projects-list .project-item .project-details .action-buttons .reject-button{border-radius:15px;font-size:12px;padding:6px 12px}.approvals-lm .right-panel .approvals-footer{gap:8px;padding:8px 15px}.approvals-lm .right-panel .approvals-footer .footer-item{gap:6px}.approvals-lm .right-panel .approvals-footer .footer-item .status-circle{font-size:12px;height:30px;width:30px}.approvals-lm .right-panel .approvals-footer .footer-item .status-label{font-size:12px}}.approvals-page-lm{display:flex;flex-direction:column;height:100vh;overflow:hidden}.approvals-page-lm .approvals-header{flex-shrink:0}.approvals-page-lm .approvals-main{display:flex;flex:1 1}.approvals-page-lm .approvals-footer{flex-shrink:0}.approval-header-RMG{align-items:center;background-color:#f4f6f8;color:#333;display:flex;justify-content:space-between;padding:10px 20px}.approval-header-RMG .approval-header-left{align-items:center;display:flex;gap:15px}.approval-header-RMG .approval-header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.approval-header-RMG .approval-header-left button{flex-shrink:1;font-size:14px;padding:5px 10px!important}.approval-header-RMG .approval-header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.approval-header-RMG .approval-header-title{align-items:center;display:flex;flex-grow:1;justify-content:center}.approval-header-RMG .approval-header-title h1{color:#1976d2;font-size:20px;font-weight:700;margin:0;transform:translateX(50px)}.approval-header-RMG .approval-header-right{align-items:center;display:flex}.approval-header-RMG .approval-header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;width:40px}.approval-header-RMG .approval-header-right .MuiAvatar-root:hover{border-color:#0a4576}@media(max-width:1366px)and (max-height:768px){.approval-header-RMG{padding:10px}.approval-header-RMG .approval-header-left{gap:10px}.approval-header-RMG .approval-header-left .MuiIconButton-root{height:25px;width:25px}.approval-header-RMG .approval-header-left .MuiSvgIcon-root{font-size:1rem}.approval-header-RMG .approval-header-left button{font-size:10px;padding:3px 6px}.approval-header-RMG .approval-header-left .Indium-logo{height:auto;width:80px}.approval-header-RMG .approval-header-title h1{font-size:14px}.approval-header-RMG .approval-header-right .MuiAvatar-root{border:1.5px solid #1976d2;height:30px;width:30px}}.approvals-main-RMG{background-color:#f4f6f8;display:flex;flex:1 1;max-height:100vh}.approvals-main-RMG .left-panel{flex:.25 1;max-height:100vh;overflow-y:auto;padding:20px}.approvals-main-RMG .left-panel .search-bar{background-color:#f9f9f9;margin-bottom:20px}.approvals-main-RMG .left-panel .project-scroll-box{max-height:calc(100vh - 165px);overflow-y:auto}@media screen and (max-width:1366px)and (max-height:768px){.approvals-main-RMG .left-panel .project-scroll-box{max-height:calc(100vh - 108px)}}.approvals-main-RMG .left-panel .project-list .project-item{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;cursor:pointer;margin-bottom:5px;overflow:hidden;padding:5px;position:relative;transition:all .2s}.approvals-main-RMG .left-panel .project-list .project-item.active{background-color:#1e88e5;color:#fff}.approvals-main-RMG .left-panel .project-list .project-item.active .project-code{color:#fff}.approvals-main-RMG .left-panel .project-list .project-item h4{margin:0 0 5px}.approvals-main-RMG .left-panel .project-list .project-item .project-code{color:#666;margin:0 0 10px}.approvals-main-RMG .right-panel{background-color:#f4f6f8;flex:.75 1;height:100vh;padding-left:0}.approvals-main-RMG .right-panel .project-header{margin-bottom:10px}.approvals-main-RMG .right-panel .project-header h3{font-size:18px;font-weight:700;margin:0}.approvals-main-RMG .right-panel .week-controls{align-items:center;display:flex;gap:15px;justify-content:center;margin-bottom:10px}.approvals-main-RMG .right-panel .week-controls .nav-button{background:none;border:none;cursor:pointer;font-size:20px;padding:5px 10px}.approvals-main-RMG .right-panel .week-controls .date-container{align-items:center;display:flex;gap:10px}.approvals-main-RMG .right-panel .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.approvals-main-RMG .right-panel .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.approvals-main-RMG .right-panel .week-controls .refresh-button:hover{background-color:#5a4fbf}.approvals-main-RMG .right-panel .top-controls{grid-column-gap:12px;align-items:center;column-gap:12px;display:grid;grid-template-columns:1fr auto 1fr;margin-bottom:10px}.approvals-main-RMG .right-panel .top-controls .employee-search-container{justify-self:start}.approvals-main-RMG .right-panel .top-controls .weekdays-center{display:flex;justify-self:center}.approvals-main-RMG .right-panel .top-controls .select-all-container{align-items:center;display:flex;font-size:13px;font-weight:700;justify-self:end;padding-right:10px}.approvals-main-RMG .right-panel .weekdays-row{display:flex;gap:10px}.approvals-main-RMG .right-panel .weekday-circle.dual{align-items:center;background:#f9f9f9;border:2px solid #ccc;border-radius:50%;display:flex;flex-direction:column;font-weight:700;height:32px;justify-content:center;width:32px}.approvals-main-RMG .right-panel .weekday-circle.dual .day-date{font-size:12px;line-height:1}.approvals-main-RMG .right-panel .weekday-circle.dual .day-name{color:#555;font-size:10px;font-weight:bolder;line-height:1.1}.approvals-main-RMG .right-panel .weekday-label{align-items:center;display:flex;font-size:13px;font-weight:600;height:40px;justify-content:center;margin-right:10px;width:40px}.approvals-main-RMG .right-panel .status-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:2px 6px;text-transform:uppercase}.approvals-main-RMG .right-panel .status-badge.pending{background:#ffbc00;color:#fff}.approvals-main-RMG .right-panel .status-badge.approved{background:#43a047;color:#fff}.approvals-main-RMG .right-panel .status-badge.rejected{background:#e53935;color:#fff}.approvals-main-RMG .right-panel .status-badge.ot{background:#ffb347;color:#000}.approvals-main-RMG .right-panel .status-tabs{align-items:center;display:grid;font-weight:700;grid-template-columns:1fr auto 1fr;justify-items:center;line-height:1;margin-bottom:10px;min-height:38px}.approvals-main-RMG .right-panel .status-tabs .tabs-left{align-items:center;display:flex;gap:15px;grid-column:2;justify-content:center}.approvals-main-RMG .right-panel .status-tabs .status-link{color:#000;cursor:pointer;transition:all .2s ease}.approvals-main-RMG .right-panel .status-tabs .status-link.active{border-bottom:3px solid blue;color:blue;font-weight:700;padding-bottom:2px}.approvals-main-RMG .right-panel .status-tabs .status-link:hover{color:#00008b}.approvals-main-RMG .right-panel .status-tabs .bulk-actions{display:flex;gap:10px;grid-column:3;justify-self:end;padding-right:10px}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-approve,.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-reject{border-radius:18px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px;text-transform:uppercase}.approvals-main-RMG .right-panel .status-tabs .separator{color:#666}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-approve{background-color:#2e7d32}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-approve:hover{background-color:#388e3c}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-reject{background-color:#f44336}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-reject:hover{background-color:#d32f2f}.approvals-main-RMG .right-panel .employee-search-container{align-items:center;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:5px;padding:5px 10px}.approvals-main-RMG .right-panel .employee-search-container .employee-search{margin-right:10px;width:250px}.approvals-main-RMG .right-panel .employee-search-container .employee-search input{border:1px solid #ccc;border-radius:5px;padding:6px 10px;width:100%}.approvals-main-RMG .right-panel .employee-list{display:flex;flex:1 1;flex-direction:column;gap:5px;height:calc(100vh - 270px);overflow-x:hidden!important;overflow-y:auto!important}.approvals-main-RMG .right-panel .employee-list .employee-item{background:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 5px #0000001a;max-width:99%;transition:all .3s ease-in-out;width:99%}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header{align-items:center;cursor:pointer;display:flex;font-weight:700;height:35px;justify-content:flex-start;padding:5px;transition:background .2s ease-in-out}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header:hover{background:#f4f4f4}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .emp-info{align-items:center;display:flex;gap:8px;white-space:nowrap}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .employee-name{flex:0 1;font-weight:600;margin-left:10px;white-space:nowrap}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .emp-total{font-size:14px;font-weight:600;margin-right:12px;white-space:nowrap}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .expand-button{background:none;border:none;cursor:pointer}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .expand-button.ml-auto{margin-left:auto}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-item:hover{box-shadow:0 4px 10px #00000026}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block{background:#f7f7f7;border:1px solid #d9d9d9;border-radius:20px;margin:8px auto 10px;padding:12px 16px;width:95%}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block.selected{border-left:4px solid #1976d2}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block.readonly{opacity:.9}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .project-header-inner{align-items:center;display:flex;font-weight:600;gap:8px;letter-spacing:.2px;margin-bottom:5px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .project-header-inner .proj-total{background:#e0e0e0;border-radius:12px;font-size:12px;font-weight:600;margin:0;padding:2px 10px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row{align-items:center;display:flex;gap:10px;justify-content:center;margin:4px 0 4px -180px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row .task-name{font-size:13px;font-weight:500;overflow:hidden;padding-right:12px;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:180px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row .hour-circle{align-items:center;border:2px solid #c5c5c5;border-radius:50%;display:flex;font-size:13px;font-weight:600;height:32px;justify-content:center;line-height:32px;text-align:center;width:32px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.overtime-cell{background-color:#ffb347!important;border:1px solid #e07b00;color:#000;font-weight:700}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.carryover-day{background-color:rgba(189,219,255,.478)}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .hour-circle.carryover-day.overtime-cell{background-color:#ffb347!important;border:1px solid #e07b00;color:#000;font-weight:700}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .overtime-pill{background:#ffb347;border-radius:20px;color:#000;font-size:12px;font-weight:600;margin-left:6px;padding:2px 8px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:5px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons .remarks-label{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:500;margin-right:20px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons button{border-radius:18px;font-size:12px;font-weight:600;padding:4px 18px;text-transform:uppercase}.approvals-main-RMG .right-panel .approvals-footer{flex-shrink:0;margin-top:auto}@media(max-width:1366px)and (max-height:768px){.approvals-main-RMG .left-panel{padding:10px}.approvals-main-RMG .left-panel .MuiOutlinedInput-input{height:.2em}.approvals-main-RMG .left-panel .search-bar{font-size:12px;margin-bottom:5px}.approvals-main-RMG .left-panel .project-list .project-item{font-size:12px;padding:5px}.approvals-main-RMG .left-panel .project-list .project-item h4{font-size:14px}.approvals-main-RMG .left-panel .project-list .project-item .project-code{font-size:11px}.approvals-main-RMG .left-panel .project-list .project-item .project-status{font-size:10px}.approvals-main-RMG .right-panel .project-header{margin-bottom:5px}.approvals-main-RMG .right-panel .project-header h3{font-size:14px}.approvals-main-RMG .right-panel .week-controls{gap:10px;margin-bottom:5px}.approvals-main-RMG .right-panel .week-controls .week-date{font-size:12px;min-width:55px;padding:5px 10px}.approvals-main-RMG .right-panel .week-controls .refresh-button{border-radius:15px;font-size:10px;padding:4px 10px}.approvals-main-RMG .right-panel .week-controls .nav-button{font-size:16px;padding:4px 8px}.approvals-main-RMG .right-panel .top-controls{margin-bottom:5px}.approvals-main-RMG .right-panel .top-controls .weekdays-row{gap:6px}.approvals-main-RMG .right-panel .top-controls .weekday-label{font-size:10px;height:30px;width:30px}.approvals-main-RMG .right-panel .top-controls .weekday-circle{font-size:10px;height:24px;width:26px}.approvals-main-RMG .right-panel .weekday-circle.dual .day-date{font-size:10px}.approvals-main-RMG .right-panel .weekday-circle.dual .day-name{font-size:8px}.approvals-main-RMG .right-panel .status-tabs{font-size:12px;gap:8px;margin-bottom:5px;min-height:32px}.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-approve,.approvals-main-RMG .right-panel .status-tabs .bulk-actions .bulk-reject{border-radius:14px;font-size:11px;padding:4px 10px}.approvals-main-RMG .right-panel .employee-search-container{margin-bottom:5px;padding:5px}.approvals-main-RMG .right-panel .employee-search-container .employee-search input{font-size:12px;padding:5px 8px}.approvals-main-RMG .right-panel .employee-search-container .select-all-container{font-size:12px}.approvals-main-RMG .right-panel .employee-list{gap:8px;height:calc(100vh - 205px)}.approvals-main-RMG .right-panel .employee-list .employee-item{font-size:12px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header{height:25px;padding:5px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-header .expand-button{margin-left:auto}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block{padding:10px 12px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row{gap:6px;margin-left:-180px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row .task-name{font-size:12px;width:180px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .task-row .hour-circle{font-size:11px;height:24px;width:26px}.approvals-main-RMG .right-panel .employee-list .employee-item .employee-details .project-block .action-buttons button{font-size:11px;padding:3px 14px}.approvals-main-RMG .right-panel .approvals-footer{gap:8px;padding:8px 15px}.approvals-main-RMG .right-panel .approvals-footer .footer-item{gap:6px}.approvals-main-RMG .right-panel .approvals-footer .footer-item .status-circle{font-size:12px;height:30px;width:30px}.approvals-main-RMG .right-panel .approvals-footer .footer-item .status-label{font-size:12px}}.approvals-page-RMG{display:flex;flex-direction:column;height:100vh;overflow:hidden}.approvals-page-RMG .approvals-header{flex-shrink:0}.approvals-page-RMG .approvals-main{display:flex;flex:1 1}.approvals-page-RMG .approvals-footer{flex-shrink:0}.defaulters-main .project-export-bar{align-items:center;display:flex;justify-content:space-between;margin:0 1rem .5rem;padding:0}.defaulters-main .project-export-bar .project-select{flex:0 0 250px}.defaulters-main .project-export-bar .export-btn-wrapper{display:flex;justify-content:flex-end}.defaulters-main .project-export-bar .export-btn{background-color:#0056b3;border-radius:6px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px;text-transform:none}.defaulters-main .project-export-bar .export-btn:hover{background-color:#003f7f}.defaulters-header{align-items:center;background-color:#f4f6f8;color:#333;display:flex;justify-content:space-between;padding:10px 20px}.defaulters-header .header-left{align-items:center;display:flex;gap:15px}.defaulters-header .header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.defaulters-header .header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.defaulters-header .header-left button{flex-shrink:1;font-size:14px;padding:5px 10px!important}.defaulters-header .header-center{align-items:center;display:flex;font-size:20px;font-weight:700;justify-content:center;width:100%}.defaulters-header .header-center h1{color:#1976d2;font-size:20px;font-weight:700;margin:0;transform:translateX(-60px)}.defaulters-header .header-right{align-items:center;display:flex}.defaulters-header .header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;width:40px}.defaulters-header .header-right .MuiAvatar-root:hover{border-color:#0a4576}@media(max-width:1366px)and (max-height:768px){.defaulters-header{padding:10px}.defaulters-header .header-left{gap:10px}.defaulters-header .header-left .css-1umw9bq-MuiSvgIcon-root{font-size:1rem}.defaulters-header .header-left .MuiIconButton-root{height:25px;width:25px}.defaulters-header .header-left .MuiSvgIcon-root{font-size:1rem}.defaulters-header .header-left .Indium-logo{height:auto;width:80px}.defaulters-header .header-left button{font-size:10px;padding:3px 6px}.defaulters-header .header-center h1{font-size:14px;transform:translateX(-20px)!important}}.defaulters-main{display:flex;flex-direction:column;flex-grow:1;gap:15px;padding:10px}.defaulters-main .week-controls{align-items:center;display:flex;gap:15px;justify-content:center}.defaulters-main .week-controls .nav-button{background:none;border:none;color:#005f86;cursor:pointer;font-size:20px;padding:5px 10px}.defaulters-main .week-controls .date-container{align-items:center;display:flex;gap:10px}.defaulters-main .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.defaulters-main .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.defaulters-main .week-controls .refresh-button:hover{background-color:#5a4fbf}.defaulters-main .status-summary{align-items:center;display:flex;justify-content:space-around}.defaulters-main .status-summary .status-item{align-items:center;display:flex;gap:5px}.defaulters-main .status-summary .status-item .status-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.defaulters-main .status-summary .status-item .status-circle.black{background-color:#000}.defaulters-main .status-summary .status-item .status-circle.blue{background-color:#2196f3}.defaulters-main .status-summary .status-item .status-circle.orange{background-color:orange;color:#000}.defaulters-main .status-summary .status-item .status-circle.red{background-color:#f44336}.defaulters-main .status-summary .status-item .status-circle.green{background-color:#4caf50}.defaulters-main .status-summary .status-item .status-label{font-size:14px;font-weight:600}.defaulters-main .status-summary .status-item.headcount-item{font-size:16px;font-weight:600}.defaulters-main .status-summary .status-item.headcount-item .count{font-size:16px}.defaulters-main .headcount-bar{align-items:center;display:flex;gap:50px;justify-content:center}.defaulters-main .headcount-bar .headcount-alert,.defaulters-main .headcount-bar .headcount-info,.defaulters-main .headcount-bar .headcount-label-container{align-items:center;display:flex;flex:1 1;justify-content:center}.defaulters-main .headcount-bar .headcount-label{font-size:18px;font-weight:700}.defaulters-main .headcount-bar .alert-icon,.defaulters-main .headcount-bar .info-icon{cursor:pointer;transition:transform .2s ease,color .2s ease}.defaulters-main .headcount-bar .alert-icon svg,.defaulters-main .headcount-bar .info-icon svg{font-size:32px}.defaulters-main .headcount-bar .Icon-name{font-size:18px;font-weight:700}.defaulters-main .headcount-bar .info-icon{color:#1976d2}.defaulters-main .headcount-bar .info-icon:hover{color:#1259a3;transform:scale(1.2)}.defaulters-main .headcount-bar .alert-icon{color:#d32f2f}.defaulters-main .headcount-bar .alert-icon:hover{color:#b71c1c;transform:scale(1.2)}.defaulters-main .table-container{overflow-x:auto;padding:5px 20px}.defaulters-main .table-container table{border-collapse:collapse;width:100%}.defaulters-main .table-container table td,.defaulters-main .table-container table th{border:1px solid #ccc;padding:10px;text-align:center}.defaulters-main .table-container table th{background-color:#f5f5f5}@media(max-width:1366px)and (max-height:768px){.defaulters-main{padding:8px}.defaulters-main .week-controls{gap:10px}.defaulters-main .week-controls .nav-button{font-size:16px;padding:4px 8px}.defaulters-main .week-controls .date-container{gap:8px}.defaulters-main .week-controls .date-container .week-date{font-size:12px;min-width:70px;padding:6px 12px}.defaulters-main .week-controls .date-container .refresh-button{font-size:12px;padding:6px 14px}.defaulters-main .status-summary{gap:8px}.defaulters-main .status-summary .status-item{font-size:12px}.defaulters-main .status-summary .status-item .status-circle{font-size:12px;height:30px;width:30px}.defaulters-main .headcount-bar{gap:30px}.defaulters-main .headcount-bar .headcount-label{font-size:14px}.defaulters-main .headcount-bar .alert-icon svg,.defaulters-main .headcount-bar .info-icon svg{font-size:24px}.defaulters-main .headcount-bar .Icon-name{font-size:14px}.defaulters-main .table-container{padding:5px 10px}.defaulters-main .table-container table{font-size:12px}.defaulters-main .table-container table td,.defaulters-main .table-container table th{padding:6px}.defaulters-main .table-container table th{font-size:12px}}.defaulters-page{background-color:#f4f6f8;display:flex;flex-direction:column;height:100vh}.defaultersSL-header{align-items:center;background-color:#f4f6f8;color:#333;display:flex;justify-content:space-between;padding:10px 20px}.defaultersSL-header .header-left{align-items:center;display:flex;gap:15px}.defaultersSL-header .header-left .MuiIconButton-root{border-radius:50%;height:40px;width:40px}.defaultersSL-header .header-left .Indium-logo{flex-shrink:1;height:auto;width:120px}.defaultersSL-header .header-left button{flex-shrink:1;font-size:14px;padding:5px 10px!important}.defaultersSL-header .header-center{align-items:center;display:flex;font-size:20px;font-weight:700;justify-content:center;width:100%}.defaultersSL-header .header-center h1{color:#1976d2;font-size:20px;font-weight:700;margin:0;transform:translateX(-60px)}.defaultersSL-header .header-right{align-items:center;display:flex}.defaultersSL-header .header-right .MuiAvatar-root{border:2px solid #1976d2;cursor:pointer;height:40px;width:40px}.defaultersSL-header .header-right .MuiAvatar-root:hover{border-color:#0a4576}@media(max-width:1366px)and (max-height:768px){.defaultersSL-header{padding:10px}.defaultersSL-header .header-left{gap:10px}.defaultersSL-header .header-left .css-1umw9bq-MuiSvgIcon-root{font-size:1rem}.defaultersSL-header .header-left .MuiIconButton-root{height:25px;width:25px}.defaultersSL-header .header-left .MuiSvgIcon-root{font-size:1rem}.defaultersSL-header .header-left .Indium-logo{height:auto;width:80px}.defaultersSL-header .header-left button{font-size:10px;padding:3px 6px}.defaultersSL-header .header-center h1{font-size:14px;transform:translateX(-20px)!important}}.defaultersSL-main{display:flex;flex-direction:column;flex-grow:1;gap:15px;padding:10px}.defaultersSL-main .week-controls{align-items:center;display:flex;gap:15px;justify-content:center}.defaultersSL-main .week-controls .nav-button{background:none;border:none;color:#005f86;cursor:pointer;font-size:20px;padding:5px 10px}.defaultersSL-main .week-controls .date-container{align-items:center;display:flex;gap:10px}.defaultersSL-main .week-controls .week-date{background-color:#005f86;border-radius:5px;color:#fff;font-weight:700;min-width:80px;padding:8px 15px;text-align:center}.defaultersSL-main .week-controls .refresh-button{background-color:#6a5acd;border-radius:20px;color:#fff;font-weight:700;padding:8px 20px;text-transform:none}.defaultersSL-main .week-controls .refresh-button:hover{background-color:#5a4fbf}.defaultersSL-main .status-summary{align-items:center;display:flex;justify-content:space-around}.defaultersSL-main .status-summary .status-item{align-items:center;display:flex;gap:5px}.defaultersSL-main .status-summary .status-item .status-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;width:40px}.defaultersSL-main .status-summary .status-item .status-circle.black{background-color:#000}.defaultersSL-main .status-summary .status-item .status-circle.blue{background-color:#2196f3}.defaultersSL-main .status-summary .status-item .status-circle.orange{background-color:orange;color:#000}.defaultersSL-main .status-summary .status-item .status-circle.red{background-color:#f44336}.defaultersSL-main .status-summary .status-item .status-circle.green{background-color:#4caf50}.defaultersSL-main .status-summary .status-item .status-label{font-size:14px;font-weight:600}.defaultersSL-main .status-summary .status-item.headcount-item{font-size:16px;font-weight:600}.defaultersSL-main .status-summary .status-item.headcount-item .count{font-size:16px}.defaultersSL-main .headcount-bar{align-items:center;display:flex;gap:50px;justify-content:center}.defaultersSL-main .headcount-bar .headcount-alert,.defaultersSL-main .headcount-bar .headcount-info,.defaultersSL-main .headcount-bar .headcount-label-container{align-items:center;display:flex;flex:1 1;justify-content:center}.defaultersSL-main .headcount-bar .headcount-label{font-size:18px;font-weight:700}.defaultersSL-main .headcount-bar .alert-icon,.defaultersSL-main .headcount-bar .info-icon{cursor:pointer;transition:transform .2s ease,color .2s ease}.defaultersSL-main .headcount-bar .alert-icon svg,.defaultersSL-main .headcount-bar .info-icon svg{font-size:32px}.defaultersSL-main .headcount-bar .Icon-name{font-size:18px;font-weight:700}.defaultersSL-main .headcount-bar .info-icon{color:#1976d2}.defaultersSL-main .headcount-bar .info-icon:hover{color:#1259a3;transform:scale(1.2)}.defaultersSL-main .headcount-bar .alert-icon{color:#d32f2f}.defaultersSL-main .headcount-bar .alert-icon:hover{color:#b71c1c;transform:scale(1.2)}.defaultersSL-main .division-export-bar{align-items:center;display:flex;justify-content:space-between;margin:0 1rem .5rem;padding:0}.defaultersSL-main .division-export-bar .division-select{flex:0 0 250px}.defaultersSL-main .division-export-bar .export-btn-wrapper{display:flex;justify-content:flex-end}.defaultersSL-main .division-export-bar .export-btn{background-color:#0056b3;border-radius:6px;color:#fff;font-size:13px;font-weight:600;padding:6px 14px;text-transform:none}.defaultersSL-main .division-export-bar .export-btn:hover{background-color:#003f7f}.defaultersSL-main .table-container{overflow-x:auto;padding:5px 20px}.defaultersSL-main .table-container table{border-collapse:collapse;width:100%}.defaultersSL-main .table-container table td,.defaultersSL-main .table-container table th{border:1px solid #ccc;padding:10px;text-align:center}.defaultersSL-main .table-container table th{background-color:#f5f5f5}@media(max-width:1366px)and (max-height:768px){.defaultersSL-main{padding:8px}.defaultersSL-main .week-controls{gap:10px}.defaultersSL-main .week-controls .nav-button{font-size:16px;padding:4px 8px}.defaultersSL-main .week-controls .date-container{gap:8px}.defaultersSL-main .week-controls .date-container .week-date{font-size:12px;min-width:70px;padding:6px 12px}.defaultersSL-main .week-controls .date-container .refresh-button{font-size:12px;padding:6px 14px}.defaultersSL-main .status-summary{gap:8px}.defaultersSL-main .status-summary .status-item{font-size:12px}.defaultersSL-main .status-summary .status-item .status-circle{font-size:12px;height:30px;width:30px}.defaultersSL-main .headcount-bar{gap:30px}.defaultersSL-main .headcount-bar .headcount-label{font-size:14px}.defaultersSL-main .headcount-bar .alert-icon svg,.defaultersSL-main .headcount-bar .info-icon svg{font-size:24px}.defaultersSL-main .headcount-bar .Icon-name{font-size:14px}.defaultersSL-main .table-container{padding:5px 10px}.defaultersSL-main .table-container table{font-size:12px}.defaultersSL-main .table-container table td,.defaultersSL-main .table-container table th{padding:6px}.defaultersSL-main .table-container table th{font-size:12px}.alert-modal .MuiDialog-paper{max-width:500px;padding:15px}.alert-modal .alert-title{font-size:18px;text-align:center}.alert-modal .alert-content{font-size:12px;text-align:center}.alert-modal .alert-actions{justify-content:center;padding:10px}.alert-modal .alert-actions .alert-cancel{color:#8a2be2;font-size:12px;padding:6px 12px}.alert-modal .alert-actions .alert-ok{color:#007bff;font-size:12px;padding:6px 12px}}.defaultersSL-page{background-color:#f4f6f8;display:flex;flex-direction:column;height:100vh}.get-token-container{align-items:center;background-color:#fff;display:flex;font-family:Inter,Roboto,sans-serif;height:100vh;justify-content:center}.get-token-container .content{max-width:400px;padding:20px;text-align:center;width:100%}.get-token-container .logo{height:60px;margin-bottom:20px;object-fit:contain}.get-token-container .title{color:#333;font-size:24px;font-weight:600;letter-spacing:.5px;margin-bottom:40px}.get-token-container .progress-container{background-color:#f0f0f0;border-radius:10px;height:6px;margin-top:20px;overflow:hidden;width:100%}.get-token-container .progress-bar{background-color:#f37021;border-radius:10px;height:100%;transition:width .2s ease-out}body{background-color:#f4f6f8;font-family:Arial,sans-serif;margin:0}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;margin:0}button{cursor:pointer;font-family:inherit}.MuiDialog-container{background-color:#00000080}.MuiDialog-paper{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000004d;margin:auto;max-width:500px;padding:20px;width:60%}.MuiDialogTitle-root{color:#1976d2;font-size:18px;font-weight:700;margin-bottom:10px;text-align:center}.MuiDialogContent-root{color:#333;font-size:14px;line-height:1.5;text-align:center}@media(max-width:1366px)and (max-height:768px){.Toastify__toast-container{max-width:250px!important;right:12px!important;top:12px!important}.Toastify__toast{border-radius:6px!important;box-shadow:0 2px 5px #0000000d!important;font-size:11px!important;min-height:50px!important;padding:6px 10px!important;width:230px!important}.Toastify__toast-body{font-size:11px!important;line-height:1.3!important}.Toastify__close-button{font-size:14px!important;margin-right:4px!important}.Toastify__toast-icon{height:20px!important;width:20px!important}.Toastify__progress-bar{border-radius:2px!important;height:3px!important}}