*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{overflow-x:hidden;background-color:#ededed}ul li a{font-weight:200;border-bottom:none;text-decoration:none}li a{font-weight:400!important}.login-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#f0efed;padding:20px}.logo-container{padding:20px;text-align:center}.logo-img{width:250px;height:auto}.logo-container h1{font-size:40px;color:#133454}.login-form{position:relative;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center}.input-field,.otp-input{width:100%;padding:12px 15px;margin-bottom:15px;border:1px solid #d1d5db;border-radius:6px;font-size:16px}.mobile-otp-section{width:100%;display:flex;gap:10px;margin-bottom:15px;flex-direction:row;align-items:center;justify-content:space-between}.mobile-otp-section .input-field{flex:1;margin-bottom:0}.sign-in-btn,.otp-in-btn{width:400px;padding:12px 20px;background-color:#133454;color:#fff;font-size:16px;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.sign-in-btn:hover,.otp-in-btn:hover{background-color:#1e4e7e;transform:scale(1.07);color:#fff}.loginbtn{display:flex;justify-content:center;gap:10px;margin-top:10px;width:100%}.login-toggle{color:#133454;cursor:pointer;margin-top:10px;text-decoration:underline;text-align:center}.message-box{margin-top:10px;padding:10px 15px;border-radius:6px;text-align:center;font-size:14px;width:100%}.success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.error{background-color:#ddf8ff;color:#133454;border:1px solid #133454}.toast-message{position:absolute;top:100%;margin-top:10px;left:50%;transform:translate(-50%);padding:10px 16px;border-radius:6px;font-size:14px;text-align:center;white-space:nowrap;z-index:999}.subtitle-section{text-align:center;margin-top:30px}.logo-subtitle{font-size:20px;color:#616161;margin-bottom:10px;line-height:1.5}.optionlogin{color:#133454;cursor:pointer;margin-top:10px;text-decoration:underline;text-align:center}.dashboard-container{display:flex}.sidebar input[type=text]{width:100%;padding:8px;border:1px solid #ccc;border-radius:6px;margin-bottom:16px}.sidebar button{width:100%;text-align:left;background:none;border:none;padding:8px;font-size:17px;color:#00c9ff;cursor:pointer;border-radius:6px;display:flex;justify-content:flex-start;align-items:center;gap:5px;transition:background-color .2s ease;border-top:1px solid #969696}.sidebar button:hover{color:#283643;background-color:#00c9ff;transform:scale(1.07)}.sidebar a{width:100%;text-align:left;background:none;border:none;padding:8px;font-size:17px;color:#fff;cursor:pointer;border-radius:6px;display:flex;justify-content:flex-start;align-items:center;gap:5px;font-weight:700;transition:background-color .2s ease;text-decoration:none}.sidebar a:hover{background-color:#343454}.hamburger{font-size:24px;cursor:pointer;color:#fff;padding:10px;display:inline-block}.sidebar .tags{margin-top:22px}.tags h3{color:#133454;font-size:1rem;margin-bottom:8px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;font-weight:400}.h3-content{display:flex;justify-content:space-between;align-items:center;width:100%;color:#fff}.h3-content span:first-child{display:flex;align-items:center;gap:8px}.tags .arrow{transition:transform .2s ease;font-size:20px}.tags .arrow.right{transform:rotate(0)}.tags .arrow.down{transform:rotate(90deg)}html,body{height:100%;margin:0}.sidebar{width:250px;background-color:#283643;color:#fff;position:fixed;top:60px;bottom:0;left:0;overflow-y:auto;padding:20px 10px;box-sizing:border-box;z-index:1000;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar{width:250px;transition:all .3s ease}.sidebar.collapsed{transform:translate(-100%);position:absolute;top:0;left:0}.main-content{flex:1;margin-top:50px;margin-left:250px;transition:margin-left .3s ease;width:100%;padding:20px;box-sizing:border-box;overflow-x:auto}.main-content.full{margin-left:0}.dropdown-buttons{overflow:visible;max-height:none;transition:all .3s ease;animation:slideDown .3s ease forwards}@keyframes slideDown{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}.header{display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 20px;background:linear-gradient(270deg,#283643,#00c9ff,#283643,#00c9ff,#283643);background-size:500% 100%;animation:richWave 20s linear infinite;position:fixed;top:0;left:0;width:100%;z-index:1001;overflow:hidden;color:#fff}@keyframes richWave{0%{background-position:100% 0}to{background-position:0% 0}}header:before{content:"";position:absolute;top:0;left:-150%;width:200%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 20%,rgba(255,255,255,.7) 50%,rgba(255,255,255,0) 80%,rgba(255,255,255,.7) 0%,);animation:metallicSweep 5s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes metallicSweep{0%{left:-150%}to{left:150%}}.header-right{color:#fff;display:flex;align-items:center;gap:15px}.notification-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease;position:relative;color:#fff}.notification-btn:hover{scale:1.08}.notification-btn:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background-color:red;border-radius:50%}.profile-section{position:relative}.profile-image{width:32px;height:32px;border-radius:50%;cursor:pointer}.dropdown-menu{position:fixed;right:10px;top:60px;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:4px 0;width:140px;display:flex;flex-direction:column}.dropdown-item{background:none;border:none;width:100%;padding:10px 16px;text-align:left;font-size:14px;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{background-color:#f3f4f6}.branches-list{list-style:none;padding:0;margin:0 auto;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center}.branch-wrapper{max-width:350px;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;margin-bottom:16px;position:relative;box-shadow:0 4px 8px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.branch-wrapper:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0000000f}.branch-item{display:flex;flex-direction:column;align-items:center;font-size:16px;font-weight:500;color:#333;line-height:1.6}.branch-item{font-size:22px;text-transform:uppercase}.branch-info{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:10px}.branch-date{font-size:14px;color:#6b7280;font-weight:400}.branch-actions{display:flex;align-items:center;justify-content:center}.branch-actions button{background:none;border:none;cursor:pointer;font-size:18px;transition:color .2s ease}.edit-btn{font-size:20px;color:#009cc7}.delete-btn{font-size:20px;color:#f44336}.branches-header{display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 20px;height:60px}.branches-header h2{text-transform:uppercase;font-size:27px;font-weight:700;margin:0;text-align:left;flex-grow:1;color:#283643;text-shadow:.1em .1em 0 hsl(200,55%,72%)}.add-branch-btn{padding:8px 16px;background-color:#283643;color:#00c9ff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.add-branch-btn:hover{background-color:#00c9ff;color:#283643}.popup-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1000;display:flex;align-items:center;justify-content:center}.edit-popup label{display:block;margin-bottom:15px;font-size:14px;color:#444}.edit-popup input,.edit-popup select{margin-bottom:20px;outline:none;width:100%;padding:10px 12px;margin-top:5px;border:1px solid #ccc;border-radius:6px;font-size:14px;transition:border-color .3s ease}.edit-popup input:focus,.edit-popup select:focus{border-color:#007bff;outline:none}.add-branch-form,.add-department-form,.add-subdepartment-form,.add-designation-form{display:flex;flex-direction:column;max-width:500px;margin:40px auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}input,select{width:100%;padding:7px;font-size:16px;border:1px solid #ddd;border-radius:6px;outline:none;box-sizing:border-box}input:focus,select:focus{border-color:#4f46e5}button.submit-btn{padding:10px 20px;background-color:#283643;color:#00c9ff;border:none;border-radius:6px;font-weight:500;cursor:pointer;margin-top:20px;transition:background-color .3s ease}button.submit-btn:hover{background-color:#00c9ff;color:#283643}button.submit-btn:focus{outline:none}.add-designation-form{display:flex;flex-direction:column;max-width:500px;margin:0 auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.form-group{margin-bottom:15px}label{font-size:16px;color:#333;margin-bottom:5px;display:block}input,textarea{width:100%;padding:7px;font-size:16px;border:1px solid #ddd;border-radius:6px;outline:none;box-sizing:border-box}input:focus,textarea:focus{border-color:#4f46e5}.department-container{display:flex;flex-direction:column;max-width:800px;margin:0 auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a}.department-list{list-style-type:none;padding:0}.branch-item{font-size:16px;color:#333}.branch-actions{margin-top:10px}.edit-popup{background-color:#fff;padding:20px;border-radius:10px;width:90%;max-width:500px;box-shadow:0 8px 24px #0003;position:absolute;top:20%;left:35%;transform:translate(-50%,-50%);z-index:100;overflow:hidden}.edit-popup h3{font-size:22px;margin-bottom:20px}.edit-popup input:focus{border-color:#4f46e5}.departments-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;justify-items:center}.department-list-container{height:400px;overflow-y:auto;border:1px solid #ccc;border-radius:6px;background-color:#fff;padding:10px;box-shadow:0 2px 5px #0000000d;scrollbar-width:thin;scrollbar-color:hsl(200,55%,72%) transparent;max-width:350px;width:100%}.department-list-container::-webkit-scrollbar{width:4px}.department-list-container::-webkit-scrollbar-thumb{background-color:#90c5df}.department-list-container::-webkit-scrollbar-track{background-color:transparent}.department-list-container h3{text-transform:uppercase;text-align:center;font-size:22px;font-weight:600;margin-bottom:10px;color:#0d3b72}.department-list-container ul{list-style:none;padding:0;margin:0}.department-list-container li{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.department-list-container li{flex:1;font-size:14px}.department-list-container li div{display:flex;align-items:center;gap:8px}.department-list-container button{background:none;border:none;cursor:pointer;font-size:16px}.designation-table-wrapper{max-height:600px;overflow-y:auto;border:1px solid #ddd;border-radius:8px;margin-top:10px}.designation-table{width:100%;border-collapse:collapse;min-width:800px;border:1px solid #ccc}.designation-table th,.designation-table td{padding:12px 16px;border:1px solid #ccc;text-align:center;font-size:14px;background-color:#fff}.designation-table thead{background-color:#f5f5f5;position:sticky;top:0;z-index:1}.search-bar-container{margin:10px 0;display:flex;justify-content:flex-end}.search-input{padding:8px 12px;font-size:14px;border-radius:6px;border:1px solid #ccc;width:250px}.th-sno{width:60px;text-align:center}.th-action{width:100px}.th-code{width:100px;text-align:center}.designation-table tbody tr:hover{background-color:#f9f9f9}.subdepartment-container{padding:1rem}.branches-header{display:flex;justify-content:space-between;align-items:center}.subdepartment-header{display:flex;justify-content:space-between;border-bottom:1px solid #ccc;padding:5px}.subdepartments-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:20px;align-items:flex-start;margin-bottom:30px;justify-items:center}.subdepartment-card{border:1px solid #ccc;padding:1rem;border-radius:10px;background-color:#fff}.subdepartment-list-container{overflow-y:auto;border:1px solid #ccc;border-radius:6px;background-color:#fff;padding:10px;box-shadow:0 2px 5px #0000000d;scrollbar-width:thin;scrollbar-color:hsl(200,55%,72%) transparent;max-width:350px;width:100%;max-height:100%}.sub-department-item{display:flex;border-top:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-top:5px}.sub-department-item:first-child{border-top:none}.button-group{display:flex;justify-content:space-evenly}.info-display p{font-size:16px;margin:8px 0;color:#333}.info-display p strong{font-weight:600;margin-right:6px}.branch-section h3{font-size:20px;margin-top:20px;text-align:center;font-weight:800;font-family:Diphylleia,serif;text-transform:uppercase;color:#283643;text-shadow:.1em .1em 0 hsl(200,55%,72%);border-bottom:3px solid #283643;padding-bottom:5px}.add-btn{background:none;color:#009cc7;border:none;cursor:pointer;font-size:18px}.add-btn:hover{color:#283643}.leave-table-container{width:100vw;max-width:80vw;padding:20px;border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative}.scroll-wrapper{overflow-x:auto;width:100%;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:hsl(200,55%,72%) transparent}.scroll-wrapper::-webkit-scrollbar{height:1px}.scroll-wrapper::-webkit-scrollbar-thumb{background-color:#000}.scroll-wrapper::-webkit-scrollbar-track{background-color:transparent}.leave-table{border-collapse:collapse;width:1500px;min-width:600px;table-layout:auto;width:100%;overflow:hidden}.form-group-full{flex:1 1 100%}.icon-btn{background:none;border:none;cursor:pointer;margin:0 5px}.form-container{max-width:900px;margin:0 auto;padding:2rem;background-color:#f9f9f9;border-radius:12px;box-shadow:0 0 10px #0000001a}.form-title{font-size:1.8rem;text-align:center;margin-bottom:1.5rem}.form-label{display:flex;flex-direction:column;font-weight:500}.form-input{padding:.6rem .8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-top:.3rem}.submit-button{margin-top:2rem;padding:.8rem 2rem;font-size:1rem;background-color:#07c;color:#fff;border:none;border-radius:8px;cursor:pointer;display:block;width:100%}.submit-button:hover{background-color:#005fa3}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.submit-button{display:block;margin:2rem auto 0;background-color:#2d6aa6;color:#fff;padding:.6rem 2rem;border:none;border-radius:6px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.submit-button:hover{background-color:#23578a}.leave-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.leave-table th{background-color:#f0f0f0}.leave-table tbody tr:hover{background-color:#f9f9f9}.leave-table td,.leave-table th{border:1px solid #ccc;text-align:center;white-space:nowrap;padding:10px 12px;vertical-align:middle}.leave-table input{width:100%;height:40px;box-sizing:border-box;padding:8px 10px;font-size:14px}.leave-table tr{height:auto}.edit-form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.leave-edit-form{background:#fff;padding:20px 30px;border-radius:8px;width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 0 10px #0000004d}.leave-edit-form h3{margin-top:0;margin-bottom:15px;text-align:center}.leave-edit-form label{display:block;margin-bottom:5px;font-weight:600}.leave-edit-form input[type=text],.leave-edit-form input[type=number],.leave-edit-form select,.leave-edit-form textarea{width:100%;padding:6px 8px;margin-bottom:15px;box-sizing:border-box;border-radius:4px;border:1px solid #ccc;font-size:14px}.leave-edit-form textarea{resize:vertical;min-height:60px}.edit-form-buttons{display:flex;justify-content:space-between;gap:10px}.leave-edit-form button{padding:8px 16px;border:none;border-radius:4px;font-weight:600;cursor:pointer;font-size:14px}.leave-edit-form button[type=submit]{background-color:#2196f3;color:#fff}.leave-edit-form button[type=submit]:hover{background-color:#1976d2}.cancel-btn{background-color:#f44336;color:#fff}.cancel-btn:hover{background-color:#d32f2f}.form-group label{display:block;margin-bottom:.4rem;font-weight:500}.dropdown-container-shift{position:relative;width:100%}.dropdown-toggle-shift{border:1px solid #ccc;padding:6px 10px;border-radius:4px;cursor:pointer;background-color:#fff}.dropdown-menu-shift{position:absolute;top:100%;left:0;width:100%;max-height:150px;overflow-y:auto;background-color:#fff;border:1px solid #ccc;margin-top:2px;z-index:20;list-style:none;padding:0}.dropdown-menu-shift li{padding:6px 10px;cursor:pointer}.dropdown-menu-shift li:hover{background-color:#f0f0f0}.dropdown-menu-shift li.selected{background-color:#e6f7ff}.weekoff-input{position:relative;width:200px}.weekoff-input input{width:100%}.weekoff-options{position:absolute;list-style:none;padding:0;margin:4px 0 0;border:1px solid #ccc;width:100%;background-color:#fff;z-index:10}.addfield{margin:20px 0;padding:20px 25px;border:2px solid #ccc;border-radius:12px;background-color:#fafafa;box-shadow:0 2px 6px #0000000d}.addfield legend{font-size:1.25rem;font-weight:700;padding:0 10px;color:#333}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.form-group label{font-weight:600;margin-bottom:6px;color:#444}.form-group input,.form-group select{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 4px #007bff33}label{margin-bottom:4px;font-weight:500;font-size:15px}*/ .checkbox-row-table{padding:20px;display:flex;gap:40px;align-items:center;flex-wrap:nowrap}.shift-check{justify-content:center;display:flex;gap:20px}.checkbox-label{display:flex;justify-content:center;align-items:center;cursor:pointer;white-space:nowrap;font-weight:500;color:#333}.checkbox-label input[type=checkbox]{height:20px;margin-right:8px}.error-popup-wrapper{position:relative;display:inline-block;width:100%}.error-popup:after{content:attr(title);position:absolute;top:100%;left:0;background:#000;color:#fff;padding:4px 8px;font-size:10px;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .2s ease-in-out;z-index:10}.error-popup:hover:after{opacity:1}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{width:100%;min-width:800px;border-collapse:collapse}.custom-table th,.custom-table td{padding:5px;border:1px solid #ccc;text-align:left;font-size:14px}.shift-table-container{padding:10px;border:1px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative}.custom-table th{background-color:#f8f9fa;font-weight:700}.custom-table tr:nth-child(2n){background-color:#f9f9f9}.custom-table tr:hover{background-color:#c6e7f0}.table-btn{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@media (max-width: 600px){.form-grid{grid-template-columns:1fr}.form-group input,.form-group select{font-size:16px;padding:12px}.table-btn{margin-bottom:20px;align-items:center}.custom-table th,.custom-table td{font-size:13px;padding:8px}}.add-employee-form{max-width:1200px;margin:auto;padding:20px;font-family:sans-serif}.profile-section-employee{text-align:center;margin-bottom:30px}.profile-img-container{position:relative;width:120px;height:120px;margin:auto}.profile-img-container img,.default-user-icon{width:100%;height:100%;border-radius:50%;border:1px solid #ccc;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center;object-fit:cover}.camera-icon-overlay{position:absolute;bottom:0;right:0;width:28px;height:28px;background-color:#173a5e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;cursor:pointer}.profile-img-container label{position:absolute;bottom:0;right:0;background:#007bff;color:#fff;padding:2px 6px;border-radius:50%;font-size:14px;cursor:pointer}.employee-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.employee-grid label{display:block;font-weight:500;margin-bottom:5px}.employee-grid input,.employee-grid select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.employee-page{padding:20px}.header-bar-employee{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-bottom:20px;flex-direction:column;gap:20px}.branch-filters{display:flex;flex-wrap:wrap;gap:10px}.branch-btn{padding:8px 12px;border:1px solid #ccc;background:#f9f9f9;cursor:pointer;border-radius:5px}.branch-btn.active{background:#00c9ff;color:#fff}.employee-list{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px}.employee-list{display:flex;flex-wrap:wrap;gap:15px}.employee-card{width:250px;border:1px solid #ddd;padding:12px;border-radius:8px;text-align:center;background-color:#fff;box-shadow:0 2px 6px #0000000d}.emp-image{width:120px;height:120px;object-fit:cover;border-radius:50%;background-color:#f0f0f0}.emp-name{font-weight:600;font-size:14px}.emp-role{font-size:12px;color:#777}.companydetail-image{display:flex;gap:20px;margin-bottom:20px}.logo-preview,.photo-preview{display:flex;flex-direction:column;align-items:flex-start}.logo-preview img,.photo-preview img{border-radius:6px;margin-top:8px;object-fit:cover}.small-logo img{width:180px;height:200px}.large-photo img{width:480px;height:280px}.companydetail-image{display:flex;justify-content:space-evenly}.companydetail{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.company-details-form{width:100%;display:flex;flex-direction:column;gap:16px}.form-row{display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:10px;justify-content:center}.form-label-company{width:200px;min-width:150px;font-weight:500;margin-top:6px;color:#333}.form-label-company.required:after{content:" *";color:red}.form-input-company{flex:1;min-width:200px}.form-input-company input,.form-input-company select,.form-input-company textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px}textarea{min-height:80px;resize:vertical}.full-width{flex-direction:column}@media (max-width: 768px){.companydetail-image{flex-direction:column;align-items:center;gap:20px}.small-logo img{width:100%;height:200px}.large-photo img{width:100%;height:auto;max-width:100%}.companydetail{grid-template-columns:1fr}.form-row{flex-direction:column;align-items:stretch}.form-label-company{width:100%;margin-bottom:4px}.form-input-company{width:100%}.update-btn{width:100%;padding:14px;font-size:16px}.company-details-container{padding:10px}}.company-details-container{padding:50px}.employee-detail-container{display:flex;gap:20px;padding:20px;justify-content:center}.left-sidebar{width:300px;background:#fff;border:1px solid #eee;border-radius:8px;padding:20px;position:sticky;top:20px;box-shadow:0 2px 10px #0000000d}.left-sidebar .profile-pic{width:100px;height:100px;margin:0 auto 10px;border-radius:50%;object-fit:cover;border:2px solid #007bff}.left-sidebar h2{text-align:center;margin-bottom:5px;font-size:20px}.left-sidebar .info-item{display:flex;justify-content:center;padding:6px 0;font-size:14px;color:#333}.left-sidebar .status{display:flex;align-items:center;gap:10px;margin-top:15px;font-size:14px}.left-sidebar .status .label{flex:1}.left-sidebar .status input[type=checkbox]{transform:scale(1.2)}.right-content{flex:1;background:#fff;padding:20px;border-radius:8px;border:1px solid #eee}.form-card{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:30px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:5px;color:#333}.form-group input,.form-group select,.form-group textarea{padding:8px 10px;border:1px solid #ccc;border-radius:5px;font-size:14px;background:#fff}.tab-buttons-scrollable{overflow-x:auto;white-space:nowrap;margin-bottom:20px;padding-bottom:4px;display:flex;gap:10px}.tab-buttons-inner{display:flex;gap:10px;min-width:max-content}.tab-buttons-scrollable::-webkit-scrollbar{height:6px}.tab-buttons-scrollable::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.tab-buttons-scrollable button{flex:0 0 auto;padding:6px 12px;border:none;background:#e0e0e0;border-radius:6px;cursor:pointer;white-space:nowrap}.tab-buttons-scrollable .active-tab{background:#007bff;color:#fff}.employee-main{width:800px}.grid-form{padding:10px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width: 1000px){.leave-table-container{padding:0}.main-content{margin-left:0!important;padding:80px 0 0}.edit-popup{width:90%;padding:15px;top:20%;left:5%;transform:translate(-50%,-50%)}.edit-popup h3{font-size:18px;margin-bottom:15px}.edit-popup button{width:100%;font-size:14px;padding:12px}.edit-popup table{width:100%;table-layout:auto;border-collapse:collapse}.edit-popup table th,.edit-popup table td{padding:8px;text-align:left;word-wrap:break-word}.edit-popup table-wrapper{overflow-x:auto}.branch-actions{align-items:flex-start;margin:0}.edit-btn,.delete-btn{width:100%}.login-container{height:auto}.mobile-otp-section{flex-direction:column}.sign-in-btn{width:auto}.logo-img{width:150px}.logo-container{padding:0}.logo-container h1{font-size:30px;padding-bottom:5px}.branches-header{gap:10px;height:auto;margin-bottom:5px}.branches-header .spacer{display:none}.branches-header h2{flex-grow:0;font-size:20px}.add-branch-btn{margin:2px}.search-bar-container{justify-content:center}}@media (max-width: 1024px){.branches-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.addfield{padding:0}.branches-header{flex-direction:column}.main-content{margin-left:0!important;padding:80px 0 0}.form-grid{display:block;padding:5px}.form-group,.form-group-full{flex:none;width:100%}input[type=text],input[type=number],select,textarea{font-size:14px}.leave-table-container{max-width:95vw;padding:0}.scroll-wrapper{padding:5px}.leave-table{width:100%;min-width:600px}.leave-table th,.leave-table td{padding:6px 8px}.submit-button{padding:.5rem 1.5rem;font-size:14px}.branches-list{grid-template-columns:1fr}.sidebar{width:220px;top:60px;transform:translate(-100%);position:fixed}.sidebar.collapsed{transform:translate(-100%)}.sidebar:not(.collapsed){transform:translate(0)}.main-content.full{margin-left:0}}@media (max-width: 600px){.main-content{margin-left:0!important;padding:80px 0 0}.designation-table-wrapper{overflow-x:auto}.designation-table{min-width:300px}.designation-table th,.designation-table td{padding:2px}}@media (max-width: 420px){.main-content{margin-left:0!important;padding:80px 0 0}.scroll{padding:20px;-webkit-overflow-scrolling:touch}.leave{overflow-x:auto;min-width:300px}}@media (max-width: 220px){.main-content{margin-left:0!important;padding:80px 0 0}}@media (max-width: 1024px){.employee-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.employee-card{width:140px}.emp-image{width:100px;height:100px}.emp-name{font-size:13px}.emp-role{font-size:11px}.profile-img-container{width:100px;height:100px}.camera-icon-overlay{width:24px;height:24px;font-size:12px}}@media (max-width: 768px){.header-bar{flex-direction:column;align-items:flex-start;gap:10px}.branch-filters{flex-direction:column;width:100%}.branch-btn{width:100%;text-align:left}.employee-card{width:100%;max-width:300px}.emp-image{width:100px;height:100px}.emp-name{font-size:13px}.emp-role{font-size:11px}.employee-grid{grid-template-columns:1fr}.profile-img-container{width:90px;height:90px}.camera-icon-overlay{width:22px;height:22px;font-size:12px}}@media (max-width: 480px){.employee-card{padding:10px;border-radius:6px}.emp-name{font-size:12px}.emp-role{font-size:10px}.emp-image{width:100px;height:100px}.add-employee-form{padding:10px}.profile-img-container{width:80px;height:80px}.employee-list{justify-content:center}}.home-container{font-family:Segoe UI,sans-serif;padding:30px;background-color:#f3f4f6;color:#333}h2,h3{margin-bottom:15px;color:#333}.card{width:350px;white-space:nowrap;overflow-x:auto;padding:12px 16px;font-weight:600;border:1px solid transparent;border-radius:6px;box-sizing:border-box}.card::-webkit-scrollbar{height:4px}.card::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.grid-box{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px;justify-content:flex-start}.green{background-color:#e6f4ea;border-color:#27ae60;color:#218c4e}.red{background-color:#fdeaea;border-color:#e74c3c;color:#c0392b}.blue{background-color:#eaf3fa;border-color:#3498db;color:#2c81ba}.warnings{margin-bottom:30px}.report-task-row{display:flex;flex-wrap:wrap;gap:30px}.report-box,.task-box{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 5px #0000000d;flex:1;min-width:300px}.report{display:flex;justify-content:space-between;font-weight:600;margin-bottom:10px;padding:10px 14px;border-radius:5px}.report.submitted{background-color:#e8f5e9;color:#2e7d32}.report.pending{background-color:#e3f2fd;color:#1565c0}.task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:20px 0}.task{background-color:#f8f9fa;padding:15px;border-radius:6px;text-align:center;font-size:14px;font-weight:600;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task span{display:block;font-size:18px;margin-top:4px;color:#222}.active-task{text-align:right;font-weight:700;margin-top:10px}.circular-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;padding:20px}.title{font-size:2.5rem;margin-bottom:1rem;animation:pulse 2s infinite}.coming-soon{font-size:1.8rem;background:#fc0;color:#333;padding:10px 20px;border-radius:20px;animation:bounce 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.admin-container{padding:2rem}.admin-title{font-size:2rem;margin-bottom:1rem;color:#2c3e50}.admin-subtitle{font-size:1.5rem;margin-top:2rem;color:#34495e}.admin-loading{font-size:1.2rem;color:#999}.action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.action-buttons button{padding:6px 10px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background-color .2s ease}.action-buttons button:hover{background-color:#2980b9}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.checkbox-wrapper{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;margin-bottom:15px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#333}.checkbox-label input[type=checkbox]{width:15px;height:15px;cursor:pointer}.custom-checkbox{width:10px;height:10px;cursor:pointer}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;border-radius:8px;padding:25px 30px;width:100%;max-width:500px;box-shadow:0 8px 20px #0003;animation:fadeIn .3s ease}.modal h2{margin-bottom:20px;font-size:22px;font-weight:600;text-align:center}.modal label{display:block;margin-bottom:12px;font-size:14px;color:#333}.modal input[type=text],.modal input[type=email]{width:100%;padding:8px 10px;margin-top:6px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;font-size:14px}.modal input[type=checkbox]{margin-left:10px;transform:scale(1.2)}.modal-actions{display:flex;justify-content:space-between;margin-top:20px}.modal-actions button{flex:1;margin:0 5px;padding:10px;font-size:15px;font-weight:500;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.modal-actions button:hover{opacity:.9}.modal-actions .icon-success{color:green}.modal-actions button:first-child{background-color:#28a745;color:#fff}.modal-actions .icon-danger{color:red}.modal-actions button:last-child{background-color:#dc3545;color:#fff}.modal p{margin-top:12px;color:#d9534f;font-weight:500;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.success-message{color:green;margin-bottom:10px}.error-message{color:red;margin-bottom:10px}.alert{padding:12px;margin:10px 0;border-radius:4px;font-weight:500;text-align:center}.alert.success{background-color:#d1fae5;color:#065f46}.alert.error{background-color:#fee2e2;color:#991b1b}.manager-button{padding:8px 16px;margin:4px;font-size:14px;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.manager-button:hover{transform:scale(1.05)}.password-btn{background-color:#2196f3;color:#fff;padding:5px;border:none;border-radius:4px}.password-btn:hover{background-color:#1976d2}@media (max-width: 768px){.admin-container{padding:1rem}}.icon-success{color:#4caf50;font-size:20px;vertical-align:middle}.icon-danger{color:#f44336;font-size:20px;vertical-align:middle}
