@theme inline{ --color-primary: var(--p-primary-color); --color-primary-emphasis: var(--p-primary-hover-color); --color-primary-emphasis-alt: var(--p-primary-active-color); --color-primary-contrast: var(--p-primary-contrast-color); --color-primary-50: var(--p-primary-50); --color-primary-100: var(--p-primary-100); --color-primary-200: var(--p-primary-200); --color-primary-300: var(--p-primary-300); --color-primary-400: var(--p-primary-400); --color-primary-500: var(--p-primary-500); --color-primary-600: var(--p-primary-600); --color-primary-700: var(--p-primary-700); --color-primary-800: var(--p-primary-800); --color-primary-900: var(--p-primary-900); --color-primary-950: var(--p-primary-950); --color-surface-0: var(--p-surface-0); --color-surface-50: var(--p-surface-50); --color-surface-100: var(--p-surface-100); --color-surface-200: var(--p-surface-200); --color-surface-300: var(--p-surface-300); --color-surface-400: var(--p-surface-400); --color-surface-500: var(--p-surface-500); --color-surface-600: var(--p-surface-600); --color-surface-700: var(--p-surface-700); --color-surface-800: var(--p-surface-800); --color-surface-900: var(--p-surface-900); --color-surface-950: var(--p-surface-950); }@utility backface-visible{backface-visibility: visible;}@utility backface-hidden{backface-visibility: hidden;}@utility animate-delay-none{animation-delay: 0ms;}@utility animate-delay-*{animation-delay: --value(integer) ms;}@utility animate-normal{animation-direction: normal;}@utility animate-reverse{animation-direction: reverse;}@utility animate-alternate{animation-direction: alternate;}@utility animate-alternate-reverse{animation-direction: alternate-reverse;}@utility animate-duration-*{animation-duration: --value(integer)ms;}@utility animate-fill-none{animation-fill-mode: none;}@utility animate-fill-forwards{animation-fill-mode: forwards;}@utility animate-fill-backwards{animation-fill-mode: backwards;}@utility animate-fill-both{animation-fill-mode: both;}@utility animate-infinite{animation-iteration-count: infinite;}@utility animate-once{animation-iteration-count: 1;}@utility animate-twice{animation-iteration-count: 2;}@utility animate-running{animation-play-state: running;}@utility animate-paused{animation-play-state: paused;}@utility animate-ease-linear{animation-timing-function: linear;}@utility animate-ease-in{animation-timing-function: cubic-bezier(.4,0,1,1);}@utility animate-ease-out{animation-timing-function: cubic-bezier(0,0,.2,1);}@utility animate-ease-in-out{animation-timing-function: cubic-bezier(.4,0,.2,1);}@utility border-surface{border-color: var(--p-content-border-color);}@utility bg-emphasis{background: var(--p-content-hover-background); color: var(--p-content-hover-color);}@utility bg-highlight{background: var(--p-highlight-background); color: var(--p-highlight-color);}@utility bg-highlight-emphasis{background: var(--p-highlight-focus-background); color: var(--p-highlight-focus-color);}@utility rounded-border{border-radius: var(--p-content-border-radius);}@utility text-color{color: var(--p-text-color);}@utility text-color-emphasis{color: var(--p-text-hover-color);}@utility text-muted-color{color: var(--p-text-muted-color);}@utility text-muted-color-emphasis{color: var(--p-text-hover-muted-color);}@utility animate-enter{animation-name: enter; --p-enter-opacity: initial; --p-enter-scale: initial; --p-enter-rotate: initial; --p-enter-translate-x: initial; --p-enter-translate-y: initial;}@utility animate-leave{animation-name: leave; --p-leave-opacity: initial; --p-leave-scale: initial; --p-leave-rotate: initial; --p-leave-translate-x: initial; --p-leave-translate-y: initial;}@utility fade-in-*{ --p-enter-opacity: calc(--value(integer)*.01) ; }@utility fade-out-*{ --p-leave-opacity: calc(--value(integer)*.01) ; }@utility zoom-in-*{ --p-enter-scale: calc(--value(integer)*.01) ; }@utility zoom-out-*{ --p-leave-scale: calc(--value(integer)*.01) ; }@utility spin-in-*{ --p-enter-rotate: --value(integer)deg; }@utility spin-out-*{ --p-leave-rotate: --value(integer)deg; }@utility slide-in-from-t-*{ --p-enter-translate-y: calc(var(--spacing) * --value(integer) * -1); }@utility slide-in-from-b-*{ --p-enter-translate-y: calc(var(--spacing) * --value(integer)); }@utility slide-in-from-l-*{ --p-enter-translate-x: calc(var(--spacing) * --value(integer) * -1); }@utility slide-in-from-r-*{ --p-enter-translate-x: calc(var(--spacing) * --value(integer)); }@utility slide-out-from-t-*{ --p-leave-translate-y: calc(var(--spacing) * --value(integer) * -1); }@utility slide-out-from-b-*{ --p-leave-translate-y: calc(var(--spacing) * --value(integer)); }@utility slide-out-from-l-*{ --p-leave-translate-x: calc(var(--spacing) * --value(integer) * -1); }@utility slide-out-from-r-*{ --p-leave-translate-x: calc(var(--spacing) * --value(integer)); }@utility animate-fadein{animation: fadein .15s linear;}@utility animate-fadeout{animation: fadeout .15s linear;}@utility animate-slidedown{animation: slidedown .45s ease-in-out;}@utility animate-slideup{animation: slideup .45s cubic-bezier(0,1,0,1);}@utility animate-scalein{animation: scalein .15s linear;}@utility animate-fadeinleft{animation: fadeinleft .15s linear;}@utility animate-fadeoutleft{animation: fadeoutleft .15s linear;}@utility animate-fadeinright{animation: fadeinright .15s linear;}@utility animate-fadeoutright{animation: fadeoutright .15s linear;}@utility animate-fadeinup{animation: fadeinup .15s linear;}@utility animate-fadeoutup{animation: fadeoutup .15s linear;}@utility animate-fadeindown{animation: fadeindown .15s linear;}@utility animate-fadeoutdown{animation: fadeoutdown .15s linear;}@utility animate-width{animation: width .45s linear;}@utility animate-flip{animation: flip .15s linear;}@utility animate-flipup{animation: flipup .15s linear;}@utility animate-flipleft{animation: flipleft .15s linear;}@utility animate-flipright{animation: flipright .15s linear;}@utility animate-zoomin{animation: zoomin .15s linear;}@utility animate-zoomindown{animation: zoomindown .15s linear;}@utility animate-zoominleft{animation: zoominleft .15s linear;}@utility animate-zoominright{animation: zoominright .15s linear;}@utility animate-zoominup{animation: zoominup .15s linear;}@layer keyframes{@keyframes enter{0%{opacity:var(--p-enter-opacity, 1);transform:translate3d(var(--p-enter-translate-x, 0),var(--p-enter-translate-y, 0),0) scale3d(var(--p-enter-scale, 1),var(--p-enter-scale, 1),var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0))}}@keyframes leave{to{opacity:var(--p-leave-opacity, 1);transform:translate3d(var(--p-leave-translate-x, 0),var(--p-leave-translate-y, 0),0) scale3d(var(--p-leave-scale, 1),var(--p-leave-scale, 1),var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0))}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes infinite-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scalein{0%{opacity:0;transform:scaleY(.8);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:scaleY(1)}}@keyframes slidedown{0%{max-height:0}to{max-height:auto}}@keyframes slideup{0%{max-height:1000px}to{max-height:0}}@keyframes fadeinleft{0%{opacity:0;transform:translate(-100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutleft{0%{opacity:1;transform:translate(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translate(-100%)}}@keyframes fadeinright{0%{opacity:0;transform:translate(100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translate(0)}}@keyframes fadeoutright{0%{opacity:1;transform:translate(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translate(100%)}}@keyframes fadeinup{0%{opacity:0;transform:translateY(-100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutup{0%{opacity:1;transform:translateY(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translateY(-100%)}}@keyframes fadeindown{0%{opacity:0;transform:translateY(100%);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:1;transform:translateY(0)}}@keyframes fadeoutdown{0%{opacity:1;transform:translateY(0);transition:transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1)}to{opacity:0;transform:translateY(100%)}}@keyframes width{0%{width:0}to{width:100%}}@keyframes flip{0%{transform:perspective(2000px) rotateX(-100deg)}to{transform:perspective(2000px) rotateX(0)}}@keyframes flipleft{0%{transform:perspective(2000px) rotateY(-100deg);opacity:0}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes flipright{0%{transform:perspective(2000px) rotateY(100deg);opacity:0}to{transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes flipup{0%{transform:perspective(2000px) rotateX(-100deg);opacity:0}to{transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes zoomin{0%{transform:scale3d(.3,.3,.3);opacity:0}50%{opacity:1}}@keyframes zoomindown{0%{transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(0,60px,0);opacity:1}}@keyframes zoominleft{0%{transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);opacity:0}60%{transform:scale3d(.475,.475,.475) translate3d(10px,0,0);opacity:1}}}.pi{font-family:PrimeIcons!important}html{--table-header-bg: #e3e3e3;--app-menu-bg: #2c2c2e;--neutral-color-01: #ffffff;--neutral-color-02: #f6f5f5;--neutral-color-03: #e6e6e6;--neutral-color-04: #d4d4d4;--neutral-color-05: #c2c2c2;--neutral-color-06: #b0b0b0;--neutral-color-07: #9d9d9d;--neutral-color-08: #646464;--neutral-color-09: #111111;--neutral-color-10: #000000;--accent-color-01: #e2f6f1;--accent-color-02: #cdefe8;--accent-color-03: #b8e9de;--accent-color-04: #8ddcca;--accent-color-05: #63cfb6;--accent-color-06: #3bbfa1;--accent-color-07: #2b8a75;--accent-color-08: #257966;--accent-color-09: #1a5648;--accent-color-10: #10332b;--burgund-color-01: #ffe1ea;--burgund-color-02: #f9aebe;--burgund-color-03: #d85e6b;--burgund-color-04: #cd4b57;--burgund-color-05: #bf3945;--burgund-color-06: #9a1d2a;--burgund-color-07: #7d1224;--burgund-color-08: #600a21;--burgund-color-09: #440717;--burgund-color-10: #28040d;--error-color: var(--burgund-color-06);--status-empty-color: #f8fafc;--status-pink-color: #ffe1ea;--status-green-color: #7fd1c1ab;--status-red-color: #fdb3c9;--status-lightgreen-color: #cdefe8;--status-yellow-color: #fdfdaf;--row-height: 190px}*{padding:0;margin:0;box-sizing:border-box}html{font-size:10px;color:var(--primary-color);font-family:Poppins,sans-serif}a,ul,li,button{all:unset}body{display:flex;flex-direction:column;justify-content:center;background-color:#fff;font-size:2rem;margin:0 auto;padding:0}i{cursor:pointer}.status-row-empty{background-color:var(--status-empty-color)!important}.status-row-pink{background-color:var(--status-pink-color)!important}.status-row-green{background-color:var(--status-green-color)!important}.status-row-red{background-color:var(--status-red-color)!important}.status-row-lightgreen{background-color:var(--status-lightgreen-color)!important}.status-row-yellow{background-color:var(--status-yellow-color)!important}.keyboard-focused{outline:2px solid #000000!important;outline-offset:1px!important}.p-4{padding:4px}.p-8{padding:8px}.m-4{margin:4px}.m-8{margin:8px}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.flex-center{display:flex;justify-content:center;align-items:center}.textBold{font-weight:700}.dispay-none{display:none}.cursor-pointer{cursor:pointer}.hidden{display:none}.position-relative{position:relative}::ng-deep .p-toast{top:20px!important;width:550px!important}::ng-deep .p-toast-summary{font-size:1.4rem!important}::ng-deep .p-toast-message{border-radius:8px!important}::ng-deep .p-toast-detail{font-size:18px!important;color:var(--neutral-color-09)!important}::ng-deep .p-toast-message-content{gap:16px!important;align-items:flex-start;justify-content:center}::ng-deep .p-iconwrapper svg{width:20px!important;height:20px!important}::ng-deep .p-toast-message-icon{display:flex;align-items:center;justify-content:center}::ng-deep .p-toast-message-success{background:#d6fce3!important;color:#147932!important}::ng-deep .p-toast-message-success .p-toast-summary{color:#147932!important}::ng-deep .p-toast-message-success .p-toast-close-icon{color:#147932!important}::ng-deep .p-toast-message-error{background:#f9bfbf!important;color:#871719!important}::ng-deep .p-toast-message-error .p-toast-summary{color:#871719!important}::ng-deep .p-toast-message-error .p-toast-close-icon{color:#871719!important}::ng-deep .p-toast-message-info{background:#b8d9fb!important;color:#114779!important}::ng-deep .p-toast-message-info .p-toast-summary{color:#114779!important}::ng-deep .p-toast-message-info .p-toast-close-icon{color:#114779!important}::ng-deep .p-toast-message-warn{background:#f9f4b6!important;color:#aea859!important}::ng-deep .p-toast-message-warn .p-toast-summary{color:#aea859!important}::ng-deep .p-toast-message-warn .p-toast-close-icon{color:#aea859!important}@media (max-width: 768px){::ng-deep .p-toast{top:20px!important;width:90%!important}}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}:root{--screen-width: 1600px;--p-tooltip-background: var(--neutral-color-10) !important;--p-tooltip-color: var(--neutral-color-01) !important;--p-tooltip-padding: 6px !important;--p-tooltip-border-radius: 0 !important;--btn-primary-bg: var(--accent-color-08);--btn-primary-bg-hover: var(--accent-color-06);--btn-primary-text: #ecf1f0;--btn-secondary-bg: #f1f5f9;--btn-secondary-bg-hover: #d4d7da;--btn-secondary-text: #020617;--btn-danger-bg: var(--burgund-color-06);--btn-danger-bg-hover: var(--burgund-color-03);--btn-danger-text: #ecf1f0;--btn-info-bg: #03a9f4;--btn-info-bg-hover: #058ecd;--btn-info-text: #ecf1f0;--btn-help-bg: #9c27b0;--btn-help-bg-hover: #b82fd0;--btn-help-text: #ecf1f0;--btn-warn-bg: #ff9800;--btn-warn-bg-hover: #cc7c04;--btn-warn-text: #ecf1f0;--btn-contrast-bg: #020617;--btn-contrast-bg-hover: #061141;--btn-contrast-text: #ecf1f0;--btn-success-bg: #b2b2b2;--btn-success-bg-hover: #868686;--btn-success-text: #ecf1f0;--p-button-primary-background: var(--btn-primary-bg) !important;--p-button-primary-hover-background: var(--btn-primary-bg-hover) !important;--p-button-primary-active-background: var( --p-button-primary-background ) !important;--p-button-primary-color: var(--btn-primary-text) !important;--p-button-primary-hover-color: var(--btn-primary-text) !important;--p-button-primary-active-color: var(--p-button-primary-color) !important;--p-button-secondary-background: var(--btn-secondary-bg) !important;--p-button-secondary-hover-background: var( --btn-secondary-bg-hover ) !important;--p-button-secondary-active-background: var( --p-button-secondary-background ) !important;--p-button-secondary-color: var(--btn-secondary-text) !important;--p-button-secondary-hover-color: var(--btn-secondary-text) !important;--p-button-secondary-active-color: var(--p-button-secondary-color) !important;--p-button-info-background: var(--btn-info-bg) !important;--p-button-info-hover-background: var(--btn-info-bg-hover) !important;--p-button-info-active-background: var(--p-button-info-background) !important;--p-button-info-color: var(--btn-info-text) !important;--p-button-info-hover-color: var(--btn-info-text) !important;--p-button-info-active-color: var(--p-button-info-color) !important;--p-button-success-background: var(--btn-success-bg) !important;--p-button-success-hover-background: var(--btn-success-bg-hover) !important;--p-button-success-active-background: var( --p-button-success-background ) !important;--p-button-success-color: var(--btn-success-text) !important;--p-button-success-hover-color: var(--btn-success-text) !important;--p-button-success-active-color: var(--p-button-success-color) !important;--p-button-warn-background: var(--btn-warn-bg) !important;--p-button-warn-hover-background: var(--btn-warn-bg-hover) !important;--p-button-warn-active-background: var(--p-button-warn-background) !important;--p-button-warn-color: var(--btn-warn-text) !important;--p-button-warn-hover-color: var(--btn-warn-text) !important;--p-button-warn-active-color: var(--p-button-warn-color) !important;--p-button-help-background: var(--btn-help-bg) !important;--p-button-help-hover-background: var(--btn-help-bg-hover) !important;--p-button-help-active-background: var(--p-button-help-background) !important;--p-button-help-color: var(--btn-help-text) !important;--p-button-help-hover-color: var(--btn-help-text) !important;--p-button-help-active-color: var(--p-button-help-color) !important;--p-button-danger-background: var(--btn-danger-bg) !important;--p-button-danger-hover-background: var(--btn-danger-bg-hover) !important;--p-button-danger-active-background: var( --p-button-danger-background ) !important;--p-button-danger-color: var(--btn-danger-text) !important;--p-button-danger-hover-color: var(--btn-danger-text) !important;--p-button-danger-active-color: var(--p-button-danger-color) !important;--p-button-contrast-background: var(--btn-contrast-bg) !important;--p-button-contrast-hover-background: var(--btn-contrast-bg-hover) !important;--p-button-contrast-active-background: var( --p-button-contrast-background ) !important;--p-button-contrast-color: var(--btn-contrast-text) !important;--p-button-contrast-hover-color: var(--btn-contrast-text) !important;--p-button-contrast-active-color: var(--p-button-contrast-color) !important;--p-radiobutton-icon-checked-color: var(--accent-color-06) !important;--p-radiobutton-checked-background: var(--accent-color-06) !important;--p-radiobutton-border-color: var(--accent-color-06) !important;--p-tabs-active-bar-background: none !important;--p-tabs-tablist-border-width: 0 !important;--p-badge-secondary-background: var(--neutral-color-03) !important;--p-badge-contrast-background: #020617 !important;--p-badge-info-background: #04a9f4 !important;--p-badge-success-background: #4caf50 !important;--p-badge-warn-background: #ff9800 !important;--p-badge-danger-background: #f44336 !important}::ng-deep .p-tooltip{font-size:12px!important}.row{font-size:1.4rem!important}.row:hover{background-color:var(--accent-color-03)!important}::ng-deep .p-iconwrapper svg{width:16px!important;height:16px!important}.p-button{border:1px solid transparent!important;border-radius:0!important}::ng-deep .p-dialog-title{padding:16px;font-size:2rem!important;color:var(--accent-color-07)!important}::ng-deep .p-dialog-footer{margin:12px 0!important}.spinner{margin-top:100px}::ng-deep .p-badge-circle{cursor:pointer!important}
