*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--primary-color:black;--primary-text-color:black}::-webkit-scrollbar{width:8px}*{scrollbar-width:thin;scrollbar-color:#604860 #f1f1f1}body{background:#f5f6f8;font-family:Arial,sans-serif}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;max-width:400px;padding:36px;box-shadow:0 8px 24px #0000000f}.form h1{text-align:center;color:#1f2937;margin-bottom:28px;font-size:28px;font-weight:600}.form-group{margin-bottom:20px}.form-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-group input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;height:44px;padding:0 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;height:44px;margin-top:4px;font-size:15px;font-weight:600;transition:background .2s,transform .1s}.form button:hover{background:#1d4ed8}.form button:active{transform:scale(.99)}.server-status{position:fixed;bottom:10px;right:10px}.server-status *{color:var(--primary-color);font-size:11px;font-weight:400}.home-container{width:100%;display:flex}.home-container .home-content{flex:1;gap:15px;height:100dvh;padding:20px 20px 0;overflow-y:auto}.home-container .home-content .outer-wrapper{flex-direction:column;gap:15px;display:flex}.home-container .home-content .inner-wrapper{background-color:#fff;border-radius:15px;padding:20px;position:relative;box-shadow:0 0 4px #00000040}.home-container .home-content .inner-wrapper.top{overflow:hidden}.home-container .home-content .inner-wrapper.top .filter{opacity:.2;width:90vw;height:90vw;translate:translate(50%, -50%);background:linear-gradient(120deg,#bc88ef 0%,#94adff 100%);border-radius:50%;position:absolute;top:-50%;right:-50%}.home-container .home-content .title{margin-bottom:5px;font-size:20px;font-weight:600}.home-container .home-content .description{color:#6b7280;font-size:14px}.home-container .home-content .member-update-wrapper{padding:28px}.home-container .home-content .member-update-wrapper .member-update-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:22px;display:flex}.home-container .home-content .member-update-wrapper .member-update-title{color:#111827;margin:0 0 6px;font-size:20px;font-weight:700}.home-container .home-content .member-update-wrapper .member-update-description{color:#6b7280;margin:0;font-size:14px}.home-container .home-content .member-update-wrapper .member-update-id{color:var(--primary-color);white-space:nowrap;background-color:#eff6ff;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600}.home-container .home-content .member-update-wrapper .member-update-form{padding-top:24px}.home-container .home-content .member-update-wrapper .member-update-empty{color:#64748b;text-align:center;background-color:#f8fafc;border-radius:9px;margin:24px 0 0;padding:18px;font-size:14px}.home-container .home-content .member-update-wrapper .member-update-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:18px 0 0;padding:12px 14px;font-size:14px;font-weight:500}.home-container .home-content .member-update-wrapper .member-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;display:grid}.home-container .home-content .member-update-wrapper .member-form-field{flex-direction:column;gap:8px;display:flex}.home-container .home-content .member-update-wrapper .member-form-field span{color:#374151;font-size:14px;font-weight:600}.home-container .home-content .member-update-wrapper .member-form-field input,.home-container .home-content .member-update-wrapper .member-form-field select{color:#111827;width:100%;height:44px;font:inherit;background-color:#fff;border:1px solid #dbe1e8;border-radius:9px;outline:none;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}:is(.home-container .home-content .member-update-wrapper .member-form-field input,.home-container .home-content .member-update-wrapper .member-form-field select):focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.home-container .home-content .member-update-wrapper .member-form-field input:read-only{color:#64748b;cursor:not-allowed;background-color:#f8fafc}.home-container .home-content .member-update-wrapper .member-form-field select{cursor:pointer;padding-right:38px}.home-container .home-content .member-update-wrapper .member-form-field select.member-role-select{appearance:none;background-image:none;padding-right:14px}.home-container .home-content .member-update-wrapper .member-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:28px;padding-top:20px;display:flex}.home-container .home-content .member-update-wrapper .member-form-actions button{cursor:pointer;border-radius:9px;min-width:104px;height:42px;padding:0 20px;font-size:14px;font-weight:600;transition:opacity .2s,transform .15s}.home-container .home-content .member-update-wrapper .member-form-actions button:hover{opacity:.9}.home-container .home-content .member-update-wrapper .member-form-actions button:active{transform:scale(.97)}.home-container .home-content .member-update-wrapper .member-form-actions button:disabled{color:#9ca3af;cursor:not-allowed;opacity:1;background-color:#e5e7eb;border-color:#d1d5db;transform:none}.home-container .home-content .member-update-wrapper .member-form-actions-split{justify-content:space-between}.home-container .home-content .member-update-wrapper .member-form-action-group{gap:12px;display:flex}.home-container .home-content .member-update-wrapper .member-import-field{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;flex-direction:column;gap:10px;padding:28px;display:flex}.home-container .home-content .member-update-wrapper .member-import-field span{color:#374151;font-size:14px;font-weight:600}.home-container .home-content .member-update-wrapper .member-import-field input{font:inherit;font-size:14px}.home-container .home-content .member-update-wrapper .member-import-field small{color:#64748b;font-size:13px}.home-container .home-content .member-update-wrapper .member-import-guide{margin-top:20px;margin-bottom:20px}.home-container .home-content .member-update-wrapper .member-import-guide h3{color:#111827;margin:0 0 6px;font-size:16px}.home-container .home-content .member-update-wrapper .member-import-guide p{color:#64748b;margin:0 0 14px;font-size:14px}.home-container .home-content .member-update-wrapper .member-import-table-wrapper{border:1px solid #dbe1e8;border-radius:9px;overflow-x:auto}.home-container .home-content .member-update-wrapper .member-import-table-wrapper table{border-collapse:collapse;width:max-content;min-width:100%}.home-container .home-content .member-update-wrapper .member-import-table-wrapper table th,.home-container .home-content .member-update-wrapper .member-import-table-wrapper table td{color:#374151;text-align:left;white-space:nowrap;border-bottom:1px solid #dbe1e8;border-right:1px solid #dbe1e8;padding:12px 14px;font-size:13px}:is(.home-container .home-content .member-update-wrapper .member-import-table-wrapper table th,.home-container .home-content .member-update-wrapper .member-import-table-wrapper table td):last-child{border-right:0}.home-container .home-content .member-update-wrapper .member-import-table-wrapper table th{background:#f8fafc;font-weight:600}.home-container .home-content .member-update-wrapper .member-import-table-wrapper table tbody tr:last-child td{border-bottom:0}.home-container .home-content .member-update-wrapper .member-import-table-wrapper table tbody tr:hover td{background:#f8fafc}.home-container .home-content .member-update-wrapper .member-import-count{font-weight:600;color:#166534!important;margin-top:10px!important;margin-bottom:0!important}.home-container .home-content .member-update-wrapper .member-back-button{color:#374151;background-color:#fff;border:1px solid #d1d5db}.home-container .home-content .member-update-wrapper .member-save-button{border:1px solid var(--primary-color);background-color:var(--primary-color);color:#fff}.home-container .home-content .table.member-table{width:100%;container:member-table/inline-size}.home-container .home-content .table.member-table .table-actions{justify-content:space-between;align-items:center;gap:20px;display:flex}.home-container .home-content .table.member-table .table-actions .table-tools{flex-direction:column;flex:auto;align-items:flex-start;gap:10px;min-width:0;display:flex}.home-container .home-content .table.member-table .table-actions .table-tools .search-group{background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;order:2;align-items:center;min-width:360px;height:42px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.home-container .home-content .table.member-table .table-actions .table-tools .search-group:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f614}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-type{color:#374151;cursor:pointer;appearance:none;background-color:#f9fafb;background-image:linear-gradient(45deg,#0000 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,#0000 50%);background-position:calc(100% - 17px),calc(100% - 12px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:none;border-right:1px solid #e5e7eb;outline:none;min-width:145px;height:100%;padding:0 38px 0 14px;font-size:14px;font-weight:500;transition:background-color .2s}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-type:hover{background-color:#f3f4f6}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-type:focus{background-color:#fff}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box{flex:1;align-items:center;min-width:0;height:100%;display:flex}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box input{color:#111827;background-color:#0000;border:none;outline:none;width:100%;min-width:0;height:100%;padding:0 14px;font-size:14px}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box input::placeholder{color:#9ca3af}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;outline:none;height:100%;padding:0 18px;font-size:14px;font-weight:600;transition:opacity .2s,transform .15s}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box button:hover{opacity:.9}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box button:active{opacity:.8;transform:scale(.97)}.home-container .home-content .table.member-table .table-actions .table-tools .filter-row{flex-wrap:wrap;order:1;align-items:center;gap:12px;display:flex}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group{align-items:center;gap:8px;height:42px;padding-left:0;display:flex}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .filter-label{color:#6b7280;white-space:nowrap;font-size:13px;font-weight:500}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .cohort-filter,.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .status-filter{color:#374151;cursor:pointer;appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,#0000 50%);background-position:calc(100% - 16px),calc(100% - 11px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #e5e7eb;border-radius:8px;outline:none;min-width:105px;height:38px;padding:0 36px 0 12px;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s,background-color .2s}:is(.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .cohort-filter,.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .status-filter):hover{background-color:#f9fafb;border-color:#cbd5e1}:is(.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .cohort-filter,.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .status-filter):focus{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #3b82f614}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .status-filter{min-width:175px}.home-container .home-content .table.member-table .table-actions .action{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.home-container .home-content .table.member-table .table-actions .action .limit-group{align-items:center;gap:8px;display:flex}.home-container .home-content .table.member-table .table-actions .action .limit-group label{color:#6b7280;white-space:nowrap;font-size:13px;font-weight:500}.home-container .home-content .table.member-table .table-actions .action .limit-group .limit-select{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:9px;outline:none;min-width:72px;height:42px;padding:0 32px 0 12px;font-size:14px;font-weight:500}.home-container .home-content .table.member-table .table-actions .action .limit-group .limit-select:hover{border-color:#cbd5e1}.home-container .home-content .table.member-table .table-actions .action .limit-group .limit-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f614}.home-container .home-content .table.member-table .table-actions .action .action-buttons{align-items:center;gap:10px;display:flex}.home-container .home-content .table.member-table .table-actions .action button{color:#fff;cursor:pointer;border:none;border-radius:9px;height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:transform .15s,opacity .15s}.home-container .home-content .table.member-table .table-actions .action button:hover{opacity:.9}.home-container .home-content .table.member-table .table-actions .action button:active{transform:scale(.97)}.home-container .home-content .table.member-table .table-actions .action .dob-visibility-button{border:1px solid #0000;justify-content:center;align-items:center;width:42px;padding:0;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .15s,opacity .15s;display:inline-flex}.home-container .home-content .table.member-table .table-actions .action .dob-visibility-button.visible{color:#3b82f6;background-color:#eff6ff;border-color:#bfdbfe}.home-container .home-content .table.member-table .table-actions .action .dob-visibility-button.hidden{color:#7c3aed;background-color:#f5f3ff;border-color:#ddd6fe}.home-container .home-content .table.member-table .table-actions .action .dob-visibility-button:hover{opacity:1;box-shadow:0 3px 10px #4755691f}.home-container .home-content .table.member-table .table-actions .action .add-button{background-color:var(--primary-color)}.home-container .home-content .table.member-table .table-actions .action .selection-mode-button{color:#374151;background-color:#f3f4f6;border:1px solid #d1d5db;transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s,transform .15s,opacity .15s}.home-container .home-content .table.member-table .table-actions .action .selection-mode-button:hover{opacity:1;background-color:#e5e7eb;box-shadow:0 3px 10px #4755691a}.home-container .home-content .table.member-table .table-actions .action .selection-mode-button.active{color:#1d4ed8;background-color:#dbeafe;border-color:#93c5fd}.home-container .home-content .table.member-table .table-actions .action .selection-mode-button.active:hover{background-color:#bfdbfe}.home-container .home-content .table.member-table .table-actions .action .export-data{position:relative}.home-container .home-content .table.member-table .table-actions .action .export-button{background-color:#0f766e}.home-container .home-content .table.member-table .table-actions .action .export-panel{z-index:20;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;width:380px;padding:18px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 14px 35px #0f172a29}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-header h3{margin:0 0 4px;font-size:17px}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-header p{color:#6b7280;margin:0;font-size:13px;font-weight:400}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-header .export-close-button{color:#64748b;background:0 0;border:none;width:30px;min-width:30px;height:30px;padding:0;font-size:24px;line-height:1}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-format-field{flex-direction:column;gap:7px;margin-top:18px;display:flex}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-format-field span{color:#374151;font-size:13px;font-weight:600}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-format-field select{color:#374151;background-color:#fff;border:1px solid #dbe1e8;border-radius:8px;outline:none;width:100%;height:40px;padding:0 12px;font-size:14px}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-fields-heading{justify-content:space-between;align-items:center;margin-top:18px;display:flex}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-fields-heading span{color:#374151;font-size:13px;font-weight:600}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-fields-heading button{width:auto;min-width:0;height:auto;color:var(--primary-color);background:0 0;border:none;padding:2px;font-size:12px}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-field-list{background-color:#f8fafc;border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:12px;padding:14px;display:grid}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-field-list label{color:#475569;cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-field-list label input{width:15px;height:15px;accent-color:var(--primary-color)}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-footer span{color:#64748b;font-size:12px;font-weight:500}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-footer .export-download-button{background-color:var(--primary-color);height:38px;padding:0 15px}.home-container .home-content .table.member-table .table-actions .action .export-panel .export-panel-footer .export-download-button:disabled{cursor:not-allowed;opacity:1;background-color:#d1d5db}.home-container .home-content .table.member-table .table-container{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;margin-top:18px;overflow-x:auto}.home-container .home-content .table.member-table .table-container table{border-collapse:collapse;table-layout:auto;width:100%}.home-container .home-content .table.member-table .table-container table th,.home-container .home-content .table.member-table .table-container table td{white-space:nowrap}.home-container .home-content .table.member-table .table-container table thead{background-color:#f8fafc}.home-container .home-content .table.member-table .table-container table thead tr th{color:#64748b;text-align:left;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:13px;font-weight:600}.home-container .home-content .table.member-table .table-container table thead tr th:first-child,.home-container .home-content .table.member-table .table-container table thead tr th.col-action{text-align:center}.home-container .home-content .table.member-table .table-container table tbody tr{height:66px;transition:background-color .2s}.home-container .home-content .table.member-table .table-container table tbody tr:not(:last-child){border-bottom:1px solid #f1f5f9}.home-container .home-content .table.member-table .table-container table tbody tr:hover{background-color:#f8fafc}.home-container .home-content .table.member-table .table-container table tbody tr td{box-sizing:border-box;color:#374151;vertical-align:middle;height:66px;padding:15px 16px;font-size:14px}.home-container .home-content .table.member-table .table-container table tbody tr td:first-child{text-align:center;color:#94a3b8;width:60px}.home-container .home-content .table.member-table .table-container table tbody tr .student-id{color:#475569;font-weight:500}.home-container .home-content .table.member-table .table-container table tbody tr.member-placeholder-row{pointer-events:none}.home-container .home-content .table.member-table .table-container table tbody tr.member-placeholder-row.empty td{background-color:#fbfcfe}.home-container .home-content .table.member-table .table-container table tbody tr.member-placeholder-row.empty td:not(:first-child){color:#0000}.home-container .home-content .table.member-table .table-container table tbody tr.member-placeholder-row.loading td{background-color:#fff}.home-container .home-content .table.member-table .table-container table tbody tr.member-placeholder-row .member-placeholder-bar{background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 50%,#eef2f7 75%) 0 0/200% 100%;border-radius:999px;width:min(100%,120px);height:12px;margin:0 auto;animation:1.25s ease-in-out infinite member-placeholder-loading;display:block}.home-container .home-content .table.member-table .table-container table tbody tr .member-name{color:#1f2937;font-weight:600}.home-container .home-content .table.member-table .table-container .col-stt{width:60px}.home-container .home-content .table.member-table .table-container .col-select{text-align:center;width:44px}.home-container .home-content .table.member-table .table-container .col-select input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary-color,#2563eb)}.home-container .home-content .table.member-table .table-container .col-action{width:120px}.home-container .home-content .table.member-table .table-container .row-selected{background-color:#eff6ff}.home-container .home-content .table.member-table .table-container .row-selected:hover{background-color:#dbeafe}.home-container .home-content .table.member-table .table-container .status{white-space:nowrap;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.home-container .home-content .table.member-table .table-container .status.active{color:#15803d}.home-container .home-content .table.member-table .table-container .status.inactive{color:#b91c1c}.home-container .home-content .table.member-table .table-container .table-action-cell{text-align:center}.home-container .home-content .table.member-table .table-container .update-button{height:34px;color:var(--primary-color);cursor:pointer;white-space:nowrap;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:7px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s}.home-container .home-content .table.member-table .table-container .update-button:hover{border-color:var(--primary-color);background-color:#dbeafe}.home-container .home-content .table.member-table .table-container .update-button:active{transform:scale(.96)}.home-container .home-content .table.member-table .pagination{justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.home-container .home-content .table.member-table .pagination .pagination-pages{align-items:center;gap:6px;display:flex}.home-container .home-content .table.member-table .pagination .pagination-ellipsis{color:#94a3b8;justify-content:center;align-items:center;width:28px;height:36px;font-size:14px;font-weight:600;display:inline-flex}.home-container .home-content .table.member-table .pagination button{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;height:36px;padding:0 12px;font-size:13px;font-weight:600;transition:border-color .2s,background-color .2s,color .2s}.home-container .home-content .table.member-table .pagination button:hover:not(:disabled){border-color:var(--primary-color);color:var(--primary-color);background-color:#eff6ff}.home-container .home-content .table.member-table .pagination button:disabled{opacity:.45;cursor:not-allowed}.home-container .home-content .table.member-table .pagination .pagination-page{width:36px;padding:0}.home-container .home-content .table.member-table .pagination .pagination-page.active{border-color:var(--primary-color);background-color:var(--primary-color);color:#fff}@container member-table (width<=90px){.home-container .home-content .table.member-table .table-actions{flex-direction:column;align-items:stretch}.home-container .home-content .table.member-table .table-actions .table-tools{width:100%}.home-container .home-content .table.member-table .table-actions .table-tools .search-group{width:100%}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box{flex:1}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box input{width:100%}.home-container .home-content .table.member-table .table-actions .action{justify-content:flex-end}}@media (width<=600px){.home-container .home-content .table.member-table .member-update-wrapper{padding:20px}.home-container .home-content .table.member-table .member-update-wrapper .member-update-header{flex-direction:column}.home-container .home-content .table.member-table .member-update-wrapper .member-form-grid{grid-template-columns:1fr}.home-container .home-content .table.member-table .member-update-wrapper .member-form-actions button{flex:1}.home-container .home-content .table.member-table .table-actions{gap:12px}.home-container .home-content .table.member-table .table-actions .table-tools{gap:10px}.home-container .home-content .table.member-table .table-actions .table-tools .search-group{width:100%;min-width:0}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-type{flex-shrink:0;min-width:125px}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box{flex:1;min-width:0}.home-container .home-content .table.member-table .table-actions .table-tools .search-group .search-box input{width:100%;min-width:0}.home-container .home-content .table.member-table .table-actions .table-tools .filter-row{flex-direction:column;align-items:stretch;width:100%}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group{border-left:none;width:100%;padding-left:0}.home-container .home-content .table.member-table .table-actions .table-tools .filter-group .cohort-filter{flex:1}.home-container .home-content .table.member-table .table-actions .action{width:100%}.home-container .home-content .table.member-table .table-actions .action .export-data{flex:1}.home-container .home-content .table.member-table .table-actions .action .export-data .export-button{width:100%}.home-container .home-content .table.member-table .table-actions .action .export-data .export-panel{width:auto;max-height:calc(100dvh - 32px);position:fixed;top:50%;left:16px;right:16px;overflow-y:auto;transform:translateY(-50%)}.home-container .home-content .table.member-table .table-actions .action button{flex:1}.home-container .home-content .table.member-table .table-container{margin-top:14px}.home-container .home-content .table.member-table .table-container table thead tr th{padding:12px 14px}.home-container .home-content .table.member-table .table-container table tbody tr td{padding:13px 14px}}@keyframes member-placeholder-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.sideBar{justify-content:center;align-items:center;height:100dvh;padding:20px 0 20px 20px;transition:all .2s ease-in-out;display:flex}.sideBar *{scrollbar-width:none;-ms-overflow-style:none;transition:all .2s ease-in-out}.sideBar .inner-wrapper{background:#fff;border-radius:15px;flex-direction:column;width:350px;height:calc(100dvh - 40px);padding:20px;display:flex;position:relative;box-shadow:0 0 4px #00000040}.sideBar .inner-wrapper *{white-space:nowrap}.sideBar .inner-wrapper .btnResize{cursor:pointer;color:#fff;background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;display:flex;position:absolute;top:33px;right:-12px}.sideBar .inner-wrapper .btnResize .MuiSvgIcon-root{transition:all .4kks ease-in-out}.sideBar .inner-wrapper .sidebar-header{border-bottom:1px solid #d8ddf5;align-items:center;gap:10px;padding-bottom:20px;display:flex}.sideBar .inner-wrapper .sidebar-header .avatar{background-color:var(--primary-color);color:#fff;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:700;display:flex}.sideBar .inner-wrapper .sidebar-header .info{flex:1;width:230px}.sideBar .inner-wrapper .sidebar-header .info .name{color:var(--primary-text-color);font-size:1rem;font-weight:600}.sideBar .inner-wrapper .sidebar-header .info .role{color:var(--primary-text-color);font-size:.7rem;font-weight:600}.sideBar .inner-wrapper .sidebar-menu{flex-direction:column;flex:1;gap:10px;margin-top:20px;display:flex;overflow-y:auto}.sideBar .inner-wrapper .sidebar-menu .menu-item{cursor:pointer;color:var(--primary-text-color);border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.sideBar .inner-wrapper .sidebar-menu .menu-item .icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sideBar .inner-wrapper .sidebar-menu .menu-item:hover{background-color:#d8ddf5}.sideBar .inner-wrapper .sidebar-menu .menu-item.active{background-color:var(--primary-color);color:#fff}.sideBar .inner-wrapper .sidebar-footer{border-top:1px solid #d8ddf5;flex-direction:column;gap:10px;padding-top:20px;display:flex}.sideBar .inner-wrapper .sidebar-footer .footer-item{cursor:pointer;color:var(--primary-text-color);border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.sideBar .inner-wrapper .sidebar-footer .footer-item .icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.sideBar .inner-wrapper .sidebar-footer .footer-item:hover{background-color:#d8ddf5}.sideBar .inner-wrapper .sidebar-footer .footer-item.active{background-color:var(--primary-color);color:#fff}.sideBar .inner-wrapper.min .max{opacity:0;width:0}.sideBar .inner-wrapper.min{width:90px}.sideBar .inner-wrapper.min .sidebar-header{gap:0}.sideBar .inner-wrapper.min .sidebar-menu .menu-item{gap:0}.member-table .col-action{width:140px}.permission-description{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:400px;overflow:hidden}.permission-action-buttons{flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;display:flex}.permission-toggle-button,.permission-delete-button{cursor:pointer;white-space:nowrap;border-radius:7px;height:34px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s}.permission-toggle-button.enable{color:#059669;background-color:#ecfdf5;border:1px solid #d1fae5}.permission-toggle-button.enable:hover{background-color:#d1fae5;border-color:#059669}.permission-toggle-button.disable{color:#d97706;background-color:#fef3c7;border:1px solid #fde68a}.permission-toggle-button.disable:hover{background-color:#fde68a;border-color:#d97706}.permission-delete-button{color:#dc2626;background-color:#fee2e2;border:1px solid #fecaca}.permission-delete-button:hover{background-color:#fecaca;border-color:#dc2626}.permission-toggle-button:active,.permission-delete-button:active{transform:scale(.96)}@media (width<=768px){.permission-action-buttons{flex-wrap:nowrap;gap:4px}.permission-toggle-button,.permission-delete-button{padding:0 8px;font-size:12px}}.profile-section-title{color:#111827;margin:0 0 6px;font-size:16px;font-weight:700}.profile-section-desc{color:#6b7280;margin:0 0 20px;font-size:14px}.profile-request-wrapper{padding:24px 28px}.profile-request-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.profile-request-heading .profile-section-title{margin-bottom:4px}.profile-request-heading .profile-section-desc{margin:0}.profile-request-form{flex-direction:column;gap:16px;display:flex}.profile-compare-input:disabled,textarea:disabled{color:#6b7280;cursor:not-allowed;background-color:#f3f4f6;border-color:#e5e7eb}.profile-cancel-button{color:#fff;cursor:pointer;background-color:#dc2626;border-radius:9px;height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .2s,border-color .2s,transform .15s,opacity .15s;border:1px solid #dc2626!important}.profile-cancel-button:hover{opacity:1;background-color:#b91c1c;border-color:#b91c1c!important}.profile-cancel-button:active{transform:scale(.97)}.profile-cancel-button:disabled{color:#9ca3af;cursor:not-allowed;opacity:1;transform:none;background-color:#e5e7eb!important;border-color:#d1d5db!important}.profile-pending-badge{color:#a16207;white-space:nowrap;background-color:#fef9c3;border:1px solid #fde047;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.profile-pending-badge:before{content:"";background-color:#ca8a04;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite profile-pending-pulse}.profile-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;width:70%;height:16px;animation:1.4s ease-in-out infinite profile-skeleton-loading;display:block}.profile-skeleton-input{box-sizing:border-box;border-radius:7px;width:100%;height:38px;margin:0;display:block}.profile-skeleton-cell{align-items:center;padding:6px 10px;display:flex}@keyframes profile-pending-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes profile-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-compare-table{border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;margin-top:4px;display:flex;overflow:hidden}.profile-compare-header,.profile-compare-row{grid-template-columns:160px 1fr 1fr;align-items:center;gap:0;min-height:58px;display:grid}.profile-compare-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.profile-compare-header span{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;min-width:0;padding:10px 16px;font-size:12px;font-weight:700;overflow:hidden}.profile-compare-header span:not(:first-child){border-left:1px solid #e5e7eb}.profile-compare-row{border-bottom:1px solid #f3f4f6}.profile-compare-row:last-child{border-bottom:none}.profile-compare-row:hover{background-color:#fafafa}.profile-compare-label{color:#374151;white-space:nowrap;text-overflow:ellipsis;min-width:0;padding:12px 16px;font-size:14px;font-weight:600;overflow:hidden}.profile-compare-current{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-width:0;padding:12px 16px;font-size:14px;overflow:hidden}.profile-compare-current .profile-skeleton{width:100%}.profile-compare-input{color:#111827;box-sizing:border-box;background-color:#fff;border:1px solid #d1d5db;border-radius:7px;width:calc(100% - 20px);min-width:0;margin:6px 10px;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.profile-compare-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.profile-compare-input::placeholder{color:#9ca3af;font-size:13px;font-style:italic}.profile-compare-input:not(:placeholder-shown){background-color:#fafafe;border-color:#6366f1}.profile-note-field{margin-top:8px}.profile-note-field>span{color:#6b7280;font-size:14px;font-weight:500}.profile-note-field textarea{color:#111827;resize:vertical;border:1px solid #d1d5db;border-radius:8px;width:100%;min-height:80px;margin-top:6px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.profile-note-field textarea:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.profile-note-field textarea::placeholder{color:#9ca3af}.profile-request-success{color:#15803d;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin:0;padding:12px 16px;font-size:14px;font-weight:500}.profile-form-actions{justify-content:flex-end;margin-top:0!important}
