/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/
shtml,
body,
app-root {
  height: 100vh;
  display: block;
  min-height: -webkit-fill-available;
  height: calc(var(--vh, 1vh) * 100);
}
body {
  font-size: 1rem;
  margin: 0 30px 0 30px;
  padding: 0;
  transition: opacity 0.7s linear;
  position: absolute;
}
.app {
  z-index: 2;
  max-width: 100vw;
  margin: 10px 10px 10px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.app .capitalize {
  text-transition: capitalize;
}
.app .sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #eceff4;
}
.app p-tabs {
  width: 100%;
  color: #000;
}
.app p-tabs .p-tablist-tab-list {
  flex-grow: 1;
}
.app p-tabs .p-tab-active {
  color: #000;
  border-color: #000;
}
.app p-tabs .p-tablist-active-bar {
  background: #000;
}
.app .row {
  margin-left: 0px;
  margin-right: 0px;
}
.app * {
  box-sizing: border-box;
}
.app .row-grid {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.app .row-grid > * {
  min-width: 0;
  overflow: hidden;
}
.app p-menubar a:visited {
  color: #000 !important;
}
.app p-menubar .active {
  font-weight: bold;
  background: #eee;
}
.app .p-dataview {
  border: 1px solid var(--p-menubar-border-color);
  border-radius: var(--p-menubar-border-radius);
}
.app .p-dataview .p-dataview-header,
.app .p-dataview .p-dataview-footer {
  border-radius: var(--p-menubar-border-radius);
  border: 0px;
}
.app .p-splitter {
  border: 0px;
}
.app .p-splitter .content {
  flex-grow: 1;
  flex-direction: column;
}
.app .p-splitter .gray {
  flex-grow: 1;
  flex-direction: column;
  background-color: #ededed;
}
.app .p-splitter .gray h3 {
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #808080;
  background-color: #cbcbcb;
}
.app .p-splitter .gray .el {
  flex-grow: 1;
  font-weight: 400;
}
.app .p-splitter .gray .el h3 {
  background-color: inherit;
  padding: 20px;
  cursor: pointer;
  font-weight: lighter;
  color: #000;
  border-bottom: #cbcbcb solid 1px;
}
.app .p-splitter .gray .el .activeGraph {
  font-weight: bold;
}
.app .p-splitter .selectionBar {
  background-color: #fff;
  flex-shrink: 0;
  position: relative;
}
.app .p-splitter .selectionBar * button {
  margin: 0;
}
.app .p-splitter .selectionBar .top {
  padding: 2ch;
  border: 1px solid #cbcbcb;
}
.app .p-splitter .selectionBar .top .buttons {
  height: 49px;
}
.app .p-splitter .selectionBar .textBlock {
  margin-bottom: 0;
  justify-content: end;
}
.app .p-splitter .selectionBar hr {
  margin: 1ch 0;
}
.app .p-splitter .selectionBar.disabled * button {
  opacity: 0.4;
  pointer-events: none;
}
.app .chart {
  min-height: 500px;
}
.app .chat-box {
  z-index: 998;
  height: 500px;
  width: 400px;
  position: absolute;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0,0,0,0.005);
  right: 0;
  bottom: 0;
  margin: 15px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #4dc0e5;
  visibility: visible;
}
.app .chat-box-header {
  background: #4dc0e5;
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  font-size: 11px;
  padding: 0.5em 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 -1px 10px rgba(172,54,195,0.3);
  box-shadow: 0 1px 10px rgba(0,0,0,0.025);
}
.app .chat-box-header h3 {
  font-weight: 400 !important;
  color: #fff;
  float: left;
  position: absolute;
  left: 25px;
  font-size: 18px !important;
  margin: 6px;
}
.app .chat-box-header p {
  float: right;
  color: #fff;
  position: absolute;
  right: 16px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 3.25;
  margin: 0;
}
.app .chat-box-body {
  height: 75%;
  background: #f8f8f8;
  overflow-y: scroll;
  padding: 12px;
}
.app .chat-box-body-send {
  width: 250px;
  float: right;
  background: #67d0f0;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.015);
  margin-bottom: 14px;
}
.app .chat-box-body-send p {
  margin: 0;
  color: #444;
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.app .chat-box-body-send span {
  float: right;
  color: #777;
  font-size: 10px;
}
.app .chat-box-body img {
  max-height: 200px;
  max-width: 200px;
}
.app .chat-box-body-receive {
  width: 250px;
  float: left;
  background: #fff;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.015);
  margin-bottom: 14px;
}
.app .chat-box-body-receive p {
  margin: 0;
  color: #444;
  font-size: 14px;
  margin-bottom: 0.25rem;
}
.app .chat-box-body-receive b.bi {
  color: #444;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
}
.app .chat-box-body-receive span {
  float: right;
  color: #777;
  font-size: 10px;
}
.app .chat-box-body-receive .bi {
  float: left;
  cursor: pointer;
  color: #67d0f0;
  font-size: 12px;
}
.app .chat-box-body::-webkit-scrollbar {
  width: 5px;
  opacity: 0;
}
.app .chat-box-footer {
  position: relative;
  display: flex;
}
.app .chat-box-footer button {
  border: none;
  padding: 5px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.app .chat-box-footer button:focus {
  outline: none;
}
.app .chat-box-footer input {
  padding: 10px;
  border: none;
  -webkit-appearance: none;
  border-radius: 50px;
  background: #f5f5f5;
  margin: 10px;
  font-weight: 600;
  color: #444;
  width: 80%;
}
.app .chat-box-footer input:focus {
  outline: none;
}
.app .chat-box-footer .send {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  transform: translate(0px, 20px);
  cursor: pointer;
}
.app .chat-button-left {
  padding: 25px 16px;
  background: #4dc0e5;
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 2px 15px rgba(44,80,239,0.22);
  cursor: pointer;
}
.app .chat-button-left span::before {
  content: "";
  height: 15px;
  width: 15px;
  background: #47cf73;
  position: absolute;
  transform: translate(0, -7px);
  border-radius: 15px;
}
.app .chat-button-left span::after {
  content: "Assistant";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 18px;
}
.app .chat-box-right {
  left: 0px;
}
.app .chat-button-right {
  padding: 25px 16px;
  background: #4dc0e5;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 2px 15px rgba(44,80,239,0.21);
  cursor: pointer;
}
.app .chat-button-right span::before {
  content: "";
  height: 15px;
  width: 15px;
  background: #47cf73;
  position: absolute;
  transform: translate(0, -7px);
  border-radius: 15px;
}
.app .chat-button-right span::after {
  content: "Assistant";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 18px;
}
.app .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.app .modal-content {
  position: absolute;
  top: 30%;
  left: 10%;
  background-color: #fff;
  padding: 1rem 1.5rem;
  width: 80%;
  border-radius: 0.5rem;
}
.app .modal-close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
}
.app .close-button:hover {
  background-color: #a9a9a9;
}
.app .show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}
.app .imageSimilarity .imageDrop {
  background: #f0f0f0;
  flex-grow: 1;
}
.app .font-bigger {
  font-size: 25px;
}
.app .font-bigger button {
  font-size: 18px;
  margin: 10px;
}
.app .field {
  margin-bottom: 5px;
  position: relative;
}
.app .field .heightWithoutHeader {
  height: calc( 100vh - 48px );
}
.app .field.empty {
  display: none;
/* background-color backgroundGlobalColor */
/* font-style oblique */
/* span */
/*	 color greyMedium !important */
}
.app .field .inid {
  display: inline-block;
  color: #808080;
  width: 35px;
  text-align: left;
}
.app .field .labelField {
  display: inline-block;
  font-size: 100%;
  font-weight: lighter;
  color: #808080;
}
.app .field .specialpi {
  font-size: 100%;
  margin-right: 10px;
}
.app .field .content,
.app .field .rasterized {
  margin-left: 30px;
  display: block;
  max-width: 90%;
}
.app .field .content img,
.app .field .rasterized img {
  max-width: 100%;
}
.app .field .content {
  overflow: hidden;
  position: relative;
}
.app .field .content.hasEllipsis {
  cursor: pointer;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
/* &:hover */
/*	 outline blueLight solid 1px */
}
.app .field .content.hasEllipsis:after {
  position: absolute;
  content: "+";
  bottom: 0;
  right: 0;
  padding-left: 2ch;
  background: #fff;
  font-weight: bold;
}
.app .field .content.hasEllipsis.isExpanded:after {
  content: "-";
}
.app .field .content.isExpanded {
  max-height: 1000rem;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}
