*{box-sizing:border-box}html{height:100%}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}a{color:var(--primary-color);text-decoration:none}.layout-wrapper{min-height:100vh}.layout-topbar{z-index:997;background-color:var(--surface-card);align-items:center;width:100%;height: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;align-items:center;width:300px;font-size:1.5rem;font-weight:500;display:flex}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.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:3rem;height:3rem;transition:background-color .2s;display:inline-flex;position:relative}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.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.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;display:none}.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:1rem}@media (max-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: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 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 - 9rem);padding:.5rem 1.5rem;transition:transform .2s,left .2s;position:fixed;top:7rem;left:2rem;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);margin:.75rem 0;font-size:.857rem;font-weight:700}.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:.75rem 1rem;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-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:7rem 2rem 2rem 4rem;transition:margin-left .2s;display:flex}.layout-main{flex:auto}.layout-footer{border-top:1px solid var(--surface-border);justify-content:center;align-items:center;padding-top:1rem;transition:margin-left .2s;display:flex}@media screen and (min-width:1960px){.layout-main,.landing-wrapper{width:1504px;margin-left:auto!important;margin-right:auto!important}}@media (min-width:992px){.layout-wrapper.layout-overlay .layout-main-container{margin-left:0;padding-left:2rem}.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:2rem}.layout-wrapper .layout-mask{display:none}}@media (max-width:991px){.blocked-scroll{overflow:hidden}.layout-wrapper .layout-main-container{margin-left:0;padding-left:2rem}.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:2rem}.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}.loading-container{z-index:9999;background-color:#0c647924;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-logo-wrapper{width:140px;height:90px;animation:1s ease-in-out infinite loading-bounce;position:relative}@keyframes loading-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}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-green:#29a239;--dark-green:#0a6516;--deep-green:#003908;--light-green:#f4faf5;--white:#fff;--red:red;--focus-shadow:#c9e2cd;--scale:.9;--text-color:#000!important}html{font-size:13px}.layout-topbar .layout-topbar-logo{border-radius:0;width:235px;margin-left:4rem;position:absolute}.layout-topbar .layout-menu-button{margin-left:0;position:absolute}.layout-topbar .layout-menu-button:hover,.layout-topbar .p-link.layout-topbar-button:hover{background:var(--dark-green)}.field>label{color:var(--text-color);font-weight:600}.p-datatable .p-datatable-tbody>tr,.p-dropdown-item,.p-dropdown-label,.p-cascadeselect-item{color:var(--text-color)}.layout-topbar{background:linear-gradient(90deg,var(--primary-green)0%,var(--dark-green)42.79%,var(--deep-green)96.15%)}.layout-topbar .pi.pi-bars,.layout-topbar .pi.pi-user{color:var(--white)}.layout-sidebar{background-color:var(--light-green)}.layout-menu ul a.active-route,.layout-menu .p-ripple:hover{background-color:var(--primary-green);color:var(--white);outline:none}.layout-menu .p-ripple:hover,.p-button.p-component:hover,.bg-red-500.text-white.hover\:bg-red-600.p-speeddial-action:hover,.bg-blue-500.text-white.hover\:bg-blue-600.p-speeddial-action:hover{opacity:.7!important}.p-datatable .p-datatable-header{background:0 0;border-top:none}.p-datatable .p-datatable-thead th,.p-datatable .p-datatable-thead .p-icon,.p-steps-number{background:var(--primary-green);color:var(--white);border-top:none}.p-steps-title{color:var(--primary-green)}.p-checkbox.p-highlight .p-checkbox-box{background:var(--primary-green);border-color:var(--light-green)}.p-datatable .p-datatable-tbody>tr.p-highlight,.p-selectable-row:hover{background:var(--light-green);color:var(--primary-green)}.bg-blue-500.text-white.hover\:bg-blue-600.p-speeddial-action{border:1px solid var(--primary-green);background:var(--white)!important;color:var(--primary-green)!important}.bg-red-500.text-white.hover\:bg-red-600.p-speeddial-action{border:1px solid var(--red);background:var(--white)!important;color:var(--red)!important}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight,.p-paginator-element:hover,.p-datepicker table td>span.p-highlight{background:var(--light-green);color:var(--primary-green);border-color:var(--light-green)}.p-speeddial-button.p-button-rounded.p-speeddial-rotate.p-button.p-component.p-button-icon-only,.p-button.p-component{background:var(--primary-green);color:var(--white);border:1px solid var(--primary-green);text-decoration:none}.p-button.p-component.p-button-success:hover,.p-button.p-component.p-button-outlined:hover,.bg-blue-500.text-white.hover\:bg-blue-600.p-speeddial-action:hover{background:var(--primary-green)!important;color:var(--white)!important}.p-button.p-component.p-button-danger{color:var(--red);border:1px solid var(--red);background:0 0}.p-button.p-component.p-button-danger:hover,.bg-red-500.text-white.hover\:bg-red-600.p-speeddial-action:hover{background:var(--red)!important;color:var(--white)!important}.p-button.p-component.p-button-outlined{background:var(--white);color:var(--primary-green);border:1px solid var(--primary-green);text-decoration:none}input:hover,.p-dropdown:hover,.p-cascadeselect:hover,.p-inputtextarea:hover{border-color:var(--primary-green)}input:focus,.p-cascadeselect.p-focus,.p-dropdown.p-focus,.p-inputtextarea:focus,.p-ripple.active-route:focus{border-color:var(--primary-green);box-shadow:0 0 0 1px var(--focus-shadow);outline:none}.p-focus{border-color:var(--primary-green);outline:none}.p-dropdown-item.p-focus,.p-cascadeselect-item.p-focus,.p-cascadeselect-item.p-highlight,.p-dropdown-item.p-highlight{background:var(--light-green);color:var(--primary-green);border:none}.p-disabled{opacity:.3}tr[aria-level="1"]{font-size:14px;font-weight:700}tr[aria-level="2"]{font-size:14px;font-weight:600}.p-treetable-table th{color:#fff;background:#80c683}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:unset;color:var(--primary-green)}.p-tree.p-component.p-tree-selectable{border:0;padding:0}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{border-color:var(--primary-green);color:var(--primary-green);background:#fff}.card-shadow{box-shadow:0 4px 8px #0003}.radial-gauge{margin-top:-20px}.badge-container{align-items:center;display:flex;position:relative}.badge-circle{color:#fff;background:#29a239cc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:35px;height:35px;font-size:18px;font-weight:700;display:flex}.badge-label{color:var(--primary-green);background:#29a23926;border-top-right-radius:20px;border-bottom-right-radius:20px;width:100%;margin-left:-10px;padding:8px 16px;font-size:14px;font-weight:500}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:var(--primary-green);background:var(--primary-green)}.p-tabview-title{color:var(--primary-green)}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:var(--primary-green);color:#fff}.p-selectbutton>.p-button.p-component{background:unset;color:var(--primary-green);border-color:var(--primary-green)}.p-selectbutton>.p-button.p-component.p-highlight,.p-selectbutton>.p-button.p-component:hover{background:var(--primary-green);color:#fff}.badge-active,.badge-confirmed{background:var(--light-green);color:var(--primary-green);border:1px solid var(--primary-green)}.badge-inActive,.badge-failed{color:#ff3535;background:#fdf4f4;border:1px solid #ff3535}.badge-default{color:#fff;background-color:#9e9e9e}.badge-pending{color:#00f;background:#f4f8fd;border:1px solid #00f}.p-tabview .p-tabview-nav{background:0 0}.p-unselectable-text a:hover{border-color:var(--primary-green)}.p-toolbar{background:0 0;border:none}.layout-content,.layout-content-inner,.layout-main,.layout-wrapper,.p-card{width:100%!important;max-width:none!important}p-datatable{overflow-x:auto}.p-datatable table{table-layout:fixed;width:100%!important}.p-datatable td{word-break:break-word;white-space:normal}.p-circle-img{object-fit:cover;border-radius:50%}.row-deleted td{color:#b71c1c;opacity:.6;background-color:#fdecea!important}
