@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--brand-primary: #4f46e5;--bg-body: #f8fafc;--text-main: #1e293b;--text-muted: #64748b;--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box;font-family:Plus Jakarta Sans,sans-serif}body{background-color:var(--bg-body);color:var(--text-main);overflow-x:hidden;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}img{max-width:100%;height:auto}input,select,textarea{max-width:100%}.login-page-wrapper{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:linear-gradient(#0f172a99,#0f172a99),url(https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:Plus Jakarta Sans,sans-serif}.login-card{background-color:#fff;padding:50px 40px;border-radius:20px;width:100%;max-width:440px;box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:35px}.login-header h2{color:#1e293b;font-size:26px;font-weight:400;margin-bottom:8px;letter-spacing:-.5px}.login-header h2 span{font-weight:800;color:#003873}.login-header p{color:#64748b;font-size:14px}.form-group{margin-bottom:20px}.login-label{display:block;font-size:13px;font-weight:700;color:#475569;margin-bottom:8px}.input-with-icon,.password-input-wrapper{position:relative;display:flex;align-items:center}.field-icon{position:absolute;left:14px;color:#94a3b8}.login-input{width:100%;height:48px;padding:0 15px 0 45px;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;font-size:15px;color:#1e293b;transition:all .2s ease}.login-input:focus{border-color:#003873;box-shadow:0 0 0 4px #00387314}.password-toggle-icon{position:absolute;right:14px;cursor:pointer;color:#94a3b8;display:flex;transition:color .2s}.password-toggle-icon:hover{color:#003873}.login-options{display:flex;justify-content:space-between;align-items:center;margin:25px 0}.remember-me-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;color:#64748b;font-size:14px;font-weight:500}.remember-me-checkbox input{width:16px;height:16px;accent-color:#003873;cursor:pointer}.forgot-link{text-decoration:none;color:#003873;font-size:14px;font-weight:600}.login-submit-btn{width:100%;height:50px;background-color:#003873;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,background .2s;box-shadow:0 10px 15px -3px #0038734d}.login-submit-btn:hover{background-color:#002d5c;transform:translateY(-1px)}.login-submit-btn:active{transform:translateY(0)}.error-alert{background-color:#fff1f2;color:#e11d48;padding:12px;border-radius:8px;font-size:13px;font-weight:600;text-align:center;margin-bottom:20px;border:1px solid #ffe4e6}.login-footer-link{text-align:center;margin-top:20px}.login-footer-link span{color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s;text-decoration:underline;text-underline-offset:4px}.login-footer-link span:hover{color:#003873}select.login-input{background-color:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}@media(max-width:480px){.login-card{padding:30px 20px;margin:15px;border-radius:15px}.login-header h2{font-size:22px}.login-options{flex-direction:column;gap:15px;align-items:flex-start}}.pd-card{position:absolute;top:60px;right:0;width:250px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;border:1px solid #f1f5f9;z-index:1001;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pd-header{padding:16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #f1f5f9}.pd-img{width:42px;height:42px;border-radius:50%}.pd-name{font-weight:700;font-size:14px;color:#1e293b}.pd-email{font-size:12px;color:#94a3b8}.badge{background:#dcfce7;color:#166534;font-size:10px;padding:2px 6px;border-radius:4px;margin-left:5px}.pd-menu{padding:8px}.pd-item{padding:10px 12px;display:flex;align-items:center;gap:12px;font-size:14px;color:#475569;cursor:pointer;border-radius:8px}.pd-item:hover{background:#f8fafc;color:#1e293b}.pd-logout{width:100%;border:none;background:transparent;padding:12px;display:flex;align-items:center;gap:12px;color:#ef4444;font-weight:600;cursor:pointer;border-top:1px solid #f1f5f9;margin-top:8px}.header-nav{height:var(--nav-height);background:#fff;border-bottom:1px solid #eef1f6;position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 40px;z-index:1000;width:100%;box-shadow:0 2px 10px #00000005}.nav-left-section{display:flex;align-items:center;gap:30px;height:100%}.brand-box{display:flex;align-items:center;gap:12px;cursor:pointer;margin-right:10px}.brand-logo{width:32px;height:32px;background:var(--brand-blue);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px}.brand-name{font-weight:800;font-size:18px;color:#0f172a}.top-menu-links{display:flex;align-items:center;gap:8px;height:100%}.top-link{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;color:#64748b;text-decoration:none;font-size:13px;font-weight:700;cursor:pointer;transition:all .3s ease}.top-link:hover,.top-link.active,.top-nav-dropdown.is-open .top-link.trigger{background:var(--brand-blue);color:#fff!important}.top-link:hover .nav-icon,.top-link.active .nav-icon,.top-nav-dropdown.is-open .top-link.trigger .nav-icon{color:#fff}.top-nav-dropdown{position:relative;height:100%;display:flex;align-items:center}.top-submenu{position:absolute;top:calc(100% - 10px);left:0;background:#fff;min-width:200px;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 15px 35px #0038731a;padding:8px;display:none;flex-direction:column;z-index:1001}.top-nav-dropdown.is-open .top-submenu{display:flex;animation:slideInDown .2s ease-out}.top-submenu a{padding:10px 15px;font-size:13px;font-weight:600;color:#475569;text-decoration:none;border-radius:8px;transition:.2s}.top-submenu a:hover{background:#f0f7ff;color:var(--brand-blue)}.header-actions{display:flex;align-items:center;gap:12px}.action-btn{background:transparent;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:50%;transition:.2s}.action-btn:hover{background:#f1f5f9;color:var(--brand-blue)}.header-avatar{width:36px;height:36px;border-radius:10px;cursor:pointer;border:2px solid #f1f5f9;object-fit:cover;transition:.2s}.header-avatar:hover{border-color:var(--brand-blue)}.profile-container{position:relative;margin-left:10px}:root{--sidebar-wide: 0px;--sidebar-narrow: 0px;--nav-height: 70px;--ease-standard: cubic-bezier(.4, 0, .2, 1);--transition-speed: .4s;--brand-blue: #003873;--bg-body: #f8fafc;--border-color: #eef1f6;--main-margin: 0px;--content-padding: 35px}.app-container{display:flex;min-height:100vh;background-color:var(--bg-body);position:relative;overflow-x:hidden;width:100%}.main-viewport{flex:1;display:flex;flex-direction:column;margin-left:0!important;transition:none;min-width:0;width:100%}.content-scroll-area{margin-top:var(--nav-height);padding:var(--content-padding);min-height:calc(100vh - var(--nav-height));width:100%}.page-header-flex{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.breadcrumb-nav span:hover{color:var(--brand-blue)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px;margin-bottom:30px}.crm-stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 4px 12px #00000005;transition:transform .3s ease}.crm-stat-card:hover{transform:translateY(-5px)}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.icon-box{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center}.card-label{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.card-body h3{font-size:32px;font-weight:800;color:#1e293b;margin:0}.card-body p{font-size:12px;color:#94a3b8;font-weight:600;margin-top:10px}.blue .icon-box{background:#eff6ff;color:#3b82f6}.orange .icon-box{background:#fff7ed;color:#f97316}.red .icon-box{background:#fef2f2;color:#ef4444}.green .icon-box{background:#f0fdf4;color:#10b981}.grey .icon-box{background:#f8fafc;color:#64748b}.data-display-card{background:#fff;border-radius:16px;border:1px solid var(--border-color);box-shadow:0 4px 20px #00000005;overflow:hidden}.data-toolbar{padding:20px 24px;border-bottom:1px solid #f1f5f9}.branch-title{font-size:14px;font-weight:800;color:#003873;text-transform:uppercase;letter-spacing:1px}.table-sticky-wrapper{overflow-x:auto}.modern-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:900px}.modern-data-table thead th{background-color:#f8fafc;padding:14px 20px;text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid var(--border-color)}.modern-data-table td{padding:16px 20px;border-bottom:1px solid #f8fafc;font-size:14px;color:#1e293b;vertical-align:middle}.user-profile-cell{display:flex;align-items:center;gap:12px}.avatar-letter{width:32px;height:32px;border-radius:50%;background:#ebf0f5;color:var(--brand-blue);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}.phone-num-text{color:#64748b;font-weight:500}.status-pill{padding:6px 12px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase;display:inline-block}.status-pill.today{background:#fef2f2;color:#e11d48}.status-pill.upcoming{background:#eff6ff;color:#3b82f6}.status-pill.overdue{background:#fff7ed;color:#f97316}.btn-icon-round{width:34px;height:34px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-icon-round:hover{color:var(--brand-blue);border-color:var(--brand-blue);background:#f8fafc}@media(max-width:768px){:root{--content-padding: 20px}.dashboard-grid{grid-template-columns:1fr}.page-title-bold{font-size:22px}}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.fee-reminder-card{border-left:4px solid #f97316}.fee-toolbar{background:#fffcfb;display:flex;align-items:center}.toolbar-left{display:flex;align-items:center;gap:10px}.title-icon-blue{color:#003873}.fee-avatar{background:#fff7ed!important;color:#f97316!important}.course-pill-lite{font-size:11px;font-weight:600;color:#64748b;background:#f8fafc;padding:3px 8px;border-radius:4px;border:1px solid #eef1f6}.inst-text{font-size:12px;color:#475569;font-weight:500}.due-date-text{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1e293b}.fee-amount-bold{font-weight:800;color:#003873;font-size:14px}.status-pill.due-soon{background:#fff7ed;color:#c2410c;border:1px solid #ffedd5}.status-pill.overdue{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.green .icon-box{background:#dcfce7;color:#166534}.green .card-body h3{color:#15803d}.drawer-container{position:fixed;top:0;right:0;width:480px;height:100vh;background:#fff;z-index:2001;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;animation:slideIn .3s ease-out}.header-title-box{display:flex;align-items:center;gap:12px;color:#003873}.header-title-box h3{font-size:18px;font-weight:800;margin:0}.section-subtitle{font-size:11px;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.drawer-form-row{display:grid;grid-template-columns:140px 1fr;align-items:center;margin-bottom:18px;position:relative}.row-label{font-size:13px;font-weight:700;color:#475569}.row-input-wrapper,.modern-select-trigger{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:10px;height:46px;overflow:hidden;background:#fff;transition:all .2s ease}.row-input-wrapper:focus-within,.modern-select-trigger.active{border-color:#003873;box-shadow:0 0 0 4px #0038730d}.icon-box-shaded{width:48px;height:100%;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b;border-right:1px solid #e2e8f0;flex-shrink:0}.row-input-wrapper input,.modern-select-trigger span{flex:1;border:none;outline:none;padding:0 15px;font-size:14px;font-weight:500;color:#1e293b;background:transparent}.modern-dropdown-menu{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:10px;box-shadow:0 10px 25px #0000001a;z-index:100;max-height:220px;overflow-y:auto;padding:5px}.dropdown-option:hover{background-color:#f8fafc;color:#003873}.dropdown-option.selected{background-color:#ebf0f5;color:#003873;font-weight:700}.arrow-icon{margin-right:12px;color:#94a3b8;transition:.3s}.drawer-footer-sticky{position:absolute;bottom:0;right:0;left:0;padding:20px 25px;background:#fff;border-top:1px solid #f1f5f9;box-shadow:0 -10px 20px #00000005}.btn-save-lead-blue{width:100%;background:#003873;color:#fff;border:none;height:50px;border-radius:12px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s}.btn-save-lead-blue:hover{background:#002d5c;transform:translateY(-1px)}.form-divider{height:1px;background:#f1f5f9;margin:30px 0}.header-user{display:flex;align-items:center;gap:15px}.drawer-avatar{width:50px;height:50px;border-radius:12px;background:#ebf0f5;color:#003873;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:20px}.header-user h3{font-size:18px;font-weight:800;color:#1e293b;margin:0}.id-tag{font-size:12px;color:#94a3b8;font-weight:600}.close-drawer-btn{background:none;border:none;color:#94a3b8;cursor:pointer}.drawer-body{flex:1;overflow-y:auto;padding:25px}.drawer-section{margin-bottom:35px}.section-title{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:1.2px;margin-bottom:15px}.info-grid{display:flex;flex-direction:column;gap:12px}.info-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#475569;font-weight:600}.info-item svg{color:#cbd5e1}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.btn-edit-small{background:none;border:none;color:#003873;font-size:11px;font-weight:700;text-decoration:underline;cursor:pointer}.clean-tag-container{display:flex;flex-direction:column;gap:15px}.pill-group{display:flex;flex-wrap:wrap;gap:6px}.status-badge-pill{background-color:#f0f4f8;color:#003873;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;display:flex;align-items:center;gap:6px;border:1px solid #d1dbe5}.remove-tag-icon{cursor:pointer;color:#ef4444;margin-left:2px}.tag-selection-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:15px;margin-bottom:15px;animation:fadeIn .3s ease}.selection-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tag-option{font-size:12px;font-weight:600;color:#64748b;background:#fff;border:1px solid #eef1f6;padding:5px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:5px}.tag-option.selected{background:#ebf0f5;color:#003873;border-color:#003873}.btn-save-tags{width:100%;padding:10px;border:none;background:#003873;color:#fff;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.source-info-box{display:flex;align-items:center;justify-content:space-between;background-color:#fcfdfe;padding:10px 14px;border-radius:10px;border:1px solid #eef1f6}.source-label{font-size:9px;font-weight:800;color:#94a3b8;letter-spacing:1px}.source-value{font-size:12px;font-weight:700;color:#ef4444}.followup-form-box{background:#fcfdfe;border:1.5px solid #eef1f6;border-radius:12px;padding:15px;margin-bottom:25px}.followup-form-box textarea{width:100%;min-height:80px;border:none;background:transparent;outline:none;font-size:13px;color:#1e293b;resize:none}.form-row-mini{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #eef1f6}.date-input-mini{display:flex;align-items:center;gap:8px;color:#64748b}.date-input-mini input{border:none;background:transparent;font-size:12px;color:#1e293b;outline:none;cursor:pointer}.btn-save-mini{background:#003873;color:#fff;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.btn-save-mini:hover{background:#002d5c;transform:scale(1.05)}.btn-save-mini:disabled{opacity:.3;cursor:not-allowed}.timeline{border-left:2px solid #f1f5f9;margin-left:10px;padding-left:20px}.timeline-item{position:relative;margin-bottom:20px}.timeline-dot{position:absolute;left:-27px;top:5px;width:12px;height:12px;background:#fff;border:3px solid #003873;border-radius:50%}.timeline-meta{font-size:12px;font-weight:700;color:#94a3b8;display:flex;align-items:center;gap:6px;margin-bottom:4px}.timeline-remark{font-size:13px;color:#475569;line-height:1.5;background:#f8fafc;padding:10px;border-radius:8px}.drawer-loader{text-align:center;color:#94a3b8;padding:40px;font-weight:600;font-style:italic}.no-history{font-size:12px;color:#cbd5e1;font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main-viewport{margin-left:0!important;width:100%}.content-area{padding:20px 30px;margin-top:70px;background:#f8fafc}.filter-card{background:#fff;border:1px solid #eef1f6;border-radius:12px;padding:18px 20px;margin-bottom:20px;box-shadow:0 4px 12px #00000005}.filter-header-row{margin-bottom:14px;border-bottom:1px solid #f1f5f9;padding-bottom:8px;display:flex;justify-content:space-between;align-items:center}.filter-title{font-size:11px;font-weight:800;color:#94a3b8;display:flex;align-items:center;gap:8px;text-transform:uppercase}.btn-add-primary{background:#003873;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:700;font-size:11px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.2s}.btn-add-primary:hover{background:#00284d;box-shadow:0 4px 12px #0038734d}.filter-grid{display:grid;grid-template-columns:1fr .9fr .9fr 1.3fr .8fr;gap:12px;align-items:flex-end}.filter-group{display:flex;flex-direction:column;gap:5px}.filter-group label{font-size:11px;font-weight:700;color:#64748b}.filter-group select,.filter-group input{height:38px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;outline:none;font-size:13px;background:#fff}.date-input-container{display:flex;align-items:center;gap:8px}.filter-actions-inline{display:flex;gap:8px;height:38px}.btn-reset,.btn-apply{flex:1;border-radius:8px;font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.2s}.btn-reset{background:#fff;border:1px solid #e2e8f0;color:#64748b}.btn-apply{background:#003873;border:none;color:#fff}.leads-card{background:#fff;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 4px 20px #00000008;margin-bottom:20px}.leads-toolbar{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.entries-select{font-size:13px;font-weight:600;color:#475569;display:flex;align-items:center;gap:8px}.entries-select select{border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;outline:none;font-size:13px;background:#fff;cursor:pointer}.search-box{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#475569}.search-box input{border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;outline:none;width:240px;font-size:13px;transition:.2s;background:#fff}.search-box input:focus{border-color:#003873;box-shadow:0 0 0 3px #0038730d}.table-wrapper{overflow-x:auto;max-height:70vh}.leads-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed;min-width:1500px}.leads-table thead th{position:sticky;top:0;z-index:20;background:#003873;padding:12px 8px;text-align:center;font-size:11px;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.6px;border-bottom:2px solid #00284d}.leads-table thead{box-shadow:0 2px 6px #00000014}.leads-table td{padding:12px 8px;border-bottom:1px solid #f8fafc;font-size:13px;color:#1e293b;vertical-align:middle;text-align:center}.table-loader{text-align:center;padding:40px!important;color:#94a3b8;font-weight:600}.customer-name-cell span{font-weight:700;color:#0f172a;font-size:13px}.course-pill-sm{background:#f1f5f9;color:#003873;padding:4px 8px;border-radius:6px;font-weight:800;font-size:10px}.phone-text-sm{color:#475569;font-weight:600;font-size:12px}.pill-stack{display:flex;flex-direction:column;gap:4px;align-items:center;margin-top:4px}.tag-pill{background:#ebf0f5;color:#003873;padding:2px 10px;border-radius:4px;font-size:9px;font-weight:700;border:1px solid #d1dbe5;width:fit-content}.no-tag-pill{background:#f8fafc;color:#cbd5e1;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;border:1px solid #f1f5f9}.date-cell-sm{display:flex;flex-direction:column;align-items:center;gap:5px}.date-text-val{font-weight:700;font-size:12px}.source-pill-item{background:#fff1f2;color:#ef4444;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:800}.followup-cell-sm{font-weight:600;color:#475569}.notes-cell-sm{color:#64748b;font-size:12px;line-height:1.5;text-align:center;padding:12px 15px!important;white-space:normal;word-break:break-word;max-width:400px}.action-btns-sm{display:flex;gap:8px;justify-content:center}.icon-btn-sm{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}.icon-btn-sm:hover{color:#003873;border-color:#003873}.action-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #eef1f6;border-radius:8px;box-shadow:0 10px 20px #0000001a;width:140px;z-index:100;padding:5px;margin-top:4px}.drop-item{width:100%;padding:8px 12px;border:none;background:transparent;font-size:12px;font-weight:600;text-align:left;cursor:pointer;border-radius:4px;display:flex;align-items:center;gap:8px;color:#475569}.drop-item:hover{background:#f8fafc;color:#003873}.drop-item.delete:hover{background:#fef2f2;color:#ef4444}.table-footer{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef1f6}.showing-text{font-size:13px;font-weight:600;color:#64748b}.pagination{display:flex;align-items:center;gap:8px}.page-nav-btn,.page-num-btn{height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;transition:.2s}.page-nav-btn{width:34px;color:#64748b}.page-nav-btn:disabled{opacity:.4;cursor:not-allowed}.page-num-btn{min-width:34px;padding:0 12px;font-size:13px;font-weight:700;color:#475569}.page-num-btn.active{background:#003873;color:#fff;border-color:#003873;box-shadow:0 4px 10px #00387333}.page-num-btn:hover:not(.active){background:#f8fafc;border-color:#003873}.clickable-row{cursor:pointer;transition:background-color .2s}.clickable-row:hover{background-color:#f8fafc}@media(max-width:1366px){.content-area{padding:16px 18px}.filter-grid{grid-template-columns:1fr 1fr 1.3fr .8fr;gap:12px}.btn-add-primary{padding:8px 14px;font-size:10px}.leads-table{min-width:1300px}.leads-table th{font-size:9px;padding:10px 6px}.leads-table td{font-size:12px;padding:10px 6px}.notes-cell-sm{max-width:300px;font-size:11px}.search-box input{width:200px}}@media(max-width:1200px){.filter-grid{grid-template-columns:1fr 1fr;row-gap:14px}.filter-actions-inline{grid-column:span 2}.leads-toolbar{flex-direction:column;align-items:flex-start;gap:10px}.search-box{width:100%;justify-content:space-between}.search-box input{width:100%}.leads-table{min-width:1100px}}@media(max-width:992px){.content-area{padding:12px}.filter-card,.leads-card{border-radius:10px}.leads-table{min-width:1000px}.notes-cell-sm{max-width:260px}}.table-wrapper{overflow-x:auto;scrollbar-width:thin}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}.page-header-minimal{margin-bottom:30px}.breadcrumb-nav{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;margin-bottom:8px}.breadcrumb-nav .active{color:#475569;font-weight:600}.main-title{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.duralux-card-form{background:#fff;border-radius:12px;border:1px solid #eef1f6;padding:40px;box-shadow:0 4px 20px #00000005}.form-row-layout{display:grid;grid-template-columns:180px 1fr;align-items:center;margin-bottom:15px;position:relative}.form-row-layout label{font-size:14px;font-weight:700;color:#1e293b}.input-field-box,.modern-select-trigger{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;height:46px;overflow:hidden;background:#fff;transition:.2s}.icon-box-shaded{width:46px;height:100%;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;border-right:1px solid #e2e8f0;flex-shrink:0}.input-field-box input{flex:1;border:none;outline:none;padding:0 15px;font-size:14px;color:#334155;font-weight:500}.modern-select-container{flex:1;position:relative}.modern-select-trigger{cursor:pointer}.modern-select-trigger.is-active{border-color:#003873;z-index:100}.selected-text{flex:1;padding:0 15px;font-size:14px;color:#1e293b;font-weight:500}.is-placeholder{color:#94a3b8}.arrow-icon{margin-right:15px;color:#94a3b8;transition:.3s}.arrow-icon.rotate{transform:rotate(180deg)}.modern-dropdown-list{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:10px;box-shadow:0 10px 25px #0000001a;z-index:999;max-height:220px;overflow-y:auto;padding:5px}.dropdown-option{padding:10px 14px;font-size:13px;color:#475569;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.dropdown-option:hover{background:#f8fafc;color:#003873}.is-selected{background:#ebf0f5;color:#003873;font-weight:700}.section-label-heading{font-size:12px;font-weight:800;color:#003873;display:flex;align-items:center;gap:10px;margin-bottom:20px;letter-spacing:1px}.ui-divider{height:1px;background:#f1f5f9;margin:30px 0}.form-footer-actions{margin-top:40px;display:flex;justify-content:flex-end;gap:20px;border-top:1px solid #f1f5f9;padding-top:30px}.btn-secondary-flat{background:none;border:none;font-weight:700;color:#94a3b8;cursor:pointer}.btn-primary-blue{background:#003873;color:#fff;border:none;padding:14px 35px;border-radius:8px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:.2s}.btn-primary-blue:hover{background:#002d5c;transform:translateY(-2px)}@media(max-width:768px){.duralux-card-form{padding:20px}.form-row-layout{grid-template-columns:1fr;align-items:flex-start;gap:8px;margin-bottom:20px}.form-row-layout label{font-size:13px}.form-footer-actions{flex-direction:column;gap:10px}.btn-primary-blue{width:100%;justify-content:center}.btn-secondary-flat{width:100%;text-align:center;padding:10px}.main-title{font-size:20px}}.permission-denied-text{font-size:12px;color:#ef4444;font-weight:600;margin-top:10px}.followup-form-box.disabled-view{background-color:#f1f5f9;border-style:dashed;display:flex;justify-content:center;align-items:center;height:80px;color:#94a3b8;font-size:13px;font-weight:600}.multi-select-wrapper{position:relative;flex:1}.select-trigger{cursor:pointer;display:flex;justify-content:space-between;padding-right:15px}.select-trigger.active{border-color:#003873;box-shadow:0 0 0 3px #0038730d}.selected-placeholder{flex:1;padding:0 12px;font-size:14px;font-weight:500;color:#334155}.arrow{color:#94a3b8;transition:transform .3s}.arrow.rotate{transform:rotate(180deg)}.multi-dropdown-list{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px #00000014;z-index:100;max-height:200px;overflow-y:auto;padding:6px}.student-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:.2s}.student-option:hover{background:#f8fafc}.student-option.selected{background:#ebf0f5}.checkbox{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;color:#fff;transition:.2s}.student-option.selected .checkbox{background:#003873;border-color:#003873}.student-option span{font-size:13px;font-weight:600;color:#475569}.multi-dropdown-list::-webkit-scrollbar{width:5px}.multi-dropdown-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.dropdown-search-container{display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:4px;position:sticky;top:0;background:#fff;z-index:2}.inner-search-icon{color:#94a3b8;margin-right:8px}.inner-search-input{border:none!important;outline:none!important;font-size:13px!important;color:#334155!important;width:100%!important;padding:4px 0!important;background:transparent!important}.inner-search-input::placeholder{color:#cbd5e1}.options-scroll-area{max-height:180px;overflow-y:auto}.no-results{padding:15px;text-align:center;font-size:12px;color:#94a3b8;font-style:italic}.select-actions-row{display:flex;padding:5px 10px;gap:10px;background:#f8fafc;border-bottom:1px solid #f1f5f9}.select-actions-row button{background:none;border:none;font-size:11px;font-weight:700;color:#003873;cursor:pointer;display:flex;align-items:center;gap:5px;padding:4px 8px;border-radius:4px;transition:.2s}.select-actions-row button:hover{background:#ebf0f5}.student-option span{font-size:13px;font-weight:600;color:#475569;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-dropdown-list{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px #00000014;z-index:100;max-height:250px;overflow:hidden;padding:0}.options-scroll-area::-webkit-scrollbar{width:5px}.options-scroll-area::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.batch-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;padding-top:10px}.header-left .breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;margin-bottom:8px}.header-left .sep{color:#cbd5e1}.header-left .current{color:#475569;font-weight:600}.page-title{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.5px;margin:0}.batch-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.btn-add-new{background-color:#003873;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.3s;box-shadow:0 4px 12px #00387326}.btn-add-new:hover{background-color:#002d5c;transform:translateY(-2px)}.batch-card{background:#fff;border-radius:16px;border:1px solid #eef1f6;box-shadow:0 4px 20px #00000005;overflow:hidden}.batch-toolbar{padding:20px 24px;border-bottom:1px solid #f8fafc}.search-wrapper{position:relative;width:350px;display:flex;align-items:center}.search-wrapper .search-icon{position:absolute;left:15px;color:#94a3b8}.search-wrapper input{width:100%;padding:12px 15px 12px 45px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none;transition:.2s}.search-wrapper input:focus{border-color:#003873;background:#fff}.text-right{text-align:right!important;padding-right:24px!important}.text-center{text-align:center!important}.batch-primary{display:flex;flex-direction:column;gap:4px}.batch-name{font-weight:700;color:#0f172a}.batch-id-tag{font-size:11px;color:#94a3b8;font-weight:600}.branch-tag{background:#f1f5f9;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;color:#475569}.schedule-box{display:flex;flex-direction:column;gap:6px}.sch-item{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:500}.student-badge{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:#3b82f6;padding:6px 14px;border-radius:20px;font-weight:800}.status-badge{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.action-btns-group{display:flex;justify-content:flex-end;gap:10px}.btn-action{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #eef1f6;background-color:#fff;cursor:pointer;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-action.edit:hover{background-color:#ebf0f5;color:#003873;border-color:#003873;transform:translateY(-2px)}.btn-action.delete:hover{background-color:#fff1f2;color:#ef4444;border-color:#ef4444;transform:translateY(-2px)}.btn-action:active{transform:translateY(0)}.drawer-footer{padding:20px 25px;border-top:1px solid #f1f5f9;display:flex;gap:15px}.btn-save{flex:1;background:#003873;color:#fff;border:none;height:46px;border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.course-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.breadcrumb{font-size:12px;color:#94a3b8;display:flex;align-items:center;gap:8px;margin-bottom:8px}.breadcrumb .sep{color:#cbd5e1}.breadcrumb .current{color:#475569;font-weight:600}.page-title{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.5px}.course-card{background:#fff;border-radius:16px;border:1px solid #eef1f6;box-shadow:0 4px 20px #00000005}.course-toolbar{padding:20px 24px;border-bottom:1px solid #f8fafc}.duralux-table{width:100%;border-collapse:collapse}.duralux-table th{background:#f8fafc;padding:16px 24px;text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.duralux-table td{padding:20px 24px;border-bottom:1px solid #f8fafc;font-size:14px;color:#1e293b;vertical-align:middle}.sr-no{color:#94a3b8;font-weight:700;font-size:13px}.course-primary{display:flex;align-items:center;gap:12px}.title-icon{color:#003873;opacity:.6}.course-name{font-weight:700;color:#0f172a}.fee-badge{background:#f1f5f9;color:#475569;padding:4px 12px;border-radius:6px;font-weight:700;font-size:13px}.duration-info{display:flex;align-items:center;gap:8px;color:#64748b;font-weight:500}.status-badge{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase}.status-badge.active{background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5}.status-badge.inactive{background-color:#fff1f2;color:#e11d48;border:1px solid #ffe4e6}.action-btns-group{display:flex;gap:10px;justify-content:flex-end}.btn-action{width:34px;height:34px;border-radius:8px;border:1px solid #eef1f6;background:#fff;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:.2s}.btn-action.edit:hover{background:#ebf0f5;color:#003873;border-color:#003873;transform:translateY(-2px)}.btn-action.delete:hover{background:#fff1f2;color:#ef4444;border-color:#ef4444;transform:translateY(-2px)}.table-loader{padding:60px;text-align:center;color:#94a3b8;font-weight:600;font-style:italic}.drawer-container{position:fixed;top:0;right:0;width:450px;height:100vh;background:#fff;z-index:2001;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}.drawer-form-row{display:grid;grid-template-columns:130px 1fr;align-items:center;margin-bottom:18px}.drawer-form-row label{font-size:13px;font-weight:700;color:#1e293b}.drawer-input-wrapper{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:8px;height:44px;overflow:hidden;background:#fff}.drawer-icon-box{width:44px;height:100%;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#94a3b8;border-right:1px solid #e2e8f0}.drawer-input-wrapper input,.drawer-input-wrapper select{flex:1;border:none;outline:none;padding:0 12px;font-size:14px;font-weight:500;color:#334155;background:transparent}.btn-save-blue{flex:1;background-color:#003873;color:#fff;border:none;height:46px;border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00387333}.btn-save-blue:hover{background-color:#002d5c;transform:translateY(-1px);box-shadow:0 6px 15px #0038734d}.btn-save-blue:disabled{background-color:#cbd5e1;cursor:not-allowed;box-shadow:none}.drawer-container{position:fixed;top:0;right:0;width:450px;height:100vh;background:#fff;z-index:2001;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column}.header-title h3{font-size:16px;font-weight:800;margin:0}.drawer-body{flex:1;padding:25px;overflow-y:auto}.drawer-form-row{display:grid;grid-template-columns:140px 1fr;align-items:center;margin-bottom:20px}.drawer-input-wrapper{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;height:46px;overflow:hidden;background:#fff;transition:all .2s ease}.drawer-input-wrapper:focus-within{border-color:#003873;background-color:#fff}.drawer-input-wrapper:hover{border-color:#cbd5e1}.drawer-icon-box{width:46px;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;border-right:1px solid #e2e8f0;flex-shrink:0}.drawer-input-wrapper input,.drawer-input-wrapper select{flex:1;border:none;outline:none;padding:0 15px;font-size:14px;font-weight:500;color:#1e293b;background:transparent}.drawer-footer{padding:20px 25px;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.btn-save-blue{flex:1;background:#003873;color:#fff;border:none;height:48px;border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background .2s}.btn-save-blue:hover{background-color:#002d5c}.btn-save-blue:disabled{background-color:#cbd5e1;cursor:not-allowed}.btn-cancel{padding:0 30px;background:transparent;border:none;color:#94a3b8;font-weight:700;font-size:14px;cursor:pointer}.close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer}.perm-drawer-container{position:fixed;top:0;right:0;width:650px;height:100vh;background:#f8fafc;z-index:3001;box-shadow:-10px 0 40px #00000014;display:flex;flex-direction:column;animation:slideInRight .4s cubic-bezier(.4,0,.2,1)}.perm-drawer-header{background:#fff;padding:20px 30px;border-bottom:1px solid #eef1f6;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:15px;color:#003873}.header-text h3{margin:0;font-size:18px;font-weight:800;color:#0f172a}.header-text p{margin:0;font-size:12px;color:#94a3b8}.header-text p span{color:#003873;font-weight:700}.perm-warning-banner{background:#fff1f2;padding:12px 30px;display:flex;align-items:center;gap:10px;color:#e11d48;font-size:12px;font-weight:600;border-bottom:1px solid #ffe4e6}.perm-drawer-body{flex:1;overflow-y:auto;padding:25px 30px}.global-actions{display:flex;gap:12px;margin-bottom:25px}.all-perms-toggle{flex:1;background:#fff;border:1px solid #e2e8f0;padding:10px;border-radius:10px;font-size:13px;font-weight:700;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s}.all-perms-toggle:hover{border-color:#003873;color:#003873;background:#f0f7ff}.all-perms-toggle.clear:hover{border-color:#ef4444;color:#ef4444;background:#fff1f2}.perm-group-section{margin-bottom:30px}.group-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #eef1f6}.group-title{font-size:12px;font-weight:800;text-transform:uppercase;color:#003873;letter-spacing:.5px;margin:0}.group-toggle-btn{background:#ebf0f5;border:none;color:#003873;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;transition:.2s}.group-toggle-btn:hover{background:#003873;color:#fff}.perm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.perm-item{background:#fff;padding:12px 15px;border-radius:10px;border:1px solid #eef1f6;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease}.perm-item:hover{border-color:#cbd5e1;transform:translateY(-1px)}.perm-item.active{border-color:#003873;background:#f0f7ff}.custom-checkbox{width:18px;height:18px;border:2px solid #cbd5e1;border-radius:5px;display:flex;align-items:center;justify-content:center;background:#fff;transition:.2s;flex-shrink:0}.perm-item.active .custom-checkbox{background:#003873;border-color:#003873;color:#fff}.perm-text{font-size:13px;font-weight:600;color:#475569;text-transform:capitalize}.perm-drawer-footer{padding:20px 30px;background:#fff;border-top:1px solid #eef1f6;display:flex;justify-content:space-between;align-items:center}.btn-save-perms{background:#003873;color:#fff;border:none;padding:12px 25px;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.2s;box-shadow:0 4px 12px #00387326}.btn-save-perms:hover{background:#002d5c;transform:translateY(-2px)}.btn-cancel-text{background:none;border:none;color:#94a3b8;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.btn-cancel-text:hover{color:#475569}.perm-drawer-body::-webkit-scrollbar{width:5px}.perm-drawer-body::-webkit-scrollbar-track{background:transparent}.perm-drawer-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.staff-header-flex{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.btn-primary-blue{background-color:#003873;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.2s}.btn-primary-blue:hover{transform:translateY(-2px);background-color:#002d5c}.staff-card-ui{background:#fff;border-radius:16px;border:1px solid #eef1f6;box-shadow:0 4px 20px #00000005;overflow:hidden}.staff-toolbar-ui{padding:20px 24px;border-bottom:1px solid #f8fafc}.search-input-wrapper{position:relative;width:320px}.search-icon-fixed{position:absolute;left:14px;top:11px;color:#94a3b8}.search-input-wrapper input{width:100%;padding:11px 15px 11px 45px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none}.table-wrapper-scroll{overflow-x:auto}.duralux-staff-table{width:100%;border-collapse:collapse}.duralux-staff-table th{background:#f8fafc;padding:16px 24px;text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.duralux-staff-table td{padding:18px 24px;border-bottom:1px solid #f8fafc;font-size:14px;color:#1e293b;vertical-align:middle}.text-right{text-align:right!important}.staff-info-col{display:flex;flex-direction:column;gap:4px}.name-bold{font-weight:700;color:#0f172a}.id-muted{font-size:11px;color:#94a3b8;font-weight:600}.role-tag{font-size:9px;font-weight:800;text-transform:uppercase;padding:2px 8px;border-radius:4px;width:fit-content;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.item-row{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:500}.status-pill-modern{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border-width:1px;border-style:solid}.active-green{background-color:#ecfdf5;color:#059669;border-color:#d1fae5}.disabled-red{background-color:#fff1f2;color:#e11d48;border-color:#ffe4e6}.btn-round-action{width:34px;height:34px;border-radius:8px;border:1px solid #eef1f6;background:#fff;cursor:pointer;color:#94a3b8;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.btn-round-action.assign-blue:hover{color:#003873;border-color:#003873;background-color:#ebf0f5;transform:translateY(-2px)}.btn-round-action.edit-green:hover{color:#10b981;border-color:#10b981;background:#f0fdf4;transform:translateY(-2px)}.btn-round-action.delete-red:hover{color:#ef4444;border-color:#fee2e2;background:#fff1f2;transform:translateY(-2px)}.loader-text{padding:60px;text-align:center;color:#94a3b8;font-weight:600}.btn-round-action.perm-purple:hover{color:#7c3aed;border-color:#7c3aed;background-color:#f5f3ff;transform:translateY(-2px)}.action-row-group{display:flex;gap:8px;justify-content:flex-end}.read-only-tag{font-size:11px;font-weight:800;color:#ef4444;letter-spacing:1px;border:1px solid #fee2e2;padding:8px 15px;border-radius:6px;background:#fef2f2}.salary-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.btn-export{background-color:#fff;color:#003873;border:1px solid #e2e8f0;padding:10px 22px;border-radius:10px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.2s}.btn-export:hover{background-color:#f8fafc;border-color:#003873}.salary-card{background:#fff;border-radius:16px;border:1px solid #eef1f6;box-shadow:0 4px 20px #00000005;overflow:hidden}.salary-toolbar{padding:20px 24px;border-bottom:1px solid #f8fafc}.search-wrapper{position:relative;width:350px}.search-icon{position:absolute;left:15px;top:12px;color:#94a3b8}.search-wrapper input{width:100%;padding:12px 15px 12px 45px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none}.duralux-salary-table{width:100%;border-collapse:collapse}.duralux-salary-table th{background:#f8fafc;padding:16px 24px;text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.duralux-salary-table td{padding:20px 24px;border-bottom:1px solid #f8fafc;font-size:14px;color:#1e293b;vertical-align:middle}.staff-primary{display:flex;align-items:center;gap:15px}.avatar-mini{width:36px;height:36px;border-radius:10px;background:#ebf0f5;color:#003873;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.name-box{display:flex;flex-direction:column}.staff-name{font-weight:700;color:#0f172a}.staff-id{font-size:11px;color:#94a3b8;font-weight:600}.info-row{display:flex;align-items:center;gap:8px;color:#64748b;font-size:13px;font-weight:500}.salary-pill{display:inline-flex;align-items:center;gap:6px;background-color:#f0fdf4;color:#166534;padding:6px 14px;border-radius:20px;font-weight:800;font-size:14px;border:1px solid #dcfce7}.table-loader{padding:60px;text-align:center;color:#94a3b8;font-weight:600}@media(max-width:768px){.batch-header,.course-header,.staff-header-flex{flex-direction:column;align-items:flex-start;gap:15px}.search-wrapper,.search-input-wrapper{width:100%!important}.btn-add-new,.btn-primary-blue{width:100%;justify-content:center}.table-sticky-wrapper,.table-wrapper-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.select-arrow{margin-right:15px;color:#94a3b8;transition:transform .3s ease}.modern-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 12px 30px #0000001f;z-index:1000;max-height:220px;overflow-y:auto;padding:6px;animation:slideInDown .2s ease-out}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:10px 14px;font-size:14px;color:#475569;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.2s}.drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000}.drawer-container.wide{width:520px}.drawer-container{position:fixed;top:0;right:0;height:100vh;background:#fff;z-index:2001;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column}.drawer-header{padding:25px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:center;gap:12px;color:#003873}.header-title h3{font-size:18px;font-weight:800;margin:0}.drawer-body{flex:1;padding:25px 25px 120px;overflow-y:auto}.drawer-section-label{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:1.5px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.drawer-form-row{display:grid;grid-template-columns:150px 1fr;align-items:center;margin-bottom:18px}.drawer-form-row label{font-size:13px;font-weight:700;color:#475569}.drawer-input-wrapper{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;height:46px;overflow:hidden;background:#fff;transition:all .2s}.drawer-input-wrapper:focus-within{border-color:#003873;box-shadow:0 0 0 3px #0038730d}.drawer-icon-box{width:48px;height:100%;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b;border-right:1.5px solid #e2e8f0}.drawer-input-wrapper input{flex:1;border:none;outline:none;padding:0 15px;font-size:14px;font-weight:500;color:#1e293b;background:transparent}.drawer-footer-sticky{position:absolute;bottom:0;right:0;left:0;padding:20px 25px;background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:15px;box-shadow:0 -10px 20px #00000005}.btn-submit-blue{flex:1;background:#003873;color:#fff;border:none;height:50px;border-radius:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s}.btn-submit-blue:hover{background:#002d5c;transform:translateY(-1px)}.btn-cancel{padding:0 25px;background:transparent;border:none;color:#94a3b8;font-weight:700;cursor:pointer}.mt-20{margin-top:25px}.close-btn{background:none;border:none;color:#94a3b8;cursor:pointer}.modern-select-container{flex:1;position:relative;-webkit-user-select:none;user-select:none}.modern-select-trigger{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:10px;height:46px;background:#fff;cursor:pointer;transition:.2s;overflow:hidden}.modern-select-trigger:hover{border-color:#cbd5e1}.modern-select-trigger.is-active{border-color:#003873;box-shadow:0 0 0 4px #0038730d}.selected-text{flex:1;padding:0 15px;font-size:14px;color:#1e293b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-text.is-placeholder{color:#94a3b8}.select-arrow{margin-right:15px;color:#94a3b8;transition:transform .3s}.select-arrow.rotate{transform:rotate(180deg)}.modern-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 12px 30px #0000001f;z-index:1000;max-height:220px;overflow-y:auto;padding:6px}.dropdown-item{padding:10px 14px;font-size:14px;color:#475569;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.dropdown-item:hover{background-color:#f8fafc;color:#003873}.dropdown-item.selected{background-color:#ebf0f5;color:#003873;font-weight:700}.check-icon{color:#003873}.modern-dropdown-menu::-webkit-scrollbar{width:5px}.modern-dropdown-menu::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.view-drawer-container{position:fixed;top:0;right:0;width:500px;height:100vh;background:#fff;z-index:3000;box-shadow:-10px 0 40px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}.profile-summary{display:flex;align-items:center;gap:20px}.profile-avatar{width:60px;height:60px;background:#fff3;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-title-set h3{margin:0;font-size:20px;font-weight:700}.profile-id-tag{font-size:12px;opacity:.8;font-weight:500}.view-close-btn{background:#ffffff1a;border:none;color:#fff;padding:8px;border-radius:50%;cursor:pointer;transition:.2s}.view-close-btn:hover{background:#fff3}.view-drawer-content{flex:1;overflow-y:auto;padding:30px;background:#f8fafc}.view-section{background:#fff;border-radius:16px;padding:20px;margin-bottom:25px;border:1px solid #eef1f6}.section-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:#003873;text-transform:uppercase;margin-bottom:20px;letter-spacing:.5px}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.info-item{display:flex;gap:12px}.info-icon{width:36px;height:36px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.info-text label{display:block;font-size:11px;color:#94a3b8;font-weight:700;margin-bottom:2px}.info-text p{margin:0;font-size:13px;color:#1e293b;font-weight:600}.full-width-info{display:flex;gap:15px;background:#f8fafc;padding:15px;border-radius:10px}.view-loader{text-align:center;padding:50px;color:#94a3b8;font-style:italic}.btn-add-primary{background-color:#003873;color:#fff;border:none;padding:12px 24px;border-radius:10px;font-weight:700;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:.3s;box-shadow:0 4px 12px #00387326}.btn-add-primary:hover{background-color:#002d5c;transform:translateY(-2px)}.entries-select select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:6px;margin:0 8px;outline:none;cursor:pointer;transition:.2s}.entries-select select:focus{border-color:#003873}.search-input-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;width:300px;transition:.2s}.search-input-box:focus-within{border-color:#003873;background:#fff}.search-input-box input{border:none;background:transparent;outline:none;width:100%;font-size:13px;color:#1e293b}.table-sticky-wrapper{overflow-x:auto;overflow-y:auto;max-height:68vh;position:relative;background:#fff}.modern-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1400px}.modern-data-table thead th{position:sticky;top:0;z-index:10;background-color:#f8fafc;padding:12px 16px;text-align:left;font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid #eef1f6;white-space:nowrap;box-shadow:inset 0 -1px #eef1f6}.modern-data-table tbody tr:hover td{background-color:#f9fafb}.id-badge-blue{font-size:10px;font-weight:800;color:#003873;background:#ebf0f5;padding:3px 8px;border-radius:5px;white-space:nowrap;border:1px solid #d1dbe5;display:inline-block}.user-full-name{font-weight:700;color:#0f172a;white-space:nowrap;font-size:13px}.course-batch-stack{display:flex;flex-direction:column;gap:3px}.main-course-pill{background:#f1f5f9;padding:3px 8px;border-radius:5px;font-size:11px;font-weight:700;color:#475569;width:fit-content;white-space:nowrap}.sub-batch-text{font-size:9px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.phone-num-text{color:#64748b;font-weight:500;font-size:12px}.date-source-stack{display:flex;flex-direction:column;gap:2px}.join-date-text{font-weight:600;color:#1e293b;font-size:12px}.source-label-red{font-size:10px;color:#ef4444;font-weight:700}.status-pill{padding:3px 10px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase;display:inline-block}.status-pill.disabled{background:#fee2e2;color:#991b1b}.btn-icon-round{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-icon-round:hover{color:#003873;border-color:#003873;background-color:#f8fafc;transform:translateY(-1px)}.nav-arrow-btn{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:.2s}.nav-arrow-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.nav-arrow-btn:disabled{opacity:.4;cursor:not-allowed}.nav-num-btn{border:1px solid #e2e8f0;background:#fff;min-width:32px;height:32px;padding:0 10px;font-size:13px;font-weight:800;border-radius:8px;cursor:pointer;color:#475569;transition:.2s}.nav-num-btn:hover{background:#f8fafc;border-color:#cbd5e1}.action-menu-container{position:relative;display:inline-block}.action-dropdown-list{position:absolute;top:100%;right:0;background:#fff;border:1px solid #eef1f6;border-radius:8px;box-shadow:0 10px 25px #0000001a;width:160px;z-index:100;padding:6px;margin-top:5px;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.drop-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;font-size:13px;font-weight:600;color:#475569;cursor:pointer;border-radius:6px;text-align:left;transition:.2s}.drop-item.delete:hover{background-color:#fff1f2}.btn-icon-round.active{background-color:#ebf0f5;color:#003873;border-color:#003873}.table-sticky-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-sticky-wrapper::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.table-sticky-wrapper::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media(max-width:992px){.filter-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.leads-toolbar,.data-toolbar{flex-direction:column;align-items:flex-start;gap:15px}.search-box input,.search-input-box{width:100%}.filter-grid{grid-template-columns:1fr;gap:15px}.table-footer,.pagination-footer{flex-direction:column;gap:15px;text-align:center}.page-header-flex{flex-direction:column;align-items:flex-start;gap:15px}.btn-add-primary,.btn-add-new{width:100%;justify-content:center}}.drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a4d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2000}.drawer-container{position:fixed;top:0;right:0;width:500px;height:100vh;background:#f8fafc;z-index:2001;box-shadow:-10px 0 30px #0000000d;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{padding:20px 25px;background:#fff;border-bottom:1px solid #eef1f6;display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:center;gap:12px}.header-title h3{font-size:18px;font-weight:700;color:#003873;margin:0}.close-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:5px;transition:.2s}.close-btn:hover{color:#64748b}.drawer-body{flex:1;padding:25px 25px 110px;overflow-y:auto}.drawer-section-label{font-size:11px;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:1px;margin:25px 0 15px;display:flex;align-items:center;gap:8px}.drawer-section-label:first-child{margin-top:0}.drawer-form-row{display:grid;grid-template-columns:140px 1fr;align-items:center;margin-bottom:15px}.drawer-form-row label{font-size:13px;font-weight:600;color:#475569}.modern-input-group{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;height:44px;overflow:hidden;transition:.2s}.modern-input-group:focus-within{border-color:#003873;box-shadow:0 0 0 3px #0038730a}.drawer-icon-box{width:44px;height:100%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;border-right:1px solid #e2e8f0}.modern-input-group input,.modern-input-group select{flex:1;border:none;outline:none;padding:0 12px;font-size:14px;color:#1e293b;background:transparent;width:100%}.installment-row-container{display:flex;flex-direction:column;background:#fff;border:1px solid #eef1f6;border-radius:10px;padding:12px;margin-bottom:10px}.inst-num-label{font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:8px}.inst-inputs{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:10px}.inst-inputs input,.inst-inputs select{height:36px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:0 8px;font-size:13px;color:#1e293b;outline:none}.inst-inputs input[readonly]{color:#64748b;cursor:default}select.status-paid{color:#10b981;font-weight:700;background:#f0fdf4;border-color:#bbf7d0}select.status-unpaid{color:#ef4444;font-weight:700;background:#fef2f2;border-color:#fecaca}.drawer-footer-sticky{position:absolute;bottom:0;left:0;right:0;padding:15px 25px;background:#fff;border-top:1px solid #eef1f6;display:flex;justify-content:space-between;align-items:center;gap:20px}.btn-cancel{background:none;border:none;color:#94a3b8;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.btn-cancel:hover{color:#64748b}.btn-submit-primary{flex:1;max-width:320px;background:#003873;color:#fff;border:none;height:48px;border-radius:8px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.2s}.btn-submit-primary:hover{background:#002d5c;transform:translateY(-1px)}.btn-submit-primary:disabled{opacity:.7;cursor:not-allowed}.loader-container{padding:50px;text-align:center;color:#94a3b8;font-weight:600;font-style:italic}.drawer-body::-webkit-scrollbar{width:5px}.drawer-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.view-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000}.view-drawer-container{position:fixed;top:0;right:0;width:550px;height:100vh;background:#f8fafc;z-index:3001;box-shadow:-10px 0 40px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.view-drawer-header{padding:30px;background:#003873;color:#fff;display:flex;justify-content:space-between;align-items:center}.view-avatar{width:56px;height:56px;background:#fff3;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800}.view-profile-summary{display:flex;align-items:center;gap:15px}.view-name-stack h3{margin:0;font-size:20px;font-weight:700}.view-name-stack span{font-size:13px;opacity:.8}.view-close-x{background:#ffffff1a;border:none;color:#fff;border-radius:50%;padding:8px;cursor:pointer}.view-drawer-content{flex:1;overflow-y:auto;padding:25px;display:flex;flex-direction:column;gap:20px}.view-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px}.view-card-title{font-size:11px;font-weight:800;color:#003873;text-transform:uppercase;letter-spacing:1px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.view-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.view-info-item{display:flex;gap:12px}.info-icon-box{width:32px;height:32px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.info-text-box label{font-size:11px;color:#94a3b8;font-weight:700;display:block}.info-text-box p{margin:0;font-size:13px;color:#1e293b;font-weight:600}.full-row{grid-column:span 2}.fin-grid{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:15px}.fin-item label{font-size:11px;color:#94a3b8;font-weight:700}.fin-item p{font-size:18px;font-weight:800;margin:4px 0 0}.text-green{color:#10b981}.text-red{color:#ef4444}.progress-container{height:8px;background:#f1f5f9;border-radius:10px;overflow:hidden;margin-bottom:8px}.progress-bar{height:100%;background:#003873;transition:.5s}.progress-label{font-size:11px;font-weight:700;color:#64748b}.payment-list{display:flex;flex-direction:column;gap:10px}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:10px;font-size:13px}.pay-amt{font-weight:700;color:#1e293b}.pay-status{padding:4px 10px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase}.pay-status.paid{background:#dcfce7;color:#166534}.pay-status.unpaid{background:#fee2e2;color:#991b1b}.view-loader{text-align:center;padding:40px;color:#94a3b8;font-weight:600}.content-area{margin-top:70px;padding:30px;background-color:#f8fafc;min-height:calc(100vh - 70px)}.page-header-flex{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.breadcrumb-nav{display:flex;align-items:center;gap:8px;font-size:13px;color:#94a3b8;margin-bottom:6px;font-weight:500}.breadcrumb-nav span{cursor:pointer;transition:.2s}.breadcrumb-nav span:hover{color:#003873}.breadcrumb-sep{color:#cbd5e1}.breadcrumb-nav .current-page{color:#475569;font-weight:600;cursor:default}.page-title-bold{font-size:26px;font-weight:800;color:#0f172a;letter-spacing:-.8px;margin:0}.data-display-card{background:#fff;border-radius:16px;border:1px solid #eef1f6;box-shadow:0 4px 20px #00000005;overflow:hidden;height:fit-content;margin-bottom:30px}.data-toolbar{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9}.entries-select{font-size:13px;color:#64748b;font-weight:500}.entries-select select{padding:4px 8px;border:1px solid #e2e8f0;border-radius:6px;margin:0 8px;outline:none;transition:.2s}.search-input-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;width:300px}.search-input-box input{border:none;background:transparent;outline:none;width:100%;font-size:13px}.table-sticky-wrapper{overflow-x:auto;overflow-y:auto;max-height:68vh;position:relative}.modern-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1200px}.modern-data-table thead th{position:sticky;top:0;z-index:10;background-color:#f8fafc;padding:12px 16px;text-align:left;font-size:10px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid #eef1f6;box-shadow:inset 0 -1px #eef1f6}.modern-data-table td{padding:12px 16px;border-bottom:1px solid #f8fafc;font-size:13px;color:#1e293b;vertical-align:middle}.user-profile-cell{display:flex;align-items:center;gap:10px}.user-full-name{font-weight:700;color:#0f172a}.avatar-letter{width:32px;height:32px;border-radius:50%;background:#ebf0f5;color:#003873;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px;flex-shrink:0}.main-course-pill{background:#f1f5f9;padding:3px 8px;border-radius:5px;font-size:11px;font-weight:700;color:#475569;display:inline-block}.phone-num-text,.branch-label-text{color:#64748b;font-weight:500;font-size:12px}.email-text-truncate{color:#64748b;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.status-pill{padding:3px 10px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase}.status-pill.active{background:#dcfce7;color:#166534}.status-pill.disabled{background:#f1f5f9;color:#64748b}.action-btn-row{display:flex;gap:8px;justify-content:center}.btn-icon-round{width:32px;height:32px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:.2s}.btn-icon-round:hover,.btn-icon-round.active{color:#003873;border-color:#003873;background-color:#f8fafc}.action-menu-container{position:relative}.action-dropdown-list{position:absolute;top:100%;right:0;background:#fff;width:160px;border:1px solid #eef1f6;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:100;padding:6px;margin-top:5px}.drop-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:transparent;font-size:13px;font-weight:600;color:#475569;cursor:pointer;border-radius:6px;text-align:left}.drop-item:hover{background-color:#f8fafc;color:#003873}.drop-item.delete{color:#ef4444}.pagination-footer{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eef1f6;background:#fff}.footer-count{font-size:13px;color:#64748b;font-weight:500}.pagination-nav{display:flex;gap:6px;align-items:center}.nav-arrow-btn,.nav-num-btn{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:.2s;font-weight:800;font-size:13px}.nav-num-btn.active{background:#003873;color:#fff;border-color:#003873;box-shadow:0 4px 10px #00387333}.table-loading-msg{padding:60px;text-align:center;font-weight:600;color:#94a3b8;font-style:italic}@media(max-width:768px){.page-header-flex,.data-toolbar,.pagination-footer{flex-direction:column;align-items:flex-start;gap:15px}.search-input-box{width:100%}}
