.auth-page{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:16px;background-image:url(/images/auth-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-page:before{content:"";position:absolute;inset:0;background:#00000026;z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:420px;background:#35737cc4;padding:28px;border-radius:8px;box-shadow:0 8px 30px #00000040}.auth-title{text-align:center;font-size:22px;font-weight:600;color:#faebd7;margin-bottom:20px}.auth-input{width:100%;padding:10px 12px;font-size:14px;border:1px solid #ccc;border-radius:5px;margin-bottom:14px;display:flex}.auth-password{position:relative}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666}.auth-btn{width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:5px;cursor:pointer}.auth-btn:hover{background:#1e40af}.auth-message{margin-top:14px;text-align:center;font-size:13px;color:#dc3545}.user-info{width:100%}.info-card{display:flex;align-items:center;gap:1rem;background-color:#fff;padding:1.25rem;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000014}.info-icon{padding:1rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.info-icon.bg-blue{background-color:#dbeafe;color:#2563eb}.info-icon.bg-yellow{background-color:#fef3c7;color:#d97706}.info-icon.bg-orange{background-color:#ffedd5;color:#ea580c}.info-content h3{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.info-content p{margin:0;font-size:.875rem;color:#6b7280}.order-info{width:100%}.order-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a}.order-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.order-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.order-actions{display:flex;gap:.5rem}.order-table{margin:0;font-size:.875rem}.order-table thead th{font-weight:500;color:#6b7280;border-bottom:1px solid #e5e7eb}.order-table tbody tr{transition:background-color .2s ease}.order-table tbody tr:hover{background-color:#f9fafb}.user-cell{display:flex;align-items:center;gap:.75rem}.user-cell img{width:36px;height:36px;border-radius:50%;object-fit:cover}.status-badge{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.status-completed{background-color:#2563eb}.status-pending{background-color:#f97316}.status-process{background-color:#facc15;color:#1f2937}.todo-list{width:100%}.todo-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a}.todo-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.todo-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.todo-actions{display:flex;gap:.5rem}.icon-btn{background:transparent;border:1px solid #e5e7eb;border-radius:.375rem;padding:.35rem .5rem;cursor:pointer;color:#6b7280;transition:background-color .2s ease,color .2s ease}.icon-btn:hover{background-color:#f3f4f6;color:#111827}.todo-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.todo-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;box-shadow:0 1px 2px #0000000a}.todo-primary{background-color:#eff6ff;border-left:4px solid #2563eb}.todo-warning{background-color:#fff7ed;border-left:4px solid #f97316}.todo-text{color:#111827}.todo-more{background:transparent;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;transition:color .2s ease}.todo-more:hover{color:#374151}.dashboard-role{width:100%;margin-bottom:1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.dashboard-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0;line-height:1.2}.role-badge{display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border-radius:9999px;font-weight:600;font-size:1.125rem;text-decoration:none;transition:background-color .3s ease}.role-badge:hover{background-color:#2563eb}@media (max-width: 640px){.dashboard-title{font-size:1.5rem}.role-badge{font-size:1rem;padding:.4rem .8rem}.dashboard-role{margin-bottom:1rem}}.admin-dashboard{width:100%;padding:1rem;background-color:#f8fafc}.dashboard-role-wrapper{margin-bottom:1.5rem}.dashboard-content{padding-left:0;padding-right:0}.dashboard-content .card{border-radius:.5rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.academic-session-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414;overflow-x:hidden}.session-table{width:100%;table-layout:auto;margin-bottom:0;border-collapse:collapse}.table-light tr th{font-size:13px;font-weight:600;background-color:#f1f3f5;text-align:center;padding:6px 4px;white-space:nowrap}.table-data tr td{font-size:12px;padding:4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-table th,.session-table td{max-width:120px}.academic-session-page th:nth-child(1),.academic-session-page td:nth-child(1){width:50px}.academic-session-page th:nth-child(2),.academic-session-page td:nth-child(2){width:180px}.academic-session-page th:nth-child(3),.academic-session-page td:nth-child(3){width:100px}.academic-session-page th:nth-child(4),.academic-session-page td:nth-child(4){width:100px}.academic-session-page th:nth-child(5),.academic-session-page td:nth-child(5){width:90px}.academic-session-page th:nth-child(6),.academic-session-page td:nth-child(6){width:140px}.academic-session-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.student-profile-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414;overflow-x:hidden}.header-actions span{color:#ececec}.student-table{width:100%;max-width:1700px;table-layout:fixed;margin-bottom:0;border-collapse:collapse}.student-table th,.student-table td{max-width:110px}.student-profile-page .table-light tr th:nth-child(1),.student-profile-page .table-data td:nth-child(1){width:50px;max-width:50px}.student-profile-page .table-light tr th:nth-child(2),.student-profile-page .table-data td:nth-child(2){width:140px;max-width:160px}.student-profile-page .table-light tr th:nth-child(3),.student-profile-page .table-data td:nth-child(3){width:110px}.student-profile-page .table-light tr th:nth-child(4),.student-profile-page .table-data td:nth-child(4){width:80px}.table-data td:nth-child(4){width:80px}.student-profile-page .table-light tr th:nth-child(5),.student-profile-page .table-data td:nth-child(5){width:140px;max-width:160px}.student-profile-page .table-light tr th:nth-child(6),.student-profile-page .table-data td:nth-child(6){width:140px;max-width:160px}.student-profile-page .table-light tr th:nth-child(7),.student-profile-page .table-data td:nth-child(7){width:100px}.student-profile-page .table-light tr th:nth-child(8),.student-profile-page .table-data td:nth-child(8){width:70px;max-width:70px}.table-data td:nth-child(8){width:70px;max-width:70px}.student-profile-page .table-light tr th:nth-child(9),.student-profile-page .table-data td:nth-child(9){width:110px}.student-profile-page .table-light tr th:nth-child(10),.student-profile-page .table-data td:nth-child(10){width:110px}.student-profile-page .table-light tr th:nth-child(11),.student-profile-page .table-data td:nth-child(11){width:100px}.student-profile-page .table-light tr th:nth-child(12),.student-profile-page .table-data td:nth-child(12){width:90px}.student-profile-page .table-light tr th:nth-child(13),.student-profile-page .table-data td:nth-child(13){width:120px;max-width:120px}.student-profile-create{background:var(--color-bg-card);padding:10px;box-shadow:0 2px 8px #00173414;border-radius:5px}.page-header{background:var(--color-bg-main);color:var(--color-text-light);padding:16px 10px;border-radius:6px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.student-photo-border{width:162px;background:var(--color-bg-card);box-shadow:0 2px 8px #00173414;padding:6px;border-radius:5px}.student-photo-box{width:150px;height:165px;border:1px dashed #ced4da;border-radius:6px;background:#fff;padding:6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.student-photo-preview{background-color:#f0f8ff;width:100%;height:64%;object-fit:cover;border-radius:4px;display:block}.student-photo-box input[type=file]{width:100%;font-size:12px}.form-section{margin-bottom:20px;box-shadow:0 2px 8px #00173414;border:.75px solid gainsboro}@media (max-width: 320px){.student-id{font-size:12px}.student-photo-border{padding:6px;width:163px}.student-profile-create{padding:10px}}.multiple-profile-form-table,.table-scroll-wrapper{box-shadow:0 2px 8px #00173414}.multiple-profile-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414;overflow-x:hidden}.page-title{font-weight:600;color:#ececec;font-size:18px}.student-create-table{width:100%;min-width:1600px;table-layout:fixed;margin-bottom:0;border-collapse:collapse}.student-create-table th{font-size:12px;font-weight:600;background-color:#f1f3f5;text-align:center;padding:6px 4px;white-space:nowrap;vertical-align:middle}.student-create-table td{font-size:12px;padding:4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.student-create-table th,.student-create-table td{min-width:100px}.student-create-table th:nth-child(1),.student-create-table td:nth-child(1){width:30px;min-width:40px}.student-create-table th:nth-child(2),.student-create-table td:nth-child(2){width:90px;min-width:120px}.student-create-table th:nth-child(3),.student-create-table td:nth-child(3){width:80px;min-width:130px}.student-create-table th:nth-child(4),.student-create-table td:nth-child(4){width:80px;min-width:90px}.student-create-table th:nth-child(5),.student-create-table td:nth-child(5),.student-create-table th:nth-child(6),.student-create-table td:nth-child(6){width:80px;min-width:100px}.student-create-table th:nth-child(7),.student-create-table td:nth-child(7){width:80;min-width:110px}.student-create-table th:nth-child(8),.student-create-table td:nth-child(8){min-width:90px}.student-create-table th:nth-child(9),.student-create-table td:nth-child(9),.student-create-table th:nth-child(10),.student-create-table td:nth-child(10){min-width:120px}.student-create-table th:nth-child(11),.student-create-table td:nth-child(11){min-width:120px}.student-create-table th:nth-child(12),.student-create-table td:nth-child(12){min-width:130px}.student-create-table input,.student-create-table select{font-size:12px;padding:3px 6px}@media (max-width: 992px){.student-create-table{font-size:11px}}@media (max-width: 768px){.page-title{font-size:16px}}.teacher-profile-page{padding:16px;border-radius:10px;box-shadow:0 2px 8px #00173414;background-color:#f8f9fa;overflow-x:hidden}.header-actions{background:var(--color-bg-main);color:var(--color-text-light);padding:20px 12px;border-radius:6px;margin-bottom:20px;display:flex;border-bottom:3px solid var(--color-border-secondary);justify-content:space-between;align-items:center}.profile-title{font-weight:600;color:#131313;font-size:18px}.table-scroll-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}.teacher-table,.staff-table{width:100%;max-width:1800px;table-layout:fixed;margin-bottom:0;border-collapse:collapse}.table-light tr th{font-size:13px;font-weight:600;background-color:#f1f3f5;text-align:center;padding:6px 4px;white-space:nowrap;vertical-align:middle}.table-data tr td{font-size:12px;padding:2px 0 2px 2px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.teacher-table th,.teacher-table td,.staff-table th,.staff-table td{max-width:110px}.teacher-profile-page .table-light tr th:nth-child(1),.teacher-profile-page .table-data td:nth-child(1){width:50px;max-width:50px}.teacher-profile-page .table-light tr th:nth-child(2),.teacher-profile-page .table-data td:nth-child(2){width:140px;max-width:160px}.teacher-profile-page .table-light tr th:nth-child(3),.teacher-profile-page .table-data td:nth-child(3){width:110px}.teacher-profile-page .table-light tr th:nth-child(4),.teacher-profile-page .table-data td:nth-child(4){width:80px}.teacher-profile-page .table-light tr th:nth-child(5),.teacher-profile-page .table-data td:nth-child(5){width:100px;max-width:100px}.teacher-profile-page .table-light tr th:nth-child(6),.teacher-profile-page .table-data td:nth-child(6){width:70px;max-width:70px}.teacher-profile-page .table-light tr th:nth-child(7),.teacher-profile-page .table-data td:nth-child(7){width:100px;max-width:100px}.teacher-profile-page .table-light tr th:nth-child(8),.teacher-profile-page .table-data td:nth-child(8){width:105px;max-width:105px}.teacher-profile-page .table-light tr th:nth-child(9),.teacher-profile-page .table-data td:nth-child(9){width:90px;max-width:90px}.teacher-profile-page .table-light tr th:nth-child(10),.teacher-profile-page .table-data td:nth-child(10){width:90px;max-width:90px}.teacher-profile-page .table-light tr th:nth-child(11),.teacher-profile-page .table-data td:nth-child(11){width:90px;max-width:90px}.teacher-profile-page .table-light tr th:nth-child(12),.teacher-profile-page .table-data td:nth-child(12){width:80px;max-width:80px}.teacher-profile-page .table-light tr th:nth-child(13),.teacher-profile-page .table-data td:nth-child(13){width:140px;max-width:160px}.teacher-profile-page .table-light tr th:nth-child(14),.table-data td:nth-child(14){width:118px;max-width:118px}@media (max-width: 768px){.profile-title{font-size:16px}}.staff-profile-page{padding:16px;border-radius:10px;box-shadow:0 2px 8px #00173414;background-color:#f8f9fa;overflow-x:hidden}.staff-profile-page .profile-title{font-weight:600;color:#ececec;font-size:18px}.staff-profile-page .table-scroll-wrapper{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}.staff-profile-page .staff-table{width:100%;max-width:1800px;table-layout:fixed;margin-bottom:0;border-collapse:collapse}.staff-profile-page .table-light tr th{font-size:13px;font-weight:600;background-color:#f1f3f5;text-align:center;padding:6px 4px;white-space:nowrap;vertical-align:middle}.staff-profile-page .table-data tr td{font-size:12px;padding:2px 0 2px 2px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-profile-page .staff-table th,.staff-profile-page .staff-table td{max-width:110px}.staff-profile-page .table-light tr th:nth-child(1),.staff-profile-page .table-data td:nth-child(1){width:60px;max-width:60px}.staff-profile-page .table-light tr th:nth-child(2),.staff-profile-page .table-data td:nth-child(2){width:140px;max-width:160px}.staff-profile-page .table-light tr th:nth-child(3),.staff-profile-page .table-data td:nth-child(3){width:110px}.staff-profile-page .table-light tr th:nth-child(4),.staff-profile-page .table-data td:nth-child(4){width:110px}.staff-profile-page .table-light tr th:nth-child(5),.staff-profile-page .table-data td:nth-child(5){width:80px}.staff-profile-page .table-light tr th:nth-child(6),.staff-profile-page .table-data td:nth-child(6){width:100px}.staff-profile-page .table-light tr th:nth-child(7),.staff-profile-page .table-data td:nth-child(7){width:70px}.staff-profile-page .table-light tr th:nth-child(8),.staff-profile-page .table-data td:nth-child(8){width:140px;max-width:160px}.staff-profile-page .table-light tr th:nth-child(9),.staff-profile-page .table-data td:nth-child(9){width:110px}.staff-profile-page .table-light tr th:nth-child(10),.staff-profile-page .table-data td:nth-child(10){width:110px}.staff-profile-page .table-light tr th:nth-child(11),.staff-profile-page .table-data td:nth-child(11){width:110px}.staff-profile-page .table-light tr th:nth-child(12),.staff-profile-page .table-data td:nth-child(12){width:160px;max-width:180px}.staff-profile-page .table-light tr th:nth-child(13),.staff-profile-page .table-data td:nth-child(13){width:120px;max-width:120px}.staff-profile-page .card-header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:10px 14px}@media (max-width: 768px){.staff-profile-page .profile-title{font-size:16px}}.staff-profile-create{background:var(--color-bg-card);padding:10px;box-shadow:0 2px 8px #00173414;border-radius:5px}.page-header{background:var(--color-bg-main);color:var(--color-text-light);padding:20px 12px;border-radius:6px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}.staff-photo-border{width:162px;background:var(--color-bg-card);box-shadow:0 2px 8px #00173414;padding:6px;border-radius:5px}.staff-photo-box{width:150px;height:165px;border:1px dashed #ced4da;border-radius:6px;background:#fff;padding:6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.staff-photo-preview{background-color:#f0f8ff;width:100%;height:64%;object-fit:cover;border-radius:4px;display:block}.text-muted{font-size:10px}.staff-photo-box input[type=file]{width:100%;font-size:12px}.form-section{margin-bottom:20px;border:.75px solid gainsboro;box-shadow:0 2px 8px #00173414}.form-section .card-header{background:#f1f3f5;font-weight:600;font-size:14px}.form-label{font-size:13px;font-weight:500}.form-control,.form-select{font-size:11px}.form-actions{display:flex;justify-content:right;align-items:right;text-align:right;margin-top:20px;gap:5px}@media (max-width: 320px){.staff-id{font-size:12px}.staff-photo-border{padding:6px;width:163px}.staff-profile-create{padding:10px}}.search-profile-page{padding:16px;border-radius:10px;box-shadow:0 2px 8px #00173414;background-color:#f8f9fa;overflow-x:hidden}.header-actions .profile-title{color:#ececec;font-weight:600;font-size:18px}.profile-tabs-wrapper{background:#fff;border-radius:6px;padding:10px;border:1px solid #e6e6e6}.tab-idle{background:#e9ecef;color:#555}.tab-active{background:#fff;color:#111;border-color:#bdbdbd;box-shadow:0 2px 6px #0000001f}.column-selector{padding:14px}.col-check{display:flex;align-items:center;gap:8px;background:#fafafa;border:1px solid #eee;border-radius:6px;padding:8px 10px;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.col-check input{transform:scale(1.1)}.search-btn{padding:8px 16px;border-radius:6px}@media (max-width: 768px){.header-actions .profile-title{font-size:16px}}.migration-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.migration-page-header{margin-bottom:12px;background-color:var(--color-bg-main);padding:8px 12px;border-radius:6px;color:var(--color-text-light);border-bottom:3px solid var(--color-border-secondary)}.migration-page-header h4{margin:0;font-weight:600}.migration-page{padding:0}.migration-card{box-shadow:0 2px 8px #00173414;border-radius:6px}.migration-note{font-size:14px;line-height:1.6;color:#333;background:#f8f9fa;border:1px dashed #ccc;padding:10px;border-radius:4px}.form-label{font-weight:500}.profile-summary-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.profile-summary-header{margin-bottom:6px;padding:12px;border-radius:6px;background-color:var(--color-bg-main);color:var(--color-text-light);border-bottom:3px solid var(--color-border-secondary);font-weight:600;font-size:18px}.profile-summary-header h4{margin:0;font-weight:600}.profile-summary-page{padding:0}.filter-card{border-radius:6px}.summary-table-card{border-top:3px solid var(--color-bg-main)}.profile-summary-table th{background-color:#6c6c6c;color:#fff;text-align:center;font-size:13px}.profile-summary-table td{font-size:13px;text-align:center;vertical-align:middle}.grand-total-row{background-color:#d9d9d9}.summary-table-card .card-header{background:#fff;font-weight:600}@media (max-width: 768px){.profile-summary-header h4{font-size:16px}}.attendance-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.attendance-header{padding:20px 12px;border-radius:6px;border-bottom:3px solid var(--color-border-secondary);background:var(--color-bg-main)}.attendance-page{padding:0}.attendance-table-card{border-top:3px solid var(--color-bg-main)}.attendance-table th,.attendance-table td{text-align:center;font-size:13px;vertical-align:middle}.attendance-table input[type=radio]{transform:scale(1.1)}.leaveInput-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.leave-header{padding:20px 12px;border-radius:6px;background-color:var(--color-bg-main);border-bottom:3px solid var(--color-border-secondary)}.leave-page .card{border-radius:6px}.person-info-card{box-shadow:0 2px 8px #00173414}.leave-person-avatar{width:90px;height:70px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.leave-person-avatar img{width:100%;height:100%;object-fit:cover}.placeholder-avatar{width:100%;height:100%;background:#efefef;border:1px solid #ddd;border-radius:6px}.ths-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.ths-header{padding:20px 12px;border-radius:6px;border-bottom:3px solid var(--color-border-secondary);background:var(--color-bg-main)}.ths-page .card{border-radius:6px}.ths-green-top{border-top:3px solid #198754}.ths-weekly-box{display:flex;flex-wrap:wrap;gap:10px 14px;padding:6px 0}.ths-day-check{display:inline-flex;align-items:center;gap:6px;font-size:13px;-webkit-user-select:none;user-select:none}.ths-table-wrap{border-top:1px solid #e9e9e9;margin-top:14px}.ths-table{font-size:13px}.ths-entry-card .form-label{font-size:13px;font-weight:600}.sms-notice-page{padding:16px;background-color:#f8f9fa;border-radius:6px;box-shadow:0 2px 8px #00173414}.sms-topnav{background:var(--color-bg-main);padding:20px 12px;border-radius:6px;border-bottom:3px solid var(--color-border-secondary)}.sms-topnav-switch{display:flex;align-items:center;gap:5px;padding:0}.sms-topnav-btn,.sms-dropdown-ite{width:auto;height:auto;background-color:var(--color-primary);color:var(--color-text-light);border:1px solid var(--color-border-secondary);border-radius:4px;font-size:13px;font-weight:600;padding:12px;box-shadow:0 2px 6px #00000026;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:1}.sms-topnav-btn:hover,.sms-topnav-btn.active{background:var(--color-bg-main)}.sms-caret{font-size:10px;margin-left:6px}.sms-dropdown{position:relative}.sms-dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;min-width:180px;z-index:50;box-shadow:0 4px 12px #0000002e}.sms-dropdown-item{width:100%;text-align:left;border:0;background:#fff;padding:10px 12px;cursor:pointer;font-size:13px}.sms-dropdown-item:hover{background:#f3f3f3}.sms-dropdown-item.selected{background:#e9ecef;font-weight:600}.sms-card{border-radius:6px}.sms-card-header{border-top:3px solid var(--color-bg-main);background:#fff;font-weight:700}.sms-card-title{font-size:18px;color:#4b4b4b;display:inline-flex;align-items:center;gap:8px}.sms-mini-table{border:1px solid #ddd}.sms-mini-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #ddd}.sms-mini-row:last-child{border-bottom:0}.sms-mini-label{padding:8px 10px;background:#f8f9fa;font-weight:600;font-size:13px}.sms-mini-value{padding:8px 10px;font-size:13px}.sms-stat-box{border:1px solid #ddd}.sms-stat-title{background:#5e92e8;color:#fff;font-weight:700;padding:8px 10px;text-align:center;font-size:13px}.sms-stat-value{padding:16px 10px;text-align:center;font-size:30px;color:#5e92e8;font-weight:800}.sms-table{font-size:13px}.sms-body-cell{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sms-compose-card{border-radius:6px}.sms-counter{font-size:12px;color:#666}.sms-template-form{border:1px solid #ddd;border-radius:6px;padding:14px}.sms-template-meta{display:flex;flex-wrap:wrap;gap:10px 14px;font-size:12px;color:#666;margin-top:8px}.school-class-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.form-control{font-size:13px}.section-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414;overflow-x:hidden}.section-table{width:100%;table-layout:fixed;margin-bottom:0}.section-table th:nth-child(1),.section-table td:nth-child(1){width:50px}.section-table th:nth-child(2),.section-table td:nth-child(2){width:180px}.section-table th:nth-child(3),.section-table td:nth-child(3){width:180px}.section-table th:nth-child(4),.section-table td:nth-child(4){width:120px}.section-table th:nth-child(5),.section-table td:nth-child(5){width:100px}.section-table th:nth-child(6),.section-table td:nth-child(6){width:160px}.section-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.class-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414;overflow-x:hidden}.class-table{width:100%;table-layout:fixed;margin-bottom:0}.table-light th{font-size:13px;font-weight:600;text-align:center;padding:6px 4px;white-space:nowrap}.table-data td{font-size:12px;text-align:center;padding:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.class-table th:nth-child(1),.class-table td:nth-child(1){width:50px}.class-table th:nth-child(2),.class-table td:nth-child(2){width:200px}.class-table th:nth-child(3),.class-table td:nth-child(3){width:120px}.class-table th:nth-child(4),.class-table td:nth-child(4){width:100px}.class-table th:nth-child(5),.class-table td:nth-child(5){width:160px}.group-form-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.card-header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:10px 14px}.form-label{font-size:13px;font-weight:600}.form-control,.form-select{font-size:13px}.shift-page{padding:16px;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.header-actions{background-color:var(--color-bg-main);padding:20px 12px;border-bottom:3px solid var(--color-border-secondary);border-radius:6px}.header-actions .profile-title{color:#ececec;font-size:18px;font-weight:600}.table-scroll-wrapper{width:100%;overflow-x:auto}.shift-table{width:100%;table-layout:auto;margin-bottom:0;border-collapse:collapse}.shift-table th,.shift-table td{text-align:center;padding:6px;font-size:13px}.table-light th{background-color:#f1f3f5;font-weight:600}.table-data td{font-size:12px}@media (max-width:768px){.profile-title{font-size:16px}}.action-header-main{padding:16px;border-radius:6px;background-color:#f8f9fa;box-shadow:0 2px 8px #00173414}.action-header{padding:12px;border-radius:6px;background-color:var(--color-bg-main);color:var(--color-text-light);border-bottom:3px solid var(--color-border-secondary);font-weight:600;font-size:18px}.tab-btn{border:1px solid #d7d7d7;border-radius:4px;padding:6px 10px;font-size:13px;transition:.15s ease-in-out}.app-sidebar{background-color:#1e293b;color:#fff;height:100vh;transition:width .3s ease;overflow:hidden;display:flex;flex-direction:column}.app-sidebar.expanded{width:17rem}.app-sidebar.collapsed{width:5rem}.sidebar-logo{padding:13px 0;display:flex;justify-content:center;border-bottom:1px solid #334155}.sidebar-logo img{width:48px;height:48px;border-radius:50%}.sidebar-menu{flex:1;padding:.5rem;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:.5rem;padding:.75rem;margin-bottom:.25rem;border-radius:.375rem;color:#fff;text-decoration:none;background:transparent;border:none;width:100%;cursor:pointer;transition:all .2s ease}.collapsed-item{justify-content:center!important;gap:0!important;padding:.75rem 0!important}.sidebar-icon{width:24px;height:24px;flex-shrink:0}.sidebar-text{white-space:nowrap;font-family:Inter,sans-serif;font-weight:600}.sidebar-link:hover,.sidebar-link.active{background-color:#334155}.logout-btn:hover{background-color:#dc2626}.sidebar-dropdown{width:100%;display:flex;flex-direction:column}.dropdown-arrow{margin-left:auto;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.sidebar-submenu{margin-left:1rem;overflow:hidden;display:flex;gap:4px;flex-direction:column;transition:max-height .3s ease,opacity .3s ease}.sidebar-sublink{padding:.5rem .75rem;font-size:.875rem;color:#fff;text-decoration:none;border-radius:.375rem;font-family:Inter,sans-serif;font-weight:400}.sidebar-sublink:hover,.sidebar-sublink.active{background-color:#334155;color:#fff}*{margin:0;padding:0;box-sizing:border-box;font-family:Figtree,sans-serif}nav{position:relative;display:flex;justify-content:space-between;align-items:center}.profile{position:relative;display:flex;justify-content:flex-end;align-items:center;gap:12px;cursor:pointer;text-align:end}.profile h3{text-align:end;line-height:1;margin-bottom:4px;font-weight:600}.profile p{line-height:1;font-size:14px;opacity:.6}.profile .img-box{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden}.profile .img-box img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.menu{position:absolute;top:calc(100% + 8px);left:-24px;width:200px;min-height:100px;background:#fff;box-shadow:0 10px 20px #0003;opacity:0;transform:translateY(-10px);visibility:hidden;transition:.3s}.menu:before{content:"";position:absolute;top:-10px;left:31px;width:20px;height:20px;background:#fff;transform:rotate(45deg);z-index:-1}.menu.active{opacity:1;transform:translateY(0);visibility:visible}.menu ul{position:relative;display:flex;flex-direction:column;z-index:10;background:#fff}.menu ul li{list-style:none}.menu ul li:hover{background:#eee}.menu ul li a{text-decoration:none;color:#000;display:flex;align-items:center;padding:15px 20px;gap:6px}.menu ul li a i{font-size:1.2em}@media (max-width: 768px){.user-name{display:none}}body{background:#343d46}.box{margin:10px auto;width:250px;height:40px}.container-1{width:300px;vertical-align:middle;white-space:nowrap;position:relative}.container-1 input#search{width:250px;height:40px;background:#2b303b;border:none;font-size:10pt;float:left;color:#82888f;padding-left:15px;border-radius:5px;transition:background .55s ease}.container-1 input#search::placeholder{color:#65737e}.container-1 .icon{position:absolute;top:50%;left:0;transform:translateY(-50%);margin-left:17px;color:#4f5b66;z-index:1}.container-1 input#search:hover,.container-1 input#search:focus,.container-1 input#search:active{outline:none;background:#fff}.toggle-element{margin-top:10px;color:#fff;font-size:14px}.search-btn{position:absolute;right:50px;top:-4px;height:50px;width:45px;background:transparent;border:none;cursor:pointer;color:#4f5b66;font-size:16px}.search-btn:hover{color:#000}@media (max-width:768px){.box{margin:10px auto;width:150px;height:40px}.container-1 input#search{width:150px;height:40px}.search-btn{left:108px}}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;background-color:#1e293b;color:#fff;width:100%;box-sizing:border-box;position:relative;z-index:1000}.header-left{display:flex;align-items:center;gap:.5rem}.icon-btn-mobile{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer}.icon-btn-mobile:hover{background-color:#ffffff1a;border-radius:4px;transition:background-color .2s}.icon-btn-desktop{display:none;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer}.icon-btn-desktop:hover{background-color:#ffffff1a;border-radius:4px;transition:background-color .2s}.header-search{flex:1;margin:0 .75rem}.header-user{display:flex;align-items:center}@media (min-width: 992px){.icon-btn-desktop{display:inline-flex}.icon-btn-mobile{display:none}}@media (max-width: 991.98px){.icon-btn-mobile{display:inline-flex}.icon-btn-desktop{display:none}}.app-layout{display:flex;height:100vh;overflow:hidden;background-color:#f8f9fa}.desktop-sidebar{width:17rem;flex-shrink:0;background-color:#1e293b;color:#fff;transition:width .3s ease}.app-layout.collapsed .desktop-sidebar{width:5rem}.mobile-sidebar{position:fixed;top:0;left:0;width:100%;height:100vh;display:none;z-index:1050}.mobile-sidebar.open{display:block}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080}.mobile-sidebar-panel{position:fixed;top:0;left:0;width:16rem;height:100vh;background-color:#1e293b;color:#fff;overflow-y:auto;transition:transform .3s ease}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;overflow-x:hidden}.app-content{background-color:#d3cdc673;flex:1;padding:1rem;overflow-y:auto}@media (max-width: 992px){.desktop-sidebar{display:none}}@media (max-width: 320px){.app-content{padding:.75rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--color-primary: #1e293b;--color-secondary: #7390a0;--color-tertiary: rgb(4, 179, 202);--color-button-primary: #1e293b ;--color-button-secondary: #01141bbd;--color-button-tertiary: rgb(3, 27, 31);--color-success: #198754;--color-warning: #ff9100;--color-danger: #c02b3a;--color-text-dark: #212529;--color-text-muted: #6c757d;--color-text-light: #ffffff;--color-bg-main: #001734b6;--color-bg-card: #ffffff;--color-border-primary: #04252eb6;--color-border-secondary: rgb(255 225 187 / 45%) ;--color-border-tertiary: #04252eb6;--primary-shadow-sm: 0 2px 6px rgba(0, 23, 52, .15);--primary-shadow-md: 0 4px 12px rgba(0, 23, 52, .2);--primary-shadow-lg: 0 10px 25px rgba(0, 23, 52, .3)}.card,.card-body{box-shadow:0 2px 8px #00173414}@keyframes glare{0%{background-position:200% 0%}to{background-position:-200% 0%}}.animate-glare{animation:glare 1s linear infinite}.h-fill-available{height:-webkit-fill-available}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
