:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0d6cf2;text-decoration:inherit}html,body{margin:0 auto;padding:0;height:100%;background-color:#f9fafb}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;background-color:#0d6cf2;color:#fff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f9fafb}button{background-color:#0d6cf2}}#root{height:100%}#App{margin:0 auto;text-align:center;height:100%}#Home{height:100%;background:#fff;display:flex;justify-content:center;align-items:center;padding:0 1.5rem}#Home .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}#Home .title{color:#0d6cf2;font-size:2.8rem;font-weight:800;letter-spacing:2px}#Home .description{font-size:1.2rem;color:#555}#Home .btn-section{background-color:#0d6cf2;border-radius:1rem;margin-top:.8rem;transition:.25s ease;box-shadow:0 4px 12px #0d6cf240}#Home .btn-section:hover{background-color:#0b5cd4;transform:translateY(-2px)}#Home .login-btn{color:#fff;padding:.9rem 2.4rem;font-size:1.1rem;font-weight:600}@media(max-width:480px){#Home .title{font-size:2.2rem}#Home .login-btn{padding:.85rem 2rem;font-size:1rem}}.search-select-field{width:100%;text-align:left;display:flex;flex-direction:column;gap:.4rem}.search-select-label{font-size:.9rem;color:#374151;font-weight:500}.search-select-trigger{width:calc(100% - .8rem);padding:.7rem 0rem .7rem .8rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;color:#111827;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.search-select-trigger:hover{background-color:#e5e7eb}.search-select-overlay{position:fixed;inset:0;background-color:#0f172a73;display:flex;justify-content:center;align-items:center;z-index:50}.search-select-dialog{width:100%;max-width:480px;background-color:#fff;border-radius:.9rem;box-shadow:0 20px 40px #0f172a4d;padding:1.2rem 1.3rem 1.3rem;display:flex;flex-direction:column;gap:.8rem}.search-select-header{display:flex;justify-content:space-between;align-items:center}.search-select-title{font-size:1rem;font-weight:600;color:#111827}.search-select-close{border:none;background:transparent;font-size:1.1rem;cursor:pointer;color:#6b7280}.search-select-input{width:100%;padding:.6rem .7rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease}.search-select-input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}.search-select-list{max-height:260px;overflow-y:auto;margin-top:.3rem;display:flex;flex-direction:column;gap:.25rem}.search-select-item{width:calc(100%,-.6rem);padding:.55rem .6rem;border-radius:.45rem;background-color:#f3f4f6;color:#111827;font-size:.95rem;cursor:pointer;border:1px solid #e5e7eb;transition:background-color .15s ease,border-color .15s ease}.search-select-item:hover{background-color:#e5e7eb;border-color:#d1d5db}.search-select-empty{padding:.6rem .4rem;font-size:.9rem;color:#6b7280}#Register{max-width:480px;margin:3rem auto;padding:2rem;background-color:#fff;border-radius:.9rem;box-shadow:0 8px 20px #0f172a0f}#Register form{display:flex;flex-direction:column;gap:1rem}#Register label{font-size:.9rem;margin-bottom:.35rem;display:block;color:#374151;font-weight:500}#Register input,#Register select{width:calc(100% - .8rem);padding:.7rem 0rem .7rem .8rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}#Register input:focus,#Register select:focus{border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px #2563eb2e;outline:none}#Register button{margin-top:.8rem;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:.45rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}#Register button:hover{background-color:#1e50c3}#Register .err{color:#dc2626;margin-top:.3rem;font-weight:500}#Register .field-group{display:flex;flex-direction:column}#Login{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#f3f4f6}#Login .login-section{width:100%;max-width:420px;border-radius:1rem;padding:2rem 2.2rem;background-color:#fff;box-shadow:0 10px 25px #00000014;text-align:left}#Login .header-section>.title{font-weight:800;font-size:2rem;color:#0d6cf2;letter-spacing:1px;margin-bottom:.3rem;text-align:center}#Login .header-section>.description{color:#6b7280;font-size:.95rem;text-align:center;margin-bottom:1.8rem}#Login .login-form form{width:100%}#Login .login-form div{width:100%;padding-bottom:1rem}#Login .login-form label{display:block;text-align:left;padding:0 0 .4rem;font-size:.9rem;color:#374151;font-weight:500}#Login .login-form input{border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;width:calc(100% - .7rem);padding:.65rem 0rem .65rem .7rem;display:block;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}#Login .login-form input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}#Login .login-btn{background-color:#0d6cf2;width:100%;border:none;border-radius:.6rem;padding:.75rem 1rem;margin-top:.25rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Login .login-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb4d}#Login .login-btn:active{transform:translateY(0);box-shadow:none}#Login .login-form .register-link{padding:1rem 0 .2rem;text-align:center;font-size:.9rem}#Login .register-link a{color:#0d6cf2;text-decoration:none;font-weight:500}#Login .register-link a:hover{text-decoration:underline}#Login .err{margin-top:.75rem;font-size:.9rem;color:#dc2626;text-align:center}@media(max-width:480px){#Login{padding:1rem}#Login .login-section{padding:1.6rem 1.5rem}#Login .header-section>.title{font-size:1.8rem}}#SideBar{width:250px;height:100vh;background-color:#1e293b;color:#94a3b8;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000}#SideBar .container{padding:0;width:100%}#SideBar .logo-area{height:80px;display:flex;align-items:center;padding-left:24px;margin-bottom:20px}#SideBar .logo-area h1{color:#fff;font-size:24px;font-weight:700;letter-spacing:2px;margin:0}#SideBar .menu-list{display:flex;flex-direction:column}#SideBar .menu-item{display:flex;align-items:center;padding:14px 24px;text-decoration:none;color:#94a3b8;font-size:15px;transition:all .2s ease;border-left:4px solid transparent}#SideBar .menu-item .icon{margin-right:12px;font-size:18px;display:flex;align-items:center}#SideBar .menu-item:hover{background-color:#2c364c;color:#fff}#SideBar .menu-item.active{background-color:#334155;color:#fff;border-left-color:#fff}#UserInfo{min-height:100vh;background-color:#f3f4f6}#UserInfo .Header{background-color:#fff}#UserInfo>.container{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.8rem}#UserInfo h2{font-size:1.8rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.4rem}#UserInfo .user-card{background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;padding:1.8rem 2rem;box-shadow:0 10px 25px #0f172a0f;font-size:.95rem;color:#374151;display:flex;flex-direction:column;gap:.45rem}#UserInfo .user-card p:first-of-type{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:.4rem}#UserInfo .user-card p{margin:0}#UserInfo h3{margin-top:1.4rem;font-size:1.1rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.3rem}#UserInfo ul{margin-top:.5rem;padding-left:0;list-style:none}#UserInfo li{margin-bottom:.35rem}#UserInfo li:before{content:"📄";margin-right:.4rem;font-size:.9rem}#UserInfo a{color:#0d6cf2;text-decoration:none;font-weight:500}#UserInfo a:hover{text-decoration:underline}#UserInfo .error-msg{color:#dc2626;font-weight:500;margin-top:1rem}#Error{min-height:100vh;background-color:#f3f4f6}#Error .Header{background-color:#fff}#Error .Error-Content{margin-top:3rem;padding:2rem;max-width:600px;margin-left:auto;margin-right:auto;background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0f;text-align:center;font-size:1.15rem;font-weight:600;color:#374151;display:flex;flex-direction:column;gap:1rem}#Error .Error-Content:before{content:"⚠️";font-size:3rem}#Dashboard .dashboard-container{display:flex}#Dashboard .dashboard-content{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh}#Header{height:64px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 30px}#Header .header-left h2{font-size:20px;font-weight:700;color:#1e293b;margin:0}#Header .header-right{display:flex;align-items:center;gap:15px}#Header .icon-btn{background:none;border:none;font-size:20px;color:#64748b;cursor:pointer;padding:5px;display:flex;align-items:center;transition:color .2s}#Header .icon-btn:hover{color:#1e293b}#Header .user-profile{width:36px;height:36px;background-color:#e2e8f0;border-radius:50%;cursor:pointer}.stat-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #0000000d;border-bottom:5px solid transparent;display:flex;flex-direction:column;justify-content:center;flex:1;min-width:200px}.stat-label{color:#64748b;font-size:14px;font-weight:500;margin-bottom:8px}.stat-value{color:#1e293b;font-size:32px;font-weight:700}#AllRequests .table-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:20px;padding-bottom:20px}#AllRequests .table-header-row{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #f1f5f9}#AllRequests .table-header-row h3{margin:0;font-size:16px;color:#334155}#AllRequests .download-btn{background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;cursor:pointer;font-weight:600}#AllRequests .table-wrapper{overflow-x:auto}#AllRequests .custom-table{width:100%;border-collapse:collapse;font-size:14px}#AllRequests .custom-table thead th{background-color:#f8fafc;color:#64748b;font-weight:600;padding:16px 24px;text-align:left;border-bottom:1px solid #e2e8f0}#AllRequests .custom-table tbody td{padding:16px 24px;border-bottom:1px solid #f1f5f9;vertical-align:middle}#AllRequests .custom-table tbody tr:hover{background-color:#f8fafc}#AllRequests .td-name{font-weight:600;color:#1e293b}#AllRequests .sub-text{font-weight:400;color:#94a3b8;margin-left:4px;font-size:13px}#AllRequests .td-gray{color:#64748b}#AllRequests .th-center,#AllRequests .td-center{text-align:center}#AllRequests .th-right,#AllRequests .td-right{text-align:right}#AllRequests .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;border:1px solid transparent}#AllRequests .badge-submitted{background-color:#eff6ff;color:#2563eb;border-color:#bfdbfe}#AllRequests .badge-rejected{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}#AllRequests .badge-approved{background-color:#f0fdf4;color:#16a34a;border-color:#bbf7d0}#AllRequests .badge-default{background-color:#fffbeb;color:#d97706;border-color:#fcd34d}#Search{min-height:100vh;background-color:#f3f4f6}#Search .header{background-color:#fff}#Search>.container{max-width:800px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}#Search .select-section{background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;padding:1.2rem 1.4rem;box-shadow:0 8px 20px #0f172a0f}#Search .select-section form{display:flex;gap:.75rem}#Search .select-section input{flex:1;box-sizing:border-box;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;padding:.6rem .7rem;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}#Search .select-section input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}#Search .select-section button{padding:.6rem 1.1rem;border-radius:.6rem;border:none;background-color:#0d6cf2;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Search .select-section button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb47}#Search .select-section button:active{transform:translateY(0);box-shadow:none}#Search .result-section{margin-top:.5rem}#Search .result-section p{font-size:.95rem;color:#6b7280}#Search .error-msg{color:#dc2626;font-weight:500}#Search .user-info{margin-top:.5rem;background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;padding:1.4rem 1.6rem;box-shadow:0 8px 20px #0f172a0f}#Search .user-info h3{margin-bottom:.8rem;font-size:1.2rem;font-weight:700}#Search .user-info ul{margin:0 0 1rem;padding-left:1rem;font-size:.95rem;color:#374151}#Search .user-info li{margin-bottom:.35rem}#Search .detail-btn{display:inline-block;margin-top:.4rem;padding:.55rem 1rem;border-radius:.6rem;background-color:#0d6cf2;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Search .detail-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb47}body{margin:0;background-color:#f1f5f9}#PartTimeManagement .part-time-management-container{display:flex}#PartTimeManagement .part-time-management-content{flex:1;margin-left:250px;display:flex;flex-direction:column;min-height:100vh}#PendingRequests .pending-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-top:20px;padding-bottom:20px}#PendingRequests .pending-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f1f5f9}#PendingRequests .pending-header h3{margin:0;font-size:18px;font-weight:700;color:#1e293b}#PendingRequests .count-text{color:#94a3b8;font-weight:400;font-size:16px;margin-left:5px}#PendingRequests .approve-btn{background-color:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}#PendingRequests .approve-btn:hover{background-color:#2563eb}#PendingRequests .table-wrapper{overflow-x:auto}#PendingRequests .pending-table{width:100%;border-collapse:collapse;font-size:14px}#PendingRequests .pending-table thead th{background-color:#f8fafc;color:#64748b;font-weight:600;padding:14px 20px;text-align:left;border-bottom:1px solid #e2e8f0;white-space:nowrap}#PendingRequests .pending-table tbody td{padding:14px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle;color:#334155}#PendingRequests .pending-table tbody tr:hover{background-color:#f8fafc}#PendingRequests .pending-table tbody tr.row-selected{background-color:#eff6ff}#PendingRequests .checkbox-wrapper{display:flex;align-items:center;gap:8px}#PendingRequests .checkbox-label{font-size:13px;color:#64748b}#PendingRequests .td-name{font-weight:600;color:#1e293b}#PendingRequests .td-gray{color:#64748b}#PendingRequests .td-center,#PendingRequests .th-center{text-align:center}#PendingRequests .td-check,#PendingRequests .th-check{width:40px;text-align:center}#PendingRequests .icon-btn-file{background:none;border:1px solid #e2e8f0;border-radius:4px;padding:4px;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}#PendingRequests .icon-btn-file:hover{background-color:#f1f5f9;color:#64748b}#PendingRequests .status-badge-pending{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;display:inline-block;background-color:#fffbeb;color:#d97706;border:1px solid #fcd34d}
