@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
@import "https://fonts.cdnfonts.com/css/mona-sans?styles=144345,144361,144351";

/* src/styles.scss */
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}
body {
  font-family:
    "Inter",
    Arial,
    sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.hide-scrolling {
  overflow: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #dc582e;
}
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
button {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
input,
textarea,
select {
  font: inherit;
}
[disabled],
.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.flex-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.equal-columns {
  display: flex;
  flex-wrap: nowrap;
}
.equal-columns > * {
  flex: 1 1 0;
  min-width: 0;
}
.scrollable-column {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.align-center {
  align-items: center;
  justify-content: center;
}
.align-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.align-end {
  align-items: flex-end;
  justify-content: flex-end;
}
.align-between {
  justify-content: space-between;
}
.align-around {
  justify-content: space-around;
}
.align-stretch {
  align-items: stretch;
}
.list-horizontal {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.list-horizontal > * {
  display: inline-flex;
}
.list-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.list-vertical > * {
  display: block;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
[class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.col-1 {
  width: calc(100% * 1 / 12);
}
.col-2 {
  width: calc(100% * 2 / 12);
}
.col-3 {
  width: calc(100% * 3 / 12);
}
.col-4 {
  width: calc(100% * 4 / 12);
}
.col-5 {
  width: calc(100% * 5 / 12);
}
.col-6 {
  width: calc(100% * 6 / 12);
}
.col-7 {
  width: calc(100% * 7 / 12);
}
.col-8 {
  width: calc(100% * 8 / 12);
}
.col-9 {
  width: calc(100% * 9 / 12);
}
.col-10 {
  width: calc(100% * 10 / 12);
}
.col-11 {
  width: calc(100% * 11 / 12);
}
.col-12 {
  width: calc(100% * 12 / 12);
}
@media (max-width: 9999px) {
  .col-xl-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 9999px) {
  .col-xl-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 1440px) {
  .col-lg-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 1024px) {
  .col-md-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 768px) {
  .col-sm-12 {
    width: calc(100% * 12 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-1 {
    width: calc(100% * 1 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-2 {
    width: calc(100% * 2 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-3 {
    width: calc(100% * 3 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-4 {
    width: calc(100% * 4 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-5 {
    width: calc(100% * 5 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-6 {
    width: calc(100% * 6 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-7 {
    width: calc(100% * 7 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-8 {
    width: calc(100% * 8 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-9 {
    width: calc(100% * 9 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-10 {
    width: calc(100% * 10 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-11 {
    width: calc(100% * 11 / 12);
  }
}
@media (max-width: 480px) {
  .col-xs-12 {
    width: calc(100% * 12 / 12);
  }
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
}
.page--full {
  width: 100%;
  max-width: none;
  padding: 0;
}
.page--centered {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page--scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.json-container {
  font-family:
    menlo,
    consolas,
    monospace;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 0.9rem;
  transition: background-color 400ms;
}
a.json-link {
  text-decoration: none;
  border-bottom: 1px solid;
  outline: none;
}
a.json-link:hover {
  background-color: transparent;
  outline: none;
}
ol.json-lines {
  white-space: normal;
  padding-inline-start: 3em;
  margin: 0px;
}
ol.json-lines > li {
  white-space: pre;
  text-indent: 0.7em;
  line-height: 1.5em;
  padding: 0px;
}
ol.json-lines > li::marker {
  font-family: system-ui, sans-serif;
  font-weight: normal;
}
.json-key,
.json-string,
.json-number,
.json-boolean,
.json-null,
.json-mark,
a.json-link,
ol.json-lines > li {
  transition: all 400ms;
}
ol.json-lines {
  --colorSmoke: #444444;
  --colorGraphite: #303030;
  --colorCharcoal: #222222;
  --colorTar: #161616;
}
.json-container {
  background-color: transparent;
}
.json-key {
  color: brown;
}
.json-string {
  color: olive;
}
.json-number {
  color: navy;
}
.json-boolean {
  color: teal;
}
.json-null {
  color: dimgray;
}
.json-mark {
  color: black;
}
a.json-link {
  color: purple;
}
a.json-link:visited {
  color: slategray;
}
a.json-link:hover {
  color: blueviolet;
}
a.json-link:active {
  color: slategray;
}
ol.json-lines > li::marker {
  color: dimgray;
}
ol.json-lines > li:nth-child(odd) {
  background-color: gainsboro;
}
ol.json-lines > li:nth-child(even) {
  background-color: whitesmoke;
}
ol.json-lines > li:hover {
  background-color: lemonchiffon;
}
.dark-mode .json-container {
  background-color: transparent;
}
.dark-mode .json-key {
  color: indianred;
}
.dark-mode .json-string {
  color: khaki;
}
.dark-mode .json-number {
  color: deepskyblue;
}
.dark-mode .json-boolean {
  color: mediumseagreen;
}
.dark-mode .json-null {
  color: darkorange;
}
.dark-mode .json-mark {
  color: silver;
}
.dark-mode a.json-link {
  color: mediumorchid;
}
.dark-mode a.json-link:visited {
  color: slategray;
}
.dark-mode a.json-link:hover {
  color: violet;
}
.dark-mode a.json-link:active {
  color: slategray;
}
.dark-mode ol.json-lines > li::marker {
  color: silver;
}
.dark-mode ol.json-lines > li:nth-child(odd) {
  background-color: var(--colorCharcoal);
}
.dark-mode ol.json-lines > li:nth-child(even) {
  background-color: var(--colorTar);
}
.dark-mode ol.json-lines > li:hover {
  background-color: dimgray;
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
:root .p-inputtext {
  font-family: inherit;
  font-size: 14px;
  padding: 0.5rem 0.75rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
:root .p-inputtext:disabled,
:root .p-inputtext.p-disabled {
  cursor: not-allowed;
}
:root .p-inputtext.ng-invalid.ng-touched {
  border-color: #e57373;
  box-shadow: 0 0 0 2px rgba(229, 115, 115, 0.2);
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button) {
  font-family: inherit;
  font-size: 14px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button) .p-button-icon {
  font-size: 1.2em;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button) .p-button-label {
  white-space: nowrap;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button).btn-xs {
  font-size: 10px;
  padding: 0.15rem 0.5rem;
  line-height: 1rem;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button).btn-sm {
  font-size: 12px;
  padding: 0.25rem 0.75rem;
  line-height: 1.25rem;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button).btn-lg {
  font-size: 18px;
  padding: 0.75rem 1.5rem;
  line-height: 1.75rem;
}
:root .p-button:not(.p-datatable-column-filter-button):not(.p-datepicker-prev-button):not(.p-datepicker-next-button):not(.table-action-button):not(.p-dialog-close-button).btn-block {
  display: flex;
  width: 100%;
}
:root .p-datatable-column-filter-button {
  position: relative;
  left: 5px;
  background: transparent !important;
  border-color: transparent !important;
  color: #dc582e !important;
}
:root .p-datatable-column-filter-button:enabled:hover,
:root .p-datatable-column-filter-button:enabled:focus {
  background: rgb(229.5, 229.5, 229.5) !important;
  border-color: transparent !important;
}
:root .topbar .p-button.squared-btn.s-btn-xs {
  border: 1px solid white !important;
}
:root .topbar .p-button.squared-btn {
  border: 1px solid white !important;
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
:root .p-datatable {
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
}
:root .p-datatable .p-datatable-header,
:root .p-datatable .p-datatable-footer {
  padding: 0.75rem 1rem;
}
:root .p-datatable .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem !important;
}
:root .p-datatable .p-datatable-thead > tr > th.p-sortable-column {
  position: relative;
  cursor: pointer;
}
:root .p-datatable .p-datatable-thead > tr > th.p-sortable-column .p-sortable-column-icon {
  margin-left: 0.5rem;
  font-size: 0.85rem;
}
:root .p-datatable .p-datatable-thead > tr > th.p-highlight {
  font-weight: 600;
}
:root .p-datatable .p-datatable-thead > tr > th .pi-sort,
:root .p-datatable .p-datatable-thead > tr > th .pi-sort-asc,
:root .p-datatable .p-datatable-thead > tr > th .pi-sort-desc {
  font-size: 14px;
  display: flex;
}
:root .p-datatable .p-datatable-thead > tr > th .pi-sort-asc {
  transform: rotate(180deg);
}
:root .p-datatable.p-disabled {
  cursor: not-allowed;
}
:root .p-datatable td {
  padding: 0.75rem 1rem;
  background-color: inherit;
  color: inherit;
}
:root .p-datatable td .table-action-button {
  border-radius: 50%;
  padding: 8px;
}
:root .p-datatable .p-datatable-scrollable-body::-webkit-scrollbar {
  height: 8px;
}
:root .p-datatable .p-datatable-scrollable-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
:root .p-datatable .p-paginator {
  padding: 0.5rem;
}
.p-button {
  background: #dc582e !important;
  border-color: #dc582e !important;
  color: #ffffff !important;
}
.p-button:enabled:hover,
.p-button:enabled:focus {
  background: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
  border-color: rgb(206.0020491803, 75.8954918033, 34.4979508197) !important;
}
html.dark-mode body {
  background-color: #141414 !important;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: white;
}
.dark-mode .topbar.sticky {
  border-bottom: 1px solid #5b5b5b !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dark-mode .topbar span.spinning-border-mask {
  background: #141414 !important;
}
.dark-mode .custom-card {
  border: 1px solid #000000 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.818), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.dark-mode .custom-card h3,
.dark-mode .custom-card i,
.dark-mode .custom-card p {
  color: white !important;
}
.dark-mode .sidebar-container {
  background-color: #141414 !important;
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  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(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -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 app-besharp-topbar .p-button .p-button-icon,
:root app-software-updates .pi-pencil {
  left: 4px;
  position: relative;
}
:root .edit-modal-dialog .p-dialog-header {
  padding: 12px 20px !important;
  padding-bottom: 19px !important;
}
:root .p-datatable-mask.p-overlay-mask {
  opacity: 0 !important;
  pointer-events: none !important;
}

/* node_modules/prismjs/themes/prism-okaidia.css */
code[class*=language-],
pre[class*=language-] {
  color: #f8f8f2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family:
    Consolas,
    Monaco,
    "Andale Mono",
    "Ubuntu Mono",
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*=language-] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #272822;
}
:not(pre) > code[class*=language-] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #8292a2;
}
.token.punctuation {
  color: #f8f8f2;
}
.token.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}
.token.boolean,
.token.number {
  color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
  color: #e6db74;
}
.token.keyword {
  color: #66d9ef;
}
.token.regex,
.token.important {
  color: #fd971f;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
