*{box-sizing:border-box}body,html{height:100%}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--surface-ground);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color)}.layout-wrapper{height:100%;display:flex;flex-direction:column}.layout-content-wrapper{margin-left:16rem;min-height:100%}.p-dialog .p-dialog-content .p-dialog-footer{padding:.5rem 0}.layout-topbar{position:relative;height:5rem;margin-left:16rem;margin-right:0;z-index:997;padding:0 2rem;background-color:var(--surface-card);transition:left .2s;display:flex;align-items:center;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-topbar .layout-topbar-logo{display:flex;align-items:center;color:var(--surface-900);font-size:1.5rem;font-weight:500;width:250px;border-radius:12px}.layout-topbar .layout-topbar-logo img{height:2.5rem;margin-right:.5rem}.layout-topbar .layout-topbar-button{display:inline-flex;justify-content:center;align-items:center;position:relative;color:var(--text-color-secondary);width:3rem;height:3rem;cursor:pointer;transition:background-color .2s;padding-left:.5rem;padding-right:.5rem}.layout-topbar .layout-topbar-button:hover{color:var(--text-color);background-color:var(--surface-hover)}.layout-topbar .layout-topbar-button:focus{outline:0 none;outline-offset:0;transition:box-shadow .2s;box-shadow:var(--focus-ring)}.layout-topbar .layout-topbar-button i{font-size:1.5rem}.layout-topbar .layout-topbar-button span{font-size:1rem;padding:.5rem}.layout-topbar .layout-menu-button{margin-left:.3rem}.layout-topbar .layout-topbar-menu-button{display:none}.layout-topbar .layout-topbar-menu-button i{font-size:1.25rem}.layout-topbar .layout-topbar-select{padding:0;list-style:none;display:flex}.layout-topbar .layout-topbar-select .layout-topbar-button{margin-left:1rem}.layout-topbar .layout-topbar-select .layout-topbar-actions{display:flex;flex-direction:row;list-style:none}.layout-topbar .layout-topbar-select .layout-topbar-actions>li>.p-link:hover{background:#e9ecef}.layout-topbar .layout-topbar-select .layout-topbar-actions>.profile-item{display:flex}.layout-topbar .layout-topbar-select .layout-topbar-actions>.profile-item .p-link{width:auto;height:auto;display:flex;align-items:center;border-radius:4px}.layout-topbar .layout-topbar-select .layout-topbar-actions>.profile-item .profile-image{width:2.5rem;height:2.5rem;margin-right:.5rem}.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}.layout-topbar .layout-topbar-menu .layout-topbar-actions{display:flex;flex-direction:row;list-style:none}.layout-topbar .layout-topbar-menu .layout-topbar-actions>li>.p-link:hover{background:#e9ecef}.layout-topbar .layout-topbar-menu .layout-topbar-actions>.profile-item{padding:0 .6rem;margin-left:.6rem;border-left:1px solid #dee2e6;display:flex}.layout-topbar .layout-topbar-menu .layout-topbar-actions>.profile-item .p-link{width:auto;height:auto;display:flex;align-items:center;border-radius:4px}.layout-topbar .layout-topbar-menu .layout-topbar-actions>.profile-item .profile-image{width:2.5rem;height:2.5rem;margin-right:.5rem}@media(max-width:991px){.layout-topbar{justify-content:space-between}.layout-topbar .layout-topbar-logo{width:auto;order:2}.layout-topbar .layout-menu-button{margin-left:0}.layout-topbar .layout-topbar-menu-button{display:inline-flex;margin-left:0;order:3}.layout-topbar .layout-topbar-menu{margin-left:0;position:absolute;flex-direction:column;background-color:var(--surface-overlay);box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08);border-radius:12px;padding:1rem;right:2rem;top:5rem;min-width:15rem;display:none;animation:scalein .15s linear}.layout-topbar .layout-topbar-menu.layout-topbar-menu-mobile-active{display:block}.layout-topbar .layout-topbar-menu .layout-topbar-button{display:flex;width:100%;height:auto;justify-content:flex-start;border-radius:12px;padding:1rem}.layout-topbar .layout-topbar-menu .layout-topbar-button i{font-size:1rem;margin-right:.5rem}.layout-topbar .layout-topbar-menu .layout-topbar-button span{font-weight:medium;display:block}}.layout-sidebar{position:fixed;display:flex;flex-direction:column;height:100%;width:16rem;z-index:999;overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .2s,left .2s;background-color:#343a40;box-shadow:0 3px 5px rgba(0,0,0,.02),0 0 2px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.08)}.layout-sidebar .logo{text-align:center;display:flex;justify-content:center;outline:0 none;padding:1.5rem;transition:background-color var(--transition-duration),box-shadow var(--transition-duration);border-bottom:1px solid hsla(0,0%,100%,.2)}.layout-sidebar .logo-image{width:2rem;height:2rem;vertical-align:middle;margin-right:1.5rem}.layout-sidebar .app-name{vertical-align:middle;font-size:1.5rem;letter-spacing:.2px;color:hsla(0,0%,100%,.8)}.layout-sidebar .app-name-mini{display:none;font-size:1.5rem;color:hsla(0,0%,100%,.8);font-weight:700}.layout-sidebar .layout-menu-container{overflow:auto;flex:1 1;padding:1rem}.layout-menu{margin:0;padding:0;list-style-type:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.layout-menu .layout-root-menuitem>.layout-menuitem-root-text{font-size:.857rem;text-transform:uppercase;font-weight:700;color:var(--surface-100);padding:.5rem 0 1rem}.layout-menu .layout-root-menuitem>a{display:none}.layout-menu li.active-menuitem>a{background:var(--d-menuitem-active-bg);font-weight:700}.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>li{margin-bottom:.4rem}.layout-menu ul a{display:flex;align-items:center;position:relative;outline:0 none;color:hsla(0,0%,100%,.8);cursor:pointer;border-radius:8px;transition:background-color .2s,box-shadow .2s;padding:.5rem;font-size:1rem}.layout-menu ul a .layout-menuitem-icon{margin-right:.5rem}.layout-menu ul a .layout-submenu-toggler{font-size:75%;margin-left:auto;transition:transform .2s}.layout-menu ul a.rotated-icon .layout-menuitem-icon{transform:rotate(90deg)}.layout-menu ul a.active-route{font-weight:700;background-color:#4b545c}.layout-menu ul a:hover{background-color:#4b545c}.layout-menu ul ul{overflow:hidden;max-height:0;border-radius:8px}.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 .menu-separator{border-top:1px solid hsla(0,0%,100%,.2);margin:1rem 0}.layout-submenu-enter-active{max-height:1000px!important;transition:max-height 1s ease-in-out}.layout-submenu-enter-done,.layout-submenu-exit{max-height:1000px!important}.layout-submenu-exit-active{overflow:hidden;max-height:0!important;transition:max-height .45s cubic-bezier(0,1,0,1)}.layout-config-button{display:block;position:fixed;width:3rem;height:3rem;line-height:3rem;background:var(--primary-color);color:var(--primary-color-text);text-align:center;top:50%;right:0;margin-top:-1.5rem;border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius);border-top-right-radius:0;border-bottom-right-radius:0;transition:background-color var(--transition-duration);overflow:hidden;cursor:pointer;z-index:999;box-shadow:-.25rem 0 1rem rgba(0,0,0,.15)}.layout-config-button i{font-size:2rem;line-height:inherit;transform:rotate(0deg);transition:transform 1s}.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{display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:margin-left .2s;flex:1 1}.layout-main{flex:1 1 auto}.layout-footer{transition:margin-left .2s;display:flex;align-items:center;justify-content:center;padding-top:1rem;border-top:1px solid var(--surface-border)}@media screen and (min-width:1960px){.landing-wrapper,.layout-main{width:1504px;margin-left:auto!important;margin-right:auto!important}}@media(min-width:992px){.layout-wrapper.layout-overlay .layout-main-container,.layout-wrapper.layout-overlay .layout-sidebar{margin-left:0;padding-left:2rem}.layout-wrapper.layout-overlay .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper.layout-static .layout-main-container{margin-left:16rem}.layout-wrapper.layout-static.layout-static-inactive .sidebar-header .logo .logo-image{margin-right:0}.layout-wrapper.layout-static.layout-static-inactive .layout-topbar{margin-left:80px;width:calc(100% - 80px)}.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-icon{font-size:1.5rem;margin:.2rem}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar{width:80px;left:0;padding:.2rem}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar .app-name{display:none}.layout-wrapper.layout-static.layout-static-inactive .layout-sidebar .app-name-mini{display:block}.layout-wrapper.layout-static.layout-static-inactive .layout-main-container{margin-left:80px;width:calc(100% - 80px);padding-left:2rem}.layout-wrapper.layout-static.layout-static-inactive .layout-menu ul a{flex-direction:column}.layout-wrapper .layout-mask,.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-root-text,.layout-wrapper.layout-static.layout-static-inactive .layout-menuitem-text{display:none}}@media(max-width:991px){.blocked-scroll{overflow:hidden}.layout-wrapper .layout-topbar{width:100%;margin-left:0}.layout-wrapper .layout-main-container{margin-left:0;padding-left:1rem;padding-right:1rem}.layout-wrapper .layout-sidebar{transform:translateX(-100%);left:0;top:0;height:100vh;border-top-left-radius:0;border-bottom-left-radius:0}.layout-wrapper .layout-mask{display:none;position:fixed;top:0;left:0;z-index:998;width:100%;height:100%;background-color:var(--maskbg)}.layout-wrapper.layout-mobile-active .layout-sidebar{transform:translateX(0)}.layout-wrapper.layout-mobile-active .layout-mask{display:block}}.clearfix:after{content:" ";display:block;clear:both}.card{background:var(--surface-card);border:1px solid var(--surface-border);padding:1.25rem;margin-bottom:2rem;box-shadow:var(--card-shadow);border-radius:8px}.card:last-child{margin-bottom:0}.p-toast.p-toast-top-center,.p-toast.p-toast-top-left,.p-toast.p-toast-top-right{top:100px}.fileupload-button{min-width:100%;padding:16px 20%;margin:16px 0 4px}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-family:inherit;font-weight:500;line-height:1.2;color:var(--surface-900)}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;padding:.25rem .4rem;border-radius:8px;font-family:monospace}blockquote{margin:1rem 0;padding:0 2rem;border-left:4px solid #90a4ae}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}::-webkit-scrollbar{width:8px!important;height:8px!important}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray!important;border-radius:8px!important}::-webkit-scrollbar-thumb{background-color:#babac0!important;border-radius:10px!important}::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5!important}::-moz-scrollbar{width:8px}::-moz-scrollbar-track{-moz-box-shadow:inset 0 0 6px #fff;background:#000}::-moz-scrollbar-thumb{border-radius:10px;-moz-box-shadow:inset 0 0 6px #fff;background:#7a252b}.custom-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:10px;letter-spacing:.3px}.custom-badge.custom-success{background:#c8e6c9;color:#256029}.custom-badge.custom-info{background:#cdf0f6;color:#06b6d4}.custom-badge.custom-danger{background:#ffcdd2;color:#c63737}.custom-badge.custom-default-2{background:#feedaf;color:#8a5340}.custom-badge.custom-default{background:#6c757d;color:#fff!important}.custom-badge.custom-warning{background:#ffc107;color:#fff!important}.p-datatable .p-datatable-header{background:#f8f9fa;color:#495057;border:1px solid #e9ecef;border-width:1px 0;padding:1rem;font-weight:600;border-top-left-radius:4px;border-top-right-radius:4px}.p-datatable .p-datatable-footer,.p-datatable .p-datatable-thead>tr>th{background:#f8f9fa;color:#495057;border:solid #e9ecef;border-width:0 0 1px;padding:1rem;font-weight:600}.p-datatable .p-datatable-thead>tr>th{text-align:left;transition:box-shadow .2s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:solid #e9ecef;border-width:0 0 1px;font-weight:600;color:#495057;background:#f8f9fa}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#6c757d;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#495057;background:#e3f2fd;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover{color:#495057}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#6c757d}.p-datatable.p-datatable-sm .p-datatable-header{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td,.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td,.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.3rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.2rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:1.25rem}.p-no-minheight>.p-datatable-wrapper{min-height:0!important}.p-datatable-wrapper{min-height:25rem}.dialog-sm{width:20%}.dialog-md{width:40%}.dialog-lg{width:70%}.dialog-xl{width:90%}@media(max-width:992px){.dialog-lg,.dialog-sm,.dialog-xl{width:100%;margin-top:2rem}}.bs-callout{padding:13px;margin:10px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}.bs-callout h4{margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-default{border-left-color:#777}.bs-callout-default h4{color:#777}.bs-callout-primary{border-left-color:#3c8dbc}.bs-callout-primary h4{color:#3c8dbc}.bs-callout-success{border-left-color:#5cb85c}.bs-callout-success h4{color:#5cb85c}.bs-callout-active{border-left-color:#5cb85c}.bs-callout-active h4{color:#5cb85c}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}.bs-callout-teal{border-left-color:#39cccc}.bs-color-teal{color:#39cccc}.bs-callout>hr{margin:10px 0}.border-b-line{padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.border-t-line{border-top:1px solid #e9ecef}.p-timeline-event-opposite{max-width:-moz-fit-content;max-width:fit-content;flex:1 1}.timeline-event-marker-blue{width:1rem;border:2px solid #06b6d4;aspect-ratio:1/1;border-radius:50%;margin-top:4px}.timeline-event-marker-red{width:1rem;border:2px solid #d35555;aspect-ratio:1/1;border-radius:50%;margin-top:4px}
/*# sourceMappingURL=fb82a87c1ea25515.css.map*/