body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-color:#007bff;--primary-hover:#0056b3;--background-color:#f8f9fa;--text-color:#333;--border-color:#dee2e6;--error-color:#dc3545}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;background-color:var(--background-color);color:#333;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}button{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 16px;transition:background-color .2s}button:hover{background-color:#0056b3;background-color:var(--primary-hover)}input{border:1px solid #dee2e6;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;padding:8px}input:focus{border-color:#007bff;border-color:var(--primary-color);outline:none}.error-message{background-color:#dc35451a;color:#dc3545;color:var(--error-color);padding:8px}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.dashboard-header h1{color:#333;margin:0}.user-info{align-items:center;display:flex}.user-info span{margin-right:1rem}.logout-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.logout-button:hover{background-color:#d32f2f}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.dashboard-card{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1.5rem;transition:transform .3s,box-shadow .3s}.dashboard-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-5px)}.dashboard-card h2{color:#333;margin-top:0}.dashboard-link{background-color:#0056b3;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.dashboard-link:hover{background-color:#003d82}.sidebar{background:#fff}.sidebar,.sidebar-link{color:#1a237e}.sidebar-link.active,.sidebar-link:hover{background:#000}.dashboard-main h1{color:#1a237e;margin-top:0}.dashboard-cards{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.dashboard-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;flex:1 1 300px;min-width:260px;padding:2rem;transition:box-shadow .2s,transform .2s}.dashboard-card:hover{box-shadow:0 4px 16px #1976d21f;transform:translateY(-4px)}.dashboard-card h3{color:#1976d2;margin-top:0}.dashboard-card a{background:#1976d2;border-radius:4px;color:#fff;display:inline-block;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;transition:background .2s}.dashboard-card a:hover{background:#0d47a1}@media (max-width:900px){.dashboard-layout{flex-direction:column}.sidebar{align-items:flex-start;flex-direction:row;min-height:0;min-height:auto;padding:16px 0;width:100%}.sidebar-logo{margin-bottom:0;margin-right:24px}.sidebar-nav{flex-direction:row;margin-bottom:0}.sidebar-link{font-size:1rem;padding:12px 18px}.sidebar-logout{margin:0 0 0 auto;padding:10px 18px}.dashboard-main{padding:24px 8px}}@media (max-width:600px){.dashboard-main{padding:12px 2px}.dashboard-card{min-width:180px;padding:1rem}}.user-list-container{margin:0 auto;max-width:1200px;padding:2rem}.user-list-container h2{color:#333;margin-bottom:2rem}.user-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.user-form-container h3{color:#333;margin-bottom:1.5rem;margin-top:0}.user-form{grid-gap:1rem;display:grid;gap:1rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.user-table{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.user-table th{background-color:#f5f5f5}.delete-button,.edit-button{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s}.user-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.user-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-x:auto;padding:1.5rem .5rem}.user-table{border-collapse:collapse;min-width:600px;width:100%}.user-table td,.user-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.user-table th{background:#f5f5f5;font-weight:600}@media (max-width:900px){.dashboard-layout{flex-direction:column}.sidebar{align-items:flex-start;flex-direction:row;min-height:0;min-height:auto;padding:16px 0;width:100%}.sidebar-logo{margin-bottom:0;margin-right:24px}.sidebar-nav{flex-direction:row;margin-bottom:0}.sidebar-link{font-size:1rem;padding:12px 18px}.sidebar-logout{margin:0 0 0 auto;padding:10px 18px}.dashboard-main{padding:24px 8px}.user-table{min-width:400px}}@media (max-width:600px){.dashboard-main{padding:12px 2px}.user-table{min-width:300px}.user-table td,.user-table th{font-size:.95rem;padding:.5rem}}.employee-list-container{margin:0 auto;max-width:1200px;padding:2rem}.employee-list-container h2{color:#333;margin-bottom:2rem}.employee-form-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.employee-form-container h3{color:#333;margin-bottom:1.5rem;margin-top:0}.employee-form{grid-gap:1rem;display:grid;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}.checkbox-group,.checkbox-group label{align-items:center;display:flex}.checkbox-group label{cursor:pointer}.checkbox-group input{margin-right:.5rem;width:auto}.form-buttons{display:flex;gap:1rem;margin-top:1rem}.form-buttons button{background-color:#0056b3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s}.form-buttons button:hover{background-color:#003d82}.cancel-button{background-color:#757575!important}.cancel-button:hover{background-color:#616161!important}.employee-table-container{overflow-x:auto}.employee-table{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%}.employee-table td,.employee-table th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.employee-table th{background-color:#f5f5f5;font-weight:600}.status-badge{border-radius:50px;display:inline-block;font-size:.875rem;padding:.25rem .75rem}.status-badge.active{background-color:#e8f5e9;color:#2e7d32}.status-badge.inactive{background-color:#ffebee;color:#c62828}.action-buttons{display:flex;gap:.5rem}.delete-button,.edit-button,.view-button{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:.875rem;padding:.5rem 1rem;text-align:center;text-decoration:none;transition:background-color .3s}.view-button{background-color:#4caf50;color:#fff}.view-button:hover{background-color:#388e3c}.edit-button{background-color:#2196f3;color:#fff}.edit-button:hover{background-color:#1976d2}.delete-button{background-color:#f44336;color:#fff}.delete-button:hover{background-color:#d32f2f}.no-data{padding:2rem!important}.loading,.no-data{color:#757575;text-align:center}.loading{font-size:1.2rem;padding:2rem}.error-message{background-color:#ffebee;border-radius:4px;color:#c62828;margin-bottom:1rem;padding:.75rem}.employee-list-outer{margin:0 auto;max-width:1200px;padding:2rem 1rem}.employee-add-btn{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 18px;transition:background .2s}.employee-add-btn:hover{background:#0d47a1}.employee-form-modern{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:1.5rem}.employee-form-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.employee-form-group{display:flex;flex:1 1 180px;flex-direction:column}.employee-form-group label{font-weight:500;margin-bottom:.5rem}.employee-form-group input,.employee-form-group select{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:8px}.employee-form-actions{display:flex;justify-content:flex-end}.employee-save-btn{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 18px;transition:background .2s}.employee-save-btn:hover{background:#0d47a1}.employee-status-badge{border-radius:12px;display:inline-block;font-size:.95rem;font-weight:600;padding:4px 12px}.employee-status-badge.active{background:#e3fcec;color:#2e7d32}.employee-status-badge.inactive{background:#ffebee;color:#c62828}.employee-action-btn{border:none;border-radius:4px;cursor:pointer;font-size:.98rem;margin-right:6px;padding:6px 12px;transition:background .2s}.employee-action-btn.edit{background:#1976d2;color:#fff}.employee-action-btn.edit:hover{background:#0d47a1}.employee-action-btn.status.active{background:#fbc02d;color:#fff}.employee-action-btn.status.inactive{background:#388e3c;color:#fff}.employee-action-btn.status.active:hover{background:#f9a825}.employee-action-btn.status.inactive:hover{background:#2e7d32}.employee-action-btn.view{background:#fff;border:1px solid #1976d2;color:#1976d2}.employee-action-btn.view:hover{background:#e3f2fd}.employee-action-btn.delete{background:#c62828;color:#fff}.employee-action-btn.delete:hover{background:#b71c1c}@media (max-width:900px){.employee-form-row{flex-direction:column;gap:.5rem}.employee-table-modern{min-width:600px}}@media (max-width:600px){.employee-form-modern,.employee-list-outer{padding:.5rem}.employee-table-modern{min-width:400px}}.logout-btn{background:#c62828;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-left:1rem;padding:8px 16px;transition:background .2s}.logout-btn:hover{background:#b71c1c}.dashboard-layout{background:#f5f7fa}.dashboard-layout,.sidebar{display:flex;min-height:100vh}.sidebar{align-items:center;background:#1a237e;color:#fff;flex-direction:column;padding:32px 0 0;width:240px}.sidebar-logo{margin-bottom:32px}.sidebar-logo img{display:block;width:120px}.sidebar-nav{display:flex;flex-direction:column;margin-bottom:32px;width:100%}.sidebar-link{color:#fff;font-size:1.1rem;padding:16px 32px;text-decoration:none;transition:background .2s}.sidebar-link.active,.sidebar-link:hover{background:#3949ab}.sidebar-logout{background:#c62828;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:32px;margin-top:auto;padding:12px 32px;transition:background .2s}.sidebar-logout:hover{background:#b71c1c}.dashboard-main{background:#f5f7fa;flex:1 1;min-width:0;overflow-x:auto;padding:40px 32px}.employee-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.employee-table-container-modern{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow-x:auto;padding:1.5rem .5rem}.employee-table-modern{border-collapse:collapse;min-width:800px;width:100%}.employee-table-modern td,.employee-table-modern th{border-bottom:1px solid #eee;padding:1rem;text-align:left}.employee-table-modern th{background:#f5f5f5;font-weight:600}@media (max-width:900px){.dashboard-layout{flex-direction:column}.sidebar{align-items:flex-start;flex-direction:row;min-height:0;min-height:auto;padding:16px 0;width:100%}.sidebar-logo{margin-bottom:0;margin-right:24px}.sidebar-nav{flex-direction:row;margin-bottom:0}.sidebar-link{font-size:1rem;padding:12px 18px}.sidebar-logout{margin:0 0 0 auto;padding:10px 18px}.dashboard-main{padding:24px 8px}.employee-table-modern{min-width:400px}}@media (max-width:600px){.dashboard-main{padding:12px 2px}.employee-table-modern{min-width:300px}.employee-table-modern td,.employee-table-modern th{font-size:.95rem;padding:.5rem}}.profile-container{background-color:var(--background-color);min-height:100vh}.profile-header{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;padding:1rem 2rem}.profile-header h1{color:var(--text-color);font-size:1.5rem;margin:0}.back-button{background-color:initial;border:1px solid var(--primary-color);color:var(--primary-color);padding:8px 16px}.back-button:hover{background-color:var(--primary-color);color:#fff}.profile-content{margin:0 auto;max-width:800px;padding:2rem}.profile-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.profile-info h2{color:var(--text-color);margin-bottom:1.5rem}.info-group{border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding:1rem}.info-group:last-child{border-bottom:none}.info-group label{display:block;font-weight:500;margin-bottom:.5rem}.info-group label,.info-group span{color:var(--text-color)}.vcard-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;max-width:800px;overflow:hidden;width:100%}.vcard-content{border-right:1px solid #eaeaea;flex:1 1;padding:30px}.vcard-logo{margin-bottom:20px}.vcard-logo img{height:auto;max-width:150px}.vcard-details h2{color:#333;font-size:24px;margin:0 0 5px}.vcard-details .title{color:#666;font-size:18px;margin:0 0 20px}.company-info{margin-bottom:25px}.company-info h3{color:#2c5282;font-size:16px;font-weight:700;margin:0 0 5px}.company-info .address{color:#666;font-size:14px;line-height:1.5;white-space:pre-line}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{align-items:center;display:flex;font-size:14px}.contact-item i{background-repeat:no-repeat;background-size:contain;height:20px;margin-right:10px;width:20px}.contact-item a{color:#2c5282;text-decoration:none}.contact-item a:hover{text-decoration:underline}.vcard-qr{flex-direction:column;padding:10px;position:relative;width:250px}.qr-logo,.vcard-qr{align-items:center;display:flex;justify-content:center}.qr-logo{background-color:#fff;border-radius:50%;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.qr-logo img{height:30px;width:30px}.download-btn{background-color:#2c5282;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:20px;padding:10px 15px;transition:background-color .3s}.download-btn:hover{background-color:#1a365d}@media (max-width:768px){.vcard-container{flex-direction:column}.vcard-content{border-bottom:1px solid #eaeaea;border-right:none}.vcard-qr{padding:20px;width:100%}}.profile-vcard-outer{align-items:center;background:#f5f7fa;display:flex;justify-content:center;min-height:100vh}.profile-vcard-card{background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;display:flex;max-width:900px;min-height:420px;overflow:hidden;position:relative;width:100%}.profile-vcard-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:320px;padding:40px 32px}.profile-vcard-logo{margin-bottom:18px;width:120px}.profile-vcard-name{color:#1a237e;font-size:1.5rem;font-weight:600;margin-bottom:4px}.profile-vcard-title{color:#555;font-size:1.1rem;margin-bottom:10px}.profile-vcard-company{color:#1a237e;font-weight:700;margin-bottom:10px}.profile-vcard-address{color:#444;font-size:.98rem;margin-bottom:16px}.profile-vcard-contact{font-size:.98rem;margin-bottom:12px}.profile-vcard-contact a{color:#1976d2;margin-right:10px;text-decoration:none;word-break:break-all}.profile-vcard-contact a:hover{text-decoration:underline}.profile-vcard-linkedin{display:inline-block;margin-top:4px}.profile-vcard-status{border-radius:12px;display:inline-block;font-size:.95rem;font-weight:600;margin-top:10px;padding:4px 12px}.profile-vcard-status.active{background:#e3fcec;color:#2e7d32}.profile-vcard-status.inactive{background:#ffebee;color:#c62828}.profile-vcard-middle{align-items:center;display:flex;justify-content:center;min-width:40px;position:relative;z-index:2}.profile-vcard-diamond{background:#1976d2;box-shadow:0 2px 8px #1976d21f;height:32px;margin:0;transform:rotate(45deg);width:32px}.profile-vcard-right{flex:1 1;flex-direction:column;min-width:320px;padding:40px 32px}.profile-vcard-qr-wrapper,.profile-vcard-right{align-items:center;display:flex;justify-content:center}.profile-vcard-qr-wrapper{margin-bottom:18px;position:relative}.profile-vcard-qr-logo{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;height:60px;left:50%;object-fit:contain;padding:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px}.profile-vcard-download{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:10px 18px;transition:background .2s}.profile-vcard-download:hover{background:#0d47a1}@media (max-width:900px){.profile-vcard-card{flex-direction:column;min-height:0;min-width:0}.profile-vcard-left,.profile-vcard-right{min-width:0;padding:32px 16px;width:100%}.profile-vcard-middle{height:32px;justify-content:center;min-width:0}.profile-vcard-diamond{margin:0 auto}}@media (max-width:600px){.profile-vcard-card{border-radius:0;box-shadow:none;flex-direction:column;min-height:0;min-width:0}.profile-vcard-left,.profile-vcard-right{padding:18px 6px}.profile-vcard-qr-logo{height:40px;padding:2px;width:40px}}.profile-vcard-outer-biz{align-items:center;background:#f5f7fa;display:flex;justify-content:center;min-height:100vh}.profile-vcard-card-biz{background:#fff;border-radius:12px;box-shadow:0 2px 16px #0000001a;display:flex;height:100%;max-width:56rem;overflow:hidden;padding:2em;position:relative;width:100%}.profile-vcard-left-biz{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-width:320px;padding:0 .5em}.profile-vcard-logo-biz{padding:.5rem;width:80%}.profile-vcard-name-biz{color:#0072bc;font-size:1.5rem;font-weight:600}.profile-vcard-title-biz{color:#444;font-size:1rem;margin-bottom:1rem}.profile-vcard-company-biz{color:#0072bc;font-size:1.05rem;font-weight:700;margin-bottom:5px;text-transform:uppercase}.profile-vcard-address-biz{color:#444;font-size:1rem;margin-bottom:1rem;white-space:pre-line}.profile-vcard-contact-biz{display:flex;flex-direction:column;font-size:1rem;gap:6px;margin-bottom:.5rem}.profile-vcard-contact-item{align-items:center;display:flex;gap:8px;margin-bottom:5px}.profile-vcard-contact-item a{color:#444;font-weight:500;text-decoration:none;word-break:break-all}.profile-vcard-contact-item a:hover{text-decoration:underline}.profile-vcard-status-biz{background:#e3fcec;border-radius:18px;color:#2e7d32;display:inline-block;font-size:1rem;font-weight:600;margin-top:18px;padding:8px 24px;width:-webkit-fit-content;width:fit-content}.profile-vcard-status-biz.inactive{background:#ffebee;color:#c62828}.profile-vcard-divider-biz{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:60px;position:relative}.profile-vcard-vertline-biz{background:#e3eaf2;height:100%;margin:0 auto;width:2px}.profile-vcard-diamond-biz{background:#0072bc;box-shadow:0 2px 8px #1976d21f;height:28px;left:50%;margin-left:-14px;margin-top:-14px;position:absolute;top:50%;transform:rotate(45deg);width:28px;z-index:2}.profile-vcard-right-biz{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:320px;padding:0 40px}.profile-vcard-qr-wrapper-biz{align-items:center;display:flex;justify-content:center;margin-bottom:18px;position:relative}.profile-vcard-qr-logo-biz{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;height:80px;left:50%;object-fit:contain;padding:6px;position:absolute;top:50%;transform:translate(-50%,-50%);width:180px}.profile-vcard-download-link-biz{color:#1976d2;cursor:pointer;display:inline-block;font-size:1rem;margin-top:10px;text-decoration:underline;transition:color .2s}.profile-vcard-download-link-biz:hover{color:#0d47a1}@media (max-width:900px){.profile-vcard-card-biz{flex-direction:column;min-height:0;min-width:0;padding:1.5em}.profile-vcard-left-biz,.profile-vcard-right-biz{min-width:0;padding:0 16px;width:100%}.profile-vcard-divider-biz{flex-direction:row;height:32px;justify-content:center;margin:12px 0;min-width:0}.profile-vcard-vertline-biz{background:#e3eaf2;height:2px;width:120px}.profile-vcard-diamond-biz{left:50%;margin-left:-14px;margin-top:-14px;top:50%;transform:rotate(45deg)}}@media (max-width:600px){.profile-vcard-card-biz{border-radius:0;box-shadow:none;flex-direction:column;min-height:0;min-width:0;padding:8px 0}.profile-vcard-left-biz,.profile-vcard-right-biz{padding:0 25px}.profile-vcard-qr-logo-biz{height:150px;padding:5px;width:150px}.profile-vcard-vertline-biz{height:2px;width:80px}.profile-vcard-diamond-biz{height:18px;margin-left:-9px;margin-top:-9px;width:18px}}.not-found-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:0 20px;text-align:center}.not-found-container h1{color:#e74c3c;font-size:6rem;margin:0}.not-found-container h2{font-size:2rem;margin:10px 0}.not-found-container p{color:#666;margin:20px 0}.home-link{background-color:#3498db;border-radius:4px;color:#fff;display:inline-block;margin-top:20px;padding:10px 20px;text-decoration:none;transition:background-color .3s}.home-link:hover{background-color:#2980b9}
/*# sourceMappingURL=main.56d25839.css.map*/