body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,#f8fafc,#e2e6ea);color:#22223b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{background:#e3eaff;width:8px}::-webkit-scrollbar-thumb{background:#b6c6e3;border-radius:8px}.login-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#3498db);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.login-container:before{background:radial-gradient(circle at 30% 70%,#4ca1af66 0,#0000 50%),radial-gradient(circle at 70% 30%,#2e319266 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.login-form{animation:slideUp .5s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-radius:20px;box-shadow:0 8px 32px #0003;max-width:400px;padding:40px;position:relative;width:100%;z-index:2}.login-form h2{color:#2c3e50;font-size:28px;font-weight:600;margin-bottom:32px;position:relative;text-align:center}.login-form h2:after{background:linear-gradient(90deg,#3498db,#2c3e50);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:50px}.input-group{margin-bottom:24px;position:relative}.input-group label{color:#34495e;display:block;font-size:14px;font-weight:500;margin-bottom:8px;transition:color .2s}.login-input{background:#ffffffe6;border:2px solid #e1e1e1;border-radius:12px;color:#2c3e50;font-size:15px;padding:12px;transition:all .3s;width:100%}.login-input:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 4px #3498db1a;outline:none}.login-button{background:linear-gradient(135deg,#3498db,#2c3e50);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:12px;overflow:hidden;padding:14px;position:relative;transition:all .3s;width:100%}.login-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.login-button:hover{box-shadow:0 6px 20px #3498db4d;transform:translateY(-2px)}.login-button:hover:before{left:100%}.login-button:active{transform:translateY(0)}.error-message{background:#e74c3c1a;color:#e74c3c;margin-top:8px;padding:8px;text-align:center}.login-footer{color:#7f8c8d;font-size:14px;font-weight:500;margin-top:24px;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-details-page{background:linear-gradient(120deg,#f8fafc,#e2e6ea);display:flex;min-height:100vh}.add-cab-section{grid-gap:16px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px;padding:24px}.add-cab-section input,.add-cab-section select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .2s;width:280px}.add-cab-section input:focus,.add-cab-section select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;outline:none}.add-cab-section button{background:linear-gradient(90deg,#2563eb,#1e40af);border-radius:8px;box-shadow:0 2px 8px #2563eb1f;margin-left:auto;width:-webkit-fit-content;width:fit-content}.add-cab-section button:hover{background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 4px 12px #2563eb33}.common-table{background:#fff;border-collapse:initial;border-radius:12px;border-spacing:0;overflow:hidden}.common-table th{background:#f8fafc;font-size:13px;letter-spacing:.5px;padding:16px 20px;text-transform:uppercase;white-space:nowrap}.common-table td{padding:16px 20px;vertical-align:middle}.common-table button:not(.edit-btn):not(.delete-btn){background:#f1f5f9;color:#475569}.shift-timings-page{background:linear-gradient(120deg,#f8fafc,#e2e6ea);display:flex;min-height:100vh}.main-content{background:#f7fafd;border-radius:24px;box-shadow:0 8px 32px #0000001a;flex:1 1;margin:40px 32px;min-height:100vh;padding:40px 48px;transition:box-shadow .2s}.form-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;margin-bottom:36px;padding:28px}.form-section form{align-items:center;display:flex;gap:20px}.form-section label{color:#334155;font-size:16px;font-weight:500}.form-section input[type=time]{background:#fff;border:1.5px solid #c7d0e1;border-radius:10px;box-shadow:0 1px 4px #0000000a;font-size:16px;padding:12px 18px;transition:border .2s,box-shadow .2s}.form-section input[type=time]:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;outline:none}.form-section button{background:linear-gradient(90deg,#2563eb,#1e40af);border:none;border-radius:10px;box-shadow:0 2px 10px #2563eb14;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 28px;transition:background .2s,box-shadow .2s,transform .1s}.form-section button:hover{background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 6px 20px #2563eb21;transform:translateY(-2px) scale(1.02)}.common-table button{border-radius:6px;font-size:13px;font-weight:500;min-width:70px;padding:6px 12px;transition:all .15s ease}.common-table button.edit-btn{background:#2563eb}.common-table button.delete-btn{background:#ef4444}.common-table button:hover{transform:translateY(-1px)}.common-table button.edit-btn:hover{background:#1e40af;opacity:.95}.common-table button.delete-btn:hover{background:#dc2626;opacity:.95}.pickup-locations-container{background:linear-gradient(120deg,#f8fafc,#e2e6ea);display:flex;min-height:100vh}.pickup-locations-main{background:#f7fafd;border-radius:24px;box-shadow:0 8px 32px #0000001a;flex:1 1;margin:40px 32px;min-height:100vh;padding:40px 48px;transition:box-shadow .2s}.add-location-section{align-items:flex-start;display:flex;gap:10px;margin-bottom:2%}.input-wrapper{width:230px}.input-wrapper input:focus{border-color:#007bff}.add-location-section button{background:#3461fb;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.add-location-section button:hover{background:#2451eb;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.driver-details-container{background:linear-gradient(120deg,#f8fafc,#e2e6ea);display:flex;min-height:100vh}.driver-details-main{background:#f7fafd;border-radius:24px;box-shadow:0 8px 32px #0000001a;flex:1 1;margin:40px 32px;min-height:100vh;padding:40px 48px;transition:box-shadow .2s}.add-driver-section{align-items:center;display:flex;gap:20px;margin-bottom:2%}.input-wrapper input{font-size:16px}.add-driver-section input{background:#fff;border:1.5px solid #c7d0e1;border-radius:10px;box-shadow:0 1px 4px #0000000a;font-size:16px;padding:12px 18px;transition:border .2s,box-shadow .2s;width:280px}.add-driver-section input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;outline:none}.add-driver-section button{background:#3461fb;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.add-driver-section button:hover{background:#2451eb;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.common-table button.delete-btn{background:linear-gradient(90deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef44441f}.common-table button.delete-btn:hover{background:linear-gradient(90deg,#dc2626,#ef4444);box-shadow:0 4px 12px #ef444433}.cab-details-container{background:linear-gradient(120deg,#f8fafc,#e2e6ea);display:flex;min-height:100vh}.cab-details-main{background:#f7fafd;border-radius:24px;box-shadow:0 8px 32px #0000001a;flex:1 1;margin:40px 32px;min-height:100vh;padding:40px 48px;transition:box-shadow .2s}.add-cab-section{align-items:flex-start;display:flex;gap:20px;margin-bottom:2%}.input-wrapper{display:flex;flex-direction:column;width:180px}.input-wrapper input{border:1px solid #ccc;border-radius:6px;outline:none;padding:8px;transition:border .3s ease;width:170px}.error-border{border:2px solid red!important}.error-text{color:red;font-size:13px;margin-top:4px}.add-cab-section button{background:#3461fb;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.add-cab-section button:hover{background:#2451eb;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.table-section{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:28px}.common-table{border-collapse:collapse;margin-top:8px;width:100%}.common-table th{background:linear-gradient(90deg,#f1f5f9,#f8fafc);border-bottom:2px solid #e2e8f0;color:#334155;font-size:14px;font-weight:600;padding:16px;text-align:left}.common-table td{border-bottom:1px solid #e2e8f0;color:#475569;font-size:14px;padding:16px}.common-table tr:hover{background-color:#f8fafc}.common-table input{border:1.5px solid #e2e8f0;border-radius:6px;font-size:14px;max-width:200px;padding:8px 12px;transition:all .2s;width:100%}.common-table input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;outline:none}.common-table button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;margin:0 4px;padding:8px 16px;transition:all .2s}.common-table button.delete-btn,.common-table button.edit-btn,.common-table button:not(.edit-btn):not(.delete-btn){background:linear-gradient(90deg,#2563eb,#1e40af);box-shadow:0 2px 8px #2563eb1f;color:#fff}.common-table button:hover{transform:translateY(-1px) scale(1.02)}.common-table button.delete-btn:hover,.common-table button:not(.delete-btn):hover{background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 4px 12px #2563eb33}.dialog-form{display:flex;flex-direction:column;height:100%}.dialog-content{flex:1 1}.form-group:last-child{margin-bottom:0}.form-input,.form-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:1rem;padding:12px 16px;transition:all .2s;width:100%}.form-input:focus,.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-input:hover,.form-select:hover{border-color:#9ca3af}.form-select{padding-right:40px}.btn-cancel,.btn-create{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;min-width:80px;padding:12px 24px;transition:all .2s}.btn-cancel{background:#f9fafb;border:1px solid #d1d5db;color:#374151}.btn-cancel:hover{background:#f3f4f6;border-color:#9ca3af}.btn-create{background:#2563eb;color:#fff}.btn-create:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.btn-create:active{transform:translateY(0)}@media (max-width:640px){.dialog-container{margin:20px;width:95%}.dialog-content,.dialog-footer,.dialog-header{padding-left:20px;padding-right:20px}.dialog-footer{flex-direction:column}.btn-cancel,.btn-create{width:100%}}.service-request-page{background-color:#f8fafc;display:block;min-height:100vh;padding:2rem}.no-requests-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:0 auto;max-width:500px;padding:3rem 2rem;text-align:center}.no-requests-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.request-icon{color:#94a3b8;height:64px;width:64px}.no-requests-title{color:#374151;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.no-requests-description{color:#6b7280;font-size:1rem;line-height:1.5;margin:0}.create-request-link{border-bottom:1px solid #0000;color:#2563eb;font-weight:500;text-decoration:none;transition:all .3s ease}.create-request-link:hover{border-bottom-color:#1d4ed8;color:#1d4ed8;transform:translateY(-1px)}.create-request-link:active{transform:translateY(0)}.active-requests-section{margin:0 auto;max-width:1200px;width:100%}.section-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.section-title{color:#111827;font-size:1.75rem;margin:0}.create-request-btn{align-items:center;display:flex;gap:8px}.requests-list{display:flex;flex-direction:column;gap:1rem}.request-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1.5rem;transition:all .2s}.request-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.request-details{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto}.request-field{display:flex;flex-direction:column;gap:.25rem}.field-value{font-size:.875rem;font-weight:500}.request-id-field{grid-column:1;grid-row:1}.request-id-value{color:#111827;font-family:Courier New,monospace;font-weight:600}.applicants-field{grid-column:2;grid-row:1}.applicants-value{color:#111827;font-weight:600;text-align:left}.status-field{grid-column:3;grid-row:1}.request-field:nth-child(2){grid-column:1;grid-row:2}.request-field:nth-child(3){grid-column:2;grid-row:2}.request-field:nth-child(4){grid-column:3;grid-row:2}.status-badge{border-radius:12px;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:4px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.request-actions{display:flex;flex-direction:column;gap:.5rem;margin-left:1rem}.close-request-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 16px;transition:all .2s}.close-request-btn:hover{background:#dc2626;box-shadow:0 2px 8px #ef44444d;transform:translateY(-1px)}.close-request-btn:active{transform:translateY(0)}.view-applicants-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 16px;transition:all .2s}.view-applicants-btn:hover{background:#1d4ed8;box-shadow:0 2px 8px #2563eb4d;transform:translateY(-1px)}.view-applicants-btn:active{transform:translateY(0)}.applicants-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;clear:both;margin:2rem auto 0;max-width:1200px;overflow:hidden;width:100%}.applicants-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.applicants-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.close-applicants-btn{background:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 16px;transition:all .2s}.close-applicants-btn:hover{background:#4b5563;transform:translateY(-1px)}.applicants-list{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem}.applicant-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem;transition:all .2s}.applicant-item:hover{background:#f3f4f6;box-shadow:0 2px 4px #0000000d}.applicant-details{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:1fr 1fr 1fr}.applicant-field{display:flex;flex-direction:column;gap:.25rem}.applicant-actions{display:flex;gap:.5rem;margin-left:1rem}.approve-btn{background:#059669;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 16px;transition:all .2s}.approve-btn:hover{background:#047857;box-shadow:0 2px 8px #0596694d;transform:translateY(-1px)}.deny-btn{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:500;padding:8px 16px;transition:all .2s}.deny-btn:hover{background:#b91c1c;box-shadow:0 2px 8px #dc26264d;transform:translateY(-1px)}.approve-btn:active,.deny-btn:active{transform:translateY(0)}.approve-all-section{background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:center;padding:1.5rem 2rem}.approve-all-btn{background:#059669;border:none;border-radius:8px;box-shadow:0 2px 4px #05966933;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;transition:all .2s}.approve-all-btn:hover{background:#047857;box-shadow:0 4px 12px #0596694d;transform:translateY(-2px)}.approve-all-btn:active{transform:translateY(0)}@media (max-width:640px){.service-request-page{padding:1rem}.no-requests-container{padding:2rem 1.5rem}.no-requests-title{font-size:1.25rem}.request-icon{height:48px;width:48px}.request-item,.section-header{align-items:stretch;flex-direction:column;gap:1rem}.request-details{grid-template-columns:1fr;grid-template-rows:auto}.request-field{grid-column:1!important;grid-row:auto!important}.request-actions{align-self:flex-end;flex-direction:row;gap:.5rem;margin-left:0}.applicants-section{margin:1rem auto 0}.applicant-item,.applicants-header{align-items:stretch;flex-direction:column;gap:1rem}.applicant-details{grid-template-columns:1fr}.applicant-actions{justify-content:center;margin-left:0}}.app-header{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;padding:16px 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-header h1{font-size:24px;font-weight:600;gap:12px;margin:0}.app-header h1,.logout-button{align-items:center;color:#fff;display:flex}.logout-button{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;gap:8px;padding:8px 20px;transition:all .3s}.logout-button:hover{background:#fff3;transform:translateY(-1px)}.logout-button:active{transform:translateY(0)}.sidebar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-right:1px solid #3498db1a;box-shadow:4px 0 24px #00000014;display:flex;flex-direction:column;height:100vh;padding:32px 24px;position:-webkit-sticky;position:sticky;top:0;width:280px}.sidebar-header{border-bottom:2px solid #3498db1a;margin-bottom:24px;padding-bottom:32px;position:relative}.sidebar-title{align-items:center;color:#2c3e50;display:flex;font-size:24px;font-weight:600;gap:12px;margin-bottom:8px}.sidebar-title:before{background:linear-gradient(180deg,#3498db,#2c3e50);border-radius:2px;content:"";display:block;height:24px;width:4px}.notification-bell{border-radius:50%;cursor:pointer;padding:8px;position:absolute;right:0;top:0;transition:all .3s}.notification-bell:hover{background:#3498db1a;transform:translateY(-2px)}.notification-badge{background:#e74c3c;border:2px solid #fff;border-radius:10px;color:#fff;font-size:12px;padding:2px 6px;position:absolute;right:0;top:0}.sidebar-nav{display:flex;flex-direction:column;gap:8px;padding:0 8px}.sidebar-link{align-items:center;border-radius:12px;color:#34495e;display:flex;font-weight:500;gap:12px;padding:12px 16px;text-decoration:none;transition:all .3s}.sidebar-link:hover{background:#3498db14;transform:translateX(4px)}.active-link{box-shadow:0 4px 12px #3498db33;color:#fff}.active-link,.active-link:hover{background:linear-gradient(135deg,#3498db,#2c3e50)}.active-link:hover{transform:translateX(4px)}.menu-icon{align-items:center;background:#3498db1a;border-radius:8px;color:#3498db;display:flex;font-weight:600;height:32px;justify-content:center;transition:all .3s;width:32px}.active-link .menu-icon{background:#fff3;color:#fff}.sidebar-footer{border-top:2px solid #3498db1a;margin-top:auto;padding-top:24px}.user-info{align-items:center;background:#3498db0d;border-radius:12px;display:flex;gap:12px;padding:12px}.user-role{color:#34495e;font-size:14px;font-weight:500}.profile-details-container{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;padding:28px}.profile-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:28px;padding-bottom:20px}.profile-header h2{color:#334155;font-size:20px;font-weight:600;margin:0}.profile-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000d;display:flex;flex-direction:column;gap:24px;padding:24px}.profile-section{grid-gap:20px;display:grid;gap:20px}.profile-field{grid-gap:20px;align-items:center;border-bottom:1px solid #e2e8f0;display:grid;gap:20px;grid-template-columns:200px 1fr;padding:12px 0}.profile-field:last-child{border-bottom:none}.profile-field label{color:#334155;font-size:14px;font-weight:600}.profile-field span{color:#475569;font-size:14px}.profile-field input{background:#fff;border:1.5px solid #c7d0e1;border-radius:10px;box-shadow:0 1px 4px #0000000a;font-size:14px;max-width:300px;padding:12px 18px;transition:border .2s,box-shadow .2s;width:100%}.profile-field input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe;outline:none}.button-group{border-top:1px solid #e2e8f0;display:flex;gap:12px;margin-top:28px;padding-top:20px}.cancel-button,.edit-button,.save-button{border:none;border-radius:8px;box-shadow:0 2px 8px #2563eb1f;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.edit-button,.save-button{background:linear-gradient(90deg,#2563eb,#1e40af);color:#fff}.cancel-button{background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569}.edit-button:hover,.save-button:hover{background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 4px 12px #2563eb33;transform:translateY(-1px) scale(1.02)}.cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1}.error-message{background:#fee2e2;color:#dc2626}.error-message,.success-message{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:8px;margin-bottom:16px;padding:12px 16px}.success-message{background:#dcfce7;color:#059669}.profile-loading{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;color:#475569;font-size:16px;padding:48px;text-align:center}.attendance-container{padding:20px;width:100%}.attendance-container h1{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.service-block{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:space-between;margin-bottom:2rem;padding:2rem}.mark-attendance-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-left:1rem;padding:12px 24px;transition:all .2s}.mark-attendance-btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.mark-attendance-btn:active{transform:translateY(0)}.radio-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.radio-label{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:background-color .2s}.radio-label:hover{background:#f9fafb}.radio-label input[type=radio]{accent-color:#2563eb;cursor:pointer;height:18px;width:18px}.radio-text{color:#374151;font-size:1rem;font-weight:500}.form-textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:1rem;min-height:80px;padding:12px 16px;resize:vertical;transition:all .2s;width:100%}.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-textarea:hover{border-color:#9ca3af}.cancel-btn,.submit-btn{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;min-width:80px;padding:12px 24px;transition:all .2s}.submit-btn{background:#2563eb;color:#fff}.submit-btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.submit-btn:active{transform:translateY(0)}.attendance-tabs{border-bottom:1px solid #ddd;display:flex;margin-bottom:20px}.tab-button{background:none;border:none;color:#666;cursor:pointer;font-size:16px;margin-right:20px;padding:10px 15px;position:relative;transition:color .3s}.tab-button.active{color:#0056b3;font-weight:500}.tab-button.active:after{background-color:#0056b3;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.attendance-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.attendance-card{border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:transform .2s ease}.attendance-card:hover{box-shadow:0 4px 8px #0000001f;transform:translateY(-4px)}.card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:12px 15px}.card-date{color:#333;font-weight:500}.card-time{background-color:#0056b3;border-radius:4px;color:#fff;font-size:.9em;padding:4px 8px}.card-details{padding:15px}.detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;text-align:right}.attendance-table{border-collapse:collapse;margin-top:10px;width:100%}.attendance-table td,.attendance-table th{border-bottom:1px solid #ddd;padding:12px 15px;text-align:left}.attendance-table th{background-color:#f8f9fa;color:#333;font-weight:500}.attendance-table tr:hover{background-color:#f5f5f5}.status-badge{border-radius:50px;display:inline-block;font-size:.85em;font-weight:500;padding:5px 10px}.status-present{background-color:#d1f7c4;color:#2c8700}.status-absent{background-color:#ffd1d1;color:#c00}.status-pending{background-color:#fff5cc;color:#8a6d00}.no-data-message{background-color:#f9f9f9;border-radius:8px;font-style:italic}.loading-indicator,.no-data-message{color:#666;padding:20px;text-align:center}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:20px;padding:15px}@media (max-width:768px){.attendance-cards{grid-template-columns:1fr}.attendance-table{display:block;overflow-x:auto}.service-block{align-items:stretch;flex-direction:column;gap:1.5rem}.mark-attendance-btn{margin-left:0;width:100%}.dialog-container{margin:20px;width:95%}.dialog-content,.dialog-footer,.dialog-header{padding-left:20px;padding-right:20px}.dialog-footer{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.member-service-request-page{background-color:#f8fafc;display:block;min-height:100vh;padding:2rem}.no-service-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:0 auto;max-width:600px;padding:3rem 2rem;text-align:center}.no-service-title{color:#374151;font-size:1.75rem;font-weight:700;line-height:1.4;margin:0}.service-content{margin:0 auto;max-width:800px;width:100%}.service-subtitle{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 2rem;text-align:center}.service-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:space-between;padding:2rem;transition:all .2s}.service-item:hover{box-shadow:0 8px 25px -5px #0000001a,0 4px 6px -2px #0000000d}.service-details{display:flex;flex:1 1;flex-direction:column;gap:1rem}.detail-field{display:flex;flex-direction:column;gap:.25rem}.field-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.field-value{color:#111827;font-size:1rem;font-weight:600}.status-open{background:#dcfce7;color:#166534}.create-request-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:12px 24px;transition:all .2s}.create-request-btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.create-request-btn:active{transform:translateY(0)}.request-raised-text{background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:.875rem;font-weight:600;min-width:120px;padding:12px 24px;text-align:center}.dialog-overlay,.request-raised-text{align-items:center;display:flex;justify-content:center}.dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.dialog-container{animation:dialogSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow:hidden;width:90%}@keyframes dialogSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 24px 16px}.dialog-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.dialog-close{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:1.25rem;justify-content:center;padding:8px;transition:all .2s}.dialog-close:hover{background:#f3f4f6;color:#374151}.dialog-content{padding:24px}.form-label{color:#374151;font-size:.875rem;margin-bottom:6px}.form-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;cursor:pointer;font-size:1rem;padding:12px 40px 12px 16px;transition:all .2s;width:100%}.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-select:hover{border-color:#9ca3af}.dialog-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px 24px}.cancel-btn,.send-request-btn{border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;min-width:80px;padding:12px 24px;transition:all .2s}.cancel-btn{background:#f9fafb;border:1px solid #d1d5db;color:#374151}.cancel-btn:hover{background:#f3f4f6;border-color:#9ca3af}.send-request-btn{background:#2563eb;color:#fff}.send-request-btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.send-request-btn:active{transform:translateY(0)}@media (max-width:640px){.member-service-request-page{padding:1rem}.no-service-container{padding:2rem 1.5rem}.no-service-title{font-size:1.5rem}.service-content{padding:0 1rem}.service-subtitle{font-size:1.25rem}.service-item{align-items:stretch;flex-direction:column;gap:1.5rem;padding:1.5rem}.create-request-btn,.request-raised-text{width:100%}.dialog-container{margin:20px;width:95%}.dialog-content,.dialog-footer,.dialog-header{padding-left:20px;padding-right:20px}.dialog-footer{flex-direction:column}.cancel-btn,.send-request-btn{width:100%}.status-badge{border-radius:6px;display:inline-block;font-weight:700;padding:4px 10px}.status-1{background:green;color:#fff}.status-2{background:red;color:#fff}.status-3{background:orange;color:#fff}.status-4{background:blue;color:#fff}.status-5{background:gray;color:#fff}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.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:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{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)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;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;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.member-layout{background:linear-gradient(120deg,#f8fafc,#e2e6ea);min-height:100vh}.member-content{display:flex}.page-content{background:#f7fafd;border-radius:24px;box-shadow:0 8px 32px #0000001a;margin:40px 32px;min-height:100vh;padding:40px 48px;transition:box-shadow .2s}.section-title{color:#2c3e50;font-size:24px;font-weight:600;margin-bottom:24px;padding-left:16px;position:relative}.section-title:before{background:linear-gradient(180deg,#3498db,#2c3e50);border-radius:2px;content:"";height:24px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:24px;padding:24px}.form-group{margin-bottom:20px}.form-label{color:#34495e;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-input{border:2px solid #e1e1e1;border-radius:8px;color:#2c3e50;font-size:15px;padding:12px 16px;transition:all .3s;width:100%}.form-input:focus{border-color:#3498db;box-shadow:0 0 0 4px #3498db1a;outline:none}.button-primary{background:linear-gradient(135deg,#3498db,#2c3e50);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px 24px;transition:all .3s}.button-primary:hover{box-shadow:0 4px 12px #3498db33;transform:translateY(-2px)}.button-secondary{background:#fff;border:2px solid #e1e1e1;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:15px;font-weight:500;margin-left:12px;padding:12px 24px;transition:all .3s}.button-secondary:hover{background:#f8f9fa;border-color:#3498db}.App{background:linear-gradient(90deg,#f8fafc,#e2e6ea);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.admin-layout{display:flex;flex-direction:column;height:100vh}.admin-content{display:flex;flex:1 1}.page-content{background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000012;flex:1 1;margin:32px 24px;overflow-y:auto;padding:32px 40px}
/*# sourceMappingURL=main.fe40c19e.css.map*/