@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,sans-serif}html,body,#root{width:100%;height:100%;overflow:hidden}.login-wrapper{background-color:#0000;background-image:linear-gradient(#00000073,#00000073),url(/assets/login_bg-BpQGx9J5.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex;overflow:hidden}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff21;border:1px solid #ffffff2e;border-radius:28px;width:100%;max-width:420px;padding:45px 35px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000059}.login-card:before{content:"";background:radial-gradient(#0066ff59,#0000);border-radius:50%;width:220px;height:220px;position:absolute;top:-100px;right:-80px}.login-card:after{content:"";background:radial-gradient(#0052cc40,#0000);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-100px;left:-80px}.login-title{text-align:center;color:#fff;z-index:2;margin-bottom:8px;font-size:42px;font-weight:700;position:relative}.login-subtitle{text-align:center;color:#ffffffc7;z-index:2;margin-bottom:35px;font-size:14px;position:relative}.input-box input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff24;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;height:56px;padding:0 18px;font-size:15px;transition:all .3s}.input-box input:focus{background:#ffffff2e;border-color:#ffffff59;box-shadow:0 0 0 4px #ffffff14}.login-field{z-index:5;margin-bottom:22px;position:relative}.login-input-wrapper{width:100%;position:relative}.login-input{color:#111827;background:#fffffff5;border:2px solid #0000;border-radius:16px;outline:none;width:100%;height:56px;padding:0 18px;font-size:15px;font-weight:500;transition:all .3s;display:block}.login-input::placeholder{color:#6b7280;opacity:1}.login-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.login-password-wrapper .login-input{padding-right:55px}.login-eye-icon{color:#6b7280;cursor:pointer;z-index:10;font-size:18px;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.login-btn{color:#fff;cursor:pointer;z-index:2;background:linear-gradient(135deg,#0052cc,#06f);border:none;border-radius:16px;width:100%;height:56px;margin-top:5px;font-size:16px;font-weight:600;transition:all .3s;position:relative}.login-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #0066ff59}.forgot{text-align:center;color:#ffffffd9;cursor:pointer;margin-top:18px;font-size:14px}@media (width<=768px){.login-card{max-width:95%;padding:38px 28px}.login-title{font-size:34px}}@media (width<=480px){.login-wrapper{padding:15px}.login-card{border-radius:24px;padding:30px 22px}.login-title{font-size:28px}.login-subtitle{margin-bottom:28px;font-size:13px}.input-box input,.login-btn{height:50px;font-size:14px}}.alert-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.alert-box{text-align:center;background:#fff;border-radius:12px;min-width:300px;max-width:400px;padding:30px 40px;animation:.3s scaleIn}.alert-icon{margin-bottom:15px;font-size:40px}.alert-message{margin-bottom:20px;font-size:18px;font-weight:500}.alert-btn{color:#fff;cursor:pointer;background:#1fa2b5;border:none;border-radius:6px;padding:8px 20px}.alert-box.success{border-top:5px solid #28a745}.alert-box.error{border-top:5px solid #dc3545}.alert-box.warning{border-top:5px solid #ffc107}@keyframes scaleIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.sidebar{color:#fff;z-index:1000;scrollbar-width:thin;background:linear-gradient(#220e47,#102341,#41536c);width:220px;height:100vh;padding-top:60px;font-family:Poppins,sans-serif;transition:all .3s;position:fixed;top:0;left:0;overflow:hidden auto;box-shadow:4px 0 15px #0003}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:20px}.profile-section{background:#ffffff14;border-radius:12px;align-items:center;gap:10px;min-height:74px;margin:0 10px 18px;padding:14px;display:flex}.profile-img{color:#fff;background:linear-gradient(135deg,#3b82f6,#0ea5e9);border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:24px;display:flex}.profile-info h3{color:#fff;white-space:nowrap;margin:0;font-size:15px;font-weight:600}.profile-info p{color:#cbd5e1;margin:2px 0 0;font-size:11px}.menu-container{padding:0 8px 20px}.menu{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:12px;margin-bottom:6px;padding:11px 14px;transition:all .3s;display:flex}.menu:hover{background:#ffffff1a}.menu:active{transform:scale(.98)}.menu-icon{justify-content:center;align-items:center;display:flex}.menu-icon svg{font-size:17px}.menu span{font-size:13px;font-weight:500}.report-menu{flex-direction:column;display:flex}.report-header{cursor:pointer;justify-content:space-between;align-items:center;width:100%;display:flex}.report-left{align-items:center;gap:12px;display:flex}.dropdown-arrow{font-size:18px;font-weight:700}.submenu{flex-direction:column;gap:6px;width:100%;margin-top:8px;padding-left:42px;animation:.25s fadeDropdown;display:flex}.submenu-item{color:#dbeafe;cursor:pointer;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:500;transition:all .3s}.submenu-item:hover{color:#fff;background:#ffffff14}.sidebar.collapsed{width:72px}.sidebar.collapsed .menu{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:12px 6px}.sidebar.collapsed .menu span{font-size:10px}.sidebar.collapsed .profile-section{justify-content:center}.sidebar.collapsed .profile-info,.sidebar.collapsed .submenu,.sidebar.collapsed .dropdown-arrow{display:none}.sidebar.hide{transform:translate(-100%)}.sidebar.show{transform:translate(0)}.mobile-toggle{z-index:1100;cursor:pointer;font-size:22px;position:fixed;top:15px;left:15px}.close-btn{cursor:pointer;color:#fff;font-size:20px;position:absolute;top:15px;right:15px}.collapse-btn{cursor:pointer;color:#fff;font-size:18px;position:absolute;top:15px;right:15px}.overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;width:100%;height:100%;position:fixed}@keyframes fadeDropdown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.sidebar{width:210px}.menu{padding:10px 12px}.menu span,.submenu-item{font-size:12px}}@media (width<=768px){.sidebar{width:240px;padding-top:58px;transform:translate(-100%)}.sidebar.show{transform:translate(0)}.profile-section{margin-bottom:16px}.menu{border-radius:10px;padding:12px 14px}.menu span{font-size:13px}.menu-icon svg{font-size:18px}.submenu{padding-left:44px}.submenu-item{font-size:12px}}@media (width<=480px){.sidebar{width:85%;max-width:280px}.profile-section{padding:12px}.profile-img{width:42px;height:42px;font-size:22px}.profile-info h3{font-size:14px}.menu{gap:10px;padding:11px 12px}.menu span{font-size:12px}.menu-icon svg{font-size:17px}.submenu{padding-left:40px}.submenu-item{padding:7px 9px;font-size:11px}.collapse-btn,.close-btn{font-size:18px}}.submenu-item{color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;transition:all .3s;display:flex}.submenu-item:hover{background:#ffffff1f}.submenu-icon{justify-content:center;align-items:center;font-size:15px;display:flex}.navbar{color:#fff;z-index:1000;background:linear-gradient(#220e47,#102341,#41536c);justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 20px;display:flex;position:sticky;top:0}.nav-left,.nav-right{align-items:center;display:flex}@media (width>=769px){.nav-left,.nav-right{width:200px}}.nav-center{flex:1;justify-content:center;display:flex}.search-box{width:60%;position:relative}.search-box input{border:none;border-radius:20px;outline:none;width:100%;padding:10px 40px 10px 15px}.search-icon{color:#555;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.user-name{font-weight:500}.nav-toggle{cursor:pointer;font-size:20px}.nav-right{justify-content:flex-end;align-items:center;width:200px;display:flex}.logout-icon{color:#fff;cursor:pointer;font-size:20px}.logout-icon:hover{color:#fff}@media (width<=768px){.navbar{align-items:center;padding:0 10px;display:flex}.nav-left{align-items:center;width:auto;display:flex}.nav-center{flex:1;justify-content:center;display:flex}.search-box{width:100%;max-width:220px}.search-box input{padding:8px 35px 8px 12px;font-size:14px}.nav-right{justify-content:flex-end;align-items:center;width:auto;display:flex}.logout-icon{font-size:18px}}@media (width>=769px){.mobile-toggle{display:none}}.search-dropdown{z-index:999;background:#fff;border-radius:8px;width:100%;max-height:250px;position:absolute;top:45px;overflow-y:auto;box-shadow:0 4px 10px #0003}.search-item{cursor:pointer;color:#000;padding:10px}.search-item:hover{background:#f0f0f0}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif}html,body,#root{color:#111827;background:#f4f7fb;width:100%;min-height:100%;font-family:Inter,sans-serif;overflow-x:hidden;overflow-y:auto!important}.layout{width:100%;min-height:100vh;display:flex}.main{flex:1;min-height:100vh;margin-left:220px;padding-bottom:30px;transition:all .3s;overflow:hidden visible}.main.collapsed{margin-left:75px}.content{width:100%;padding:20px}.welcome-banner{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:18px;justify-content:space-between;align-items:center;width:100%;margin-bottom:22px;padding:24px;display:flex;box-shadow:0 10px 24px #2563eb24}.welcome-banner h2{margin-bottom:5px;font-size:24px;font-weight:700}.welcome-banner p{opacity:.9;font-size:14px}.banner-right{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:22px;display:flex}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;margin-bottom:22px;display:grid}.dashboard-card{background:#fff;border:1px solid #edf2f7;border-radius:18px;align-items:center;gap:14px;padding:18px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0f172a0d}.dashboard-card:hover{transform:translateY(-4px)}.card-icon{color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:21px;display:flex}.users{background:linear-gradient(135deg,#2563eb,#3b82f6)}.approved{background:linear-gradient(135deg,#16a34a,#22c55e)}.pending{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.rejected{background:linear-gradient(135deg,#dc2626,#ef4444)}.dashboard-card h4{color:#64748b;margin-bottom:4px;font-size:13px;font-weight:500}.dashboard-card h2{color:#111827;font-size:25px;font-weight:700}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:20px;display:grid}.table-section,.mini-card{background:#fff;border:1px solid #edf2f7;border-radius:18px;padding:20px;box-shadow:0 4px 12px #0f172a0d}.section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.section-header h3,.section-header h4{color:#111827;font-size:17px;font-weight:600}.section-header span{color:#2563eb;cursor:pointer;font-size:13px;font-weight:600}.attendance-table-wrapper{width:100%;overflow-x:auto}.attendance-table{border-collapse:collapse;width:100%;min-width:700px}.attendance-table th{text-align:left;color:#475569;border-bottom:1px solid #e2e8f0;padding:14px;font-size:13px;font-weight:600}.attendance-table td{color:#111827;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px 14px;font-size:13px}.employee-box h4{margin-bottom:2px;font-size:14px;font-weight:600}.employee-box p{color:#64748b;font-size:12px}.status{border-radius:30px;padding:6px 14px;font-size:11px;font-weight:600}.status.pending{color:#b45309;background:#fef3c7}.status.approved{color:#15803d;background:#dcfce7}.status.rejected{color:#dc2626;background:#fee2e2}.reason-column{color:#475569;max-width:220px;line-height:20px}.table-btn-row{gap:8px;display:flex}.approve-btn,.reject-btn{color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .3s}.approve-btn{background:#16a34a}.reject-btn{background:#dc2626}.approve-btn:hover,.reject-btn:hover{opacity:.9}.done-text{color:#64748b;font-size:12px;font-weight:600}.right-section{flex-direction:column;gap:20px;display:flex}.mini-top{justify-content:space-between;align-items:center;display:flex}.mini-top h4{font-size:15px;font-weight:600}.mini-card h2{color:#2563eb;margin:14px 0;font-size:30px}.progress-bar{background:#e2e8f0;border-radius:30px;width:100%;height:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2563eb,#4f46e5);width:92%;height:100%}.notify-item{color:#475569;border-bottom:1px solid #f1f5f9;padding:14px 0;font-size:13px}.no-data{text-align:center;color:#64748b;font-size:14px;padding:30px!important}.overlay{z-index:999;background:#0006;position:fixed;inset:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}@media (width<=992px){.dashboard-grid{grid-template-columns:1fr}}@media (width<=768px){.main{width:100%;margin-left:0}.main.collapsed{margin-left:0}.content{padding:14px}.welcome-banner{flex-direction:column;align-items:flex-start;gap:18px}.welcome-banner h2{font-size:20px}.welcome-banner p{font-size:13px}.cards{grid-template-columns:1fr}.dashboard-card h2{font-size:22px}.mini-card h2{font-size:26px}.section-header h3,.section-header h4{font-size:16px}}.quick-actions{flex-direction:column;gap:14px;display:flex}.quick-card{cursor:pointer;background:#f8fafc;border-radius:16px;align-items:center;gap:14px;padding:14px;transition:all .3s;display:flex}.quick-card:hover{background:#f1f5f9;transform:translateY(-2px)}.quick-icon{color:#fff;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;font-size:18px;display:flex}.quick-icon.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.quick-icon.green{background:linear-gradient(135deg,#16a34a,#22c55e)}.quick-icon.orange{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.quick-icon.red{background:linear-gradient(135deg,#dc2626,#ef4444)}.quick-card h5{color:#111827;margin-bottom:3px;font-size:14px;font-weight:600}.quick-card p{color:#64748b;font-size:12px}.quick-card{cursor:pointer;transition:all .3s}.quick-card:hover{transform:translateY(-4px)}@media (width<=768px){.table-section{width:100%;padding:14px;overflow:hidden}.attendance-table-wrapper{-webkit-overflow-scrolling:touch;border-radius:14px;width:100%;overflow-x:auto}.attendance-table{min-width:850px}.attendance-table th,.attendance-table td{white-space:nowrap}.table-btn-row{flex-wrap:nowrap}}@media (width<=480px){.attendance-table{min-width:950px}.attendance-table th,.attendance-table td{padding:12px 10px;font-size:12px}}.adminDashboardContainer{width:100%}.adminDashboardTitle{color:#0f172a;margin-top:10px;margin-bottom:18px;margin-left:20px;font-size:26px;font-weight:700}.adminKpiGrid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.adminKpiCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:14px;width:250px;min-height:90px;margin-left:10px;padding:20px;display:flex;box-shadow:0 1px 3px #0000000d}.adminKpiIcon{border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;display:flex}.presentIcon{color:#16a34a;background:#dcfce7}.leaveIcon{color:#f59e0b;background:#fef3c7}.approveIcon{color:#2563eb;background:#dbeafe}.rejectIcon{color:#ef4444;background:#fee2e2}.adminKpiCard h6{color:#64748b;margin-bottom:5px;font-size:13px;font-weight:600}.adminKpiCard h2{color:#111827;margin-bottom:4px;font-size:26px;font-weight:700}.adminKpiCard p{color:#94a3b8;font-size:12px}.adminSectionCard{background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:22px;padding:20px;box-shadow:0 1px 3px #0000000d}.adminSectionHeader{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.adminSectionHeader h3{color:#111827;font-size:18px;font-weight:700}.adminViewBtn{color:#4f46e5;cursor:pointer;background:#eef2ff;border:none;border-radius:10px;padding:8px 14px;font-size:12px;font-weight:600}.adminQuickLinksGrid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.adminQuickCard{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:82px;transition:all .2s;display:flex}.adminQuickCard:hover{background:#f8fafc}.adminQuickCard svg{color:#6366f1;font-size:20px}.adminQuickCard span{color:#334155;font-size:12px;font-weight:600}@media (width<=1200px){.adminKpiGrid{grid-template-columns:repeat(2,1fr)}.adminQuickLinksGrid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.adminKpiGrid{grid-template-columns:1fr}.adminQuickLinksGrid{grid-template-columns:repeat(2,1fr)}.adminDashboardTitle{font-size:30px}}.adminLeaveTable{border-collapse:collapse;width:100%}.adminLeaveTable th{text-align:left;color:#64748b;border-bottom:1px solid #e5e7eb;padding:14px;font-size:12px;font-weight:700}.adminLeaveTable td{border-bottom:1px solid #f1f5f9;padding:14px;font-size:13px}.adminEmployeeInfo{align-items:center;gap:10px;display:flex}.adminEmployeeAvatar{color:#fff;background:#4f46e5;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.adminEmployeeInfo h5{font-size:13px;font-weight:600}.adminEmployeeInfo span{color:#94a3b8;font-size:11px}.adminStatusBadge{border-radius:20px;padding:5px 10px;font-size:11px;font-weight:600}.adminApproveBtn,.adminRejectBtn{color:#fff;border:none;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:600}.adminApproveBtn{background:#16a34a}.adminRejectBtn{background:#ef4444}.presentCard{color:#fff;cursor:pointer;background:#16a34a}.absentCard{color:#fff;cursor:pointer;background:#dc2626}.leaveCard{color:#fff;cursor:pointer;background:#f59e0b}.manualCard{color:#fff;cursor:pointer;background:#2563eb}.presentCard h2,.absentCard h2,.leaveCard h2,.manualCard h2{color:#fff;margin:0}.presentCard p,.absentCard p,.leaveCard p,.manualCard p{color:#fff;margin-top:5px}.presentCard:hover,.absentCard:hover,.leaveCard:hover,.manualCard:hover{transition:all .3s;transform:translateY(-3px)}@media (width<=768px){.adminKpiGrid{grid-template-columns:repeat(2,1fr);gap:12px}.adminKpiCard{width:100%;min-height:80px;margin-left:0;padding:14px}.adminKpiIcon{width:42px;height:42px;font-size:16px}.adminKpiCard h2{font-size:24px}.adminKpiCard p{font-size:11px}.adminQuickLinksGrid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.adminKpiGrid{grid-template-columns:repeat(2,1fr);gap:10px}.adminKpiCard{min-height:75px;padding:12px}.adminKpiCard h2{font-size:20px}.adminKpiCard p{font-size:10px}.adminKpiIcon{width:38px;height:38px;font-size:14px}}.leave-page{background:#f4f7fb;min-height:100vh;padding:20px}.leave-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px;display:flex}.leave-header h2{color:#0f172a;margin-bottom:4px;font-size:28px;font-weight:800}.leave-header p{color:#64748b;font-size:13px}.leave-badge{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:14px;align-items:center;gap:8px;padding:11px 18px;font-size:13px;font-weight:700;display:flex;box-shadow:0 8px 22px #2563eb38}.leave-stats-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;margin-bottom:24px;display:flex}.leave-stat-card{border-radius:22px;align-items:center;gap:14px;width:240px;min-height:10px;padding:18px 20px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #0f172a24}.leave-stat-card:hover{transform:translateY(-4px)}.leave-stat-card.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.leave-stat-card.green{background:linear-gradient(135deg,#22c55e,#15803d)}.leave-stat-card.orange{background:linear-gradient(135deg,#f59e0b,#ea580c)}.leave-stat-card.red{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff2e;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;display:flex}.leave-stat-card h5{color:#ffffffe0;letter-spacing:.3px;margin-bottom:5px;font-size:11px;font-weight:600}.leave-stat-card h3{color:#fff;font-size:26px;font-weight:800;line-height:1}.leave-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px;overflow:hidden;box-shadow:0 6px 20px #0f172a0f}.table-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px;display:flex}.table-top h3{color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:800}.table-top p{color:#64748b;font-size:12px}.leave-table-wrapper{border-radius:16px;width:100%;overflow-x:auto}.leave-table{border-collapse:separate;border-spacing:0;background:#fff;width:100%;min-width:900px}.leave-table thead{background:#f8fbff}.leave-table th{text-align:left;color:#334155;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:13px 12px;font-size:12px;font-weight:700}.leave-table th:first-child{border-top-left-radius:14px}.leave-table th:last-child{border-top-right-radius:14px}.leave-table td{color:#475569;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:12px;font-size:12px}.leave-table tbody tr{transition:all .25s}.leave-table tbody tr:hover{background:#f8fafc}.employee-info{align-items:center;gap:10px;min-width:190px;display:flex}.table-flex{color:#2563eb;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.reason-text{white-space:normal;color:#475569;max-width:180px;font-size:12px;line-height:1.5}.leave-status{border-radius:30px;justify-content:center;align-items:center;padding:6px 12px;font-size:10px;font-weight:700;display:inline-flex}.leave-status.pending{color:#d97706;background:#fef3c7}.leave-status.approved{color:#15803d;background:#dcfce7}.leave-status.rejected{color:#dc2626;background:#fee2e2}.action-row{align-items:center;gap:7px;display:flex}.approve-btn,.reject-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:7px 12px;font-size:11px;font-weight:700;transition:all .25s}.approve-btn{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.reject-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.approve-btn:hover,.reject-btn:hover{transform:translateY(-2px)}.completed-text{color:#64748b;font-size:12px;font-weight:600}.leave-table-wrapper::-webkit-scrollbar{height:6px}.leave-table-wrapper::-webkit-scrollbar-track{background:#e2e8f0;border-radius:20px}.leave-table-wrapper::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:20px}@media (width<=1200px){.leave-stats-grid{justify-content:center}.leave-stat-card{width:220px}}@media (width<=992px){.leave-table{min-width:800px}.reason-text{max-width:150px}}@media (width<=768px){.leave-page{padding:14px}.leave-header{flex-direction:column;align-items:flex-start}.leave-header h2{font-size:24px}.leave-stats-grid{flex-direction:column;align-items:center}.leave-stat-card{width:100%;max-width:100%}.leave-table{min-width:700px}.leave-table th,.leave-table td{padding:10px;font-size:11px}.employee-avatar{width:34px;height:34px;font-size:12px}.approve-btn,.reject-btn{padding:6px 10px;font-size:10px}.reason-text{max-width:130px}}@media (width<=480px){.leave-header h2{font-size:22px}.leave-badge{justify-content:center;width:100%}.leave-stat-card{padding:16px}.stat-icon{width:46px;height:46px;font-size:18px}.leave-stat-card h3{font-size:22px}}.set-boundary-page{background:#f4f7fb;min-height:100vh;padding:18px}.set-boundary-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.set-boundary-header h2{color:#0f172a;margin-bottom:4px;font-size:26px;font-weight:700}.set-boundary-header p{color:#64748b;font-size:13px;font-weight:500}.set-boundary-badge{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:700;display:flex;box-shadow:0 6px 18px #2563eb2e}.set-boundary-grid{grid-template-columns:1.5fr .7fr;gap:18px;display:grid}.set-boundary-map-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px;box-shadow:0 4px 14px #0f172a0d}.set-boundary-card-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.set-boundary-card-top h3{color:#0f172a;font-size:17px;font-weight:700}.set-boundary-location-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.set-boundary-location-btn:hover{transform:translateY(-2px)}.set-boundary-map{z-index:1;border-radius:16px;width:100%;height:520px;overflow:hidden}.set-boundary-side{flex-direction:column;gap:18px;display:flex}.set-boundary-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 4px 14px #0f172a0d}.set-boundary-info-title{color:#0f172a;align-items:center;gap:10px;margin-bottom:18px;font-size:15px;font-weight:700;display:flex}.set-boundary-input-box{margin-bottom:16px}.set-boundary-input-box label{color:#64748b;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.set-boundary-input-box input{background:#f8fafc;border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;height:44px;padding:0 14px;font-size:13px;transition:all .3s}.set-boundary-input-box input:focus{background:#fff;border-color:#2563eb}.set-boundary-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:46px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.set-boundary-save-btn:hover{transform:translateY(-2px)}@media (width<=1100px){.set-boundary-grid{grid-template-columns:1fr}}@media (width<=768px){.set-boundary-page{padding:14px}.set-boundary-header,.set-boundary-card-top{flex-direction:column;align-items:flex-start}.set-boundary-map{height:400px}.set-boundary-header h2{font-size:22px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.add-user-page{background:#f4f7fb;min-height:100vh;padding:18px}.form-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;margin-bottom:18px;padding:20px;box-shadow:0 4px 14px #0f172a0d}.form-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:14px;display:grid}.floating-group{position:relative}.floating-group input,.floating-group textarea{color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;padding:20px 14px 10px 44px;font-size:14px;font-weight:600;transition:all .3s}.floating-group textarea{resize:none;height:56px;padding-top:18px}.floating-group label{color:#374151;pointer-events:none;background:#fff;padding:0 4px;font-size:14px;font-weight:600;transition:all .3s;position:absolute;top:15px;left:44px}.floating-group input:focus,.floating-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.floating-group input:focus+label,.floating-group input:valid+label,.floating-group textarea:focus+label,.floating-group textarea:valid+label{color:#2563eb;font-size:11px;font-weight:700;top:-8px}.input-icon{color:#111827;font-size:15px;position:absolute;top:18px;left:16px}.textarea-icon{top:18px}.alternate-mobile-field{grid-column:span 1}.address-field{grid-column:span 3}.add-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:180px;height:42px;margin:22px auto 0;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 18px #2563eb33}.add-submit-btn:hover{transform:translateY(-2px)scale(1.02)}.table-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;padding:14px;box-shadow:0 4px 14px #0f172a0d}.table-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.table-header h3{color:#111827;font-size:20px;font-weight:700}.table-wrapper{overflow-x:auto}.user-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:980px}.user-table th:first-child,.user-table td:first-child{width:210px}.user-table th:nth-child(2),.user-table td:nth-child(2){width:120px}.user-table th:nth-child(3),.user-table td:nth-child(3){width:200px}.user-table th:nth-child(4),.user-table td:nth-child(4){width:170px}.user-table th:nth-child(5),.user-table td:nth-child(5){width:130px}.user-table th:nth-child(6),.user-table td:nth-child(6){width:120px}.user-table th:nth-child(7),.user-table td:nth-child(7){width:110px}.user-table th{text-align:left;color:#111827;white-space:nowrap;border-bottom:1px solid #dbe2ea;padding:9px 10px;font-size:14px;font-weight:700}.user-table td{color:#1f2937;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf2f7;padding:8px 10px;font-size:14px;font-weight:600;overflow:hidden}.address-column{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.user-table tbody tr:hover{background:#f8fafc}.employee-box{align-items:center;gap:10px;display:flex}.employee-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;font-weight:700;display:flex}.employee-box h4{color:#111827;margin-bottom:2px;font-size:15px;font-weight:700}.employee-box p{color:#374151;font-size:13px;font-weight:600}.address-column{word-break:break-word;min-width:220px;max-width:260px;line-height:1.5}.edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f59e0b,#ea580c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 14px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.edit-btn:hover{transform:translateY(-2px)}.empty-row{text-align:center;color:#374151;font-size:15px;font-weight:600;padding:40px!important}@media (width<=1400px){.form-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.address-field{grid-column:span 3}}@media (width<=1200px){.form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.address-field{grid-column:span 2}}@media (width<=950px){.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.address-field,.alternate-mobile-field{grid-column:span 1}}@media (width<=768px){.add-user-page{padding:14px}.form-grid{grid-template-columns:1fr}.address-field,.alternate-mobile-field{grid-column:span 1}.page-header h2{font-size:22px}.user-table{min-width:1000px}}.search-box{background:#fff;border:1px solid #dbe2ea;border-radius:12px;align-items:center;gap:10px;width:260px;height:42px;padding:0 14px;display:flex}.pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;display:flex}.pagination span{color:#111827;font-size:14px;font-weight:700}.swal2-popup{border-radius:18px!important;font-family:inherit!important}.late-mark-page{background:#f4f7fb;max-width:980px;min-height:100vh;margin:auto;padding:18px}.late-header{margin-bottom:16px}.late-header h2{color:#111827;margin-bottom:4px;font-size:24px;font-weight:700}.late-header p{color:#6b7280;font-size:14px;font-weight:500}.hero-card{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:18px;align-items:center;gap:16px;margin-bottom:18px;padding:20px;display:flex;box-shadow:0 8px 22px #2563eb2e}.late-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.late-card{background:#fff;border:1px solid #dbe2ea;border-radius:16px;padding:16px;box-shadow:0 4px 12px #0f172a0a}.card-top{align-items:center;gap:10px;margin-bottom:14px;display:flex}.card-icon{color:#2563eb;background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:flex}.card-top h4{color:#111827;margin-bottom:2px;font-size:15px;font-weight:700}.card-top p{color:#6b7280;font-size:12px;font-weight:500}.late-card input{color:#111827;border:1px solid #cbd5e1;border-radius:12px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;font-weight:600;transition:all .3s}.late-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.preview-card{background:#fff;border:1px solid #dbe2ea;border-radius:16px;margin-bottom:18px;padding:16px;box-shadow:0 4px 12px #0f172a0a}.preview-header{margin-bottom:10px}.preview-header h3{color:#111827;font-size:17px;font-weight:700}.preview-row{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.preview-row:last-child{border-bottom:none}.preview-row span{color:#6b7280;font-size:14px;font-weight:600}.preview-row strong{color:#111827;font-size:15px;font-weight:700}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:40%;height:48px;margin:0 auto;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 18px #2563eb33}.save-btn:hover{transform:translateY(-2px)}@media (width<=900px){.late-grid{grid-template-columns:1fr}}@media (width<=768px){.late-mark-page{padding:14px}.hero-card{text-align:center;flex-direction:column}.hero-content h3{font-size:18px}.late-header h2{font-size:22px}.preview-row{flex-direction:column;align-items:flex-start;gap:6px}}.update-status-page{background:#f1f5f9;max-width:920px;min-height:100vh;margin:auto;padding:18px}.status-hero{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:20px;align-items:center;gap:16px;margin-bottom:20px;padding:20px;display:flex;box-shadow:0 10px 24px #2563eb33}.hero-icon{background:#ffffff24;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-size:26px;display:flex}.hero-content h3{margin-bottom:4px;font-size:22px;font-weight:700}.hero-content p{opacity:.92;font-size:13px;line-height:1.6}.status-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;box-shadow:0 6px 24px #0f172a0d}.input-group{margin-bottom:22px}.input-group label{color:#0f172a;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.dropdown-wrapper{width:100%}.select-box{cursor:pointer;color:#111827;background:#fff;border:1.5px solid #dbe2ea;border-radius:14px;justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 16px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.select-box:hover{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.select-box svg{color:#64748b;font-size:14px}.dropdown-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;margin-top:10px;animation:.25s dropdownFade;overflow:hidden;box-shadow:0 12px 30px #0f172a14}.search-box svg{color:#64748b;font-size:14px}.search-box input{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:600}.dropdown-list{max-height:260px;overflow-y:auto}.dropdown-item{cursor:pointer;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;transition:all .25s;display:flex}.dropdown-item:last-child{border-bottom:none}.dropdown-item p{color:#64748b;font-size:12px;font-weight:500}.status-badge{text-transform:capitalize;white-space:nowrap;border-radius:30px;padding:6px 12px;font-size:11px;font-weight:700}.status-badge.active{color:#15803d;background:#dcfce7}.status-badge.deactive{color:#dc2626;background:#fee2e2}.status-buttons{gap:12px;margin-top:6px;display:flex}.status-btn{cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;height:48px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.active-btn{color:#166534;opacity:.45;background:#dcfce7}.deactive-btn{color:#991b1b;opacity:.45;background:#fee2e2}.active-btn.selected{color:#fff;opacity:1;background:#22c55e;box-shadow:0 6px 14px #22c55e38}.deactive-btn.selected{color:#fff;opacity:1;background:#ef4444;box-shadow:0 6px 14px #ef444438}.update-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:220px;height:48px;margin:10px auto 0;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 10px 22px #2563eb33}.update-btn:hover{transform:translateY(-2px)}.update-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.swal2-popup{border-radius:18px!important}.swal2-title{font-size:22px!important;font-weight:700!important}.swal2-html-container{font-size:14px!important;font-weight:600!important}@media (width<=768px){.update-status-page{padding:14px}.status-hero{text-align:center;flex-direction:column}.hero-content h3{font-size:20px}.status-buttons{flex-direction:row}.update-btn{width:100%}}.manual-page{background:#f4f7fc;min-height:100vh;padding:20px;overflow-x:hidden}.page-header{margin-bottom:22px}.page-header h2{color:#111827;margin-bottom:5px;font-size:30px;font-weight:800}.page-header p{color:#6b7280;font-size:14px;font-weight:500}.manual-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px;box-shadow:0 10px 30px #0f172a0d;overflow:visible!important}.top-row{grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;display:grid;overflow:visible!important}.field-box{overflow:visible!important}.field-box label,.reason-field label{color:#111827;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.input-box,.select-box{background:#fff;border:1px solid #d1d5db;border-radius:14px;align-items:center;gap:10px;width:100%;height:50px;padding:0 15px;transition:all .3s;display:flex}.select-box{cursor:pointer;justify-content:space-between}.input-box:hover,.select-box:hover{border-color:#2563eb}.input-box:focus-within,.select-box:focus-within,.textarea-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.input-box svg,.select-box svg,.search-box svg,.textarea-box svg,.table-search svg{color:#6b7280;font-size:14px}.input-box input{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:14px;font-weight:600}.dropdown-wrapper{width:100%;position:relative;overflow:visible!important}.dropdown-box{z-index:99999;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-height:320px;animation:.25s dropdownFade;position:absolute;top:58px;left:0;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.search-box{background:#fff;border-bottom:1px solid #edf2f7;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.search-box input{border:none;outline:none;width:100%;font-size:13px;font-weight:600}.dropdown-list{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:250px;overflow:hidden auto}.dropdown-list::-webkit-scrollbar{width:6px}.dropdown-list::-webkit-scrollbar-track{background:0 0}.dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:20px}.dropdown-item{cursor:pointer;border-bottom:1px solid #f1f5f9;padding:14px;transition:all .25s}.dropdown-item:hover{background:#eff6ff}.dropdown-item h4{color:#111827;margin-bottom:2px;font-size:13px;font-weight:700}.dropdown-item p{color:#6b7280;font-size:11px}.no-user{text-align:center;color:#6b7280;padding:18px;font-size:13px;font-weight:700}.bottom-row{grid-template-columns:1fr 230px;align-items:end;gap:16px;margin-top:18px;display:grid}.textarea-box{background:#fff;border:1px solid #d1d5db;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;transition:all .3s;display:flex}.textarea-box textarea{resize:none;color:#111827;background:0 0;border:none;outline:none;width:100%;height:70px;font-size:14px;font-weight:600}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;height:50px;font-size:14px;font-weight:700;transition:all .3s;display:flex;box-shadow:0 12px 24px #2563eb40}.submit-btn:hover{transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.attendance-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-top:24px;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.table-top{border-bottom:1px solid #edf2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex}.table-top h3{color:#111827;font-size:20px;font-weight:800}.table-search{background:#fff;border:1px solid #d1d5db;border-radius:12px;align-items:center;gap:10px;width:320px;max-width:100%;height:45px;padding:0 14px;display:flex}.table-search input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.table-responsive{width:100%;overflow-x:auto}.attendance-table{border-collapse:collapse;width:100%}.attendance-table thead{background:#f8fafc}.attendance-table th{text-align:left;color:#374151;white-space:nowrap;padding:16px;font-size:13px;font-weight:800}.attendance-table td{color:#111827;vertical-align:middle;border-top:1px solid #f1f5f9;padding:16px;font-size:13px;font-weight:600}.attendance-table tbody tr{transition:all .25s}.attendance-table tbody tr:hover{background:#f9fbff}.employee-info{align-items:center;gap:12px;display:flex}.employee-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:15px;font-weight:800;display:flex}.employee-info h4{color:#111827;margin-bottom:2px;font-size:13px;font-weight:700}.employee-info p{color:#6b7280;font-size:11px}.status-badge{border-radius:30px;padding:7px 14px;font-size:12px;font-weight:700}.status-badge.present{color:#15803d;background:#dcfce7}.table-loading{text-align:center;color:#6b7280;font-size:14px;font-weight:700;padding:30px!important}.pagination{border-top:1px solid #edf2f7;justify-content:center;align-items:center;gap:14px;padding:18px 20px;display:flex}.pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:38px;height:38px;transition:all .25s}.pagination button:hover{transform:translateY(-2px)}.pagination button:disabled{opacity:.5;cursor:not-allowed}@media (width<=1100px){.top-row{grid-template-columns:1fr 1fr}.bottom-row{grid-template-columns:1fr}}@media (width<=768px){.manual-page{padding:16px}.manual-card{border-radius:18px;padding:16px}.page-header h2{font-size:24px}.page-header p{font-size:13px}.top-row,.bottom-row{grid-template-columns:1fr;gap:14px}.table-top{flex-direction:column;align-items:flex-start}.table-top h3{font-size:18px}.table-search{width:100%}.attendance-table{min-width:900px}.pagination{flex-wrap:wrap}}@media (width<=480px){.manual-page{padding:12px}.manual-card{border-radius:16px;padding:14px}.page-header h2{font-size:22px}.input-box,.select-box{height:46px;padding:0 12px}.textarea-box{padding:12px}.textarea-box textarea{height:65px;font-size:13px}.submit-btn{height:48px;font-size:13px}.attendance-table th,.attendance-table td{padding:14px;font-size:12px}.employee-avatar{width:38px;height:38px;font-size:13px}}.att-report-page{background:#f4f7fb;min-height:100vh;padding:18px}.att-report-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.att-report-header h2{color:#111827;margin-bottom:4px;font-size:26px;font-weight:700}.att-report-header p{color:#6b7280;font-size:14px;font-weight:500}.att-report-export-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;align-items:center;gap:8px;height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.att-report-export-btn:hover{transform:translateY(-2px)}.att-report-filter-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;margin-bottom:18px;padding:18px;box-shadow:0 4px 14px #0f172a0d}.att-report-filter-grid{grid-template-columns:1.2fr 1fr 1fr 170px;align-items:end;gap:14px;display:grid}.att-report-filter-group{position:relative}.att-report-filter-group label{color:#111827;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.att-report-input-box,.att-report-user-dropdown{background:#fff;border:1px solid #dbe2ea;border-radius:12px;align-items:center;gap:10px;width:100%;height:46px;padding:0 14px;display:flex}.att-report-input-box svg,.att-report-user-dropdown svg{color:#6b7280;font-size:14px}.att-report-input-box input{color:#111827;background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.att-report-user-dropdown{cursor:pointer;color:#111827;font-size:13px;font-weight:600}.att-report-dropdown-list{z-index:999;background:#fff;border:1px solid #dbe2ea;border-radius:12px;width:100%;position:absolute;top:76px;left:0;overflow:hidden;box-shadow:0 10px 30px #0f172a1a}.att-report-search-user{border-bottom:1px solid #eef2f7;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex}.att-report-search-user input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.att-report-dropdown-item{color:#111827;cursor:pointer;padding:11px 14px;font-size:13px;font-weight:600;transition:all .3s}.att-report-dropdown-item:hover{background:#eff6ff}.att-report-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;height:46px;font-size:13px;font-weight:700;transition:all .3s}.att-report-btn:hover{transform:translateY(-2px)}.att-report-table-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;padding:14px;box-shadow:0 4px 14px #0f172a0d}.att-report-table-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.att-report-table-header h3{color:#111827;font-size:20px;font-weight:700}.att-report-search-box{background:#fff;border:1px solid #dbe2ea;border-radius:12px;align-items:center;gap:10px;width:240px;height:42px;padding:0 14px;display:flex}.att-report-search-box svg{color:#6b7280;font-size:13px}.att-report-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.att-report-table-wrapper{width:100%;overflow-x:auto}.att-report-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:950px}.att-report-table th:first-child,.att-report-table td:first-child{width:110px}.att-report-table th:nth-child(2),.att-report-table td:nth-child(2),.att-report-table th:nth-child(3),.att-report-table td:nth-child(3){width:170px}.att-report-table th:nth-child(4),.att-report-table td:nth-child(4){width:110px}.att-report-table th:nth-child(5),.att-report-table td:nth-child(5){width:170px}.att-report-table th:nth-child(6),.att-report-table td:nth-child(6),.att-report-table th:nth-child(7),.att-report-table td:nth-child(7){width:110px}.att-report-table th{text-align:left;color:#111827;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #dbe2ea;padding:11px 10px;font-size:13px;font-weight:700}.att-report-table td{color:#1f2937;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #edf2f7;padding:19px;font-size:13px;font-weight:600;overflow:hidden}.att-report-table tbody tr:hover{background:#f9fbff}.att-report-employee{align-items:center;gap:8px;display:flex}.att-report-avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.att-report-map-btn{color:#2563eb;cursor:pointer;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;width:100%;font-size:12px;font-weight:700;overflow:hidden}.att-report-time{color:#111827;font-size:12px;font-weight:700}.att-report-duration{color:#166534;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.att-report-empty{text-align:center;color:#6b7280;font-size:14px;font-weight:700;padding:40px!important}.att-report-pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;display:flex}.att-report-pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:34px;height:34px;transition:all .3s}.att-report-pagination button:hover{transform:translateY(-2px)}.att-report-pagination button:disabled{opacity:.5;cursor:not-allowed}.att-report-pagination span{color:#111827;font-size:13px;font-weight:700}@media (width<=1200px){.att-report-filter-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.att-report-page{padding:14px}.att-report-header{flex-direction:column;align-items:flex-start}.att-report-filter-grid{grid-template-columns:1fr}.att-report-table-header{flex-direction:column;align-items:flex-start}.att-report-search-box{width:100%}.att-report-table{min-width:900px}.att-report-header h2{font-size:22px}}.att-report-page{width:100%;overflow-x:hidden}.att-report-header{flex-wrap:wrap}.att-report-table-card{overflow:hidden}.att-report-table-wrapper{border-radius:14px;width:100%;overflow-x:auto}.att-report-dropdown-list{max-height:260px;overflow-y:auto}.att-report-search-box{max-width:100%}.att-report-export-btn{white-space:nowrap}.att-report-filter-group{width:100%}@media (width<=1200px){.att-report-filter-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.att-report-page{padding:14px}.att-report-header{flex-direction:column;align-items:flex-start}.att-report-export-btn{justify-content:center;width:100%}.att-report-filter-grid{grid-template-columns:1fr}.att-report-btn{width:100%}.att-report-table-header{flex-direction:column;align-items:flex-start}.att-report-search-box{width:100%}.att-report-pagination{flex-wrap:wrap;justify-content:center}.att-report-table{min-width:900px}}@media (width<=480px){.att-report-page{padding:10px}.att-report-filter-card,.att-report-table-card{border-radius:14px;padding:12px}.att-report-header h2{font-size:20px}.att-report-header p{font-size:12px}.att-report-table th,.att-report-table td{padding:12px 10px;font-size:12px}.att-report-avatar{width:30px;height:30px;font-size:11px}.att-report-duration{padding:5px 8px;font-size:11px}.att-report-pagination{gap:8px}}.leave-report-page{background:#f4f7fb;min-height:100vh;padding:18px}.leave-report-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.leave-report-header h2{color:#111827;margin-bottom:4px;font-size:26px;font-weight:700}.leave-report-header p{color:#6b7280;font-size:14px;font-weight:500}.leave-report-export-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;align-items:center;gap:8px;height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.leave-report-export-btn:hover{transform:translateY(-2px)}.leave-report-filter-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;margin-bottom:18px;padding:18px;box-shadow:0 4px 14px #0f172a0d}.leave-report-filter-grid{grid-template-columns:1.2fr 1fr 1fr 170px;align-items:end;gap:14px;display:grid}.leave-report-filter-group{position:relative}.leave-report-filter-group label{color:#111827;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.leave-report-input-box,.leave-report-user-dropdown{background:#fff;border:1px solid #dbe2ea;border-radius:12px;align-items:center;gap:10px;width:100%;height:46px;padding:0 14px;display:flex}.leave-report-input-box svg,.leave-report-user-dropdown svg{color:#6b7280;font-size:14px}.leave-report-input-box input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.leave-report-user-dropdown{cursor:pointer;font-size:13px;font-weight:600}.leave-report-dropdown-list{z-index:999;background:#fff;border:1px solid #dbe2ea;border-radius:12px;width:100%;position:absolute;top:76px;left:0;overflow:hidden;box-shadow:0 10px 30px #0f172a1a}.leave-report-search-user{border-bottom:1px solid #eef2f7;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex}.leave-report-search-user input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.leave-report-dropdown-item{cursor:pointer;padding:11px 14px;font-size:13px;font-weight:600;transition:all .3s}.leave-report-dropdown-item:hover{background:#eff6ff}.leave-report-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;height:46px;font-size:13px;font-weight:700;transition:all .3s}.leave-report-btn:hover{transform:translateY(-2px)}.leave-report-table-card{background:#fff;border:1px solid #dbe2ea;border-radius:18px;padding:14px;box-shadow:0 4px 14px #0f172a0d}.leave-report-table-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;display:flex}.leave-report-table-header h3{color:#111827;font-size:20px;font-weight:700}.leave-report-search-box{background:#fff;border:1px solid #dbe2ea;border-radius:12px;align-items:center;gap:10px;width:240px;height:42px;padding:0 14px;display:flex}.leave-report-search-box input{background:0 0;border:none;outline:none;width:100%;font-size:13px;font-weight:600}.leave-report-table-wrapper{width:100%;overflow-x:auto}.leave-report-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}.leave-report-table th{text-align:left;color:#111827;background:#f8fafc;border-bottom:1px solid #dbe2ea;padding:12px 10px;font-size:13px;font-weight:700}.leave-report-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:12px 10px;font-size:13px;font-weight:600}.leave-report-table tbody tr:hover{background:#f9fbff}.leave-report-date{align-items:center;gap:8px;display:flex}.leave-report-date svg{color:#2563eb;font-size:13px}.leave-report-reason{white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.leave-report-status{border-radius:999px;align-items:center;gap:7px;width:max-content;padding:7px 12px;font-size:12px;font-weight:700;display:flex}.leave-report-status.approved{color:#166534;background:#dcfce7}.leave-report-status.rejected{color:#b91c1c;background:#fee2e2}.leave-report-status.pending{color:#b45309;background:#fef3c7}.leave-report-empty{text-align:center;color:#6b7280;font-size:14px;font-weight:700;padding:40px!important}.leave-report-pagination{justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;display:flex}.leave-report-pagination button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:34px;height:34px}.leave-report-pagination button:disabled{opacity:.5;cursor:not-allowed}.leave-report-pagination span{color:#111827;font-size:13px;font-weight:700}@media (width<=1200px){.leave-report-filter-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.leave-report-page{padding:14px}.leave-report-header{flex-direction:column;align-items:flex-start}.leave-report-filter-grid{grid-template-columns:1fr}.leave-report-table-header{flex-direction:column;align-items:flex-start}.leave-report-search-box{width:100%}.leave-report-table{min-width:720px}.leave-report-header h2{font-size:22px}}.leave-report-table th:first-child,.leave-report-table td:first-child{text-align:center;width:70px}.leave-report-sr{color:#2563eb;font-size:13px;font-weight:700}.change-password-page{min-height:calc(100vh - 70px);padding:20px 25px}.cp-header{text-align:center;margin-bottom:30px}.cp-header h2{color:#13294b;margin:0;font-size:26px;font-weight:700;line-height:1.2}.cp-header p{color:#64748b;margin-top:4px;font-size:14px}.change-password-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:450px;margin:15px auto;padding:25px;box-shadow:0 4px 15px #00000014}.field-box{margin-bottom:18px}.field-box label{color:#1e293b;margin-bottom:6px;font-size:14px;font-weight:600;display:block}.input-box{background:#fff;border:1px solid #dbe2ea;border-radius:10px;align-items:center;height:45px;transition:all .3s;display:flex;overflow:hidden}.input-box:hover{border-color:#2563eb}.input-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.input-box svg{color:#2563eb;border-right:1px solid #dbe2ea;width:45px;min-width:45px;height:100%;padding:0 12px}.input-box input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 12px;font-size:14px}.input-box input::placeholder{color:#94a3b8}.change-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#1d4ed8);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;height:45px;margin-top:10px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.change-btn:hover{transform:translateY(-2px);box-shadow:0 8px 15px #2563eb40}.change-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (width<=768px){.change-password-page{padding:15px}.cp-header h2{font-size:22px}.cp-header p{font-size:13px}.change-password-card{max-width:100%;padding:20px}.input-box,.change-btn{height:42px}}
