:root{--main-green:#146825}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter Tight,sans-serif}*{box-sizing:border-box;padding:0;margin:0}@font-face{font-family:Inter Tight;src:url(/fonts/InterTight-Black.ttf) format("ttf");src:url(/fonts/InterTight-Bold.ttf) format("ttf");src:url(/fonts/InterTight-ExtraBold.ttf) format("ttf");src:url(/fonts/InterTight-ExtraLight.ttf) format("ttf");src:url(/fonts/InterTight-Light.ttf) format("ttf");src:url(/fonts/InterTight-Medium.ttf) format("ttf");src:url(/fonts/InterTight-Regular.ttf) format("ttf");src:url(/fonts/InterTight-SemmiBold.ttf) format("ttf");src:url(/fonts/InterTight-Thin.ttf) format("ttf")}@font-face{font-family:Urbanist;src:url(/fonts/Urbanist-Black.ttf) format("ttf");src:url(/fonts/Urbanist-Bold.ttf) format("ttf");src:url(/fonts/Urbanist-ExtraBold.ttf) format("ttf");src:url(/fonts/Urbanist-ExtraLight.ttf) format("ttf");src:url(/fonts/Urbanist-Light.ttf) format("ttf");src:url(/fonts/Urbanist-Medium.ttf) format("ttf");src:url(/fonts/Urbanist-Regular.ttf) format("ttf");src:url(/fonts/Urbanist-SemmiBold.ttf) format("ttf");src:url(/fonts/Urbanist-Thin.ttf) format("ttf")}.mainlayoutwrapper{width:100vw;min-height:100vh;display:flex;flex-direction:column}.mainheader{background-color:var(--main-green);height:78px;width:100vw;display:flex;align-items:center;justify-content:space-between;padding:0 30px 0 24px;position:fixed;z-index:9999}.logo{height:36px}.mainheaderprofile{display:flex;gap:16px}.mainheaderprofileimage{width:40px;height:40px;border-radius:50%;border:2px solid #fff;background-color:#D3C4FC}.mainheaderprofileimagewrapper{position:relative}.profileonlinestatus{position:absolute;border:2px solid #fff;width:10px;height:10px;border-radius:50%;right:1px;bottom:4px}.profileonlinestatus.green{background-color:#40C4AA}.headerprofiledatawrapper{display:flex;flex-direction:column;font-size:16px;color:#fff;gap:4px}.headerprofilename{font-weight:600}.headerprofilemail{font-size:14px}.mainbody{display:flex}.sidemenuwrapper{background-color:#F6F8FA;width:260px;height:calc(100vh - 78px);position:fixed;padding:32px 10px;display:flex;flex-direction:column;gap:10px}.sidemenuitemwrapper{text-decoration:none;display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px}.sidemenuitemwrapper.nolink:hover{background-color:unset}.sidemenuitemwrapper.shifted{margin-left:10px}.sidemenuitemwrapper:hover{background-color:#fff}.sidemenuitemwrapper.active{background-color:#fff;font-weight:600}.sidemenuitemwrapper.active>.menuitemname{color:var(--main-green)}.sidemenuitemwrapper.salary{cursor:pointer;position:relative}.sidemenuitemwrapper.salary.closed:after{transform:rotate(0deg)}.sidemenuitemwrapper.salary.closed:after,.sidemenuitemwrapper.salary.open:after{content:"";background-image:url(/images/arrow.png);width:20px;height:20px;position:absolute;top:10px;right:10px;background-size:20px 20px;transition:transform .4s ease}.sidemenuitemwrapper.salary.open:after{transform:rotate(180deg)}.salarymenuitems{display:flex;flex-direction:column;gap:10px;max-height:0;opacity:0;visibility:hidden;margin-top:-10px;transition:max-height .4s ease,opacity .4s ease}.sidemenuitemwrapper.salary.open~.salarymenuitems{visibility:visible;max-height:140px;opacity:1}.menuitemname{font-size:16px;color:#0D0D12;line-height:1}.menuitemicon{width:20px;height:20px}.employeelistthumbnail{width:40px;height:40px}.pagebodywrapper{margin:0 0 0 260px;padding:48px 48px 0 72px;min-height:calc(100vh - 78px);width:calc(100vw - 260px)}.pageheadingwrapper{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.pageheadingwrapper.maxwidth{max-width:1050px;justify-content:center}.pageheading{font-family:Urbanist,sans-serif;font-size:40px;font-weight:600}.pagesubheading{font-size:16px;color:#1A1B25;opacity:.7}.dashboardgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.numberboxwrapper{border-radius:8px;border:1px solid #eceff3;padding:20px;display:flex;flex-direction:column;gap:20px}.numberboxheading{color:#666D80;font-family:Urbanist,sans-serif;font-size:16px}.numberboxnumber{font-size:40px;font-weight:600;color:#0D0D12}.numberboxcontent{display:flex;align-items:center;justify-content:space-between}.percentalchangewrapper{display:flex;gap:8px;align-items:center}.percentagechange{font-size:16px;font-weight:600}.changearrow{width:24px;height:24px}.percentagechange.red{color:#DF1C41}.percentagechange.green{color:#28806F}div.employeelist{border-radius:8px;border:1px solid #eceff3;font-size:16px;margin-bottom:40px;overflow:hidden}div.employeelistheader{display:flex;align-items:center;border-bottom:1px solid #eceff3;background:linear-gradient(135deg,#667eea,#764ba2)}div.employeelistheader .employeecolumnheader{text-transform:uppercase;font-size:14px;font-weight:600;color:white;padding:16px 20px;flex:1 1}div.employeelistheader .employeecolumnheader:last-child{flex:0 0 60px;text-align:center}div.employeelistentry{display:flex;align-items:center;padding:0;border-bottom:1px solid #eceff3;position:relative;transition:all .15s ease;background:#ffffff}div.employeelistentry:hover{background:#fafbfc}div.employeelistentry:last-child{border-bottom:none}div.employeelistentry>.employeelistentryname,div.employeelistentry>div{flex:1 1;display:flex;align-items:center;gap:12px;padding:16px 20px}div.employeelistentry .employeelistentryname{font-weight:600}div.employeelistentry>.dropdown:last-child,div.employeelistentry>div:last-child{flex:0 0 60px;justify-content:center;padding:16px 10px}table.employeelist{width:100%;border-collapse:collapse;table-layout:fixed;font-size:16px;margin-bottom:0}.pagebodyheaderwrapper{display:flex;justify-content:space-between;align-items:center}table.employeelist thead.employeelistheader{background:linear-gradient(135deg,#667eea,#764ba2)}table.employeelist .employeelistheader th{letter-spacing:.5px;text-align:left;border:none}table.employeelist .employeelistheader th,table.employeelist th.employeecolumnheader{text-transform:uppercase;font-size:14px;font-weight:600;color:white;padding:16px 20px}table.employeelist th.employeecolumnheader.name{width:18%}table.employeelist th.employeecolumnheader.dept,table.employeelist th.employeecolumnheader.role{width:12%}table.employeelist th.employeecolumnheader.basesalary,table.employeelist th.employeecolumnheader.documents,table.employeelist th.employeecolumnheader.salary{width:14%}table.employeelist th.employeecolumnheader.actions{width:8%;text-align:center}table.employeelist th.employeecolumnheader.jd{width:14%}table.employeelist .employeelistentry{border-bottom:1px solid #f3f4f6;transition:all .15s ease;background:#ffffff}table.employeelist .employeelistentry:hover{background:#fafbfc}table.employeelist .employeelistentry:last-child{border-bottom:none}table.employeelist .employeelistentry td{padding:20px;vertical-align:middle}.employeelistentryname{display:flex;align-items:center;gap:14px;font-weight:600;color:#111827}.employeelistentrydept{font-size:14px;color:#6b7280}.employeelistentryrole{font-size:14px;color:#374151}.employeelistentrybasesalary{font-size:14px;font-weight:600;color:#2563eb}.employeelistentrysalary{font-size:14px;font-weight:600;color:#059669}.employeelistentryjd{display:flex;align-items:center}.employeelinemenuwrapper{right:20px;top:60px;border-radius:8px;box-shadow:0 4px 4px 0 rgba(0,0,0,.12);width:130px;height:98px}.employeelinemenuwrapper,.sortmenuwrapper{position:absolute;padding:8px;background-color:#fff;border:1px solid #dfe1e7;display:flex;flex-direction:column;z-index:999}.sortmenuwrapper{width:240px;height:182px;border-radius:8px;font-size:14px;bottom:-190px;left:0}.menubutton{display:flex;gap:8px;cursor:pointer;border-radius:10px;width:100%;height:100%;align-items:center;padding:10px 10px 10px 8px}.menubutton:hover{background-color:#F6F8FA}.menubutton.sortactive{color:#28806F}.moreicon{width:24px;height:24px;margin-left:auto;cursor:pointer}.filterimage{width:20px;height:20px}.filterimagebutton{padding:14px;justify-content:center;position:relative}.filterimagebutton,.uploadbuttonwrapper{border:1px solid #eceff3;border-radius:8px;display:flex;align-items:center;cursor:pointer}.uploadbuttonwrapper{gap:8px;padding:12px 16px}.uploadbuttonicon{width:24px;height:24px}.newemployeebuttonwrapper{padding:12px 16px;color:#fff;background-color:#000;display:flex;gap:8px;align-items:center;border-radius:8px;cursor:pointer}.modal{background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:flex;justify-content:center;align-items:center;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;border-radius:16px;box-shadow:0 25px 80px rgba(0,0,0,.25);max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out;border:1px solid rgba(255,255,255,.2)}@keyframes modalSlideIn{0%{transform:translateY(-20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:32px 32px 24px;border-bottom:1px solid #f0f0f0;margin-bottom:0;background:linear-gradient(135deg,#f8f9fa,#ffffff);border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:24px;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-button{background:none;border:none;font-size:28px;cursor:pointer;color:#6b7280;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-button:hover{background-color:#f3f4f6;color:#374151;transform:scale(1.1)}.modal form{padding:32px}.modal .inputgroup{margin-bottom:24px}.modal .inputlabel{font-size:15px;font-weight:600;color:#374151;margin-bottom:8px;display:block}.modal .input{padding:14px 16px;font-size:15px;border-radius:10px;border:2px solid #e5e7eb;transition:all .2s ease;background-color:#fafafa}.modal .input:focus{outline:none;border-color:#3b82f6;background-color:#ffffff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.modal textarea.input{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5}.template-buttons-container{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px}.template-button{padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;background:linear-gradient(135deg,#ffffff,#f9fafb);cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease;position:relative;overflow:hidden}.template-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.template-button:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6;color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}.template-button:hover:before{left:100%}.employee-selection-container{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:24px}.employee-selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.employee-selection-header label{font-weight:600;color:#374151;font-size:16px}.select-all-button{padding:8px 16px;border:2px solid #e5e7eb;border-radius:8px;background:white;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease}.select-all-button:hover{background:#3b82f6;border-color:#3b82f6;color:white;transform:translateY(-1px)}.employee-list-container{max-height:240px;overflow-y:auto;border:2px solid #e5e7eb;border-radius:10px;background:white;padding:12px}.employee-checkbox-item{display:flex;align-items:center;padding:12px;margin-bottom:8px;border-radius:8px;transition:all .2s ease;cursor:pointer}.employee-checkbox-item:hover{background-color:#f0f9ff!important;transform:translateX(4px)}.employee-checkbox-item.selected{background-color:#dbeafe!important;border:1px solid #93c5fd}.employee-checkbox-item input[type=checkbox]{margin-right:12px;width:18px;height:18px;accent-color:#3b82f6;cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #d1d5db;border-radius:4px;background:white;transition:all .2s ease}.employee-checkbox-item input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.employee-checkbox-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:-2px;left:2px;color:white;font-size:12px;font-weight:700}.employee-checkbox-item input[type=checkbox]:hover{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.employee-checkbox-item input[type=checkbox]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.employee-info{flex:1 1}.employee-name{font-weight:600;color:#1f2937;font-size:15px;margin-bottom:2px}.employee-details{font-size:13px;color:#6b7280}.warning-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:10px;padding:16px;margin-top:16px;font-size:14px}.warning-box strong{color:#92400e}.warning-box ul{margin:8px 0 0 20px;color:#92400e}.modal-actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #f0f0f0;padding:24px 32px;background:#fafafa;border-radius:0 0 16px 16px}.modal-button{padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;position:relative;overflow:hidden}.modal-button-cancel{background:white;color:#6b7280;border:2px solid #e5e7eb}.modal-button-cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.modal-button-submit{background:linear-gradient(135deg,#10b981,#059669);color:white;border:2px solid transparent;min-width:180px}.modal-button-submit:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,.4)}.modal-button-submit:disabled{color:#9ca3af;transform:none;box-shadow:none}.modal-button-submit.loading,.modal-button-submit:disabled{background:#d1d5db;cursor:not-allowed}.modal-button-submit.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top-color:#ffffff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.notification-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;padding:12px 20px;border-radius:12px;cursor:pointer;font-weight:600;font-size:14px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 15px rgba(59,130,246,.3);transition:all .3s ease;position:relative;overflow:hidden}.notification-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.notification-button:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-3px);box-shadow:0 8px 30px rgba(59,130,246,.4)}.notification-button:hover:before{left:100%}.notification-button:active{transform:translateY(-1px)}.notification-button svg{transition:transform .3s ease}.notification-button:hover svg{transform:scale(1.1)}.employee-checkbox-item{transition:background-color .2s ease}.employee-checkbox-item:hover{background-color:#f8f9fa!important}.template-button:hover{background-color:#f0f0f0!important;border-color:#ccc!important}@media screen and (max-width:900px){.modal-content{width:95%!important;max-width:none!important;margin:20px}.modal-header{padding:24px 24px 20px}.modal-header h2{font-size:20px}.modal form{padding:24px}.modal-actions{padding:20px 24px}.template-buttons-container{gap:8px}.template-button{padding:8px 12px;font-size:13px}}@media screen and (max-width:480px){.modal-content{width:100%!important;margin:10px;border-radius:12px}.modal-header{padding:20px 20px 16px}.modal-header h2{font-size:18px}.modal form{padding:20px}.modal-actions{padding:16px 20px;flex-direction:column}.modal-button{width:100%;justify-content:center}.template-buttons-container{flex-direction:column;gap:8px}.template-button{width:100%;text-align:center}.employee-selection-header{flex-direction:column;align-items:flex-start;gap:12px}.select-all-button{width:100%;text-align:center}}.uploadmodalwrapper{max-height:80vh;overflow-y:auto}.newjobmodalwrapper,.uploadmodalwrapper{background-color:#fff;border-radius:8px;padding:32px;width:704px;display:flex;flex-direction:column}.newjobrow{width:100%;display:flex;font-size:14px;padding:12px 0;border-bottom:1px solid #eceff3;line-height:1.5}.newjobkey{opacity:.7;width:100%}.newjobval{width:100%}.draganddropfieldwrapper{background-color:#F1FEEF;border:1px dotted #28806f;border-radius:8px;display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.submitbutton{border-radius:10px;cursor:pointer;padding:14px 16px;margin-left:auto;color:#fff;background-color:#000}.submitbutton.inactive{background-color:#DFE1E7}.inputgroup{display:flex;flex-direction:column;gap:9px}.spantwo{grid-column:span 2}.inputlabel{font-size:14px;font-weight:600;color:#0D0D12}.input{padding:12px 9px;font-size:14px;border-radius:8px;border:1px solid #dfe1e7}.step{background-color:#F5F5F5;width:64px;height:40px;border-radius:50px;display:flex;justify-content:center;align-items:center;cursor:pointer}.step.active{background-color:#0D0D12;color:#fff}@media screen and (max-width:900px){.modal{align-items:flex-start;padding:20px 10px 10px}.uploadmodalwrapper{width:100%!important;max-width:100%!important;margin:0!important;border-radius:16px!important;max-height:95vh!important}.inputgroup{gap:6px}.input{padding:10px 8px;font-size:14px}.inputlabel{font-size:13px}.inputgroup.spantwo{grid-column:span 1}}@media screen and (max-width:480px){.modal{padding:10px 5px 5px}.uploadmodalwrapper{border-radius:12px!important;max-height:98vh!important}.inputgroup{gap:4px}.input{padding:8px 6px;font-size:13px}.inputlabel{font-size:12px}.salary-breakdown-container{grid-template-columns:1fr!important;gap:12px!important}.benefitsboxwrapper,.comparisonfilterbox{width:100%!important;max-width:100%!important}}@media screen and (max-width:1200px){.dashboardgrid{grid-template-columns:repeat(1,1fr)}.sidemenuwrapper{width:220px}.pagebodywrapper{margin-left:220px;width:calc(100vw - 220px);padding:32px 32px 0 48px}.pageheading{font-size:36px}}@media screen and (max-width:1024px){.employee-actions-toolbar{flex-direction:column;align-items:stretch;gap:16px}.toolbar-section{justify-content:center;flex-wrap:wrap}.sidemenuwrapper{width:200px}.pagebodywrapper{margin-left:200px;width:calc(100vw - 200px);padding:24px 24px 0 32px}.pageheading{font-size:32px}.pagesubheading{font-size:15px}table.employeelist{overflow-x:auto;display:block}table.employeelist tbody,table.employeelist thead,table.employeelist tr{display:table;width:100%;table-layout:fixed}.assistancefilterbox{flex-direction:column;gap:12px;align-items:stretch}.input.minwidth{min-width:auto;width:100%}.comparisonfilterbox{width:100%;margin-bottom:20px}.benefitsboxwrapper{width:100%}}@media screen and (max-width:768px){.employee-actions-toolbar{padding:12px 16px}.toolbar-section{gap:8px}.toolbar-button{padding:8px 12px;font-size:13px}.toolbar-button span{display:none}.toolbar-button svg{margin:0}.sidemenuwrapper{transform:translateX(-100%);position:fixed;z-index:10000;transition:transform .3s ease}.sidemenuwrapper.mobile-open{transform:translateX(0)}.pagebodywrapper{margin-left:0;width:100vw;padding:16px 16px 0}.mainheader{padding:8px 16px;position:relative}.mobile-menu-button{display:block;background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:8px;margin-right:auto}.pageheading{font-size:28px;line-height:1.2}.pagesubheading{font-size:14px}.pageheadingwrapper{margin-bottom:24px}.employee-table-container{border-radius:12px;overflow:hidden}table.employeelist{border:none;display:block}table.employeelist thead.employeelistheader{display:none}table.employeelist .employeelistbody{display:block;padding:12px}table.employeelist .employeelistentry{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;padding:16px;position:relative;background:#ffffff;box-shadow:0 1px 3px rgba(0,0,0,.08)}table.employeelist .employeelistentry:hover{box-shadow:0 4px 8px rgba(0,0,0,.12)}table.employeelist .employeelistentryname{width:100%;margin-bottom:12px;font-size:16px;border-bottom:2px solid #e5e7eb;padding-bottom:14px}table.employeelist .employeelistentrybasesalary,table.employeelist .employeelistentrydept,table.employeelist .employeelistentrydocuments,table.employeelist .employeelistentryjd,table.employeelist .employeelistentryrole,table.employeelist .employeelistentrysalary{width:100%;padding:10px 0;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;font-size:14px}table.employeelist .employeelistentrydept:before{content:"Department: ";font-weight:600;color:#6b7280;font-size:12px}table.employeelist .employeelistentryrole:before{content:"Job: ";font-weight:600;color:#6b7280;font-size:12px}table.employeelist .employeelistentrybasesalary:before{content:"Base Salary: ";font-weight:600;color:#6b7280;font-size:12px}table.employeelist .employeelistentrysalary:before{content:"Total Compensation: ";font-weight:600;color:#6b7280;font-size:12px}table.employeelist .employeelistentrydocuments:before,table.employeelist .employeelistentryjd:before{content:"Documents: ";font-weight:600;color:#6b7280;font-size:12px}.moreicon{position:absolute;top:16px;right:16px}.employeelinemenuwrapper{top:50px;right:16px}.numberboxwrapper{padding:16px}.numberboxheading{font-size:14px}.numberboxnumber{font-size:32px}.modal{padding:8px;align-items:flex-start}.modal-content{width:100%!important;margin:0;border-radius:16px;max-height:95vh}.iscotablerow{flex-direction:column;align-items:flex-start;gap:8px;padding:16px}.iscocolcode,.iscocolgroups,.iscocolname,.iscocolsubcode{width:100%}.pagenumber{padding:12px;width:36px;height:36px}}@media screen and (max-width:480px){.employee-actions-toolbar{padding:8px 12px}.toolbar-section{width:100%;justify-content:space-around}.toolbar-button{flex:1 1;justify-content:center;min-width:44px}.pagebodywrapper{padding:12px 12px 0}.pageheading{font-size:24px}.pageheadingwrapper{margin-bottom:20px}.numberboxwrapper{padding:12px}.numberboxnumber{font-size:28px}.employeelistentryname{font-size:15px}.employeelistentrybasesalary,.employeelistentrydept,.employeelistentryrole,.employeelistentrysalary{font-size:13px}.salary-breakdown-container{grid-template-columns:1fr!important;gap:12px!important}.benefitsboxwrapper,.comparisonfilterbox{width:100%!important;max-width:100%!important}.modal{padding:10px 5px 5px}.uploadmodalwrapper{border-radius:12px!important;max-height:98vh!important}.inputgroup{gap:4px}.input{padding:8px 6px;font-size:13px}.inputlabel{font-size:12px}.modal-content{width:100%!important;margin:10px;border-radius:12px}.modal-header{padding:20px 20px 16px}.modal-header h2{font-size:18px}.modal form{padding:20px}.modal-actions{padding:16px 20px;flex-direction:column}.modal-button{width:100%;justify-content:center}.template-buttons-container{flex-direction:column;gap:8px}.template-button{width:100%;text-align:center}.employee-selection-header{flex-direction:column;align-items:flex-start;gap:12px}.select-all-button{width:100%;text-align:center}}.dropdown-toggle:after{display:none!important}.mobile-menu-button{display:none}@media screen and (max-width:768px){.mobile-menu-button{display:block}.header-left{gap:8px}.logo{height:28px}}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:9999}@media screen and (max-width:768px){.sidebar-overlay.active{display:block}}table{width:auto;border-collapse:collapse;border:1px solid #eceff3}th{text-align:left;border-bottom:1px solid #eceff3;font-weight:600}td,th{padding:16px;font-size:14px;color:#0D0D12}.react-datepicker__input-container>input{width:100%}.employee-actions-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#f8f9fa,#ffffff);border:1px solid #e9ecef;border-radius:12px;padding:16px 20px;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:24px;width:100%}.toolbar-section{display:flex;align-items:center;gap:12px}.toolbar-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;position:relative;overflow:hidden}.toolbar-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.toolbar-button:hover:before{left:100%}.toolbar-button svg{transition:transform .2s ease}.toolbar-button:hover svg{transform:scale(1.1)}.toolbar-button-primary{background:linear-gradient(135deg,#1f2937,#374151);color:white;box-shadow:0 2px 8px rgba(31,41,55,.2)}.toolbar-button-primary:hover{background:linear-gradient(135deg,#111827,#1f2937);transform:translateY(-2px);box-shadow:0 4px 16px rgba(31,41,55,.3)}.toolbar-button-notification{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;box-shadow:0 2px 8px rgba(59,130,246,.2)}.toolbar-button-notification:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 4px 16px rgba(59,130,246,.3)}.toolbar-button-secondary{background:white;color:#6b7280;border:2px solid #e5e7eb}.toolbar-button-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.employee-page .pagebodyheaderwrapper{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}@media screen and (max-width:1024px){.employee-actions-toolbar{flex-direction:column;align-items:stretch;gap:16px}.toolbar-section{justify-content:center;flex-wrap:wrap}}@media screen and (max-width:768px){.employee-actions-toolbar{padding:12px 16px}.toolbar-section{gap:8px}.toolbar-button{padding:8px 12px;font-size:13px}.toolbar-button span{display:none}.toolbar-button svg{margin:0}}@media screen and (max-width:480px){.employee-actions-toolbar{padding:8px 12px}.toolbar-section{width:100%;justify-content:space-around}.toolbar-button{flex:1 1;justify-content:center;min-width:44px}}.assistancefilterbox{border-radius:8px;background-color:#F6F8FA;display:flex;gap:16px;width:100%;justify-content:space-between;margin:30px 0;padding:24px;align-items:end;max-width:1050px}.input.minwidth{min-width:200px;border:none}.searchbuttonpurple{border-radius:8px;border:1px solid #6b39f4;padding:14px;display:flex;justify-content:center;align-items:center;cursor:pointer}.iscotablerow{width:100%;display:flex;padding:20px;align-items:center;border-bottom:1px solid #eceff3}.iscocolname{width:342px}.iscocolgroups{width:350px}.iscocolcode,.iscocolsubcode{width:145px}.pagenumber{padding:16px;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer}.pagenumber.active{background-color:#0D0D12;color:#fff}.comparisonfilterbox{padding:20px;display:flex;flex-direction:column;gap:20px;width:300px;max-height:500px;margin-right:auto}.benefitsboxwrapper,.comparisonfilterbox{border:1px solid #eceff3;border-radius:8px}.benefitsboxwrapper{width:638px;padding:25px}.benefitradiogroup{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #eceff3;align-items:center}.radiogroup>input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid #dfe1e7;border-radius:50%;transform:translateY(4px)}.radiogroup{transform:translateY(-2px)}input:checked{border:6px solid #6b39f4}.compensationgroup{padding:20px 0;display:flex;justify-content:space-between;font-size:14px;border-bottom:1px solid #eceff3}.impactanalysiswrapper{border-radius:8px;border:2px solid #d3c4fc;padding:20px}.loginwrapper{width:100vw;height:100vh;background:linear-gradient(#D1F7D9,#fff);display:flex;flex-direction:column;align-items:center}.loginwrapper.nogradient{background:none}.logingrid{position:absolute;top:0}.logobunt{margin:120px 0 40px;z-index:999}.loginheading{color:#146825;font-size:56px;font-family:Urbanist,sans-serif;font-weight:600;margin-bottom:16px;z-index:999}.loginsubheading{font-size:18px;opacity:.7;margin-bottom:45px;z-index:999}.loginmodal{background-color:#fff;padding:28px;border-radius:16px;width:584px;display:flex;flex-direction:column;gap:24px;z-index:999}.dottedorline{width:100%;height:1px;background-image:linear-gradient(90deg,transparent,transparent 50%,#fff 0,#fff),linear-gradient(90deg,#fff,#146825,#fff);background-size:10px 2px,100% 2px;position:relative;margin-bottom:80px}.loginmodal.border{border:1px solid #eceff3}.loginbutton{background-color:#146825;width:100%;text-align:center;padding:16px;color:#fff;border-radius:12px;cursor:pointer}.loginbutton.grey{background-color:#A4ACB9}.verifyinput{width:114px;height:114px;border-radius:10px;display:flex;text-align:center;font-size:48px;opacity:.7;border:1px solid #dfe1e7}.verifyinput:not(:placeholder-shown){opacity:1;border:1px solid #272835}.accountmenu{font-size:14px;border-right:1px solid #eceff3;width:268px;padding:20px 10px}.accountboxwrapper{border:1px solid #eceff3;border-radius:8px;display:flex;min-width:1036px;height:541px}.accountmenubutton{padding:11px 16px;cursor:pointer;border-radius:8px}.accountmenubutton.active,.accountmenubutton:hover{background-color:#F6F8FA}.accountcontent{padding:32px;width:100%;height:100%}.accountpageheading{font-size:20px;font-weight:600;margin-bottom:24px}.addimagecirlce{width:120px;height:120px;border-radius:50%;background-color:#D3C4FC;color:#7A4DF5;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:32px}.noborder{border:none}.imageselectwrapper{display:flex;gap:10px;align-items:center;padding:10px 12px;font-size:14px;border-radius:8px;border:1px solid #dfe1e7}@media screen and (max-width:768px){[style*=grid-template-columns]{grid-template-columns:1fr!important}[style*="display: grid"]{gap:12px!important}[style*="repeat(2,1fr)"]{grid-template-columns:1fr!important}.input{font-size:16px!important;padding:12px!important}[style*="display: flex"][style*="justify-content: space-between"]{flex-direction:column!important;gap:12px!important}.button,.select,button,input[type=button],input[type=submit],select{min-height:44px;font-size:16px}.select,select{padding:12px}table{overflow-x:auto;white-space:nowrap}table,tbody,td,th,thead,tr{display:block}thead tr{position:absolute;top:-9999px;left:-9999px}tr{border:1px solid #ccc;margin-bottom:10px;display:block;border-radius:8px;padding:10px}td{border:none;position:relative;padding-left:50%!important;text-align:left;white-space:normal}td:before{content:attr(data-label) ": ";position:absolute;left:6px;width:45%;padding-right:10px;white-space:nowrap;font-weight:700;color:#666}}@media screen and (max-width:480px){.pageheading{font-size:1.5rem!important;line-height:1.3}.pagesubheading{font-size:.9rem!important;line-height:1.4}.pagebodywrapper{padding:8px!important}.pageheadingwrapper{margin-bottom:16px!important}.numberboxwrapper{padding:8px!important;gap:8px!important}.numberboxheading{font-size:12px!important}.numberboxnumber{font-size:24px!important}.employeelistentry{padding:12px!important;margin-bottom:12px!important}.employeelistentryname{font-size:14px!important;margin-bottom:8px!important}.employeelistentrybasesalary,.employeelistentrydept,.employeelistentryjd,.employeelistentryrole,.employeelistentrysalary{font-size:12px!important;margin-bottom:6px!important}}