*{box-sizing:border-box}html{height:100%;overflow-x:hidden}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0;padding:0;overflow-x:hidden}a{color:var(--primary-color);text-decoration:none}.layout-wrapper{min-height:100vh;overflow-x:hidden}.layout-topbar{z-index:997;background-color:var(--surface-card);align-items:center;width:100%;height:4.5rem;padding:0 2rem;transition:left .2s;display:flex;position:fixed;top:0;left:0;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-logo{color:var(--surface-900);border-radius:12px;justify-content:space-between;align-items:center;width:300px;font-size:1.5rem;font-weight:500;display:flex}.layout-topbar .layout-topbar-logo img{height:60px}.layout-topbar .layout-topbar-logo:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button{color:var(--text-color-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2.7rem;height:2.7rem;transition:background-color .2s;display:inline-flex;position:relative}.layout-topbar .layout-topbar-button:focus{outline-offset:0;box-shadow:var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-topbar .layout-topbar-button i{font-size:1.35rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.layout-topbar .layout-topbar-button .notification-bell-icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:absolute;inset:0}.layout-topbar .layout-topbar-button .notification-bell-icon-wrap i{margin-right:0}.layout-topbar .layout-topbar-button .notification-bell-badge{justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .3rem;font-size:.68rem;line-height:1;display:inline-flex;position:absolute;top:.25rem;right:.15rem}.layout-topbar .layout-menu-button{margin-left:2rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-menu{margin:0 0 0 auto;padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button{margin-left:.75rem}@media (width<=991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{order:2;width:auto}.layout-topbar .layout-menu-button{order:1;margin-left:0}.layout-topbar .layout-topbar-menu-button{order:3;margin-left:0;display:inline-flex}.layout-topbar .layout-topbar-menu{background-color:var(--surface-overlay);border-radius:12px;flex-direction:column;min-width:15rem;margin-left:0;padding:1rem;animation:.15s linear scalein;display:none;position:absolute;top:4.5rem;right:2rem;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active{display:block}.layout-topbar .layout-topbar-menu .layout-topbar-button{border-radius:12px;justify-content:flex-start;width:100%;height:auto;margin-left:0;padding:1rem;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-button i{margin-right:.5rem;font-size:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button .notification-bell-icon-wrap{flex-shrink:0;width:1rem;height:1rem;margin-right:.5rem;position:relative;inset:auto}.layout-topbar .layout-topbar-menu .layout-topbar-button .notification-bell-icon-wrap i{margin-right:0}.layout-topbar .layout-topbar-menu .layout-topbar-button .notification-bell-badge{display:inline-flex;top:-.65rem;right:-.75rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{z-index:999;-webkit-user-select:none;user-select:none;background-color:var(--surface-overlay);border-radius:12px;width:300px;height:calc(100vh - 7.15rem);padding:.35rem .9rem;transition:transform .2s,left .2s;position:fixed;top:5.3rem;left:1.25rem;overflow-y:auto;box-shadow:0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014}.layout-menu{-webkit-user-select:none;user-select:none;margin:0;padding:0;list-style-type:none}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text{text-transform:uppercase;color:var(--surface-900);cursor:pointer;border-radius:12px;outline:0;margin:.65rem 0;padding:.6rem .8rem;font-size:.857rem;font-weight:700;transition:background-color .2s,box-shadow .2s;position:relative}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text .layout-submenu-toggler{margin-left:auto;font-size:75%;transition:transform .2s}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text:hover{background-color:var(--surface-hover)}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text:focus{outline-offset:0;box-shadow:inset var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-menu .layout-root-menuitem>a{display:none}.layout-menu li.active-menuitem>a .layout-submenu-toggler{transform:rotate(-180deg)}.layout-menu li.active-menuitem>ul{max-height:auto}.layout-menu ul{margin:0;padding:0;list-style-type:none}.layout-menu ul a{color:var(--text-color);cursor:pointer;border-radius:12px;outline:0;align-items:center;padding:.6rem .8rem;transition:background-color .2s,box-shadow .2s;display:flex;position:relative}.layout-menu ul a .layout-menuitem-icon{margin-right:.5rem}.layout-menu ul a .layout-submenu-toggler{margin-left:auto;font-size:75%;transition:transform .2s}.layout-menu ul a.rotated-icon .layout-menuitem-icon{transform:rotate(90deg)}.layout-menu ul a.active-route{color:var(--primary-color);font-weight:700}.layout-menu ul a:hover{background-color:var(--surface-hover)}.layout-menu ul a:focus{outline-offset:0;box-shadow:inset var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-menu ul ul{border-radius:12px;max-height:0;overflow:hidden}.layout-menu ul ul li a{margin-left:1rem}.layout-menu ul ul li li a{margin-left:2rem}.layout-menu ul ul li li li a{margin-left:2.5rem}.layout-menu ul ul li li li li a{margin-left:3rem}.layout-menu ul ul li li li li li a{margin-left:3.5rem}.layout-menu ul ul li li li li li li a{margin-left:4rem}.layout-menu .layout-root-menuitem>ul{border-left:1px solid var(--surface-border);margin-left:.55rem;padding-left:.45rem}.layout-menu .layout-root-menuitem>ul>li>a{margin-left:.25rem}.layout-menu .layout-root-menuitem>ul>li>ul{border-left:1px dashed var(--surface-border);margin-left:.85rem;padding-left:.5rem}.layout-menu .layout-root-menuitem>ul>li>ul>li>a{margin-left:.5rem}.layout-menu ul.layout-submenu-search-open{max-height:1000px!important}.layout-menu-search{align-items:center;gap:.5rem;min-height:2.35rem;margin:.25rem 0 .65rem;display:flex}.layout-menu-search .layout-menu-search-button{width:2.25rem;height:2.25rem;color:var(--primary-color);background:#00104e14;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.layout-menu-search .layout-menu-search-button:hover{color:var(--primary-color-text);background:var(--primary-color)}.layout-menu-search .layout-menu-search-button:focus{outline-offset:0;box-shadow:inset var(--focus-ring);outline:0;transition:box-shadow .2s}.layout-menu-search .layout-menu-search-panel{opacity:0;pointer-events:none;flex:auto;max-width:0;transition:max-width .28s,opacity .2s,transform .28s;overflow:hidden;transform:translate(-.35rem)}.layout-menu-search .layout-menu-search-input{width:100%;display:block}.layout-menu-search .layout-menu-search-input>i{color:var(--text-color-secondary)}.layout-menu-search .layout-menu-search-input input{border:1px solid var(--surface-border);width:100%;height:2.25rem;color:var(--text-color);background:var(--surface-ground);border-radius:999px;outline:0;padding:.45rem .85rem .45rem 2.25rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.layout-menu-search .layout-menu-search-input input::placeholder{color:var(--text-color-secondary)}.layout-menu-search .layout-menu-search-input input:focus{border-color:var(--primary-color);box-shadow:var(--focus-ring);background:var(--surface-card)}.layout-menu-search.is-open .layout-menu-search-button{color:var(--primary-color-text);background:var(--primary-color);transform:rotate(90deg)}.layout-menu-search.is-open .layout-menu-search-panel{opacity:1;pointer-events:auto;max-width:15rem;transform:translate(0)}.layout-submenu-enter-active{transition:max-height 1s ease-in-out;max-height:1000px!important}.layout-submenu-enter-done,.layout-submenu-exit{max-height:1000px!important}.layout-submenu-exit-active{transition:max-height .45s cubic-bezier(0,1,0,1);overflow:hidden;max-height:0!important}.layout-config-button{background:var(--primary-color);width:3rem;height:3rem;color:var(--primary-color-text);text-align:center;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);transition:background-color var(--transition-duration);cursor:pointer;z-index:999;border-top-right-radius:0;border-bottom-right-radius:0;margin-top:-1.5rem;line-height:3rem;display:block;position:fixed;top:50%;right:0;overflow:hidden;box-shadow:-.25rem 0 1rem #00000026}.layout-config-button.config-link{border:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem}.layout-config-button .config-link:focus{outline-offset:0;box-shadow:0 0 0 1px var(--focus-ring);outline:0}.layout-config-button i{font-size:2rem;line-height:inherit;transition:transform 1s;transform:rotate(0)}.layout-config-button:hover{background:var(--primary-400)}.layout-config-sidebar.p-sidebar .p-sidebar-content{padding-left:2rem;padding-right:2rem}.layout-main-container{flex-direction:column;justify-content:space-between;min-height:100vh;padding:5.75rem .25rem 1.25rem 2rem;transition:margin-left .2s;display:flex}.layout-main{flex:auto}.layout-page-shell{flex-direction:column;gap:1rem;display:flex}.app-page-breadcrumb{padding:.25rem 0 .15rem}.app-page-breadcrumb .p-breadcrumb{background:0 0;border:0;padding:0}.app-page-breadcrumb .p-breadcrumb .p-menuitem-link{box-shadow:none}.app-page-back{color:#00104e}.card{padding:1rem}.compact-data-table .p-datatable-header{padding:.85rem 1rem}.compact-data-table .p-datatable-thead>tr>th{padding:.7rem .75rem}.compact-data-table .p-datatable-tbody>tr>td{padding:.55rem .75rem}.compact-data-table .p-paginator{padding:.5rem .75rem}.school-list-table .school-header-cell{background:0 0;box-shadow:inset 0 -1px #00104e14}.school-form-dialog .p-dialog-content{border-bottom:1px solid #d7deea}.school-form-dialog .p-dialog-footer{background:#fff;border-top:1px solid #d7deea;padding-top:1rem;box-shadow:inset 0 1px #d7deeae6}.layout-footer{border-top:1px solid var(--surface-border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding-top:1rem;transition:margin-left .2s;display:flex}.layout-footer-version{color:#315fdf;background:#315fdf14;border-radius:999px;padding:.2rem .55rem;font-size:.82rem;font-weight:700}@media screen and (width>=1960px){.layout-main,.landing-wrapper{width:1504px;margin-left:auto!important;margin-right:auto!important}}@media (width>=992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:1.25rem}.layout-wrapper.layout-overlay .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper.layout-overlay.layout-overlay-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-static .layout-main-container{margin-left:300px}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{left:0;transform:translate(-100%)}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:0;padding-left:1.25rem}.layout-wrapper .layout-mask{display:none}}@media (width<=991px){.blocked-scroll{overflow:hidden}.layout-wrapper .layout-main-container{margin-left:0;padding-top:5.25rem;padding-left:1rem;padding-right:1rem}.layout-wrapper .layout-sidebar{border-top-left-radius:0;border-bottom-left-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.layout-wrapper .layout-mask{z-index:998;background-color:var(--maskbg);width:100%;height:100%;display:none;position:fixed;top:0;left:0}.layout-wrapper.layout-mobile-active .layout-sidebar{transform:translate(0)}.layout-wrapper.layout-mobile-active .layout-mask{animation:.2s fadein;display:block}}.clearfix:after{content:" ";clear:both;display:block}.card{background:var(--surface-card);border:1px solid var(--surface-border);box-shadow:var(--card-shadow);border-radius:12px;margin-bottom:2rem;padding:1rem}.card:last-child{margin-bottom:0}.p-toast.p-toast-top-right,.p-toast.p-toast-top-left,.p-toast.p-toast-top-center{top:100px}h1,h2,h3,h4,h5,h6{color:var(--surface-900);margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}mark{background:#fff8e1;border-radius:12px;padding:.25rem .4rem;font-family:monospace}blockquote{border-left:4px solid #90a4ae;margin:1rem 0;padding:0 2rem}hr{border-top:solid var(--surface-border);border-width:1px 0 0;margin:1rem 0}p{margin:0 0 1rem;line-height:1.5}p:last-child{margin-bottom:0}:root{--primary-color:#00104e;--primary-color-text:#fff;--primary-50:#eef1fa;--primary-100:#d0d9ef;--primary-200:#adbce4;--primary-300:#8099d4;--primary-400:#5575c0;--primary-500:#00104e;--primary-600:#000e43;--primary-700:#000b37;--primary-800:#00082b;--primary-900:#00051e;--secondary-color:#ed921d;--secondary-color-text:#fff;--highlight-bg:#00104e1a;--highlight-text-color:#00104e;--focus-ring:0 0 0 .2rem #00104e40}.layout-topbar{background-color:#00104e;padding-left:1.25rem;box-shadow:0 2px 8px #00000040}.layout-topbar .layout-topbar-start{align-items:center;gap:.9rem;min-width:0;display:flex}.layout-topbar .layout-topbar-logo{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0a 100%);border-radius:5px;justify-content:flex-start;gap:.85rem;width:auto;min-width:0;max-width:20rem;padding:.3rem .7rem .3rem .3rem;text-decoration:none}.layout-topbar .layout-topbar-logo span{color:#fff}.layout-topbar .layout-topbar-logo .topbar-brand-copy{flex-direction:column;justify-content:center;min-width:0;display:flex}.layout-topbar .layout-topbar-logo .topbar-brand-title{color:#fff;letter-spacing:-.03em;white-space:nowrap;font-size:1.55rem;font-weight:700;line-height:1.05}.layout-topbar .layout-topbar-logo .topbar-brand-subtitle{color:#ffffffb8;letter-spacing:.08em;text-transform:capitalize;white-space:nowrap;margin-top:.25rem;font-size:.72rem;font-weight:600;line-height:1.2}.layout-topbar .topbar-brand-mark{background:linear-gradient(#fff 0%,#eef4ff 100%);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:3.7rem;height:3.7rem;display:inline-flex;box-shadow:inset 0 1px #fffffff2,0 10px 18px #0000002e}.layout-topbar .topbar-brand-logo{object-fit:contain;width:3.5rem}.layout-topbar .layout-topbar-button{color:#ffffffd9}.layout-topbar .layout-topbar-button:hover{color:#fff;background-color:#ffffff1f}.layout-topbar .layout-topbar-button:focus{box-shadow:0 0 0 .2rem #ffffff40}.layout-topbar .layout-menu-button{color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff38;margin-left:0}.layout-topbar .layout-menu-button:hover{color:#fff;background-color:#ffffff1f}.layout-topbar .topbar-welcome{color:#ffffffe6;white-space:nowrap;align-items:center;margin-left:.5rem;font-size:1.25rem;font-weight:600;display:flex}@media (width<=600px){.layout-topbar .topbar-welcome{display:none}}.layout-topbar .topbar-mobile-account-actions{display:none}.layout-topbar .topbar-lang-dropdown{background:#ffffff1f;border-radius:8px;align-self:center;margin-left:1rem;border:1px solid #ffffff4d!important}.layout-topbar .topbar-lang-dropdown .p-dropdown-label{color:#ffffffe6;padding:.45rem .6rem;font-size:.8rem}.layout-topbar .topbar-lang-dropdown .p-dropdown-trigger{color:#ffffffb3;width:1.8rem}.layout-topbar .topbar-lang-dropdown:not(.p-disabled).p-focus{box-shadow:0 0 0 .2rem #ffffff40;border-color:#ffffff80!important}.layout-topbar .topbar-lang-dropdown:hover{background:#ffffff2e;border-color:#ffffff73!important}@media (width<=600px){.layout-topbar .topbar-lang-dropdown{margin-left:0}}@media (width<=991px){.layout-topbar .layout-topbar-start{gap:.65rem}.layout-topbar .layout-topbar-menu .topbar-settings-button{display:none}.layout-topbar .layout-topbar-menu .topbar-mobile-account-actions{flex-direction:column;width:100%;display:flex}.layout-topbar .layout-topbar-menu .topbar-welcome{color:#00104e;margin:0 0 .75rem;font-size:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button{color:#00104e}.layout-topbar .layout-topbar-menu .layout-topbar-button:hover{color:#00104e;background-color:#00104e14}.layout-topbar .layout-topbar-menu .layout-topbar-button span{color:#00104e}.layout-topbar .layout-topbar-logo{width:auto;max-width:none;padding-right:.55rem}.layout-topbar .topbar-brand-title{font-size:1.42rem}.layout-topbar .topbar-brand-subtitle{letter-spacing:.06em;font-size:.68rem}.layout-topbar .topbar-brand-mark{border-radius:14px;width:3.2rem;height:3.2rem}.layout-topbar .topbar-brand-logo{width:2.5rem;height:2.5rem}.layout-topbar .layout-menu-button{order:1}.layout-topbar .layout-topbar-logo{order:2}}@media (width<=600px){.layout-topbar .layout-topbar-logo{background:0 0;border-color:#0000;padding:.22rem}.layout-topbar .topbar-brand-subtitle{display:none}.layout-topbar .topbar-brand-title{font-size:1.28rem}}.layout-sidebar .layout-menu .layout-root-menuitem>.layout-menuitem-root-text{color:#00104e}.layout-sidebar .layout-menu a.active-route{background-color:#00104e14;color:#00104e!important}.layout-sidebar .layout-menu a.active-route .layout-menuitem-icon{color:#00104e!important}.p-button.p-button-secondary,.p-button.btn-secondary{color:#fff;background-color:#ed921d;border-color:#ed921d}.p-button.p-button-secondary:hover,.p-button.btn-secondary:hover{background-color:#d47f15;border-color:#d47f15}