.app img.status {
  width: 20px;
  height: 20px;
  margin-right: 1ch;
}
.app #pdfExport table.list_view {
  width: 100;
  font-size: 0.7rem;
  border-top: 1px solid #cbcbcb;
}
.app #pdfExport table.list_view tr td {
  padding: 0.25%;
  background: #fff;
  border-bottom: 1px solid #cbcbcb;
  height: 1.5cm;
}
.app #pdfExport table.list_view tr td.nb {
  width: 1%;
  vertical-align: middle;
  text-align: left;
}
.app #pdfExport table.list_view tr td.name {
  vertical-align: middle;
  font-weight: bold;
  font-size: 0.8rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1cm;
}
.app #pdfExport table.list_view tr td.name.noverbalelement {
  font-size: 0.65rem;
  opacity: 0.4;
  font-weight: 300;
}
.app #pdfExport table.list_view tr td.logo {
  width: 19%;
}
.app #pdfExport table.list_view tr td.logo div {
  padding: 0.25%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 95%;
}
.app #pdfExport table.list_view tr td.logo div img {
  max-height: 60px;
}
.app #pdfExport table.list_view tr td.col1 {
  vertical-align: top;
  width: 40%;
}
.app #pdfExport table.list_view tr td.col2 {
  vertical-align: top;
  width: 40%;
}
.app #pdfExport.isExporting * {
  font-size: 90%;
  list-style: none;
  margin: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #0f0;
}
.app #pdfExport.isExporting .noprint {
  display: none !important;
}
.app #pdfExport.isExporting .field {
  margin-bottom: 0 !important;
  display: flex;
  flex-grow: 1;
}
.app #pdfExport.isExporting .field .inid {
  text-align: left;
  width: auto !important;
  font-weight: lighter;
}
.app #pdfExport.isExporting .field .labelField {
  color: #f00;
  font-weight: lighter;
}
.app #pdfExport.isExporting .field a {
  color: #000;
}
.app #pdfExport.isExporting .field .content .noprint {
  display: none !important;
}
.app #pdfExport.isExporting .block {
  margin-bottom: 25px !important;
}
.app #pdfExport.isExporting h3 {
  margin-top: 20px !important;
}
.app #pdfExport.isExporting .textBlock {
  padding: 5px !important;
  border: 1px solid #ededed;
}
.app #pdfExport.isExporting .content:after {
  display: none !important;
}
.app #pdfExport > h3 {
  margin-top: 2ch;
}
.app #pdfExport .infoAndStatus {
  margin-bottom: 1ch;
  align-items: center;
}
.app #pdfExport .infoAndStatus img.status {
  width: 30px;
  height: 30px;
  margin-right: 1ch;
}
.app #pdfExport .nameAndButtons {
  max-width: 100%;
  align-items: flex-start;
}
.app #pdfExport .nameAndButtons h1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 15px;
}
.app #pdfExport .nameAndButtons .buttons .prevNext {
  align-items: center;
}
.app #pdfExport .nameAndButtons .buttons button {
  margin: 0 1ch;
  white-space: nowrap;
}
.app #pdfExport .nameAndButtons .buttons button:focus {
  box-shadow: none;
}
.app #pdfExport .nameAndButtons .buttons button div {
  white-space: nowrap;
}
.app #pdfExport .nameAndButtons .buttons button .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  max-width: 25ch;
  text-overflow: ellipsis;
}
.app #pdfExport .title {
  margin-bottom: 1ch;
}
.app #pdfExport .title h3 {
  display: inline;
}
.app #pdfExport .isMock,
.app #pdfExport .isMock * {
  color: #ffa500;
}
.app #pdfExport .textBlock {
  background: #fff;
  padding: 2ch;
  border: 0px;
  padding: 10px;
  margin-bottom: 1ch;
}
.app #pdfExport .textBlock h4 {
  margin-bottom: 0.5ch;
  color: #808080;
}
.app #pdfExport .textBlock.classification .block {
  margin: 10px;
  margin-bottom: 2ch;
}
.app #pdfExport .textBlock.classification .block:last-child {
  margin-bottom: 0;
}
.app #pdfExport .textBlock.office {
  margin-bottom: 0;
  border-bottom: none;
}
.app #pdfExport .textBlock.office .logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.app #pdfExport .textBlock.office .logo img {
  max-width: 90%;
  max-height: 140px;
}
.app #pdfExport .textBlock.disclaimer {
  background: #ededed;
  padding: 1ch;
}
.app #pdfExport .textBlock.disclaimer span {
  padding-right: 5px;
}
.app #pdfExport .textBlock img.rasterized {
  transform: translateY(1px);
}
.app #pdfExport .textBlock ul.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.app #pdfExport .textBlock ul.columns li.column {
  min-width: 270px;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.app #pdfExport .textBlock ul.columns li.column.col-100 {
  flex-basis: 100%;
}
.app #pdfExport .textBlock ul.columns li.column.col-50 {
  flex-basis: calc(100% / 2 - 20px);
}
.app #pdfExport .textBlock ul.columns li.column.col-33 {
  flex-basis: calc(100% / 3 - 20px);
}
.app #pdfExport .textBlock ul.columns li.column.col-66 {
  flex-basis: calc(2 * (100% / 3) - 20px);
}
.app #pdfExport .textBlock ul.columns li.logos ul li {
  height: 100%;
}
.app #pdfExport .textBlock ul.columns li.logos ul li span.image {
  display: block;
  width: 80%;
  height: 80%;
  min-width: 192px;
  min-height: 128px;
  max-width: 256px;
  max-height: 192px;
  flex-grow: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.app navigation-bar .scroller {
  overflow-x: unset;
  overflow-y: unset;
}
.app .sizeM {
  min-width: 300px;
  text-align: right;
}
.app .scroller {
  padding: 1px 40px 15px 40px;
  display: flex;
}
.app .scroller #humanAndSearch {
  grid-template-columns: 100fr 200px;
  background: #fff;
  padding: 5px;
}
.app .scroller #humanAndSearch .buttons {
  margin: 0;
  align-items: center;
}
.app .scroller #humanAndSearch .buttons button {
  padding: 10px;
  height: 40px;
}
.app .scroller .desc {
  margin: 18px;
}
.app .scroller .field_desc {
  margin: 3px;
  color: #535353;
  width: 20rem;
}
@media (max-width: 1024px) {
  .app .scroller .field_desc {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .app .scroller .field_desc {
    margin: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100px;
    font-size: 12px;
  }
}
.app .scroller .field_desc_no_size {
  margin: 3px;
  color: #535353;
}
.app .scroller .field_value {
  margin: 3px;
  width: 50rem;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .app .scroller .field_value {
    width: 800px;
  }
}
@media (max-width: 768px) {
  .app .scroller .field_value {
    width: 200px;
  }
}
.app .scroller .paddng-top {
  padding-top: 5px;
}
.app .scroller em {
  background-color: #ffde96;
}
.app .scroller .field_value2 {
  margin: 3px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .app .scroller .field_value2 {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .app .scroller .field_value2 {
    width: 200px;
  }
}
.app h1 {
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .app h1 {
    font-size: 20px;
    overflow: auto !important;
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .app h3 {
    font-size: 16px;
  }
}
.app .landing-page-table-container {
  margin-top: 10px;
}
.app .geo-grid-drawing-container {
  margin-bottom: 10px;
  margin-top: 2px;
}
.app .flagHeaderClass,
.app .countryHeaderClass {
  text-align: left;
}
.app .patentHeaderClass,
.app .designsHeaderClass,
.app .tmHeaderClass,
.app .giHeaderClass,
.app .portfolioHeaderClass {
  text-align: center;
}
.app .countryBodyClass {
  text-align: left;
  padding-left: 10px;
}
.app .flagClass,
.app .patentBodyClass,
.app .designsBodyClass,
.app .tmBodyClass,
.app .giBodyClass,
.app .portfolioBodyClass {
  text-align: center;
}
.app .countButtonClass {
  text-align: center;
  margin: 0px 8px 2px 0px;
  padding: 2px;
  border: 1.4px solid;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  min-width: 75px;
}
.app .countButtonClass div:hover {
  margin: 0px 8px 2px 0px;
  border: 1px solid;
  padding: 2px;
  border-width: thin;
  color: #0d5fa1;
  background-color: #d3d3d3;
}
.app .countButtonClass-zero {
  text-align: center;
  margin: 0px 8px 2px 0px;
  padding: 2px;
  border: 1px solid;
  color: #80807f;
  border-radius: 6px;
}
.app .primary-btn-color {
  background-color: #314668;
  border-color: #314668;
}
.app .pre-filters {
  font-weight: 500;
  color: #808080;
  font-size: 0.875em;
  text-transform: uppercase;
}
.app .facets ul.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.app .facets ul.flex.readonly li {
  margin-right: 0.3ch;
}
.app ul.boolean li h6.separationBoolean {
  font-size: 10px;
}
.app ul.boolean li:last-child > .separationBoolean {
  display: none;
}
.app ul.boolean li ul.boolean {
  margin-left: 3ch;
}
.app .mob_min {
  min-width: 250px;
  text-align: left;
}
.app .heightWithoutHeader {
  height: calc( 100vh - 48px );
}
.app * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.app ul {
  list-style: none;
}
.app button {
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
.app button[disabled] {
  opacity: 0.5;
}
.app button i.fa,
.app button i.fas,
.app button svg {
  margin-right: 10px;
}
.app iframe {
  border: none;
}
.app small {
  display: block;
  font-size: small;
}
.app small * {
  font-size: small;
}
.app .big {
  display: block;
  font-size: small;
}
.app .big * {
  font-size: small;
}
.app [routerlink] {
  outline: none !important;
}
.app a,
.app a:hover {
  cursor: pointer;
  color: inherit;
}
.app .breakword {
  word-break: break-word;
}
.app input[type=checkbox] {
  cursor: pointer;
  transform: translateY(1px);
}
.app input[type=checkbox]:focus {
  box-shadow: none;
}
.app u,
.app .underline {
  text-decoration: underline;
}
.app pre {
  font-family: monospace;
  font-size: x-small;
  white-space: pre-wrap;
}
.app .addspaces > *:not(:last-child) {
  margin-right: 1ch;
}
.app .animated {
  transition: all 0.3s cubic-bezier(0.88, 0.07, 0.18, 0.97);
}
.app .animatedSlow {
  transition: all 0.7s cubic-bezier(0.88, 0.07, 0.18, 0.97);
}
.app .bgTransp {
  background: transparent !important;
}
.app .blurry {
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.app .border {
  border: #00f dashed 1px;
}
.app .border.red {
  border: #f00 dashed 1px;
}
.app .border.green {
  border: #008000 dashed 1px;
}
.app .border.yellow {
  border: #ff0 dashed 1px;
}
.app .border.purple {
  border: #800080 dashed 1px;
}
.app button[disabled] {
  cursor: not-allowed !important;
}
.app .capitalized,
.app .capitalize {
  text-transform: capitalize;
}
.app .centered {
  text-align: center;
}
.app .cursorPointer,
.app .pointer {
  cursor: pointer;
}
.app .dev {
  background-color: #242424 !important;
  color: #fff !important;
  padding: 2px 5px !important;
  font-family: 'Roboto Mono', monospace !important;
  font-size: x-small !important;
  text-align: left !important;
  word-break: break-all;
  line-height: initial;
}
.app .dev * {
  color: #fff !important;
  font-size: inherit !important;
  font-family: 'Roboto Mono', monospace !important;
  word-break: break-all;
}
.app .displayBlock,
.app .dispBlock {
  display: block;
}
.app .displayNone,
.app .dispNone {
  display: none;
}
.app .flex {
  display: flex;
}
.app .center-h,
.app .center-all {
  justify-content: center;
}
.app .column {
  flex-direction: column;
}
.app .grow,
.app .flexgrow,
.app .flexGrow {
  flex-grow: 1;
}
.app .inline,
.app .center-v,
.app .center-all {
  align-items: center;
}
.app .inline:not(.column) > *,
.app .center-v:not(.column) > *,
.app .center-all:not(.column) > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.app .flex-end {
  justify-content: flex-end;
}
.app .rowf {
  flex-direction: row;
}
.app .space-around {
  justify-content: space-around;
}
.app .space-between {
  justify-content: space-between;
}
.app .stretch {
  align-items: stretch;
}
.app .wrap {
  flex-wrap: wrap;
}
.app .flexgrow,
.app .flex-grow {
  flex-grow: 1;
}
.app .fullscreen {
  width: 100vw;
  height: 100%;
  position: relative;
}
.app .fullwidth,
.app .fullWidth {
  width: 100%;
}
.app .noSuggestions,
.app .isSuggesting,
.app ul.suggestionList {
  width: 100%;
  max-height: 14rem;
  overflow-y: auto;
  background: #fff;
  padding: 3px 5px;
  border: #ededed solid 1px;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
}
.app .noSuggestions li,
.app .isSuggesting li,
.app ul.suggestionList li {
  cursor: pointer;
  padding: 0.5ch;
}
.app .noSuggestions li:hover,
.app .isSuggesting li:hover,
.app ul.suggestionList li:hover {
  background-color: #e9e9e9;
}
.app .noSuggestions li em,
.app .isSuggesting li em,
.app ul.suggestionList li em {
  background: #ffde96;
  font-style: normal;
}
.app .grid {
  display: grid;
}
.app .hidden,
.app [hidden] {
  visibility: hidden !important;
}
.app .inverted {
  -webkit-filter: invert(100%);
}
.app label {
  cursor: pointer;
}
.app .padding5 {
  padding: 5px;
}
.app .padding21 {
  padding: 20px;
}
.app .noBorder,
.app .noborder {
  border: none !important;
}
.app .noBorder tr,
.app .noborder tr,
.app .noBorder td,
.app .noborder td {
  border: none !important;
}
.app .noevents,
.app .noEvents {
  pointer-events: none;
}
.app .nohighlight,
.app ui-switch {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.app .noMargin,
.app .nomargin {
  margin: 0 !important;
}
.app .noPadding,
.app .nopadding {
  padding: 0 !important;
}
.app .nogrow,
.app .noGrow {
  flex-grow: 0;
}
.app .noshrink,
.app .noShrink {
  flex-shrink: 0;
}
.app .noselect,
.app .noSelect {
  -webkit-user-select: none;
          user-select: none;
}
.app .nounderline,
.app .noUnderline {
  text-decoration: none !important;
}
.app .opaque {
  opacity: 1 !important;
}
.app .overlay {
  width: 200vw;
  height: 200vh;
  position: absolute;
  top: -100vh;
  left: -100vw;
  pointer-events: none;
}
.app .overlay.active {
  background-color: rgba(0,0,0,0.3);
  pointer-events: auto;
}
.app .positionInitial {
  position: initial;
}
.app .scroller {
  height: 100%;
  max-height: 100%;
}
.app .shadow {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.app .showOnHover {
  opacity: 0.2;
}
.app .showOnHover:hover {
  opacity: 1;
}
.app .showButtonsOnHover .buttons {
  opacity: 0.2;
}
.app .showButtonsOnHover:hover .buttons {
  opacity: 1;
}
.app .singleLine,
.app .nobreak,
.app .nowrap {
  white-space: nowrap;
}
.app .menu_tools {
  margin-top: 14px;
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}
.app .menu_tools span {
  padding-left: 5px;
}
.app .spinning {
  animation: spinning 2s linear infinite;
}
.app .uppercase {
  text-transform: uppercase;
}
.app .host {
  position: absolute;
  color: #008000;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  font-family: "impact";
  font-size: 20px;
  text-align: center;
  top: 35px;
  left: -5px;
  line-height: 20px;
}
.app .appVersion {
  font-size: small;
  text-align: right;
  margin-right: 10px;
}
@keyframes spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .app .scroller {
    padding: 1px 5px 15px 5px;
  }
  .app .scroller #sortOptions {
    flex-direction: column;
  }
  .app .scroller #humanAndSearch {
    grid-template-columns: auto;
    text-align: center;
  }
  .app .scroller select,
  .app .scroller input[type=text],
  .app .scroller button {
    padding: 5px !important;
  }
  .app .scroller #firstBrickContainer {
    min-height: 20vh;
  }
  .app .scroller .max_width {
    max-width: calc(80 * 100vw / 100);
  }
}
.app .hiddenStyleInput {
  flex-grow: 1;
}
.app .hiddenStyleInput input {
  height: auto !important;
  margin-top: 0;
  padding-top: 0;
  border: none !important;
  outline: none;
  max-width: 50%;
}
.app .textBlock {
  padding: 1ch;
  background: #ededed;
  border: 1px solid #cbcbcb;
  color: #1a1a1a;
  margin-bottom: 3ch;
}
.app .textBlock.danger {
  background: #ff8686;
  color: #cb6c6c;
}
.app .listItem {
  border-bottom: 1px solid #cbcbcb;
  margin: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.app .viewed {
  background-color: #eee !important;
}
.app .gridItem {
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #cbcbcb;
  border-radius: var(--p-menubar-border-radius);
}
.app .internalGridElement {
  padding: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.app .brick {
  margin: 0;
/*

            IN CASE OF BOOLEAN BRICK

        */
}
@media (min-width: 1025px) {
  .app .brick {
    align-items: flex-start;
  }
}
.app .brick .keyValue {
  width: 100%;
  position: relative;
  align-items: stretch;
  z-index: 1;
}
.app .brick .keyValue > * {
  margin-left: -1px;
}
.app .brick .keyValue > :nth-last-child(1) {
  flex-grow: 1;
}
.app .brick .keyValue .floatingButtons {
  display: flex;
}
.app .brick .keyValue .floatingButtons button {
  margin-bottom: 0;
}
.app .brick .keyValue .floatingButtons button:last-child {
  margin-right: 0;
}
.app .brick .keyValue select {
  margin-right: 0;
}
.app .brick .keyValue p-multiselect p-checkbox {
  display: none;
}
.app .brick .keyValue .inline-selector {
  height: 100%;
  padding-left: 5px;
  outline: 1px solid #e3e3e3;
  background-color: #fff;
}
.app .brick .keyValue .inline-selector .labelC {
  margin-right: 2ch;
}
.app .brick .keyValue .inline-selector .labelC input[type=checkbox] {
  transform: translateY(-1px);
}
.app .brick .keyValue .inline-selector .labelC span {
  margin-left: 1px;
  text-transform: capitalize;
}
.app .brick .keyValue .floatingButtons {
  position: absolute;
  left: 100%;
  height: 100%;
  display: flex;
  padding-left: 10px;
  margin: 0;
  align-items: center;
}
.app .brick .keyValue .floatingButtons button {
  padding: 1.5px 8px !important;
  max-height: 24px;
  font-size: 12px;
  height: 100%;
  margin-right: 5px;
}
.app .brick .keyValue .floatingButtons button.red {
  background: #ff8686;
}
.app .brick .keyValue .floatingButtons button.red:hover {
  background: #f16868;
}
.app .brick .keyValue .floatingButtons button .b-icon--trash.red {
  transform: translateY(-3px);
}
.app .brick .keyValue span.word {
  padding: lfPadding;
  background: #fff;
  outline: #cbcbcb solid 1px;
}
.app .brick .keyValue .solrHint {
  background: #ededed;
  border: #cbcbcb 1px solid;
  border-top: none;
  padding: 12px 17px;
}
.app .brick .keyValue .col-md-4 {
  min-width: 100%;
  outline-width: 0px;
  flex-grow: 0;
}
@media (min-width: 1025px) {
  .app .brick .keyValue .col-md-4 {
    min-width: 250px;
  }
}
@media (max-width: 1024px) {
  .app .brick .keyValue .col-md-3 {
    min-width: 100%;
  }
}
.app .brick .keyValue .multi-select,
.app .brick .keyValue p-datepicker {
  min-width: 100%;
  height: 50px;
}
@media (min-width: 1025px) {
  .app .brick .keyValue .multi-select,
  .app .brick .keyValue p-datepicker {
    min-width: 250px;
  }
}
.app .brick .keyValue .p-datepicker {
  width: 100%;
}
.app .brick .keyValue .p-datepicker .p-datepicker-panel {
  min-width: auto;
}
.app .brick .keyValue p-select {
  min-width: 100%;
  height: 50px;
}
@media (min-width: 1025px) {
  .app .brick .keyValue p-select {
    min-width: 250px;
  }
}
.app .brick .keyValue input {
  height: 50px;
  font-size: 17px;
}
.app .brick .keyValue .dateSelector {
  height: 100%;
}
.app .brick .keyValue .dateSelector .top {
  flex-grow: 1;
  height: 100%;
}
.app .brick .keyValue .dateSelector .dateFormatSelector {
  background: #fff;
}
.app .brick .keyValue .dateSelector .dateFormatSelector * {
  font-size: 10px;
}
.app .brick .keyValue .dateSelector .dateFormatSelector label {
  margin-right: 1.5ch;
}
.app .brick .keyValue .dateSelector .dateFormatSelector label input[type="radio"] {
  margin-right: 0.5ch;
  height: auto;
  transform: translateY(2px);
}
.app .brick .item_wrap {
  border: 10px solid #f00;
  display: flex;
  flex-direction: column;
}
.app .brick .item_wrap .item {
  max-width: 600px;
}
.app .brick .booleanAndArc {
  transform: translateY(-5px);
}
.app .brick .booleanAndArc span {
  font-size: large;
  font-weight: bold;
}
.app .brick .booleanAndArc select {
  padding: lfPadding;
  border: #cbcbcb solid 1px;
  border-radius: 0;
}
.app .brick .booleanAndArc .c-arc {
  width: 15px;
  overflow: hidden;
  height: 100%;
  margin-right: 5px;
  flex-shrink: 0;
}
.app .brick .booleanAndArc .c-arc .arc {
  width: 15px;
  height: 100%;
/*
                    background-image : url(/assets/images/arc_vertical.svg)
                    background-repeat: no-repeat
                    background-position center
                    background-size: contain
                    */
  border: #000 solid 1px;
  border-radius: 50%;
  transform: translateX(67%) scaleX(200%);
}
.app .brick bricks {
  margin-bottom: 20px;
  z-index: 0;
}
.app .brick bricks.active {
  z-index: 1002 !important;
}
.flag-img-large {
  max-width: 50px;
}

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/primeicons/primeicons.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('primeicons.8ca441e178bfb872.eot');
    src: url('primeicons.8ca441e178bfb872.eot?#iefix') format('embedded-opentype'), url('primeicons.e1a53edb6ea00325.woff2') format('woff2'), url('primeicons.7f7722745590608a.woff') format('woff'), url('primeicons.310a7310efb91ab1.ttf') format('truetype'), url('primeicons.19e14e488f5edc90.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 {
    animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        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";
}

