@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Heebo:wght@300..700&family=Montserrat:wght@300..600&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined";

/* node_modules/@ionic/angular/css/core.css */
:root {
  --ion-color-primary: #0054e9;
  --ion-color-primary-rgb:
    0,
    84,
    233;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #004acd;
  --ion-color-primary-tint: #1a65eb;
  --ion-color-secondary: #0163aa;
  --ion-color-secondary-rgb:
    1,
    99,
    170;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-secondary-shade: #015796;
  --ion-color-secondary-tint: #1a73b3;
  --ion-color-tertiary: #6030ff;
  --ion-color-tertiary-rgb:
    96,
    48,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #542ae0;
  --ion-color-tertiary-tint: #7045ff;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb:
    45,
    213,
    91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb:
    0,
    0,
    0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb:
    255,
    196,
    9;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb:
    197,
    0,
    15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb:
    244,
    245,
    248;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-medium: #636469;
  --ion-color-medium-rgb:
    99,
    100,
    105;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #57585c;
  --ion-color-medium-tint: #737478;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    36,
    40;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
  color: var(--ion-text-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type,
html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar,
html.ios .modal-footer-moving ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #0054e9) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #0163aa) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #6030ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd55b) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d96b) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #c5000f) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #636469) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #737478) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, .08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, .08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
[ion-last-focus],
header[tabindex="-1"]:focus,
[role=banner][tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
[role=main][tabindex="-1"]:focus,
h1[tabindex="-1"]:focus,
[role=heading][aria-level="1"][tabindex="-1"]:focus {
  outline: none;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}

/* node_modules/@ionic/angular/css/normalize.css */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* node_modules/@ionic/angular/css/structure.css */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* node_modules/@ionic/angular/css/typography.css */
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #0054e9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* node_modules/@ionic/angular/css/display.css */
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-display-none {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-none {
    display: none !important;
  }
}
.ion-display-inline {
  display: inline !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline {
    display: inline !important;
  }
}
.ion-display-inline-block {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-block {
    display: inline-block !important;
  }
}
.ion-display-block {
  display: block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-block {
    display: block !important;
  }
}
.ion-display-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-flex {
    display: flex !important;
  }
}
.ion-display-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ion-display-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-grid {
    display: grid !important;
  }
}
.ion-display-inline-grid {
  display: inline-grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-grid {
    display: inline-grid !important;
  }
}
.ion-display-table {
  display: table !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table {
    display: table !important;
  }
}
.ion-display-table-cell {
  display: table-cell !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-cell {
    display: table-cell !important;
  }
}
.ion-display-table-row {
  display: table-row !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-row {
    display: table-row !important;
  }
}

/* node_modules/@ionic/angular/css/padding.css */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

/* node_modules/@ionic/angular/css/float-elements.css */
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
:host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
[dir=rtl] .ion-float-start {
  float: right !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}
.ion-float-end {
  float: right !important;
}
:host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
[dir=rtl] .ion-float-end {
  float: left !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }
  .ion-float-sm-right {
    float: right !important;
  }
  .ion-float-sm-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-sm-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }
  .ion-float-md-right {
    float: right !important;
  }
  .ion-float-md-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-md-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }
  .ion-float-lg-right {
    float: right !important;
  }
  .ion-float-lg-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-lg-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }
  .ion-float-xl-right {
    float: right !important;
  }
  .ion-float-xl-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-xl-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}

/* node_modules/@ionic/angular/css/text-alignment.css */
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }
  .ion-text-sm-justify {
    text-align: justify !important;
  }
  .ion-text-sm-start {
    text-align: start !important;
  }
  .ion-text-sm-end {
    text-align: end !important;
  }
  .ion-text-sm-left {
    text-align: left !important;
  }
  .ion-text-sm-right {
    text-align: right !important;
  }
  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }
  .ion-text-md-justify {
    text-align: justify !important;
  }
  .ion-text-md-start {
    text-align: start !important;
  }
  .ion-text-md-end {
    text-align: end !important;
  }
  .ion-text-md-left {
    text-align: left !important;
  }
  .ion-text-md-right {
    text-align: right !important;
  }
  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }
  .ion-text-lg-justify {
    text-align: justify !important;
  }
  .ion-text-lg-start {
    text-align: start !important;
  }
  .ion-text-lg-end {
    text-align: end !important;
  }
  .ion-text-lg-left {
    text-align: left !important;
  }
  .ion-text-lg-right {
    text-align: right !important;
  }
  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }
  .ion-text-xl-justify {
    text-align: justify !important;
  }
  .ion-text-xl-start {
    text-align: start !important;
  }
  .ion-text-xl-end {
    text-align: end !important;
  }
  .ion-text-xl-left {
    text-align: left !important;
  }
  .ion-text-xl-right {
    text-align: right !important;
  }
  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/* node_modules/@ionic/angular/css/text-transformation.css */
.ion-text-uppercase {
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-sm-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-md-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-md-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-lg-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-xl-capitalize {
    text-transform: capitalize !important;
  }
}

/* node_modules/@ionic/angular/css/flex-utils.css */
.ion-align-content-start {
  align-content: flex-start !important;
}
.ion-align-content-end {
  align-content: flex-end !important;
}
.ion-align-content-center {
  align-content: center !important;
}
.ion-align-content-between {
  align-content: space-between !important;
}
.ion-align-content-around {
  align-content: space-around !important;
}
.ion-align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .ion-align-content-sm-start {
    align-content: flex-start !important;
  }
  .ion-align-content-sm-end {
    align-content: flex-end !important;
  }
  .ion-align-content-sm-center {
    align-content: center !important;
  }
  .ion-align-content-sm-between {
    align-content: space-between !important;
  }
  .ion-align-content-sm-around {
    align-content: space-around !important;
  }
  .ion-align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .ion-align-content-md-start {
    align-content: flex-start !important;
  }
  .ion-align-content-md-end {
    align-content: flex-end !important;
  }
  .ion-align-content-md-center {
    align-content: center !important;
  }
  .ion-align-content-md-between {
    align-content: space-between !important;
  }
  .ion-align-content-md-around {
    align-content: space-around !important;
  }
  .ion-align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .ion-align-content-lg-start {
    align-content: flex-start !important;
  }
  .ion-align-content-lg-end {
    align-content: flex-end !important;
  }
  .ion-align-content-lg-center {
    align-content: center !important;
  }
  .ion-align-content-lg-between {
    align-content: space-between !important;
  }
  .ion-align-content-lg-around {
    align-content: space-around !important;
  }
  .ion-align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ion-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ion-align-content-xl-center {
    align-content: center !important;
  }
  .ion-align-content-xl-between {
    align-content: space-between !important;
  }
  .ion-align-content-xl-around {
    align-content: space-around !important;
  }
  .ion-align-content-xl-stretch {
    align-content: stretch !important;
  }
}
.ion-align-items-start {
  align-items: start !important;
}
.ion-align-items-end {
  align-items: end !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 576px) {
  .ion-align-items-sm-start {
    align-items: start !important;
  }
  .ion-align-items-sm-end {
    align-items: end !important;
  }
  .ion-align-items-sm-center {
    align-items: center !important;
  }
  .ion-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .ion-align-items-md-start {
    align-items: start !important;
  }
  .ion-align-items-md-end {
    align-items: end !important;
  }
  .ion-align-items-md-center {
    align-items: center !important;
  }
  .ion-align-items-md-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .ion-align-items-lg-start {
    align-items: start !important;
  }
  .ion-align-items-lg-end {
    align-items: end !important;
  }
  .ion-align-items-lg-center {
    align-items: center !important;
  }
  .ion-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-items-xl-start {
    align-items: start !important;
  }
  .ion-align-items-xl-end {
    align-items: end !important;
  }
  .ion-align-items-xl-center {
    align-items: center !important;
  }
  .ion-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-xl-baseline {
    align-items: baseline !important;
  }
}
.ion-align-self-start {
  align-self: start !important;
}
.ion-align-self-end {
  align-self: end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
@media (min-width: 576px) {
  .ion-align-self-sm-start {
    align-self: start !important;
  }
  .ion-align-self-sm-end {
    align-self: end !important;
  }
  .ion-align-self-sm-center {
    align-self: center !important;
  }
  .ion-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-sm-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .ion-align-self-md-start {
    align-self: start !important;
  }
  .ion-align-self-md-end {
    align-self: end !important;
  }
  .ion-align-self-md-center {
    align-self: center !important;
  }
  .ion-align-self-md-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-md-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-md-auto {
    align-self: auto !important;
  }
}
@media (min-width: 992px) {
  .ion-align-self-lg-start {
    align-self: start !important;
  }
  .ion-align-self-lg-end {
    align-self: end !important;
  }
  .ion-align-self-lg-center {
    align-self: center !important;
  }
  .ion-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-lg-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-self-xl-start {
    align-self: start !important;
  }
  .ion-align-self-xl-end {
    align-self: end !important;
  }
  .ion-align-self-xl-center {
    align-self: center !important;
  }
  .ion-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-xl-auto {
    align-self: auto !important;
  }
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (min-width: 576px) {
  .ion-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-sm-center {
    justify-content: center !important;
  }
  .ion-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .ion-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-md-center {
    justify-content: center !important;
  }
  .ion-justify-content-md-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-md-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .ion-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-lg-center {
    justify-content: center !important;
  }
  .ion-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .ion-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-xl-center {
    justify-content: center !important;
  }
  .ion-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.ion-flex-row {
  flex-direction: row !important;
}
.ion-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ion-flex-column {
  flex-direction: column !important;
}
.ion-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-row {
    flex-direction: row !important;
  }
  .ion-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-sm-column {
    flex-direction: column !important;
  }
  .ion-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-row {
    flex-direction: row !important;
  }
  .ion-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-md-column {
    flex-direction: column !important;
  }
  .ion-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-row {
    flex-direction: row !important;
  }
  .ion-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-lg-column {
    flex-direction: column !important;
  }
  .ion-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-row {
    flex-direction: row !important;
  }
  .ion-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-xl-column {
    flex-direction: column !important;
  }
  .ion-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-flex-wrap {
  flex-wrap: wrap !important;
}
.ion-flex-nowrap {
  flex-wrap: nowrap !important;
}
.ion-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.ion-flex-1 {
  flex: 1 !important;
}
.ion-flex-auto {
  flex: auto !important;
}
.ion-flex-initial {
  flex: initial !important;
}
.ion-flex-none {
  flex: none !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-1 {
    flex: 1 !important;
  }
  .ion-flex-sm-auto {
    flex: auto !important;
  }
  .ion-flex-sm-initial {
    flex: initial !important;
  }
  .ion-flex-sm-none {
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-1 {
    flex: 1 !important;
  }
  .ion-flex-md-auto {
    flex: auto !important;
  }
  .ion-flex-md-initial {
    flex: initial !important;
  }
  .ion-flex-md-none {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-1 {
    flex: 1 !important;
  }
  .ion-flex-lg-auto {
    flex: auto !important;
  }
  .ion-flex-lg-initial {
    flex: initial !important;
  }
  .ion-flex-lg-none {
    flex: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-1 {
    flex: 1 !important;
  }
  .ion-flex-xl-auto {
    flex: auto !important;
  }
  .ion-flex-xl-initial {
    flex: initial !important;
  }
  .ion-flex-xl-none {
    flex: none !important;
  }
}
.ion-flex-grow-0 {
  flex-grow: 0 !important;
}
.ion-flex-grow-1 {
  flex-grow: 1 !important;
}
.ion-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ion-flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.ion-order-first {
  order: -1 !important;
}
.ion-order-0 {
  order: 0 !important;
}
.ion-order-1 {
  order: 1 !important;
}
.ion-order-2 {
  order: 2 !important;
}
.ion-order-3 {
  order: 3 !important;
}
.ion-order-4 {
  order: 4 !important;
}
.ion-order-5 {
  order: 5 !important;
}
.ion-order-6 {
  order: 6 !important;
}
.ion-order-7 {
  order: 7 !important;
}
.ion-order-8 {
  order: 8 !important;
}
.ion-order-9 {
  order: 9 !important;
}
.ion-order-10 {
  order: 10 !important;
}
.ion-order-11 {
  order: 11 !important;
}
.ion-order-12 {
  order: 12 !important;
}
.ion-order-last {
  order: 13 !important;
}
@media (min-width: 576px) {
  .ion-order-sm-first {
    order: -1 !important;
  }
  .ion-order-sm-0 {
    order: 0 !important;
  }
  .ion-order-sm-1 {
    order: 1 !important;
  }
  .ion-order-sm-2 {
    order: 2 !important;
  }
  .ion-order-sm-3 {
    order: 3 !important;
  }
  .ion-order-sm-4 {
    order: 4 !important;
  }
  .ion-order-sm-5 {
    order: 5 !important;
  }
  .ion-order-sm-6 {
    order: 6 !important;
  }
  .ion-order-sm-7 {
    order: 7 !important;
  }
  .ion-order-sm-8 {
    order: 8 !important;
  }
  .ion-order-sm-9 {
    order: 9 !important;
  }
  .ion-order-sm-10 {
    order: 10 !important;
  }
  .ion-order-sm-11 {
    order: 11 !important;
  }
  .ion-order-sm-12 {
    order: 12 !important;
  }
  .ion-order-sm-last {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .ion-order-md-first {
    order: -1 !important;
  }
  .ion-order-md-0 {
    order: 0 !important;
  }
  .ion-order-md-1 {
    order: 1 !important;
  }
  .ion-order-md-2 {
    order: 2 !important;
  }
  .ion-order-md-3 {
    order: 3 !important;
  }
  .ion-order-md-4 {
    order: 4 !important;
  }
  .ion-order-md-5 {
    order: 5 !important;
  }
  .ion-order-md-6 {
    order: 6 !important;
  }
  .ion-order-md-7 {
    order: 7 !important;
  }
  .ion-order-md-8 {
    order: 8 !important;
  }
  .ion-order-md-9 {
    order: 9 !important;
  }
  .ion-order-md-10 {
    order: 10 !important;
  }
  .ion-order-md-11 {
    order: 11 !important;
  }
  .ion-order-md-12 {
    order: 12 !important;
  }
  .ion-order-md-last {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .ion-order-lg-first {
    order: -1 !important;
  }
  .ion-order-lg-0 {
    order: 0 !important;
  }
  .ion-order-lg-1 {
    order: 1 !important;
  }
  .ion-order-lg-2 {
    order: 2 !important;
  }
  .ion-order-lg-3 {
    order: 3 !important;
  }
  .ion-order-lg-4 {
    order: 4 !important;
  }
  .ion-order-lg-5 {
    order: 5 !important;
  }
  .ion-order-lg-6 {
    order: 6 !important;
  }
  .ion-order-lg-7 {
    order: 7 !important;
  }
  .ion-order-lg-8 {
    order: 8 !important;
  }
  .ion-order-lg-9 {
    order: 9 !important;
  }
  .ion-order-lg-10 {
    order: 10 !important;
  }
  .ion-order-lg-11 {
    order: 11 !important;
  }
  .ion-order-lg-12 {
    order: 12 !important;
  }
  .ion-order-lg-last {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .ion-order-xl-first {
    order: -1 !important;
  }
  .ion-order-xl-0 {
    order: 0 !important;
  }
  .ion-order-xl-1 {
    order: 1 !important;
  }
  .ion-order-xl-2 {
    order: 2 !important;
  }
  .ion-order-xl-3 {
    order: 3 !important;
  }
  .ion-order-xl-4 {
    order: 4 !important;
  }
  .ion-order-xl-5 {
    order: 5 !important;
  }
  .ion-order-xl-6 {
    order: 6 !important;
  }
  .ion-order-xl-7 {
    order: 7 !important;
  }
  .ion-order-xl-8 {
    order: 8 !important;
  }
  .ion-order-xl-9 {
    order: 9 !important;
  }
  .ion-order-xl-10 {
    order: 10 !important;
  }
  .ion-order-xl-11 {
    order: 11 !important;
  }
  .ion-order-xl-12 {
    order: 12 !important;
  }
  .ion-order-xl-last {
    order: 13 !important;
  }
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* node_modules/leaflet-draw/dist/leaflet.draw.css */
.leaflet-draw-section {
  position: relative;
}
.leaflet-draw-toolbar {
  margin-top: 12px;
}
.leaflet-draw-toolbar-top {
  margin-top: 0;
}
.leaflet-draw-toolbar-notop a:first-child {
  border-top-right-radius: 0;
}
.leaflet-draw-toolbar-nobottom a:last-child {
  border-bottom-right-radius: 0;
}
.leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet.svg");
  background-repeat: no-repeat;
  background-size: 300px 30px;
  background-clip: padding-box;
}
.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url("./media/spritesheet-2x.png");
  background-image: linear-gradient(transparent, transparent), url("./media/spritesheet.svg");
}
.leaflet-draw a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.leaflet-draw a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.leaflet-draw-actions {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 26px;
  top: 0;
  white-space: nowrap;
}
.leaflet-touch .leaflet-draw-actions {
  left: 32px;
}
.leaflet-right .leaflet-draw-actions {
  right: 26px;
  left: auto;
}
.leaflet-touch .leaflet-right .leaflet-draw-actions {
  right: 32px;
  left: auto;
}
.leaflet-draw-actions li {
  display: inline-block;
}
.leaflet-draw-actions li:first-child a {
  border-left: 0;
}
.leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.leaflet-right .leaflet-draw-actions li:last-child a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.leaflet-right .leaflet-draw-actions li:first-child a {
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.leaflet-draw-actions a {
  background-color: #919187;
  border-left: 1px solid #AAA;
  color: #FFF;
  font:
    11px/19px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  line-height: 28px;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 28px;
}
.leaflet-touch .leaflet-draw-actions a {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}
.leaflet-draw-actions-bottom {
  margin-top: 0;
}
.leaflet-draw-actions-top {
  margin-top: 1px;
}
.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
  height: 27px;
  line-height: 27px;
}
.leaflet-draw-actions a:hover {
  background-color: #a0a098;
}
.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  height: 26px;
  line-height: 26px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: -2px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline {
  background-position: 0 -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -31px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon {
  background-position: -29px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -62px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
  background-position: -60px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -92px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle {
  background-position: -90px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -122px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker {
  background-position: -120px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -273px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker {
  background-position: -271px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -152px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit {
  background-position: -150px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -182px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove {
  background-position: -180px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -212px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
  background-position: -210px -1px;
}
.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -242px -2px;
}
.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
  background-position: -240px -2px;
}
.leaflet-mouse-marker {
  background-color: #fff;
  cursor: crosshair;
}
.leaflet-draw-tooltip {
  background: #363636;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font:
    12px/18px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  margin-left: 20px;
  margin-top: -21px;
  padding: 4px 8px;
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  z-index: 6;
}
.leaflet-draw-tooltip:before {
  border-right: 6px solid black;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  position: absolute;
  top: 7px;
  left: -7px;
}
.leaflet-error-draw-tooltip {
  background-color: #f2dede;
  border: 1px solid #e6b6bd;
  color: #b94a48;
}
.leaflet-error-draw-tooltip:before {
  border-right-color: #e6b6bd;
}
.leaflet-draw-tooltip-single {
  margin-top: -12px;
}
.leaflet-draw-tooltip-subtext {
  color: #f8d5e4;
}
.leaflet-draw-guide-dash {
  font-size: 1%;
  opacity: .6;
  position: absolute;
  width: 5px;
  height: 5px;
}
.leaflet-edit-marker-selected {
  background-color: rgba(254, 87, 161, 0.1);
  border: 4px dashed rgba(254, 87, 161, 0.6);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
}
.leaflet-edit-move {
  cursor: move;
}
.leaflet-edit-resize {
  cursor: pointer;
}
.leaflet-oldie .leaflet-draw-toolbar {
  border: 1px solid #999;
}

/* node_modules/@ng-select/ng-select/themes/material.theme.css */
.ng-select {
  padding-bottom: 1.25em;
}
.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-focused .ng-select-container:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after,
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: #3f51b5;
}
.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: #3f51b5;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: initial;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.ng-select .ng-select-container {
  color: rgba(0, 0, 0, .87);
  align-items: baseline;
  min-height: 51.5px;
}
.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, .42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 .5em;
  min-height: 60px;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px rgba(0, 0, 0, .12);
  border-radius: 5px;
  height: calc(100% - .5em);
  pointer-events: none;
  transition: border-color .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgba(0, 0, 0, .87);
  border-width: 2px;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 .25em;
  background-color: #fff;
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: .25em;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: .4375em 0;
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: rgba(0, 0, 0, .54);
  transform-origin: left 0;
  transition:
    transform .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: .4375em;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  bottom: 17px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 14px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 9px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after,
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px rgba(0, 0, 0, .12);
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #3f51b5;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 .4375em .4375em 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0 0 .4375em .4375em;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 14px;
  font-weight: 500;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: hsla(0, 0%, 100%, .54);
  padding-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: hsla(0, 0%, 100%, .87);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: .1875em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-clear-wrapper {
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-clear-wrapper:hover {
  color: rgba(0, 0, 0, .87);
}
.ng-select .ng-clear-wrapper:focus {
  color: rgba(0, 0, 0, .87);
  outline: none;
}
.ng-select .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
  margin: 0 4px;
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-spinner-zone {
  top: 3px;
}
.ng-dropdown-panel {
  background: #fff;
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
  margin-left: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% - 1.25em);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, .2),
    0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-left {
  left: calc(-100% - 4px);
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.multiple .ng-option.selected {
  background: #fff;
}
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: rgba(0, 0, 0, .87);
  text-align: left;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, .04);
  color: rgba(0, 0, 0, .87);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, .38);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
  color: rgba(0, 0, 0, .38);
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/global.scss */
div,
section,
article,
aside {
  -webkit-tap-highlight-color: transparent;
}
button {
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease-out;
}
[ng-click],
[click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}
:root .uve-overlay {
  overflow: hidden;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2549019608);
  animation: fadeIn 0.15s ease-in forwards;
}
:root .uve-overlay.rounded {
  border-radius: 10px;
}
:root .uve_shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.blue-bgs {
  background-color: var(--uve-blue);
}
.blue-bgs-30 {
  background-color: var(--uve-blue-30);
}
.blue-color {
  color: var(--uve-blue);
}
.primary-bgs {
  background-color: var(--uve-primary);
}
.primary-color {
  color: var(--uve-primary);
}
.accent-bgs {
  background-color: var(--uve-warning);
}
.accent-color {
  color: var(--uve-warning);
}
.grid {
  display: inline-grid;
  gap: 1rem;
  margin: 0.5rem;
}
.filterBtn {
  position: relative;
  width: 1px;
  height: 1px;
}
.uve_ellipsis {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  overflow-y: clip;
  display: block;
}
button,
a,
.pointer {
  cursor: pointer;
}
.cdk-overlay-dark-backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.filter-actions {
  padding: 0 0 var(--uve-size-16);
}
.uve_not-clickable {
  cursor: unset !important;
}
.expanse-panel {
  transition: height 0.2s ease;
  overflow: hidden;
}
.expanse-panel > summary {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  height: 32px;
}
.expanse-panel > summary::-webkit-details-marker {
  display: none;
}
.expanse-panel > summary .s-text {
  color: var(--uve-disabled);
}
.expanse-panel > summary .open {
  display: none;
}
.expanse-panel > summary .close {
  display: block;
}
.expanse-panel:not([open]) {
  height: 32px;
}
.expanse-panel[disabled] summary {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.expanse-panel[open] {
  height: 100%;
}
.expanse-panel[open] > summary::-webkit-details-marker {
  display: none;
}
.expanse-panel[open] > summary .open {
  display: block;
}
.expanse-panel[open] > summary .close {
  display: none;
}
.expanse-panel[open] > summary .open {
  display: block;
}
.expanse-panel[open] > summary .close {
  display: none;
}
.open,
.close {
  color: var(--uve-icons);
}
.nodata {
  opacity: 0.2;
}
.hide {
  display: none;
}
.uve_preline {
  white-space: pre-line;
}
.uve_rounded_mat_menu {
  --mat-menu-container-shape: 10px !important;
}
@supports (scrollbar-width: auto) {
  .uve-scroller {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: thin;
  }
  .uve-scroller:hover {
    scrollbar-color: var(--uve-neutral-30) var(--scrollbar-color-track);
  }
}
@media (pointer: fine) {
  ::-webkit-scrollbar-button {
    height: 0;
    width: 0;
  }
  ::-webkit-scrollbar,
  ::-webkit-scrollbar-corner {
    background: transparent;
    height: 11px;
    width: 11px;
  }
  ::-webkit-scrollbar-thumb:active,
  ::-webkit-scrollbar-thumb:hover {
    background: content-box var(--uve-neutral-30);
  }
  ::-webkit-scrollbar-thumb {
    background: content-box var(--scrollbar-color-thumb);
    border: 3px solid transparent;
    border-radius: 9999px;
    min-height: 11px;
    min-width: 11px;
  }
}
.uve-scroller-on-hover ::-webkit-scrollbar-thumb {
  background: transparent;
}
.uve-scroller-on-hover:hover ::-webkit-scrollbar-thumb {
  background: content-box var(--scrollbar-color-thumb);
  transition: 2s ease-in-out background;
}
:root {
  --font-size-xs: 10px;
  --font-size-s: 12px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-family-titles: "Montserrat", sans-serif;
}
:root h1,
:root h2,
:root h3,
:root h4 {
  cursor: default;
  font-family: var(--font-family-titles);
  font-weight: 400;
  margin: 0;
  color: var(--uve-text-primary);
}
:root h1.bold,
:root h2.bold,
:root h3.bold,
:root h4.bold {
  font-weight: 700;
}
:root h1 {
  font-size: 24px;
  line-height: 28px;
}
:root h2 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  :root h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
:root h3 {
  font-size: 16px;
  line-height: 20px;
}
:root h4 {
  font-size: 14px;
  line-height: 18px;
}
:root body {
  font: 400 14px/16px Heebo;
  letter-spacing: 0.0179em;
  color: var(--uve-text-primary);
}
:root .uve_font-header {
  font-family: "Montserrat", sans-serif;
}
:root p,
:root .uve_font {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.0179em;
  font-weight: 400;
  color: var(--uve-text-primary);
  margin: 0;
  align-items: center;
  font-family:
    "Heebo",
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
  padding-top: 1px;
}
:root p.uve_text-m,
:root .uve_font.uve_text-m {
  font-size: 16px;
  line-height: 20px;
}
:root p.uve_text-sm,
:root .uve_font.uve_text-sm {
  font-size: 13px;
}
:root p.uve_text-s,
:root p.uve_text-s-light,
:root .uve_font.uve_text-s,
:root .uve_font.uve_text-s-light {
  font-size: 12px;
  line-height: 16px;
  color: var(--uve-text-second);
}
:root p.uve_text-s-light,
:root .uve_font.uve_text-s-light {
  color: var(--uve-icons);
}
:root p.bold,
:root .uve_font.bold {
  font-weight: 700;
}
:root a {
  color: var(--uve-primary);
}
:root .uve_text-second {
  color: var(--uve-text-second);
}
[uve-themes] .uve {
}
[uve-themes] .uve_styled {
  border-radius: var(--uve-size-10);
  background: var(--uve-contrast);
}
[uve-themes] .uve_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
[uve-themes] .uve_block .uve_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
  gap: 0.5rem;
  min-height: 64px;
}
[uve-themes] .uve_block .uve_body {
  height: 100%;
  overflow: overlay;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  [uve-themes] .uve_block .uve_body {
    overflow: auto;
  }
}
[uve-themes] .uve_block .uve_footer,
[uve-themes] .uve_block .uve_footer-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  gap: 0.5rem;
}
[uve-themes] .uve_block .uve_footer-ui {
  padding-bottom: 0;
}
[uve-themes] .uve_block-styled {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: var(--uve-size-10);
  background: var(--uve-contrast);
}
[uve-themes] .uve_block-styled .uve_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
  gap: 0.5rem;
  min-height: 64px;
}
[uve-themes] .uve_block-styled .uve_body {
  height: 100%;
  overflow: overlay;
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  [uve-themes] .uve_block-styled .uve_body {
    overflow: auto;
  }
}
[uve-themes] .uve_block-styled .uve_footer,
[uve-themes] .uve_block-styled .uve_footer-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  gap: 0.5rem;
}
[uve-themes] .uve_block-styled .uve_footer-ui {
  padding-bottom: 0;
}
[uve-themes] .uve_flex,
[uve-themes] .uve_flex-end,
[uve-themes] .uve_flex-end-l,
[uve-themes] .uve_flex-end-m,
[uve-themes] .uve_flex-end-s,
[uve-themes] .uve_flex-end-xs,
[uve-themes] .uve_flex-center,
[uve-themes] .uve_flex-center-l,
[uve-themes] .uve_flex-center-m,
[uve-themes] .uve_flex-center-s,
[uve-themes] .uve_flex-center-xs,
[uve-themes] .uve_flex-start,
[uve-themes] .uve_flex-start-l,
[uve-themes] .uve_flex-start-m,
[uve-themes] .uve_flex-start-s,
[uve-themes] .uve_flex-start-xs,
[uve-themes] .uve_flex-h,
[uve-themes] .uve_flex-v,
[uve-themes] .uve_flex-l,
[uve-themes] .uve_flex-m,
[uve-themes] .uve_flex-s,
[uve-themes] .uve_flex-xs {
  display: flex;
}
[uve-themes] .uve_flex-xs {
  gap: var(--uve-size-6);
}
[uve-themes] .uve_flex-s {
  gap: var(--uve-size-8);
}
[uve-themes] .uve_flex-m {
  gap: var(--uve-size-10);
}
[uve-themes] .uve_flex-l {
  gap: var(--uve-size-16);
}
[uve-themes] .uve_flex-v {
  flex-direction: column;
  width: 100%;
}
[uve-themes] .uve_flex-h {
  gap: var(--uve-size-8);
  align-items: center;
}
[uve-themes] .uve_flex-start,
[uve-themes] .uve_flex-start-l,
[uve-themes] .uve_flex-start-m,
[uve-themes] .uve_flex-start-s,
[uve-themes] .uve_flex-start-xs {
  align-items: baseline;
}
[uve-themes] .uve_flex-start-xs {
  gap: var(--uve-size-6);
}
[uve-themes] .uve_flex-start-s {
  gap: var(--uve-size-8);
}
[uve-themes] .uve_flex-start-m {
  gap: var(--uve-size-10);
}
[uve-themes] .uve_flex-start-l {
  gap: var(--uve-size-16);
}
[uve-themes] .uve_flex-center,
[uve-themes] .uve_flex-center-l,
[uve-themes] .uve_flex-center-m,
[uve-themes] .uve_flex-center-s,
[uve-themes] .uve_flex-center-xs {
  align-items: center;
}
[uve-themes] .uve_flex-center-xs {
  gap: var(--uve-size-6);
  padding-left: var(--uve-size-6);
}
[uve-themes] .uve_flex-center-s {
  gap: var(--uve-size-8);
  padding-left: var(--uve-size-8);
}
[uve-themes] .uve_flex-center-m {
  gap: var(--uve-size-10);
  padding-left: var(--uve-size-10);
}
[uve-themes] .uve_flex-center-l {
  gap: var(--uve-size-16);
  padding-left: var(--uve-size-16);
}
[uve-themes] .uve_flex-end,
[uve-themes] .uve_flex-end-l,
[uve-themes] .uve_flex-end-m,
[uve-themes] .uve_flex-end-s,
[uve-themes] .uve_flex-end-xs {
  align-items: flex-end;
}
[uve-themes] .uve_flex-end-xs {
  gap: var(--uve-size-6);
}
[uve-themes] .uve_flex-end-s {
  gap: var(--uve-size-8);
}
[uve-themes] .uve_flex-end-m {
  gap: var(--uve-size-10);
}
[uve-themes] .uve_flex-end-l {
  gap: var(--uve-size-16);
}
[uve-themes] .uve_flex-wrap {
  flex-wrap: wrap;
}
[uve-themes] .uve_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  gap: 0.5rem;
  height: 77px;
}
@media (max-width: 768px) {
  [uve-themes] .uve_header {
    padding: 9px 0px;
    height: 63px;
  }
}
@media (min-width: 769px) and (max-width: 1208px) {
  [uve-themes] .uve_header {
    padding: 16px 0px 11px;
    height: 61px;
  }
}
[uve-themes] .uve_header-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 9px 20px;
}
[uve-themes] .uve_card {
  position: relative;
  background-color: var(--uve-contrast);
  border-radius: var(--uve-size-10);
  overflow: hidden;
}
[uve-themes] .uve_padding {
  padding: var(--uve-size-25) var(--uve-size-20);
}
[uve-themes] .uve_padding-v {
  padding: var(--uve-size-25) 0;
}
[uve-themes] .uve_padding-t {
  padding: var(--uve-size-20) 0 0 0;
}
[uve-themes] .uve_padding-b {
  padding: 0 0 var(--uve-size-20) 0;
}
[uve-themes] .uve_padding-h {
  padding: 0 var(--uve-size-20);
}
[uve-themes] .uve_padding-u {
  padding: 0 var(--uve-size-20) var(--uve-size-25);
}
[uve-themes] .uve_padding-ui {
  padding: var(--uve-size-25) var(--uve-size-20) 0;
}
[uve-themes] .uve_padding-s {
  padding: var(--uve-size-16);
}
[uve-themes] .uve_padding-s-v {
  padding: var(--uve-size-16) 0;
}
[uve-themes] .uve_padding-s-h {
  padding: 0 var(--uve-size-16);
}
[uve-themes] .uve_padding-xs {
  padding: var(--uve-size-6);
}
[uve-themes] .uve_padding-tb {
  padding: var(--uve-size-20) 0 var(--uve-size-20) 0;
}
[uve-themes] .uve_padding-m {
  padding: var(--uve-size-20);
}
[uve-themes] .uve_padding-m-v {
  padding: var(--uve-size-20) 0;
}
[uve-themes] .uve_padding-m-h {
  padding: 0 var(--uve-size-20);
}
[uve-themes] .uve_padding-m-u {
  padding: 0 var(--uve-size-20) var(--uve-size-20);
}
[uve-themes] .uve_padding-m-ui {
  padding: var(--uve-size-20) var(--uve-size-20) 0;
}
@media (max-width: 768px) {
  [uve-themes] .uve_padding-m {
    padding: var(--uve-size-16);
  }
}
[uve-themes] .uve_mg-t {
  margin-top: var(--uve-size-25);
}
[uve-themes] .uve_mg-b {
  margin-bottom: var(--uve-size-25);
}
[uve-themes] .uve_mg-l {
  margin-left: var(--uve-size-25);
}
[uve-themes] .uve_mg-r {
  margin-right: var(--uve-size-25);
}
[uve-themes] .uve_mg-s-t {
  margin-top: var(--uve-size-16);
}
[uve-themes] .uve_mg-s-b {
  margin-bottom: var(--uve-size-16);
}
[uve-themes] .uve_mg-s-l {
  margin-left: var(--uve-size-16);
}
[uve-themes] .uve_mg-s-r {
  margin-right: var(--uve-size-16);
}
[uve-themes] .uve_mg-m-t {
  margin-top: var(--uve-size-20);
}
[uve-themes] .uve_mg-m-b {
  margin-bottom: var(--uve-size-20);
}
[uve-themes] .uve_mg-m-l {
  margin-left: var(--uve-size-20);
}
[uve-themes] .uve_mg-m-r {
  margin-right: var(--uve-size-20);
}
[uve-themes] .uve_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
[uve-themes] .uve_list-xs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
[uve-themes] .uve_list-xs {
  display: flex;
  flex-direction: column;
  gap: var(--uve-size-6);
}
[uve-themes] .uve_list-s {
  display: flex;
  flex-direction: column;
  gap: var(--uve-size-8);
}
[uve-themes] .uve_list-m {
  display: flex;
  flex-direction: column;
  gap: var(--uve-size-10);
}
[uve-themes] .uve_list-l {
  display: flex;
  flex-direction: column;
  gap: var(--uve-size-20);
}
[uve-themes] .uve_list-0 {
  display: flex;
  flex-direction: column;
  gap: 0;
}
[uve-themes] .uve_list-grid {
  display: grid;
  gap: 1rem;
}
[uve-themes] .uve_gap {
}
[uve-themes] .uve_gap-s {
  gap: var(--uve-size-8);
}
[uve-themes] .uve_gap_m {
  gap: var(--uve-size-16);
}
[uve-themes] .uve_gap_l {
  gap: 1.25rem;
}
[uve-themes] .uve_between {
  justify-content: space-between;
}
[uve-themes] .uve_center {
  justify-content: center;
}
[uve-themes] .uve_start {
  justify-content: flex-start;
}
[uve-themes] .uve_end {
  justify-content: flex-end;
}
[uve-themes] .uve_opacity,
[uve-themes] .uve_no_results {
  opacity: 0.5;
}
[uve-themes] .uve_divider {
}
[uve-themes] .uve_divider-h {
  border-top: none;
  border-bottom: 0.5px solid var(--uve-borders);
  width: 100%;
  margin: 0;
}
[uve-themes] .uve_divider-v {
  border-right: 0.5px solid var(--uve-borders);
  border-left: none;
  height: 100%;
  margin: 0;
}
[uve-themes] .uve_firstletter::first-letter {
  text-transform: uppercase;
}
[uve-themes] .uve_firstletter-low {
  text-transform: lowercase;
}
[uve-themes] .uve_firstletter-all > *::first-letter {
  text-transform: uppercase;
}
[uve-themes] .uve_option {
  width: 250px;
}
[uve-themes] .uve_option li {
  display: flex;
  align-items: center;
  width: 100%;
  gap: var(--uve-size-16);
  padding: var(--uve-size-20);
  border-bottom: 1px solid var(--uve-borders);
  cursor: pointer;
}
[uve-themes] .uve_option li i {
  color: var(--uve-primary);
  text-align: center;
  width: 15px;
}
@media (hover: hover) {
  [uve-themes] .uve_option li:hover {
    background-color: var(--uve-navbar-selection);
    border-color: transparent;
  }
  [uve-themes] .uve_option li:hover p {
    color: var(--uve-primary);
  }
}
[uve-themes] .uve_option li:last-child {
  border-bottom: none;
}
[uve-themes] .uve_flip > .flip-front {
  z-index: -1;
  opacity: 0;
}
[uve-themes] .uve_flip.back > .flip-back {
  z-index: -1;
  opacity: 0;
}
[uve-themes] .uve_flip.back > .flip-front {
  z-index: 0;
  opacity: 1;
}
[uve-themes] .uve_max-w-s {
  max-width: 250px;
}
:root {
  --uve-size-6: 6px;
  --uve-size-8: 0.5rem;
  --uve-size-10: 10px;
  --uve-size-14: 14px;
  --uve-size-16: 1rem;
  --uve-size-20: 20px;
  --uve-size-25: 25px;
  --uve-gap-item: 0.5rem;
  --uve-gap-containers: 1rem;
  --min: 768px;
  --mid: 1024px;
  --max: 1280px;
  --pd: 16px;
  --pd-v: 25px;
  --pd-h: 20px;
  --gap: 16px;
  --scrollbar-color-thumb: var(--uve-neutral-20);
  --scrollbar-color-track: transparent;
  --scrollbar-width: thin;
  --scrollbar-width-legacy: 11px;
}
:root {
  --uve-blue-10: #f2f5f9;
  --uve-blue-20: #e0f5ff;
  --uve-blue-30: #afe6ff;
  --uve-blue-40: #48caff;
  --uve-blue-60: #42bcee;
  --uve-blue-80: #3dafde;
  --uve-yellow-20: #fef5dc;
  --uve-yellow-30: #fdf080;
  --uve-yellow-40: #fbcb1f;
  --uve-yellow-60: #eeba0f;
  --uve-yellow-80: #e1a900;
  --uve-red-20: #ffdfda;
  --uve-red-30: #ffada4;
  --uve-red-40: #ff4949;
  --uve-red-60: #ef4141;
  --uve-red-80: #e03a3a;
  --uve-green-20: #ddf6eb;
  --uve-green-30: #a6ebcf;
  --uve-green-40: #0fcea0;
  --uve-green-60: #0cb990;
  --uve-green-80: #0aa480;
  --uve-purple-20: #f0e5ff;
  --uve-purple-30: #e6d3ff;
  --uve-purple-40: #cda7ff;
  --uve-purple-60: #bf9cee;
  --uve-purple-80: #b291de;
  --uve-neutral-10: #fbfbfb;
  --uve-neutral-20: #e5e5e5;
  --uve-neutral-30: #c0c0c0;
  --uve-neutral-40: #999999;
  --uve-neutral-60: #6d6d6d;
  --uve-neutral-80: #3c3c3c;
  --uve-blue: var(--uve-blue-40);
  --uve-yellow: var(--uve-yellow-40);
  --uve-green: var(--uve-green-40);
  --uve-purple: var(--uve-purple-40);
  --uve-red: var(--uve-red-40);
  --uve-gray: var(--uve-neutral-40);
  --uve-neutral: var(--uve-neutral-40);
  --uve-white: var(--uve-neutral-10);
  --uve-black: var(--uve-neutral-80);
  --uve-primary-10: #edf9fe;
  --uve-primary-20: #daf3fc;
  --uve-primary-30: rgba(72, 202, 255, 0.3);
  --uve-primary-40: #b5e6f9;
  --uve-primary-60: #90daf6;
  --uve-primary-80: #6bcdf3;
  --uve-primary-dark: #29b0e8;
  --uve-primary-light: #edf9fe;
  --uve-warning-30: rgba(249, 188, 77, 0.3);
  --uve-warning-soft: #fff1d6;
  --uve-danger-30: rgba(231, 76, 60, 0.3);
  --uve-danger-soft: #f1dada;
  --uve-success-10: rgba(6, 151, 69, 0.1);
  --uve-success-30: rgba(6, 151, 69, 0.3);
  --uve-success-soft: #d6fce6;
  --uve-gray-30: var(--uve-neutral-30);
  --uve-gray-soft: #e1dede;
  --uve-purple-soft: #edcbfb;
  --uve-purple-dark: #232341;
  --uve-orange: #fd883a;
  --uve-orange-30: rgba(253, 136, 58, 0.3);
  --uve-orange-soft: #fae3d3;
  --uve-library-light-primary-text: var(--uve-neutral-80);
  --uve-library-light-second-text: #6d6d6d;
  --uve-library-light-third-text: #999999;
  --uve-library-light-disabled: #d5d5d5;
  --uve-library-light-placeholder: #d5d5d5;
  --uve-library-light-icons: #999999;
  --uve-library-light-borders: var(--uve-neutral-20);
  --uve-library-light-borders-second: rgba(229, 229, 229, 0.7);
  --uve-library-light-background-page: var(--uve-blue-10);
  --uve-library-light-background-navbar: #fbfbfb;
  --uve-library-light-navbar-selection: #e9f1f9;
  --uve-library-dark-navbar-selection: #435567;
  --uve-library-light-blue-background: #daf4ff;
  --uve-library-light-white-background: #fbfbfb;
  --uve-excluded: #eee;
  --uve-excluded-text: #999;
  --uve-light-scrollbar: #e5e5e5;
  --uve-background-light-10: #f6f8fa;
  --uve-background-darken: #f2f5f9;
  --uve-background-darken-30: #f6f8fa4d;
  --uve-background-darken-05: #e8eaec;
  --uve-background-grey-light: #edf1f5;
  --uve-table-background: var(--uve-white);
  --uve-table-background-darken-hover: #edeff1;
  --uve-kanban-darken: #e9e9e9;
  --uve-placeholders: #c0c0c0;
  --uve-dark-scrollbar: #6d6d6d;
  --uve-background-lighter: #1b1b1b;
  --uve-background-lighter-30: #1b1b1b4d;
  --uve_card-lighter: #282828;
  --uve-background-lighter-05: #393939;
  --uve-table-background-lighter-hover: rgba(#2c2c2c, 0.04);
  --uve-kanban-lighter: #484848;
  --uve-background-grey-dark: #333;
  --uve-overlay-xs: rgba(0, 0, 0, 0.1);
  --uve-overlay-s: rgba(0, 0, 0, 0.3);
  --uve-overlay-m: rgba(0, 0, 0, 0.5);
  --uve-overlay-l: rgba(0, 0, 0, 0.7);
  --uve-overlay-xl: rgba(0, 0, 0, 0.9);
  font-family:
    Heebo,
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  font-variation-settings: normal;
  font-size: 14px;
  --font-family:
    Heebo,
    Verdana,
    Geneva,
    Tahoma,
    sans-serif;
  --font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11";
  --surface-a: #ffffff;
  --surface-b: #fbfbfb;
  --surface-c: #e8f6fb;
  --surface-d: #e5e5e5;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #3c3c3c;
  --text-color-secondary: #6d6d6d;
  --primary-color: #48caff;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eeeeee;
  --surface-300: #e0e0e0;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding: 1.25rem;
  --inline-spacing: 0.5rem;
  --border-radius: 10px;
  --surface-ground: #eff3f8;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dfe7ef;
  --surface-hover: #f6f9fc;
  --focus-ring: 0 0 0 0.2rem #daf3fc;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #eff6ff;
  --highlight-text-color: #fbcb1f;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-divider-width: 1px;
  color-scheme: light;
}
:root .theme {
  --uve-text-primary: var(--uve-neutral-80);
  --uve-text-second: var(--uve-library-light-second-text);
  --uve-text-third: var(--uve-library-light-third-text);
  --uve-disabled: var(--uve-library-light-disabled);
  --uve-placeholder: var(--uve-library-light-placeholder);
  --uve-icons: var(--uve-library-light-icons);
  --uve-borders: var(--uve-neutral-20);
  --uve-background: var(--uve-background-darken);
  --uve-background-30: var(--uve-background-darken-30);
  --uve-background-navbar: var(--uve-library-light-background-navbar);
  --uve-background-grey: var(--uve-background-grey-light);
  --uve-brackground-overlay: var(--uve-library-light-second-text);
  --uve-navbar-selection: var(--uve-library-light-navbar-selection);
  --uve-contrast: #fff;
  --uve-contrast-50: #ffffff7f;
  --uve-contrast-icon: var(--uve-primary);
  --uve-contrast-background-icon: var(--uve-library-light-navbar-selection);
  --uve-table-hover: var(--uve-table-background-darken-hover);
  --uve-kanban: var(--uve-kanban-darken);
  --uve-primary: var(--uve-blue);
  --uve-primary-lighter: #edf9fe;
  --uve-primary-darker: #0192ca;
  --uve-primary-soft: #d9f3fc;
  --uve-warning: var(--uve-yellow);
  --uve-warning-lighter: #fdebca;
  --uve-warning-darker: #f6a534;
  --uve-warning-figma: #fffae9;
  --uve-warning-figma-dark: #fbcb1f;
  --uve-danger: var(--uve-red);
  --uve-danger-lighter: #f8c9c5;
  --uve-danger-darker: #dd3327;
  --uve-danger-figma: #fff2f2;
  --uve-success: var(--uve-green);
  --uve-success-lighter: #cfffe4;
  --uve-success-darker: #076f34;
  --uve-done: #0fcea0;
  --uve-done-lighter: #32fdce;
  --uve-done-darker: #06a580;
  --uve-incorrect: #ff4949;
  --uve-incorrect-lighter: #f87474;
  --uve-incorrect-darker: #e23333;
  --uve-scrollbar: var(--uve-light-scrollbar);
  --standard-easing: cubic-bezier(0, 0, 0.2, 1);
}
:root .uve_text {
  color: var(--uve-text-primary);
}
:root .uve_text-bg {
  background-color: var(--uve-text-primary);
}
:root .uve_second {
  color: var(--uve-text-second);
}
:root .uve_warn {
  color: var(--uve-warning);
}
:root .uve_warn-bg {
  background-color: var(--uve-warning);
}
:root .uve_primary {
  color: var(--uve-primary);
}
:root .uve_primary-bg {
  background-color: var(--uve-primary);
}
:root .uve_danger {
  color: var(--uve-danger);
}
:root .uve_danger-bg {
  background-color: var(--uve-danger);
}
:root .uve_success {
  color: var(--uve-success);
}
:root .uve_success-bg {
  background-color: var(--uve-success);
}
:root .uve-snackbar > .mdc-snackbar__surface {
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.uve_icon {
  color: var(--uve-icons);
}
@view-transition { navigation: auto; }
:root {
  view-transition-name: none;
}
html.view-transitions-api::view-transition-group(*) {
  animation-duration: 200ms;
}
html.view-transitions-api::view-transition-group(main-content) {
  animation-timing-function: cubic-bezier(0.05, 0.7, 0.1, 1);
}
html.view-transitions-api .view-transition-none {
  view-transition-name: none;
}
html.view-transitions-api .view-transition-main {
  view-transition-name: main-content;
}
html,
body,
uve-root {
  height: 100%;
}
body {
  margin: 0;
  overflow: hidden;
}
body.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
textarea {
  field-sizing: content;
}
.uve-bg {
  background-color: var(--uve-background);
}
.mat-divider {
  display: block;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  margin: 0;
}
.mat-divider.mat-divider-vertical {
  border-top: 0;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.12);
  border-right-width: 1px;
}
.filter-listbox div.p-listbox {
  border: none;
}
@layer tailwind-base, primeng;
@layer tailwind-base {
  @tailwind base;
}
@tailwind components;
@tailwind utilities;
:root {
  --blue-50: rgb(245.85, 252.35, 255);
  --blue-100: rgb(211.08, 242.28, 255);
  --blue-200: rgb(176.31, 232.21, 255);
  --blue-300: rgb(141.54, 222.14, 255);
  --blue-400: rgb(106.77, 212.07, 255);
  --blue-500: #48caff;
  --blue-600: rgb(61.2, 171.7, 216.75);
  --blue-700: rgb(50.4, 141.4, 178.5);
  --blue-800: rgb(39.6, 111.1, 140.25);
  --blue-900: rgb(28.8, 80.8, 102);
  --green-50: rgb(243, 252.55, 250.25);
  --green-100: rgb(197.4, 243.24, 232.2);
  --green-200: rgb(151.8, 233.93, 214.15);
  --green-300: rgb(106.2, 224.62, 196.1);
  --green-400: rgb(60.6, 215.31, 178.05);
  --green-500: #0fcea0;
  --green-600: rgb(12.75, 175.1, 136);
  --green-700: rgb(10.5, 144.2, 112);
  --green-800: rgb(8.25, 113.3, 88);
  --green-900: rgb(6, 82.4, 64);
  --yellow-50: rgb(254.8, 252.4, 243.8);
  --yellow-100: rgb(254.04, 242.52, 201.24);
  --yellow-200: rgb(253.28, 232.64, 158.68);
  --yellow-300: rgb(252.52, 222.76, 116.12);
  --yellow-400: rgb(251.76, 212.88, 73.56);
  --yellow-500: #fbcb1f;
  --yellow-600: rgb(213.35, 172.55, 26.35);
  --yellow-700: rgb(175.7, 142.1, 21.7);
  --yellow-800: rgb(138.05, 111.65, 17.05);
  --yellow-900: rgb(100.4, 81.2, 12.4);
  --cyan-50: rgb(242.65, 252.55, 252.55);
  --cyan-100: rgb(195.72, 243.24, 243.24);
  --cyan-200: rgb(148.79, 233.93, 233.93);
  --cyan-300: rgb(101.86, 224.62, 224.62);
  --cyan-400: rgb(54.93, 215.31, 215.31);
  --cyan-500: #08cece;
  --cyan-600: rgb(6.8, 175.1, 175.1);
  --cyan-700: rgb(5.6, 144.2, 144.2);
  --cyan-800: rgb(4.4, 113.3, 113.3);
  --cyan-900: rgb(3.2, 82.4, 82.4);
  --pink-50: rgb(254.55, 244.05, 246.7);
  --pink-100: rgb(252.84, 202.44, 215.16);
  --pink-200: rgb(251.13, 160.83, 183.62);
  --pink-300: rgb(249.42, 119.22, 152.08);
  --pink-400: rgb(247.71, 77.61, 120.54);
  --pink-500: #f62459;
  --pink-600: rgb(209.1, 30.6, 75.65);
  --pink-700: rgb(172.2, 25.2, 62.3);
  --pink-800: rgb(135.3, 19.8, 48.95);
  --pink-900: rgb(98.4, 14.4, 35.6);
  --indigo-50: rgb(247.2, 247.35, 254.3);
  --indigo-100: rgb(217.56, 218.28, 251.64);
  --indigo-200: rgb(187.92, 189.21, 248.98);
  --indigo-300: rgb(158.28, 160.14, 246.32);
  --indigo-400: rgb(128.64, 131.07, 243.66);
  --indigo-500: #6366f1;
  --indigo-600: rgb(84.15, 86.7, 204.85);
  --indigo-700: rgb(69.3, 71.4, 168.7);
  --indigo-800: rgb(54.45, 56.1, 132.55);
  --indigo-900: rgb(39.6, 40.8, 96.4);
  --teal-50: rgb(243.25, 251.45, 250.55);
  --teal-100: rgb(198.6, 237.96, 233.64);
  --teal-200: rgb(153.95, 224.47, 216.73);
  --teal-300: rgb(109.3, 210.98, 199.82);
  --teal-400: rgb(64.65, 197.49, 182.91);
  --teal-500: #14b8a6;
  --teal-600: rgb(17, 156.4, 141.1);
  --teal-700: rgb(14, 128.8, 116.2);
  --teal-800: rgb(11, 101.2, 91.3);
  --teal-900: rgb(8, 73.6, 66.4);
  --orange-50: rgb(254.9, 249.05, 245.15);
  --orange-100: rgb(254.52, 226.44, 207.72);
  --orange-200: rgb(254.14, 203.83, 170.29);
  --orange-300: rgb(253.76, 181.22, 132.86);
  --orange-400: rgb(253.38, 158.61, 95.43);
  --orange-500: #fd883a;
  --orange-600: rgb(215.05, 115.6, 49.3);
  --orange-700: rgb(177.1, 95.2, 40.6);
  --orange-800: rgb(139.15, 74.8, 31.9);
  --orange-900: rgb(101.2, 54.4, 23.2);
  --bluegray-50: rgb(247.25, 248.05, 249.2);
  --bluegray-100: rgb(217.8, 221.64, 227.16);
  --bluegray-200: rgb(188.35, 195.23, 205.12);
  --bluegray-300: rgb(158.9, 168.82, 183.08);
  --bluegray-400: rgb(129.45, 142.41, 161.04);
  --bluegray-500: #64748b;
  --bluegray-600: rgb(85, 98.6, 118.15);
  --bluegray-700: rgb(70, 81.2, 97.3);
  --bluegray-800: rgb(55, 63.8, 76.45);
  --bluegray-900: rgb(40, 46.4, 55.6);
  --purple-50: rgb(250.65, 246.5, 254.6);
  --purple-100: rgb(234.12, 214.2, 253.08);
  --purple-200: rgb(217.59, 181.9, 251.56);
  --purple-300: rgb(201.06, 149.6, 250.04);
  --purple-400: rgb(184.53, 117.3, 248.52);
  --purple-500: #a855f7;
  --purple-600: rgb(142.8, 72.25, 209.95);
  --purple-700: rgb(117.6, 59.5, 172.9);
  --purple-800: rgb(92.4, 46.75, 135.85);
  --purple-900: rgb(67.2, 34, 98.8);
  --red-50: rgb(255, 245.9, 245.9);
  --red-100: rgb(255, 211.32, 211.32);
  --red-200: rgb(255, 176.74, 176.74);
  --red-300: rgb(255, 142.16, 142.16);
  --red-400: rgb(255, 107.58, 107.58);
  --red-500: #ff4949;
  --red-600: rgb(216.75, 62.05, 62.05);
  --red-700: rgb(178.5, 51.1, 51.1);
  --red-800: rgb(140.25, 40.15, 40.15);
  --red-900: rgb(102, 29.2, 29.2);
  --primary-50: rgb(245.85, 252.35, 255);
  --primary-100: rgb(211.08, 242.28, 255);
  --primary-200: rgb(176.31, 232.21, 255);
  --primary-300: rgb(141.54, 222.14, 255);
  --primary-400: rgb(106.77, 212.07, 255);
  --primary-500: #48caff;
  --primary-600: rgb(61.2, 171.7, 216.75);
  --primary-700: rgb(50.4, 141.4, 178.5);
  --primary-800: rgb(39.6, 111.1, 140.25);
  --primary-900: rgb(28.8, 80.8, 102);
  --secondary-50: rgb(253.15, 254.4, 254.85);
  --secondary-100: rgb(246.12, 252.12, 254.28);
  --secondary-200: rgb(239.09, 249.84, 253.71);
  --secondary-300: rgb(232.06, 247.56, 253.14);
  --secondary-400: rgb(225.03, 245.28, 252.57);
  --secondary-500: #daf3fc;
  --secondary-600: rgb(185.3, 206.55, 214.2);
  --secondary-700: rgb(152.6, 170.1, 176.4);
  --secondary-800: rgb(119.9, 133.65, 138.6);
  --secondary-900: rgb(87.2, 97.2, 100.8);
}
@layer primeng {
  * {
    box-sizing: border-box;
  }
  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.6;
  }
  .p-error {
    color: #ff4949;
  }
  .p-text-secondary {
    color: #6d6d6d;
  }
  .pi {
    font-size: 1rem;
  }
  .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 10px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }
  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }
  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }
  .p-autocomplete .p-autocomplete-loader {
    right: 0.64rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 3.64rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #48caff;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.32rem 0.64rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.32rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #3c3c3c;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.32rem 0.64rem;
    background: #e5e5e5;
    color: #3c3c3c;
    border-radius: 5px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #e5e5e5;
    color: #3c3c3c;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #ff4949;
  }
  .p-autocomplete-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.75rem 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #ff4949;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.28rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #6d6d6d;
    right: 3.64rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #ff4949;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #3c3c3c;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
  .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    font-weight: 600;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #48caff;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #e5e5e5;
    color: #3c3c3c;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #e5e5e5;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #e5e5e5;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.25rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.5rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.5rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #e5e5e5;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #e8f6fb;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e8f6fb;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e8f6fb;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.28rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #6d6d6d;
    right: 3.64rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #48caff;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.64rem 0.64rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #d5d5d5;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #6d6d6d;
    width: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #ff4949;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #e8f6fb;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-cascadeselect-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.75rem 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.75rem 1.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #e8f6fb;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #ff4949;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.64rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #6d6d6d;
    right: 3rem;
  }
  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }
  .p-checkbox {
    width: 22px;
    height: 22px;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #e5e5e5;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #3c3c3c;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #48caff;
    background: #48caff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #48caff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #48caff;
    background: #48caff;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #e8f6fb;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #48caff;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #e8f6fb;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #48caff;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #ff4949;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #48caff;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #48caff;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #ff4949;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #48caff;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.32rem 0.64rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.32rem 0.64rem;
    margin-right: 0.5rem;
    background: #e5e5e5;
    color: #3c3c3c;
    border-radius: 5px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #e5e5e5;
    color: #3c3c3c;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.32rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #3c3c3c;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #ff4949;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.64rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }
  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #48caff;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.64rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #d5d5d5;
  }
  .p-dropdown .p-dropdown-label:focus,
  .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #6d6d6d;
    width: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #6d6d6d;
    right: 3rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #ff4949;
  }
  .p-dropdown.p-variant-filled {
    background-color: #e8f6fb;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-dropdown-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    color: #343a40;
    background: #fbfbfb;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.64rem;
    margin-right: -1.64rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0.75rem 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
    background: transparent;
  }
  .p-input-filled .p-dropdown {
    background: #e8f6fb;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }
  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #ff4949;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #e8f6fb;
    color: #6d6d6d;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 0.64rem 0.64rem;
    min-width: 3rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #e5e5e5;
  }
  .p-inputgroup > .p-component,
  .p-inputgroup > .p-inputwrapper > .p-inputtext,
  .p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
  .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
  .p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
  .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }
  .p-inputgroup-addon:first-child,
  .p-inputgroup button:first-child,
  .p-inputgroup input:first-child,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component,
  .p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-inputgroup-addon:last-child,
  .p-inputgroup button:last-child,
  .p-inputgroup input:last-child,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component,
  .p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 3rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.64rem;
    color: #6d6d6d;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.64rem;
    color: #6d6d6d;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #ff4949;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.28rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #e8f6fb;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #ff4949;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.28rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 3.64rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 3.64rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #e8f6fb;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #e8f6fb;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.28rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: rgb(206.1, 206.1, 206.1);
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #48caff;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #29b0e8;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #ff4949;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #3c3c3c;
    background: #ffffff;
    padding: 0.64rem 0.64rem;
    border: 1px solid #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 10px;
  }
  .p-inputtext:enabled:hover {
    border-color: #48caff;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #ff4949;
  }
  .p-inputtext.p-variant-filled {
    background-color: #e8f6fb;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 1rem;
    padding: 0.64rem 0.64rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1rem;
    padding: 0.64rem 0.64rem;
  }
  .p-float-label > label {
    left: 0.64rem;
    color: #d5d5d5;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #ff4949;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.96rem;
    color: #6d6d6d;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.28rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.28rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.28rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.28rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.28rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.28rem;
  }
  ::-webkit-input-placeholder {
    color: #d5d5d5;
  }
  :-moz-placeholder {
    color: #d5d5d5;
  }
  ::-moz-placeholder {
    color: #d5d5d5;
  }
  :-ms-input-placeholder {
    color: #d5d5d5;
  }
  .p-input-filled .p-inputtext {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #ffffff;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 1rem;
    padding: 0.64rem 0.64rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1rem;
    padding: 0.64rem 0.64rem;
  }
  .p-input-icon-left.viktoria-style {
    border-radius: 9999px;
    transition: all 0.1s;
    background-color: var(--uve-neutral-20);
    border: 0px solid transparent;
    padding: 0.7px;
  }
  .p-input-icon-left.viktoria-style:hover {
    background:
      linear-gradient(
        to right,
        var(--uve-blue-40),
        var(--uve-green-40),
        var(--uve-yellow-40)) !important;
  }
  .p-input-icon-left.viktoria-style:focus-within {
    background:
      linear-gradient(
        to right,
        var(--uve-blue-40),
        var(--uve-green-40),
        var(--uve-yellow-40)) !important;
  }
  .p-input-icon-left.viktoria-style .p-inputtext:enabled:hover {
    border-color: transparent;
    outline: none !important;
    border-color: transparent !important;
  }
  .p-input-icon-left.viktoria-style .p-inputtext:enabled:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
  }
  .p-input-icon-left.viktoria-style i {
    transition: color 0.1s;
  }
  .p-input-icon-left.viktoria-style i.fa-kit.fa-search-ai {
    color: var(--uve-neutral-40);
  }
  .p-input-icon-left.viktoria-style:hover i.fa-kit.fa-search-ai,
  .p-input-icon-left.viktoria-style:focus-within i.fa-kit.fa-search-ai {
    color: var(--uve-blue-40);
  }
  .p-listbox {
    background: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    color: #343a40;
    background: #fbfbfb;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.64rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #ff4949;
  }
  .p-multiselect {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #48caff;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.64rem 0.64rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #d5d5d5;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.32rem 0.64rem;
    margin-right: 0.5rem;
    background: #e5e5e5;
    color: #3c3c3c;
    border-radius: 5px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #6d6d6d;
    width: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-multiselect.p-variant-filled {
    background: #e8f6fb;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.32rem 0.64rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.64rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #6d6d6d;
    right: 3rem;
  }
  .p-multiselect-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    color: #343a40;
    background: #fbfbfb;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.64rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.75rem 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #e8f6fb;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #ff4949;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #ff4949;
  }
  .p-password-panel {
    padding: 1.25rem;
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #e5e5e5;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #ea5455;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ff9f42;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #29c76f;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.28rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #6d6d6d;
    right: 0.64rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.92rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #6d6d6d;
    right: 2.28rem;
  }
  .p-radiobutton {
    width: 22px;
    height: 22px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #e5e5e5;
    background: #ffffff;
    width: 22px;
    height: 22px;
    color: #3c3c3c;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #48caff;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #48caff;
    background: #48caff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #1d4ed8;
    background: #1d4ed8;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #e8f6fb;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #48caff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1d4ed8;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #ff4949;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #48caff;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #1d4ed8;
  }
  .p-radiobutton-label {
    margin-left: 0.5rem;
  }
  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #ea5455;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #48caff;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #48caff;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #e73d3e;
  }
  .p-selectbutton .p-button {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
  .p-selectbutton .p-button .p-button-icon-right {
    color: #6d6d6d;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e8f6fb;
    border-color: #e5e5e5;
    color: #3c3c3c;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #343a40;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #48caff;
    border-color: #48caff;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #29b0e8;
    border-color: #29b0e8;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #ff4949;
  }
  .p-slider {
    background: #e5e5e5;
    border: 0 none;
    border-radius: 10px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #48caff;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-slider .p-slider-range {
    background: #48caff;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #48caff;
    border-color: #48caff;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s,
      bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }
  .p-togglebutton.p-button {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
  .p-togglebutton.p-button .p-button-icon-right {
    color: #6d6d6d;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #e8f6fb;
    border-color: #e5e5e5;
    color: #3c3c3c;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #343a40;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #48caff;
    border-color: #48caff;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #29b0e8;
    border-color: #29b0e8;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #ff4949;
  }
  .p-treeselect {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #48caff;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.64rem 0.64rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #d5d5d5;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.32rem 0.64rem;
    margin-right: 0.5rem;
    background: #e5e5e5;
    color: #3c3c3c;
    border-radius: 5px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #6d6d6d;
    width: 3rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #e8f6fb;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #e8f6fb;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #ffffff;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #ff4949;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.32rem 0.64rem;
  }
  .p-treeselect-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    color: #343a40;
    background: #fbfbfb;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.64rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.28rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.28rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #e8f6fb;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #e8f6fb;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #ffffff;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.64rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #6d6d6d;
    right: 3rem;
  }
  .p-button {
    color: #ffffff;
    background: #48caff;
    border: 1px solid #48caff;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: var(--uve-blue-60);
    color: #ffffff;
    border-color: #29b0e8;
  }
  .p-button:not(:disabled):active {
    background: #3da7ec;
    color: #ffffff;
    border-color: #3da7ec;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(72, 202, 255, 0.1);
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(72, 202, 255, 0.16);
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6d6d6d;
    border-color: #6d6d6d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #e8f6fb;
    color: #6d6d6d;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #e5e5e5;
    color: #6d6d6d;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #48caff;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(72, 202, 255, 0.1);
    color: #48caff;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(72, 202, 255, 0.16);
    color: #48caff;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6d6d6d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #e8f6fb;
    color: #6d6d6d;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #e5e5e5;
    color: #6d6d6d;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #48caff;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 3rem;
    padding: 1rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
  .p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 3rem;
  }
  .p-button.p-button-sm {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 1rem;
  }
  .p-button.p-button-lg {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }
  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 3rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }
  .p-button.p-button-secondary,
  .p-button-group.p-button-secondary > .p-button,
  .p-splitbutton.p-button-secondary > .p-button {
    color: #29b0e8;
    background: #daf3fc;
    border: none;
  }
  .p-button.p-button-secondary:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #c8efff;
    color: #29b0e8;
    border-color: #c8efff;
  }
  .p-button.p-button-secondary:not(:disabled):focus,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e2e8f0;
  }
  .p-button.p-button-secondary:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #b5e6f9;
    color: #29b0e8;
    border-color: #b5e6f9;
  }
  .p-button.p-button-secondary.p-button-outlined,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #daf3fc;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(218, 243, 252, 0.1);
    color: #daf3fc;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(218, 243, 252, 0.16);
    color: #daf3fc;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text,
  .p-button-group.p-button-secondary > .p-button.p-button-text,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #daf3fc;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(218, 243, 252, 0.1);
    border-color: transparent;
    color: #daf3fc;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active,
  .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(218, 243, 252, 0.16);
    border-color: transparent;
    color: #daf3fc;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #48caff;
    border: 1px solid #48caff;
  }
  .p-button.p-button-info:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: rgb(0, 177.9508196721, 250.5);
    color: #ffffff;
    border-color: rgb(0, 177.9508196721, 250.5);
  }
  .p-button.p-button-info:not(:disabled):focus,
  .p-button-group.p-button-info > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-button.p-button-info:not(:disabled):active,
  .p-button-group.p-button-info > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: rgb(0, 159.8360655738, 225);
    color: #ffffff;
    border-color: rgb(0, 159.8360655738, 225);
  }
  .p-button.p-button-info.p-button-outlined,
  .p-button-group.p-button-info > .p-button.p-button-outlined,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(72, 202, 255, 0.1);
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(72, 202, 255, 0.16);
    color: #48caff;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text,
  .p-button-group.p-button-info > .p-button.p-button-text,
  .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #48caff;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(72, 202, 255, 0.1);
    border-color: transparent;
    color: #48caff;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active,
  .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(72, 202, 255, 0.16);
    border-color: transparent;
    color: #48caff;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #0fcea0;
    border: 1px solid #0fcea0;
  }
  .p-button.p-button-success:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: rgb(13.2692307692, 182.2307692308, 141.5384615385);
    color: #ffffff;
    border-color: rgb(13.2692307692, 182.2307692308, 141.5384615385);
  }
  .p-button.p-button-success:not(:disabled):focus,
  .p-button-group.p-button-success > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #bbf7d0;
  }
  .p-button.p-button-success:not(:disabled):active,
  .p-button-group.p-button-success > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: rgb(11.5384615385, 158.4615384615, 123.0769230769);
    color: #ffffff;
    border-color: rgb(11.5384615385, 158.4615384615, 123.0769230769);
  }
  .p-button.p-button-success.p-button-outlined,
  .p-button-group.p-button-success > .p-button.p-button-outlined,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #0fcea0;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(15, 206, 160, 0.1);
    color: #0fcea0;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(15, 206, 160, 0.16);
    color: #0fcea0;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text,
  .p-button-group.p-button-success > .p-button.p-button-text,
  .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #0fcea0;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(15, 206, 160, 0.1);
    border-color: transparent;
    color: #0fcea0;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active,
  .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(15, 206, 160, 0.16);
    border-color: transparent;
    color: #0fcea0;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #ffffff;
    background: #fbcb1f;
    border: 1px solid #fbcb1f;
  }
  .p-button.p-button-warning:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: rgb(226.9473684211, 178.3157894737, 4.0526315789);
    color: #ffffff;
    border-color: rgb(226.9473684211, 178.3157894737, 4.0526315789);
  }
  .p-button.p-button-warning:not(:disabled):focus,
  .p-button-group.p-button-warning > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fde68a;
  }
  .p-button.p-button-warning:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: rgb(201.8947368421, 158.6315789474, 3.6052631579);
    color: #ffffff;
    border-color: rgb(201.8947368421, 158.6315789474, 3.6052631579);
  }
  .p-button.p-button-warning.p-button-outlined,
  .p-button-group.p-button-warning > .p-button.p-button-outlined,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #fbcb1f;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(251, 203, 31, 0.1);
    color: #fbcb1f;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(251, 203, 31, 0.16);
    color: #fbcb1f;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text,
  .p-button-group.p-button-warning > .p-button.p-button-text,
  .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #fbcb1f;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(251, 203, 31, 0.1);
    border-color: transparent;
    color: #fbcb1f;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active,
  .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(251, 203, 31, 0.16);
    border-color: transparent;
    color: #fbcb1f;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #a855f7;
    border: 1px solid #a855f7;
  }
  .p-button.p-button-help:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: rgb(143.0730337079, 36.2921348315, 244.7078651685);
    color: #ffffff;
    border-color: rgb(143.0730337079, 36.2921348315, 244.7078651685);
  }
  .p-button.p-button-help:not(:disabled):focus,
  .p-button-group.p-button-help > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #e9d5ff;
  }
  .p-button.p-button-help:not(:disabled):active,
  .p-button-group.p-button-help > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: rgb(117.5842696629, 10.3370786517, 219.6629213483);
    color: #ffffff;
    border-color: rgb(117.5842696629, 10.3370786517, 219.6629213483);
  }
  .p-button.p-button-help.p-button-outlined,
  .p-button-group.p-button-help > .p-button.p-button-outlined,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.1);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    color: #a855f7;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text,
  .p-button-group.p-button-help > .p-button.p-button-text,
  .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #a855f7;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(168, 85, 247, 0.1);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active,
  .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(168, 85, 247, 0.16);
    border-color: transparent;
    color: #a855f7;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #ff4949;
    border: 1px solid #ff4949;
  }
  .p-button.p-button-danger:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #e20000;
    color: #ffffff;
    border-color: #e20000;
  }
  .p-button.p-button-danger:not(:disabled):focus,
  .p-button-group.p-button-danger > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #fecaca;
  }
  .p-button.p-button-danger:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: rgb(200.5, 0, 0);
    color: #ffffff;
    border-color: rgb(200.5, 0, 0);
  }
  .p-button.p-button-danger.p-button-outlined,
  .p-button-group.p-button-danger > .p-button.p-button-outlined,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ff4949;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 73, 73, 0.1);
    color: #ff4949;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(255, 73, 73, 0.16);
    color: #ff4949;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text,
  .p-button-group.p-button-danger > .p-button.p-button-text,
  .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #ff4949;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(255, 73, 73, 0.1);
    border-color: transparent;
    color: #ff4949;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active,
  .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(255, 73, 73, 0.16);
    border-color: transparent;
    color: #ff4949;
  }
  .p-button.p-button-link {
    color: #48caff;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #1d4ed8;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: none;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #48caff;
    border-color: transparent;
  }
  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-speeddial-list {
    outline: 0 none;
  }
  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #3c3c3c;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #022354;
    color: #fff;
  }
  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }
  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }
  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }
  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }
  .p-speeddial-circle .p-speeddial-item,
  .p-speeddial-semi-circle .p-speeddial-item,
  .p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child,
  .p-speeddial-circle .p-speeddial-item:last-child,
  .p-speeddial-semi-circle .p-speeddial-item:first-child,
  .p-speeddial-semi-circle .p-speeddial-item:last-child,
  .p-speeddial-quarter-circle .p-speeddial-item:first-child,
  .p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }
  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .p-splitbutton {
    border-radius: 10px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
  .p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
  .p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #e5e5e5;
    width: 2rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #9e9e9e;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-datatable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-footer {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #3c3c3c;
    background: #f8f9fa;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #3c3c3c;
    background: #f8f9fa;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #6d6d6d;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #fbcb1f;
    background: #eff6ff;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #3c3c3c;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6d6d6d;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #48caff;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #48caff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #e9ecef;
    color: #48caff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #48caff;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #bfdbfe;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #bfdbfe;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #eff6ff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #eff6ff;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #3c3c3c;
  }
  .p-datatable .p-column-resizer-helper {
    background: #48caff;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: #ffffff;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f8f9fa;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #fbcb1f;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #fbcb1f;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-dataview .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 1.25rem;
  }
  .p-column-filter-row .p-column-filter-menu-button,
  .p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }
  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #edf9fe;
    color: #48caff;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-column-filter-overlay {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.75rem 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.75rem 1.25rem;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #bfdbfe;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    color: #343a40;
    background: #fbfbfb;
    margin: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.75rem 1.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 1.25rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-orderlist .p-orderlist-header {
    color: #6d6d6d;
    padding: 1.25rem;
    font-weight: 500;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 500;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: none;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.64rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-orderlist .p-orderlist-list {
    color: #3c3c3c;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: none;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: rgb(252.45, 252.45, 252.45);
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #e8f6fb;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #3c3c3c;
    background: #ffffff;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: rgb(111.5, 174.28125, 255);
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #e5e5e5;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: none;
    border-color: #e5e5e5;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: none;
    border-color: #e5e5e5;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    padding: 1.25rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-paginator {
    background: #ffffff;
    color: #6d6d6d;
    border: solid #e8f6fb;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 10px;
  }
  .p-paginator .p-paginator-first,
  .p-paginator .p-paginator-prev,
  .p-paginator .p-paginator-next,
  .p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #6d6d6d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
  .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e8f6fb;
    border-color: transparent;
    color: #343a40;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 3rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 3rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #6d6d6d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #6d6d6d;
    min-width: 3rem;
    height: 3rem;
    margin: 0.143rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #eff6ff;
    border-color: #eff6ff;
    color: #fbcb1f;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e8f6fb;
    border-color: transparent;
    color: #343a40;
  }
  .p-picklist .p-picklist-buttons {
    padding: 1.25rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
    border-color: #48caff;
  }
  .p-picklist .p-picklist-header {
    color: #6d6d6d;
    padding: 1.25rem;
    font-weight: 500;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 500;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 1.25rem;
    background: #ffffff;
    border: none;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.64rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-picklist .p-picklist-list {
    color: #3c3c3c;
    padding: 0.75rem 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: none;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.75rem 1.25rem;
    margin: 0;
    border: 0 none;
    color: #3c3c3c;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: rgb(252.45, 252.45, 252.45);
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #e8f6fb;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.75rem 1.25rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #3c3c3c;
    background: #ffffff;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #48caff;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #e5e5e5;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
  .p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
  .p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }
  .p-tree {
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    padding: 1.25rem;
    border-radius: 10px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #bfdbfe;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    padding: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #6d6d6d;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #3c3c3c;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #e8f6fb;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #48caff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #e8f6fb;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #48caff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #fbcb1f;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #fbcb1f;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.64rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.64rem;
    color: #6d6d6d;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: rgb(140.2, 190.425, 255);
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 10px;
    border: none;
    background-color: #ffffff;
    color: #3c3c3c;
    padding: 0.5rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #eff6ff;
    color: #fbcb1f;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #fbcb1f;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-treetable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-footer {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #3c3c3c;
    background: #f8f9fa;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    font-weight: 600;
    color: #3c3c3c;
    background: #f8f9fa;
  }
  .p-treetable .p-sortable-column {
    outline-color: #bfdbfe;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #6d6d6d;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #fbcb1f;
    background: #eff6ff;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e9ecef;
    color: #3c3c3c;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #6d6d6d;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #f8f9fa;
    color: #48caff;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #48caff;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #3c3c3c;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #e8f6fb;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #48caff;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #e8f6fb;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #48caff;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #bfdbfe;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #fbcb1f;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #fbcb1f;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #e9ecef;
    color: #3c3c3c;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #3c3c3c;
  }
  .p-treetable .p-column-resizer-helper {
    background: #48caff;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: #ffffff;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 1rem 1rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.5rem 0.5rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 1.25rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 1.25rem 1.25rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #f8f9fa;
    color: #3c3c3c;
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 1.25rem;
    border: none;
    color: #6d6d6d;
    background: #ffffff;
    font-weight: 500;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #edf9fe;
    border-color: #e5e5e5;
    color: #48caff;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #edf9fe;
    border-color: #e5e5e5;
    color: #343a40;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #e5e5e5;
    background: #edf9fe;
    color: #48caff;
  }
  .p-accordion .p-accordion-content {
    padding: 1.25rem;
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 4px;
  }
  .p-card {
    background: #ffffff;
    color: #3c3c3c;
    box-shadow: none;
    border-radius: 10px;
  }
  .p-card .p-card-body {
    padding: 1.25rem;
  }
  .p-card .p-card-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #6d6d6d;
  }
  .p-card .p-card-content {
    padding: 0;
  }
  .p-card .p-card-footer {
    padding: 1.25rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1.25rem 0;
    padding: 0 1.25rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #e5e5e5;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1.25rem;
    padding: 1.25rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #e5e5e5;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    border-radius: 10px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 1.25rem;
    border: none;
    color: #6d6d6d;
    background: #ffffff;
    font-weight: 500;
    border-radius: 10px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 1.25rem;
    color: #6d6d6d;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #e8f6fb;
    border-color: none;
    color: #343a40;
  }
  .p-fieldset .p-fieldset-content {
    padding: 1.25rem;
  }
  .p-panel .p-panel-header {
    border: none;
    padding: 1.25rem;
    background: #ffffff;
    color: #6d6d6d;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 500;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 1.25rem;
  }
  .p-panel .p-panel-content {
    padding: 1.25rem;
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-panel .p-panel-footer {
    padding: 0.75rem 1.25rem;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #3c3c3c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .p-scrollpanel .p-scrollpanel-bar {
    background: #fbfbfb;
    border: 0 none;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-splitter {
    border: none;
    background: #ffffff;
    border-radius: 10px;
    color: #3c3c3c;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f6f8fa;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e5e5;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e5e5;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 3rem;
  }
  .p-tabview .p-tabview-nav {
    background: #f2f5f9;
    border: 2px solid #e8f6fb;
    border-width: 0 0 2px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #e5e5e5;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e8f6fb transparent;
    background: transparent;
    color: #6d6d6d;
    padding: 1.25rem;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: transparent;
    border-color: #9e9e9e;
    color: #6d6d6d;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: transparent;
    border-color: #48caff;
    color: #48caff;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: transparent;
    color: #48caff;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-tabview .p-tabview-panels {
    background: transparent;
    padding: 1.25rem 0;
    border: 0 none;
    color: #3c3c3c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-toolbar {
    background: #ffffff;
    border: none;
    padding: 1.25rem;
    border-radius: 10px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #3c3c3c;
    border: 1px solid #e8f6fb;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6d6d6d;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #3c3c3c;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #48caff;
  }
  .p-stepper .p-stepper-panels {
    background: transparent;
    padding: 1.25rem 0;
    color: #3c3c3c;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e5e5;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: transparent;
    color: #3c3c3c;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #48caff;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.75rem 1.25rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #ffffff;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 0 none;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 0 none;
    background: #ffffff;
    color: #343a40;
    padding: 1.5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1.25rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #3c3c3c;
    padding: 0 1.5rem 2rem 1.5rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 0 none;
    background: #ffffff;
    color: #3c3c3c;
    padding: 0 1.5rem 1.5rem 1.5rem;
    text-align: right;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 1.25rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #48caff;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 100%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: var(--uve-blue-60);
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgb(242.25, 242.25, 242.25);
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #ffffff;
  }
  .p-sidebar {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .p-sidebar .p-sidebar-header {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #9e9e9e;
    border: 0 none;
    background: transparent;
    border-radius: 100%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #48caff;
    border-color: transparent;
    background: #edf9fe;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
  .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 1.25rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 1.25rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #3c3c3c;
    color: #ffffff;
    padding: 0.64rem 0.64rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #3c3c3c;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #3c3c3c;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #3c3c3c;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #3c3c3c;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: #ffffff;
    padding: 1.25rem;
    border: none;
    color: #6d6d6d;
    border-bottom: 0 none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 2rem 1rem;
    border: none;
    color: #3c3c3c;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #48caff;
    border-style: dashed;
    background-color: #eff6ff;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 1rem 1rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: var(--uve-blue-60);
    color: #ffffff;
    border-color: #29b0e8;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #3da7ec;
    color: #ffffff;
    border-color: #3da7ec;
  }
  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #3c3c3c;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #6d6d6d;
  }
  .p-contextmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 10px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #bfdbfe;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
  .p-dock.p-dock-top .p-dock-item-second-next,
  .p-dock.p-dock-bottom .p-dock-item-second-prev,
  .p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
  .p-dock.p-dock-top .p-dock-item-next,
  .p-dock.p-dock-bottom .p-dock-item-prev,
  .p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current,
  .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
  .p-dock.p-dock-left .p-dock-item-second-next,
  .p-dock.p-dock-right .p-dock-item-second-prev,
  .p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
  .p-dock.p-dock-left .p-dock-item-next,
  .p-dock.p-dock-right .p-dock-item-prev,
  .p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current,
  .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }
  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container,
    .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container,
    .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list,
    .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #fbfbfb;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #3c3c3c;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.25rem 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #343a40;
    background: #ffffff;
    font-weight: 700;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #48caff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #fbfbfb;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-menubar .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    width: 12.5rem;
    border-radius: 10px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #6d6d6d;
      border-radius: 100%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #6d6d6d;
      background: #e8f6fb;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #daf3fc;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #ffffff;
      border: 0 none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #e5e5e5;
      margin: 0.25rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 3.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.25rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 6.75rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 8.25rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: none;
    color: #6d6d6d;
    background: #ffffff;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #6d6d6d;
    padding: 1.25rem;
    font-weight: 500;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #edf9fe;
    border-color: #e5e5e5;
    color: #48caff;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #edf9fe;
    border-color: #e5e5e5;
    color: #343a40;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #e5e5e5;
    background: #edf9fe;
    color: #48caff;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.25rem 0;
    border: none;
    background: #ffffff;
    color: #3c3c3c;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 4px;
  }
  .p-slidemenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #48caff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #3c3c3c;
    border: 1px solid #e8f6fb;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #6d6d6d;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #3c3c3c;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #e5e5e5;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #f2f5f9;
    border: 2px solid #e8f6fb;
    border-width: 0 0 2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #48caff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: solid #e5e5e5;
    border-width: 0 0 2px 0;
    border-color: transparent transparent #e8f6fb transparent;
    background: transparent;
    color: #6d6d6d;
    padding: 1.25rem;
    font-weight: 500;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    margin: 0 0 -2px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: transparent;
    border-color: #9e9e9e;
    color: #6d6d6d;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: transparent;
    border-color: #48caff;
    color: #48caff;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: transparent;
    color: #48caff;
    width: 3rem;
    box-shadow:
      0 3px 1px -2px rgba(0, 0, 0, 0.2),
      0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #daf3fc;
  }
  .p-tieredmenu {
    padding: 0.25rem 0;
    background: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #3c3c3c;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #3c3c3c;
    padding: 0.75rem 1.25rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #6d6d6d;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #fbcb1f;
    background: #eff6ff;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #fbcb1f;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #fbcb1f;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: rgba(72, 202, 255, 0.24);
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #3c3c3c;
    background: #e5e5e5;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #3c3c3c;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #3c3c3c;
    background: #e8f6fb;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #3c3c3c;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #6d6d6d;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #e5e5e5;
    margin: 0.25rem 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message {
    padding: 0.64rem 0.64rem;
    margin: 0;
    border-radius: 10px;
  }
  .p-inline-message.p-inline-message-info {
    background: #daf3fc;
    border: #3c3c3c;
    border-width: 0px;
    color: #3c3c3c;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #3c3c3c;
  }
  .p-inline-message.p-inline-message-success {
    background: #0fcea0;
    border: #ffffff;
    border-width: 0px;
    color: #ffffff;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #ffffff;
  }
  .p-inline-message.p-inline-message-warn {
    background: #fffae9;
    border: #3c3c3c;
    border-width: 0px;
    color: #3c3c3c;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #3c3c3c;
  }
  .p-inline-message.p-inline-message-error {
    background: #ff4949;
    border: #ffffff;
    border-width: 0px;
    color: #ffffff;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #ffffff;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 10px;
  }
  .p-message .p-message-wrapper {
    padding: 1.25rem 1.75rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-message.p-message-info {
    background: #daf3fc;
    border: #3c3c3c;
    border-width: 0 0 0 6px;
    color: #3c3c3c;
  }
  .p-message.p-message-info .p-message-icon {
    color: #3c3c3c;
  }
  .p-message.p-message-info .p-message-close {
    color: #3c3c3c;
  }
  .p-message.p-message-success {
    background: #0fcea0;
    border: #ffffff;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-success .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-success .p-message-close {
    color: #ffffff;
  }
  .p-message.p-message-warn {
    background: #fffae9;
    border: #3c3c3c;
    border-width: 0 0 0 6px;
    color: #3c3c3c;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #3c3c3c;
  }
  .p-message.p-message-warn .p-message-close {
    color: #3c3c3c;
  }
  .p-message.p-message-error {
    background: #ff4949;
    border: #ffffff;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-message.p-message-error .p-message-icon {
    color: #ffffff;
  }
  .p-message.p-message-error .p-message-close {
    color: #ffffff;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: 400;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0 0 0 6px;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 1rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #daf3fc;
    border: #3c3c3c;
    border-width: 0 0 0 6px;
    color: #3c3c3c;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #3c3c3c;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #0fcea0;
    border: #ffffff;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #fffae9;
    border: #3c3c3c;
    border-width: 0 0 0 6px;
    color: #3c3c3c;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #3c3c3c;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #ff4949;
    border: #ffffff;
    border-width: 0 0 0 6px;
    color: #ffffff;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #ffffff;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #fbfbfb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fbfbfb;
  }
  .p-galleria .p-galleria-item-nav {
    background: transparent;
    color: #fbfbfb;
    width: 4rem;
    height: 4rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 10px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fbfbfb;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #fbfbfb;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #e5e5e5;
    width: 1rem;
    height: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #9e9e9e;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator,
  .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #eff6ff;
    color: #fbcb1f;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #fbfbfb;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fbfbfb;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .p-image-toolbar {
    padding: 1rem;
  }
  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-avatar {
    background-color: #e5e5e5;
    border-radius: 10px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }
  .p-badge {
    background: #48caff;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-success {
    background-color: #0fcea0;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #48caff;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #fbcb1f;
    color: #ffffff;
  }
  .p-badge.p-badge-danger {
    background-color: #ff4949;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-chip {
    background-color: #e5e5e5;
    color: #3c3c3c;
    border-radius: 5px;
    padding: 0 0.64rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.32rem;
    margin-bottom: 0.32rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 2.14rem;
    height: 2.14rem;
    margin-left: -0.64rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.64rem 0.64rem;
    border-radius: 10px;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #e8f6fb;
    color: #3c3c3c;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #daf3fc;
  }
  .p-metergroup {
    display: flex;
  }
  .p-metergroup-meters {
    display: flex;
  }
  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }
  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }
  .p-metergroup-labels-vertical {
    flex-direction: column;
  }
  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }
  .p-metergroup-label-marker {
    display: inline-flex;
  }
  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #e5e5e5;
    border-radius: 10px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #48caff;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #48caff;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.5rem;
    background: #e5e5e5;
    border-radius: 10px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #48caff;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.5rem;
  }
  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #fbfbfb;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-skeleton {
    background-color: var(--uve-neutral-20);
    border-radius: 10px;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .uve-misc-tag {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.25rem 0.4rem;
    border-radius: 10px;
  }
  .p-terminal {
    background: #ffffff;
    color: #3c3c3c;
    border: none;
    padding: 1.25rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
  .p-splitter {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 6px;
    color: #4b5563;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #f9fafb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #e5e7eb;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #e5e7eb;
  }
  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }
  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }
  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }
  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }
  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }
  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-stepper-separator {
    flex: 1 1 0;
  }
  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: box-shadow 0.2s;
    border-radius: 6px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #4b5563;
    border: 1px solid #f3f4f6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #6b7280;
    font-weight: 700;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #eff6ff;
    color: #1d4ed8;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #4b5563;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #bfdbfe;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #3b82f6;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 1.25rem;
    color: #4b5563;
  }
  .p-stepper .p-stepper-separator {
    background-color: #e5e7eb;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #4b5563;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #3b82f6;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
}
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity 0.1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 0.5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0%;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple 0.4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: 0.25em 0.5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 0.25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: 0.25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0.25em 0.25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: 0.25em 0 0.25em 0.25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: 0.25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0.25em 0.25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 0.25em 0.25rem;
  }
}
@layer primeng {
  .p-speeddial-item.p-focus > .p-speeddial-action {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px rgb(163.5, 228.5, 255),
      0 1px 2px 0 rgb(0, 0, 0);
  }
  p-autocomplete {
    width: 100%;
  }
  p-autocomplete.left-icon .p-autocomplete-input {
    padding-left: 30px;
  }
  p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.3rem 2rem;
  }
  p-autocomplete.p-inputwrapper,
  p-autocomplete .p-inputtext {
    width: 100%;
  }
  .p-dialog .p-dialog-content.uveNoPadding {
    padding: 0;
  }
  .p-dialog .p-dialog-content:first-of-type {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .analytics-field-values-select-overlay-panel .p-overlaypanel-content {
    padding: 0;
  }
  .anly-overlay {
    margin: 10px;
    z-index: 999 !important;
  }
  .anly-overlay .p-overlaypanel-content {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .anly-overlay::before,
  .anly-overlay::after {
    display: none;
  }
  .anly-sidebar {
    margin: 0 !important;
    background: transparent;
    z-index: 998 !important;
  }
  .anly-sidebar .p-overlaypanel-content {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .badge-step-excel span {
    background: #f2f5f9;
    color: var(--uve-text-second);
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #48caff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #48caff;
  }
  .p-dialog-content.no-padding {
    padding: 0;
  }
  .p-autocomplete.p-inputwrapper {
    width: 100%;
  }
  .p-input-icon-right {
    width: 100%;
  }
  .p-inputwrapper {
    width: 100%;
  }
  .p-autocomplete-empty-message {
    padding: 1rem;
  }
  .p-inputtext:not(.p-dropdown-label):not(.p-autocomplete-multiple-container):not(.p-chips-multiple-container):read-only,
  .p-inputnumber-input:read-only {
    padding: 0.64rem 0.64rem 0.64rem 0;
    border-width: 0px;
    border-color: 1px solid #e5e5e5;
  }
  .p-inputtext:not(.p-dropdown-label):not(.p-autocomplete-multiple-container):not(.p-chips-multiple-container):read-only:enabled:focus,
  .p-inputnumber-input:read-only:enabled:focus {
    outline: none;
    box-shadow: none;
    border-color: 1px solid #e5e5e5;
  }
  .p-dropdown,
  .p-inputtext,
  .p-multiselect {
    border-radius: 4px;
  }
  .p-dropdown.readonly,
  .p-multiselect.readonly {
    border: none;
    cursor: default;
  }
  .p-dropdown.readonly .p-dropdown-label,
  .p-dropdown.readonly .p-multiselect-label,
  .p-multiselect.readonly .p-dropdown-label,
  .p-multiselect.readonly .p-multiselect-label {
    padding-left: 0;
    cursor: default;
  }
  .p-dropdown.readonly .p-dropdown-trigger,
  .p-dropdown.readonly .p-multiselect-trigger,
  .p-multiselect.readonly .p-dropdown-trigger,
  .p-multiselect.readonly .p-multiselect-trigger {
    display: none;
  }
  .p-dropdown .p-dropdown-items .p-dropdown-item.p-highlight,
  .p-multiselect .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #3c3c3c;
  }
  p-multiselectitem li[aria-selected=true] {
    color: var(--uve-primary);
  }
  p-checkbox {
    height: 36px;
  }
  p-checkbox .p-checkbox-box {
    border-radius: 4px !important;
  }
  .p-button:focus-visible {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #b5e6f9,
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .p-button.p-button-secondary {
    background-color: var(--uve-blue-20) !important;
  }
  .p-button.p-button-secondary:hover {
    background-color: var(--uve-blue-20) !important;
  }
  .p-button.p-button-secondary:active {
    background-color: rgba(72, 202, 255, 0.35) !important;
  }
  .p-button.p-button-secondary.p-button-text {
    color: #29b0e8;
  }
  .p-button.p-button-secondary.p-button-text:hover {
    background-color: rgba(72, 202, 255, 0.25) !important;
    color: #29b0e8 !important;
  }
  .p-button.p-button-secondary.p-button-outlined {
    background-color: transparent;
    border: 1px solid rgba(72, 202, 255, 0.15);
    color: #29b0e8 !important;
  }
  .p-button.p-button-secondary.p-button-outlined:hover {
    background-color: rgba(72, 202, 255, 0.25) !important;
  }
  .p-button.p-button-success:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px rgb(120.3076923077, 245.1923076923, 215.1153846154),
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .p-button.p-button-info:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px rgb(163.5, 228.5, 255),
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .p-button.p-button-warning:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #fde58f,
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .p-button.p-button-help:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px rgb(211.5, 170, 251),
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .p-button.p-button-danger:enabled:focus {
    box-shadow:
      0 0 0 2px #ffffff,
      0 0 0 4px #ffa4a4,
      0 1px 2px 0 rgb(0, 0, 0);
  }
  .t-text-center .p-card-footer img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-card.no-padding .p-card-body {
    padding: 0;
  }
  .p-card .p-card-title {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #6d6d6d;
    margin-bottom: 1rem;
  }
  .p-panel .p-panel-header {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #6d6d6d;
    font-size: 14px;
  }
  .p-panel .p-panel-header:not(.p-panel-expanded .p-panel-header) {
    border-radius: 10px;
    padding-bottom: 1.25rem;
    transition: border-radius 250ms ease 250ms;
  }
  .p-panel .p-panel-header .p-panel-icons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-panel .p-panel-content {
    padding-top: 0 !important;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-tabview {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .p-tabview-panel {
    height: 100%;
  }
  .p-tabview-panels {
    flex: 1;
    height: auto;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link,
  .p-tabview .p-tabview-nav li .p-menuitem-link,
  .p-tabview .p-tabmenu-nav li .p-tabview-nav-link,
  .p-tabview .p-tabmenu-nav li .p-menuitem-link,
  .p-tabmenu .p-tabview-nav li .p-tabview-nav-link,
  .p-tabmenu .p-tabview-nav li .p-menuitem-link,
  .p-tabmenu .p-tabmenu-nav li .p-tabview-nav-link,
  .p-tabmenu .p-tabmenu-nav li .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
  }
  .p-tabview .p-tabview-nav li a:not(.p-highlight > .p-menuitem-link),
  .p-tabview .p-tabmenu-nav li a:not(.p-highlight > .p-menuitem-link),
  .p-tabmenu .p-tabview-nav li a:not(.p-highlight > .p-menuitem-link),
  .p-tabmenu .p-tabmenu-nav li a:not(.p-highlight > .p-menuitem-link) {
    color: #6d6d6d !important;
  }
  .p-tabview .p-tabview-nav .p-tabview-ink-bar,
  .p-tabview .p-tabmenu-nav .p-tabview-ink-bar,
  .p-tabmenu .p-tabview-nav .p-tabview-ink-bar,
  .p-tabmenu .p-tabmenu-nav .p-tabview-ink-bar {
    z-index: 1;
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
  }
  .p-card-content {
    height: 100%;
  }
  .p-card-body {
    height: 100%;
  }
  .p-toast-message {
    border: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .p-inline-message-text {
    font-weight: 500;
  }
  .p-toast-message-content {
    align-items: center;
    border: none;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background-color: #48caff;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background-color: #48caff;
  }
  .p-tabview-nav-content {
    border-radius: 10px 10px 0 0 !important;
  }
  .p-fieldset {
    border: 1px #e5e5e5 solid;
  }
  .p-fieldset-content {
    padding: 0 10px 10px 10px;
  }
  .p-fieldset-legend {
    color: #48caff;
  }
  .p-fieldset-legend a:hover {
    color: #48caff;
  }
  .p-picklist-buttons .p-button,
  .p-orderlist-controls .p-button {
    transition:
      opacity 0.2s,
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #48caff;
    color: #ffffff;
  }
  .p-picklist .p-picklist-source,
  .p-picklist .p-picklist-target {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .p-picklist .p-picklist-buttons {
    display: none;
  }
  .p-picklist .p-picklist-header {
    padding-left: 0;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: transparent;
    color: #3c3c3c;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #3c3c3c;
    background: transparent;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #3c3c3c;
    background: transparent;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: transparent;
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.75rem 1.25rem;
    color: #3c3c3c;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: transparent;
    color: #3c3c3c;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0 !important;
    background: transparent;
    border-radius: 10px;
  }
  .p-autocomplete-item:has(uve-shared-entity-card) {
    padding: 0.5rem 0 !important;
  }
  .a7s-datatable {
    display: flex;
    flex-direction: column;
  }
  .a7s-datatable .overlay-panel-container {
    position: relative;
    height: 0;
    overflow: visible;
  }
  .a7s-datatable .overlay-panel-container .overlay-panel {
    width: 248px;
    top: -56px;
    margin: 0 0 0 4px;
  }
  .a7s-datatable .overlay-panel-container .overlay-panel.with-subnodes {
    top: -32px;
  }
  .a7s-datatable .overlay-panel-container .p-overlaypanel:before {
    border-top-color: #f2f2f2;
    border-bottom-color: transparent;
  }
  .a7s-datatable .overlay-panel-container .p-overlaypanel:after {
    border-top-color: #fff;
    border-bottom-color: transparent;
  }
  .a7s-datatable .overlay-panel-container .p-overlaypanel:after,
  .a7s-datatable .overlay-panel-container .p-overlaypanel:before {
    top: 100%;
    bottom: inherit;
  }
  .a7s-datatable .loading-container {
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .a7s-datatable .loading-container .color-spinner-loading {
    opacity: 1;
  }
  .a7s-datatable .error-msg {
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3rem;
  }
  .a7s-datatable .pivot-filters {
    font-size: 12.4px;
    height: 24px;
    padding: 0rem 0.75rem;
    color: var(--uve-icons);
  }
  .a7s-datatable .pivot-filters .fa-filter {
    color: var(--uve-primary);
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: clip;
    display: block;
    max-width: 100%;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: var(--uve-primary) !important;
  }
  .p-tabview .p-tabview-nav-btn.p-link,
  .p-tabview-nav-btn.p-link {
    background: var(--uve-background-darken);
    box-shadow: none;
  }
  .p-splitter {
    background-color: transparent;
    gap: 10px;
    border: 0;
  }
  .p-splitter .p-splitter-gutter {
    background: var(--uve-light-scrollbar);
  }
  .p-splitter-horizontal > .p-splitter-gutter > .p-splitter-gutter-handle {
    height: 100%;
    background: var(--uve-light-scrollbar);
  }
  .p-stepper .header-stepper .button-stepper {
    width: 26px;
    background-color: var(--uve-borders);
    height: 26px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--uve-library-light-second-text);
    font-weight: 700;
    font-size: 1rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
  }
  .p-stepper .header-stepper .step-active {
    background-color: rgba(15, 206, 160, 0.1019607843);
    color: var(--uve-done);
  }
  .p-stepper .header-stepper .p-button {
    padding: 0;
  }
  .p-stepper .header-stepper .p-button:focus {
    box-shadow: none;
  }
  .p-stepper .header-stepper .title-stepper {
    color: var(--uve-library-light-second-text);
    text-align: start;
  }
  .p-stepper .header-stepper .title-stepper-active {
    text-align: start;
    color: var(--uve-done);
  }
  .p-stepper .header-stepper .title-stepper-selected {
    font-weight: 700;
  }
  .p-stepper .content-stepper {
    margin: 0.25rem 0;
  }
  .p-stepper .content-stepper .content-button {
    margin: 0.75rem 0;
  }
  .p-stepper .content-stepper .p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    margin-left: 20px;
    margin-right: 6px;
  }
  .p-stepper .p-stepper-header {
    padding: 0.25rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    margin-left: 16px;
    margin-right: 6px;
  }
  .p-listbox-item-group {
    background-color: #eee;
  }
  .p-sidebar-full {
    z-index: 4;
  }
  .p-overlaypanel .p-overlaypanel-content:has(.filter-listbox) {
    padding: 0;
    padding-bottom: 5px;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    background: var(--uve-blue-10);
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: var(--uve-text-primary);
    background: var(--uve-blue-20);
  }
  .p-datepicker {
    background: var(--uve-white);
    color: var(--uve-text-primary);
    border: none;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: var(--uve-blue-10);
  }
  .p-datepicker .p-datepicker-header {
    background: var(--uve-white);
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: var(--uve-neutral-60);
  }
  .p-datepicker table th {
    font-weight: 600;
    color: var(--uve-neutral-60);
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: transparent;
    color: unset;
    border: 1px solid var(--uve-primary);
  }
  .p-datepicker table td > span.p-highlight.p-datepicker-current-day {
    color: #fff;
    background-color: var(--uve-primary);
  }
  .p-datepicker table td > span.p-highlight.p-datepicker-current-day :hover {
    background: none;
  }
  .p-inputtext:enabled:focus {
    box-shadow: 0 0 0 0.2rem var(--uve-blue-10);
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid var(--uve-borders);
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid var(--uve-borders);
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid var(--uve-borders);
    padding: 0;
    border-radius: 6px;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
    border: 1px solid var(--uve-borders);
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon {
    position: static;
  }
  .p-organizationchart .p-organizationchart-node-content:has(.p-node-toggler) {
    padding: 0;
  }
  .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-left) {
    border-right: 0 none;
  }
  .p-organizationchart .p-organizationchart-lines :nth-last-child(1 of .p-organizationchart-line-left) {
    border-top-right-radius: 6px;
  }
  .p-organizationchart .p-organizationchart-lines :nth-child(1 of .p-organizationchart-line-right) {
    border-left: 1px solid var(--uve-borders);
    border-top-left-radius: 6px;
  }
}
@layer tailwind-utilities {
  .t-fixed {
    position: fixed;
  }
  .t-absolute {
    position: absolute;
  }
  .t-relative {
    position: relative;
  }
  .t-sticky {
    position: sticky;
  }
  .t-inset-0 {
    inset: 0px;
  }
  .t-left-0 {
    left: 0px;
  }
  .t-right-0 {
    right: 0px;
  }
  .t-top-0 {
    top: 0px;
  }
  .t-top-\[108px\] {
    top: 108px;
  }
  .t-z-0 {
    z-index: 0;
  }
  .t-z-10 {
    z-index: 10;
  }
  .t-z-50 {
    z-index: 50;
  }
  .t-z-\[100\] {
    z-index: 100;
  }
  .t-z-\[1\] {
    z-index: 1;
  }
  .t-z-\[299\] {
    z-index: 299;
  }
  .t-z-\[50\] {
    z-index: 50;
  }
  .t-order-last {
    order: 9999;
  }
  .t-m-0 {
    margin: 0px;
  }
  .\!t-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .t-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .t-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .\!t-mt-4 {
    margin-top: 1rem !important;
  }
  .t-mb-2 {
    margin-bottom: 0.5rem;
  }
  .t-mb-3 {
    margin-bottom: 0.75rem;
  }
  .t-mb-4 {
    margin-bottom: 1rem;
  }
  .t-mb-8 {
    margin-bottom: 2rem;
  }
  .t-ml-auto {
    margin-left: auto;
  }
  .t-mr-2 {
    margin-right: 0.5rem;
  }
  .t-mt-3 {
    margin-top: 0.75rem;
  }
  .t-mt-4 {
    margin-top: 1rem;
  }
  .t-mt-6 {
    margin-top: 1.5rem;
  }
  .t-mt-8 {
    margin-top: 2rem;
  }
  .t-line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .t-inline-block {
    display: inline-block;
  }
  .t-flex {
    display: flex;
  }
  .t-inline-flex {
    display: inline-flex;
  }
  .t-grid {
    display: grid;
  }
  .t-hidden {
    display: none;
  }
  .t-h-20 {
    height: 5rem;
  }
  .t-h-8 {
    height: 2rem;
  }
  .t-h-\[108px\] {
    height: 108px;
  }
  .t-h-\[20px\] {
    height: 20px;
  }
  .t-h-\[30px\] {
    height: 30px;
  }
  .t-h-\[44px\] {
    height: 44px;
  }
  .t-h-\[51px\] {
    height: 51px;
  }
  .t-h-full {
    height: 100%;
  }
  .t-max-h-96 {
    max-height: 24rem;
  }
  .t-max-h-\[200px\] {
    max-height: 200px;
  }
  .t-min-h-12 {
    min-height: 3rem;
  }
  .t-min-h-20 {
    min-height: 5rem;
  }
  .t-min-h-64 {
    min-height: 16rem;
  }
  .t-min-h-8 {
    min-height: 2rem;
  }
  .t-min-h-96 {
    min-height: 24rem;
  }
  .t-min-h-\[100px\] {
    min-height: 100px;
  }
  .t-min-h-\[30px\] {
    min-height: 30px;
  }
  .\!t-w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .t-w-20 {
    width: 5rem;
  }
  .t-w-6 {
    width: 1.5rem;
  }
  .t-w-\[125px\] {
    width: 125px;
  }
  .t-w-\[15px\] {
    width: 15px;
  }
  .t-w-\[200px\] {
    width: 200px;
  }
  .t-w-\[20px\] {
    width: 20px;
  }
  .t-w-\[51px\] {
    width: 51px;
  }
  .t-w-\[calc\(100\%-84px\)\] {
    width: calc(100% - 84px);
  }
  .t-w-full {
    width: 100%;
  }
  .t-min-w-\[30px\] {
    min-width: 30px;
  }
  .t-min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .t-min-w-full {
    min-width: 100%;
  }
  .t-max-w-\[120px\] {
    max-width: 120px;
  }
  .t-max-w-\[160px\] {
    max-width: 160px;
  }
  .t-max-w-\[85vw\] {
    max-width: 85vw;
  }
  .t-shrink-0 {
    flex-shrink: 0;
  }
  .t-flex-grow {
    flex-grow: 1;
  }
  @keyframes t-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .t-animate-spin {
    animation: t-spin 1s linear infinite;
  }
  .\!t-cursor-pointer {
    cursor: pointer !important;
  }
  .t-cursor-default {
    cursor: default;
  }
  .t-cursor-help {
    cursor: help;
  }
  .t-cursor-pointer {
    cursor: pointer;
  }
  .t-list-none {
    list-style-type: none;
  }
  .t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .t-flex-col {
    flex-direction: column;
  }
  .t-flex-wrap {
    flex-wrap: wrap;
  }
  .t-content-center {
    align-content: center;
  }
  .t-items-start {
    align-items: flex-start;
  }
  .t-items-center {
    align-items: center;
  }
  .t-justify-center {
    justify-content: center;
  }
  .t-justify-between {
    justify-content: space-between;
  }
  .t-gap-1 {
    gap: 0.25rem;
  }
  .t-gap-2 {
    gap: 0.5rem;
  }
  .t-gap-3 {
    gap: 0.75rem;
  }
  .t-gap-4 {
    gap: 1rem;
  }
  .t-gap-6 {
    gap: 1.5rem;
  }
  .t-gap-8 {
    gap: 2rem;
  }
  .t-gap-\[1px\] {
    gap: 1px;
  }
  .t-self-center {
    align-self: center;
  }
  .t-overflow-auto {
    overflow: auto;
  }
  .t-overflow-hidden {
    overflow: hidden;
  }
  .t-overflow-y-auto {
    overflow-y: auto;
  }
  .t-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .t-text-ellipsis {
    text-overflow: ellipsis;
  }
  .t-whitespace-nowrap {
    white-space: nowrap;
  }
  .t-whitespace-pre-line {
    white-space: pre-line;
  }
  .t-whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .t-break-words {
    overflow-wrap: break-word;
  }
  .t-rounded {
    border-radius: 0.25rem;
  }
  .t-rounded-\[50\%\] {
    border-radius: 50%;
  }
  .t-rounded-\[50px\] {
    border-radius: 50px;
  }
  .t-rounded-\[8px\] {
    border-radius: 8px;
  }
  .t-rounded-full {
    border-radius: 9999px;
  }
  .t-rounded-lg {
    border-radius: 0.5rem;
  }
  .t-rounded-md {
    border-radius: 0.375rem;
  }
  .t-rounded-xl {
    border-radius: 0.75rem;
  }
  .t-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .t-border {
    border-width: 1px;
  }
  .t-border-2 {
    border-width: 2px;
  }
  .t-border-b-0 {
    border-bottom-width: 0px;
  }
  .t-border-l {
    border-left-width: 1px;
  }
  .t-border-r-0 {
    border-right-width: 0px;
  }
  .t-border-dashed {
    border-style: dashed;
  }
  .t-border-none {
    border-style: none;
  }
  .t-border-\[var\(--uve-borders\)\] {
    border-color: var(--uve-borders);
  }
  .t-border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209, 213, 219, var(--tw-border-opacity, 1));
  }
  .t-border-primary {
    border-color: var(--uve-primary);
  }
  .t-border-uve-blue {
    border-color: var(--uve-blue);
  }
  .t-border-uve-blue-10 {
    border-color: var(--uve-blue-10);
  }
  .t-border-uve-blue-20 {
    border-color: var(--uve-blue-20);
  }
  .t-border-uve-blue-30 {
    border-color: var(--uve-blue-30);
  }
  .t-border-uve-blue-40 {
    border-color: var(--uve-blue-40);
  }
  .t-border-uve-blue-60 {
    border-color: var(--uve-blue-60);
  }
  .t-border-uve-blue-80 {
    border-color: var(--uve-blue-80);
  }
  .t-border-uve-green {
    border-color: var(--uve-green);
  }
  .t-border-uve-green-20 {
    border-color: var(--uve-green-20);
  }
  .t-border-uve-green-30 {
    border-color: var(--uve-green-30);
  }
  .t-border-uve-green-40 {
    border-color: var(--uve-green-40);
  }
  .t-border-uve-green-60 {
    border-color: var(--uve-green-60);
  }
  .t-border-uve-green-80 {
    border-color: var(--uve-green-80);
  }
  .t-border-uve-neutral {
    border-color: var(--uve-neutral);
  }
  .t-border-uve-neutral-10 {
    border-color: var(--uve-neutral-10);
  }
  .t-border-uve-neutral-20 {
    border-color: var(--uve-neutral-20);
  }
  .t-border-uve-neutral-30 {
    border-color: var(--uve-neutral-30);
  }
  .t-border-uve-neutral-40 {
    border-color: var(--uve-neutral-40);
  }
  .t-border-uve-neutral-60 {
    border-color: var(--uve-neutral-60);
  }
  .t-border-uve-neutral-80 {
    border-color: var(--uve-neutral-80);
  }
  .t-border-uve-purple {
    border-color: var(--uve-purple);
  }
  .t-border-uve-purple-20 {
    border-color: var(--uve-purple-20);
  }
  .t-border-uve-purple-30 {
    border-color: var(--uve-purple-30);
  }
  .t-border-uve-purple-40 {
    border-color: var(--uve-purple-40);
  }
  .t-border-uve-purple-60 {
    border-color: var(--uve-purple-60);
  }
  .t-border-uve-purple-80 {
    border-color: var(--uve-purple-80);
  }
  .t-border-uve-red {
    border-color: var(--uve-red);
  }
  .t-border-uve-red-20 {
    border-color: var(--uve-red-20);
  }
  .t-border-uve-red-30 {
    border-color: var(--uve-red-30);
  }
  .t-border-uve-red-40 {
    border-color: var(--uve-red-40);
  }
  .t-border-uve-red-60 {
    border-color: var(--uve-red-60);
  }
  .t-border-uve-red-80 {
    border-color: var(--uve-red-80);
  }
  .t-border-uve-yellow {
    border-color: var(--uve-yellow);
  }
  .t-border-uve-yellow-20 {
    border-color: var(--uve-yellow-20);
  }
  .t-border-uve-yellow-30 {
    border-color: var(--uve-yellow-30);
  }
  .t-border-uve-yellow-40 {
    border-color: var(--uve-yellow-40);
  }
  .t-border-uve-yellow-60 {
    border-color: var(--uve-yellow-60);
  }
  .t-border-uve-yellow-80 {
    border-color: var(--uve-yellow-80);
  }
  .t-bg-\[\#FAFAFA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(250, 250, 250, var(--tw-bg-opacity, 1));
  }
  .t-bg-\[var\(--uve-background\)\] {
    background-color: var(--uve-background);
  }
  .t-bg-\[var\(--uve-library-light-white-background\)\] {
    background-color: var(--uve-library-light-white-background);
  }
  .t-bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243, 244, 246, var(--tw-bg-opacity, 1));
  }
  .t-bg-primary {
    background-color: var(--uve-primary);
  }
  .t-bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220, 38, 38, var(--tw-bg-opacity, 1));
  }
  .t-bg-success-default {
    background-color: var(--uve-success);
  }
  .t-bg-transparent {
    background-color: transparent;
  }
  .t-bg-uve-blue {
    background-color: var(--uve-blue);
  }
  .t-bg-uve-blue-10 {
    background-color: var(--uve-blue-10);
  }
  .t-bg-uve-blue-20 {
    background-color: var(--uve-blue-20);
  }
  .t-bg-uve-blue-30 {
    background-color: var(--uve-blue-30);
  }
  .t-bg-uve-blue-40 {
    background-color: var(--uve-blue-40);
  }
  .t-bg-uve-blue-60 {
    background-color: var(--uve-blue-60);
  }
  .t-bg-uve-blue-80 {
    background-color: var(--uve-blue-80);
  }
  .t-bg-uve-green {
    background-color: var(--uve-green);
  }
  .t-bg-uve-green-20 {
    background-color: var(--uve-green-20);
  }
  .t-bg-uve-green-30 {
    background-color: var(--uve-green-30);
  }
  .t-bg-uve-green-40 {
    background-color: var(--uve-green-40);
  }
  .t-bg-uve-green-60 {
    background-color: var(--uve-green-60);
  }
  .t-bg-uve-green-80 {
    background-color: var(--uve-green-80);
  }
  .t-bg-uve-neutral {
    background-color: var(--uve-neutral);
  }
  .t-bg-uve-neutral-10 {
    background-color: var(--uve-neutral-10);
  }
  .t-bg-uve-neutral-20 {
    background-color: var(--uve-neutral-20);
  }
  .t-bg-uve-neutral-30 {
    background-color: var(--uve-neutral-30);
  }
  .t-bg-uve-neutral-40 {
    background-color: var(--uve-neutral-40);
  }
  .t-bg-uve-neutral-60 {
    background-color: var(--uve-neutral-60);
  }
  .t-bg-uve-neutral-80 {
    background-color: var(--uve-neutral-80);
  }
  .t-bg-uve-purple {
    background-color: var(--uve-purple);
  }
  .t-bg-uve-purple-20 {
    background-color: var(--uve-purple-20);
  }
  .t-bg-uve-purple-30 {
    background-color: var(--uve-purple-30);
  }
  .t-bg-uve-purple-40 {
    background-color: var(--uve-purple-40);
  }
  .t-bg-uve-purple-60 {
    background-color: var(--uve-purple-60);
  }
  .t-bg-uve-purple-80 {
    background-color: var(--uve-purple-80);
  }
  .t-bg-uve-red {
    background-color: var(--uve-red);
  }
  .t-bg-uve-red-20 {
    background-color: var(--uve-red-20);
  }
  .t-bg-uve-red-30 {
    background-color: var(--uve-red-30);
  }
  .t-bg-uve-red-40 {
    background-color: var(--uve-red-40);
  }
  .t-bg-uve-red-60 {
    background-color: var(--uve-red-60);
  }
  .t-bg-uve-red-80 {
    background-color: var(--uve-red-80);
  }
  .t-bg-uve-text-second {
    background-color: var(--uve-text-second);
  }
  .t-bg-uve-yellow {
    background-color: var(--uve-yellow);
  }
  .t-bg-uve-yellow-20 {
    background-color: var(--uve-yellow-20);
  }
  .t-bg-uve-yellow-30 {
    background-color: var(--uve-yellow-30);
  }
  .t-bg-uve-yellow-40 {
    background-color: var(--uve-yellow-40);
  }
  .t-bg-uve-yellow-60 {
    background-color: var(--uve-yellow-60);
  }
  .t-bg-uve-yellow-80 {
    background-color: var(--uve-yellow-80);
  }
  .t-bg-warning-darker {
    background-color: var(--uve-warning-darker);
  }
  .t-bg-warning-default {
    background-color: var(--uve-warning);
  }
  .t-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255, 255, 255, var(--tw-bg-opacity, 1));
  }
  .t-bg-white\/70 {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .t-object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .\!t-p-\[0\.64rem\] {
    padding: 0.64rem !important;
  }
  .t-p-0 {
    padding: 0px;
  }
  .t-p-1 {
    padding: 0.25rem;
  }
  .t-p-2 {
    padding: 0.5rem;
  }
  .t-p-4 {
    padding: 1rem;
  }
  .t-p-5 {
    padding: 1.25rem;
  }
  .t-p-\[0\.64rem\] {
    padding: 0.64rem;
  }
  .t-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .t-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .t-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .t-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .t-px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .t-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .t-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .t-py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .t-py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .\!t-pl-0 {
    padding-left: 0px !important;
  }
  .t-pb-3 {
    padding-bottom: 0.75rem;
  }
  .t-pl-2 {
    padding-left: 0.5rem;
  }
  .t-pl-6 {
    padding-left: 1.5rem;
  }
  .t-pl-8 {
    padding-left: 2rem;
  }
  .t-pl-\[10px\] {
    padding-left: 10px;
  }
  .t-pr-5 {
    padding-right: 1.25rem;
  }
  .t-pr-\[15px\] {
    padding-right: 15px;
  }
  .t-pr-\[5px\] {
    padding-right: 5px;
  }
  .t-pt-1 {
    padding-top: 0.25rem;
  }
  .t-pt-20 {
    padding-top: 5rem;
  }
  .t-text-left {
    text-align: left;
  }
  .t-text-center {
    text-align: center;
  }
  .t-align-top {
    vertical-align: top;
  }
  .t-font-\[Heebo\] {
    font-family: Heebo;
  }
  .t-font-mono {
    font-family:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
  }
  .\!t-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .t-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .t-text-\[12px\] {
    font-size: 12px;
  }
  .t-text-\[18px\] {
    font-size: 18px;
  }
  .t-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .t-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .t-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .t-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .t-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .\!t-font-bold {
    font-weight: 700 !important;
  }
  .t-font-medium {
    font-weight: 500;
  }
  .t-font-normal {
    font-weight: 400;
  }
  .t-uppercase {
    text-transform: uppercase;
  }
  .t-leading-\[14px\] {
    line-height: 14px;
  }
  .t-leading-\[16px\] {
    line-height: 16px;
  }
  .t-leading-tight {
    line-height: 1.25;
  }
  .\!t-text-shade-350 {
    --tw-text-opacity: 1 !important;
    color: rgb(213, 213, 213, var(--tw-text-opacity, 1)) !important;
  }
  .\!t-text-uve-text-primary {
    color: var(--uve-text-primary) !important;
  }
  .\!t-text-uve-text-second {
    color: var(--uve-text-second) !important;
  }
  .\!t-text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1)) !important;
  }
  .t-text-\[\#6D6D6D\] {
    --tw-text-opacity: 1;
    color: rgb(109, 109, 109, var(--tw-text-opacity, 1));
  }
  .t-text-\[var\(--uve-blue\)\] {
    color: var(--uve-blue);
  }
  .t-text-\[var\(--uve-borders\)\] {
    color: var(--uve-borders);
  }
  .t-text-\[var\(--uve-primary\)\] {
    color: var(--uve-primary);
  }
  .t-text-danger-default {
    color: var(--uve-danger);
  }
  .t-text-done-default {
    color: var(--uve-done);
  }
  .t-text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249, 250, 251, var(--tw-text-opacity, 1));
  }
  .t-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31, 41, 55, var(--tw-text-opacity, 1));
  }
  .t-text-icons {
    color: var(--uve-icons);
  }
  .t-text-primary {
    color: var(--uve-primary);
  }
  .t-text-shade-350 {
    --tw-text-opacity: 1;
    color: rgb(213, 213, 213, var(--tw-text-opacity, 1));
  }
  .t-text-shade-500 {
    --tw-text-opacity: 1;
    color: rgb(158, 158, 158, var(--tw-text-opacity, 1));
  }
  .t-text-success-default {
    color: var(--uve-success);
  }
  .t-text-uve-black {
    color: var(--uve-black);
  }
  .t-text-uve-blue {
    color: var(--uve-blue);
  }
  .t-text-uve-blue-10 {
    color: var(--uve-blue-10);
  }
  .t-text-uve-blue-20 {
    color: var(--uve-blue-20);
  }
  .t-text-uve-blue-30 {
    color: var(--uve-blue-30);
  }
  .t-text-uve-blue-40 {
    color: var(--uve-blue-40);
  }
  .t-text-uve-blue-60 {
    color: var(--uve-blue-60);
  }
  .t-text-uve-blue-80 {
    color: var(--uve-blue-80);
  }
  .t-text-uve-gray {
    color: var(--uve-gray);
  }
  .t-text-uve-green {
    color: var(--uve-green);
  }
  .t-text-uve-green-20 {
    color: var(--uve-green-20);
  }
  .t-text-uve-green-30 {
    color: var(--uve-green-30);
  }
  .t-text-uve-green-40 {
    color: var(--uve-green-40);
  }
  .t-text-uve-green-60 {
    color: var(--uve-green-60);
  }
  .t-text-uve-green-80 {
    color: var(--uve-green-80);
  }
  .t-text-uve-neutral {
    color: var(--uve-neutral);
  }
  .t-text-uve-neutral-10 {
    color: var(--uve-neutral-10);
  }
  .t-text-uve-neutral-20 {
    color: var(--uve-neutral-20);
  }
  .t-text-uve-neutral-30 {
    color: var(--uve-neutral-30);
  }
  .t-text-uve-neutral-40 {
    color: var(--uve-neutral-40);
  }
  .t-text-uve-neutral-60 {
    color: var(--uve-neutral-60);
  }
  .t-text-uve-neutral-80 {
    color: var(--uve-neutral-80);
  }
  .t-text-uve-purple {
    color: var(--uve-purple);
  }
  .t-text-uve-purple-20 {
    color: var(--uve-purple-20);
  }
  .t-text-uve-purple-30 {
    color: var(--uve-purple-30);
  }
  .t-text-uve-purple-40 {
    color: var(--uve-purple-40);
  }
  .t-text-uve-purple-60 {
    color: var(--uve-purple-60);
  }
  .t-text-uve-purple-80 {
    color: var(--uve-purple-80);
  }
  .t-text-uve-red {
    color: var(--uve-red);
  }
  .t-text-uve-red-20 {
    color: var(--uve-red-20);
  }
  .t-text-uve-red-30 {
    color: var(--uve-red-30);
  }
  .t-text-uve-red-40 {
    color: var(--uve-red-40);
  }
  .t-text-uve-red-60 {
    color: var(--uve-red-60);
  }
  .t-text-uve-red-80 {
    color: var(--uve-red-80);
  }
  .t-text-uve-text-primary {
    color: var(--uve-text-primary);
  }
  .t-text-uve-text-second {
    color: var(--uve-text-second);
  }
  .t-text-uve-white {
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  }
  .t-text-uve-yellow {
    color: var(--uve-yellow);
  }
  .t-text-uve-yellow-20 {
    color: var(--uve-yellow-20);
  }
  .t-text-uve-yellow-30 {
    color: var(--uve-yellow-30);
  }
  .t-text-uve-yellow-40 {
    color: var(--uve-yellow-40);
  }
  .t-text-uve-yellow-60 {
    color: var(--uve-yellow-60);
  }
  .t-text-uve-yellow-80 {
    color: var(--uve-yellow-80);
  }
  .t-text-white {
    --tw-text-opacity: 1;
    color: rgb(255, 255, 255, var(--tw-text-opacity, 1));
  }
  .t-opacity-50 {
    opacity: 0.5;
  }
  .t-outline-dashed {
    outline-style: dashed;
  }
  .t-outline-1 {
    outline-width: 1px;
  }
  .t-outline-2 {
    outline-width: 2px;
  }
  .t-outline-offset-2 {
    outline-offset: 2px;
  }
  .t-outline-\[var\(--uve-borders\)\] {
    outline-color: var(--uve-borders);
  }
  .t-outline-uve-yellow {
    outline-color: var(--uve-yellow);
  }
  .t-backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .t-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .t-duration-100 {
    transition-duration: 100ms;
  }
  .\[expandNode\:LEFT\] {
    expand-node: LEFT;
  }
}
.hover\:t-bg-\[var\(--uve-background-darken-05\)\]:hover {
  background-color: var(--uve-background-darken-05);
}
.hover\:t-bg-uve-blue-30:hover {
  background-color: var(--uve-blue-30);
}
.hover\:t-bg-uve-blue-60:hover {
  background-color: var(--uve-blue-60);
}
.hover\:t-bg-uve-green-30:hover {
  background-color: var(--uve-green-30);
}
.hover\:t-bg-uve-green-60:hover {
  background-color: var(--uve-green-60);
}
.hover\:t-bg-uve-neutral-20:hover {
  background-color: var(--uve-neutral-20);
}
.hover\:t-bg-uve-neutral-30:hover {
  background-color: var(--uve-neutral-30);
}
.hover\:t-bg-uve-neutral-60:hover {
  background-color: var(--uve-neutral-60);
}
.hover\:t-bg-uve-purple-30:hover {
  background-color: var(--uve-purple-30);
}
.hover\:t-bg-uve-purple-60:hover {
  background-color: var(--uve-purple-60);
}
.hover\:t-bg-uve-red-30:hover {
  background-color: var(--uve-red-30);
}
.hover\:t-bg-uve-red-60:hover {
  background-color: var(--uve-red-60);
}
.hover\:t-bg-uve-yellow-30:hover {
  background-color: var(--uve-yellow-30);
}
.hover\:t-bg-uve-yellow-60:hover {
  background-color: var(--uve-yellow-60);
}
.focus\:t-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media not all and (min-width: 480px) {
  .max-xs\:t-w-\[120px\] {
    width: 120px;
  }
  .max-xs\:t-w-\[125px\] {
    width: 125px;
  }
}
@media (min-width: 390px) {
  .xxs\:t-h-\[calc\(100vh-214px\)\] {
    height: calc(100vh - 214px);
  }
}
@media (min-width: 480px) {
  .xs\:t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .xs\:t-grid-cols-\[125px_1fr\] {
    grid-template-columns: 125px 1fr;
  }
}
@media (min-width: 640px) {
  .sm\:t-order-first {
    order: -9999;
  }
  .sm\:t-block {
    display: block;
  }
  .sm\:t-h-\[calc\(100vh-214px\)\] {
    height: calc(100vh - 214px);
  }
  .sm\:t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:t-grid-cols-\[75\%_minmax\(25\%\,300px\)\] {
    grid-template-columns: 75% minmax(25%, 300px);
  }
  .sm\:t-pr-4 {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:t-h-\[calc\(100vh-158px\)\] {
    height: calc(100vh - 158px);
  }
  .lg\:t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:t-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:t-grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
.\[\&_\.p-fileupload-buttonbar\]\:t-hidden .p-fileupload-buttonbar {
  display: none;
}
.\[\&_\.p-fileupload-buttonbar\]\:t-h-0 .p-fileupload-buttonbar {
  height: 0px;
}
.\[\&_\.p-fileupload-content\]\:\!t-flex .p-fileupload-content {
  display: flex !important;
}
.\[\&_\.p-fileupload-content\]\:\!t-h-full .p-fileupload-content {
  height: 100% !important;
}
.\[\&_\.p-fileupload-content\]\:\!t-w-full .p-fileupload-content {
  width: 100% !important;
}
.\[\&_\.p-fileupload-content\]\:\!t-items-center .p-fileupload-content {
  align-items: center !important;
}
.\[\&_\.p-fileupload-content\]\:\!t-justify-center .p-fileupload-content {
  justify-content: center !important;
}
.\[\&_\.p-fileupload\]\:\!t-h-full .p-fileupload {
  height: 100% !important;
}
.\[\&_\.p-fileupload\]\:\!t-w-full .p-fileupload {
  width: 100% !important;
}
.\[\&_\.p-progressbar\]\:t-hidden .p-progressbar {
  display: none;
}
.\[\&_\.p-progressbar\]\:t-h-0 .p-progressbar {
  height: 0px;
}
.theme {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #48caff;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f9bc4d;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f9bc4d;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #48caff 87%, transparent);
  --mat-form-field-filled-caret-color: #48caff;
  --mat-form-field-filled-focus-active-indicator-color: #48caff;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #48caff 87%, transparent);
  --mat-form-field-outlined-caret-color: #48caff;
  --mat-form-field-outlined-focus-outline-color: #48caff;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #48caff 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #e74c3c;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #e74c3c;
  --mat-form-field-filled-error-focus-label-text-color: #e74c3c;
  --mat-form-field-filled-error-label-text-color: #e74c3c;
  --mat-form-field-filled-error-caret-color: #e74c3c;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #e74c3c;
  --mat-form-field-filled-error-focus-active-indicator-color: #e74c3c;
  --mat-form-field-filled-error-hover-active-indicator-color: #e74c3c;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #e74c3c;
  --mat-form-field-outlined-error-focus-label-text-color: #e74c3c;
  --mat-form-field-outlined-error-label-text-color: #e74c3c;
  --mat-form-field-outlined-error-hover-label-text-color: #e74c3c;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #e74c3c;
  --mat-form-field-outlined-error-hover-outline-color: #e74c3c;
  --mat-form-field-outlined-error-outline-color: #e74c3c;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #48caff;
  --mat-select-invalid-arrow-color: #e74c3c;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: var(--uve-neutral-80);
  --mat-slide-toggle-disabled-selected-icon-color: var(--uve-neutral-80);
  --mat-slide-toggle-selected-focus-state-layer-color: #48caff;
  --mat-slide-toggle-selected-handle-color: #48caff;
  --mat-slide-toggle-selected-hover-state-layer-color: #48caff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #48caff;
  --mat-slide-toggle-selected-focus-handle-color: #48caff;
  --mat-slide-toggle-selected-hover-handle-color: #48caff;
  --mat-slide-toggle-selected-pressed-handle-color: #48caff;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: var(--uve-neutral-80);
  --mat-checkbox-selected-focus-icon-color: #f9bc4d;
  --mat-checkbox-selected-hover-icon-color: #f9bc4d;
  --mat-checkbox-selected-icon-color: #f9bc4d;
  --mat-checkbox-selected-pressed-icon-color: #f9bc4d;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f9bc4d;
  --mat-checkbox-selected-hover-state-layer-color: #f9bc4d;
  --mat-checkbox-selected-pressed-state-layer-color: #f9bc4d;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-color: #48caff;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #48caff 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f9bc4d 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: var(--uve-neutral-80);
  --mat-datepicker-calendar-date-selected-state-background-color: #48caff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #48caff 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--uve-neutral-80);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #48caff 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #48caff 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #48caff;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-accent {
  --mat-option-selected-state-label-text-color: #f9bc4d;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.theme .mat-warn {
  --mat-option-selected-state-label-text-color: #e74c3c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.theme .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #48caff;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #48caff;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.theme .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f9bc4d;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f9bc4d;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.theme .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #e74c3c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #e74c3c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #48caff;
  --mat-progress-bar-track-color: rgba(72, 202, 255, 0.25);
}
.theme .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f9bc4d;
  --mat-progress-bar-track-color: rgba(249, 188, 77, 0.25);
}
.theme .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #e74c3c;
  --mat-progress-bar-track-color: rgba(231, 76, 60, 0.25);
}
.theme .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f9bc4d 87%, transparent);
  --mat-form-field-filled-caret-color: #f9bc4d;
  --mat-form-field-filled-focus-active-indicator-color: #f9bc4d;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f9bc4d 87%, transparent);
  --mat-form-field-outlined-caret-color: #f9bc4d;
  --mat-form-field-outlined-focus-outline-color: #f9bc4d;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f9bc4d 87%, transparent);
}
.theme .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #e74c3c 87%, transparent);
  --mat-form-field-filled-caret-color: #e74c3c;
  --mat-form-field-filled-focus-active-indicator-color: #e74c3c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #e74c3c 87%, transparent);
  --mat-form-field-outlined-caret-color: #e74c3c;
  --mat-form-field-outlined-focus-outline-color: #e74c3c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #e74c3c 87%, transparent);
}
.theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f9bc4d;
  --mat-select-invalid-arrow-color: #e74c3c;
}
.theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #e74c3c;
  --mat-select-invalid-arrow-color: #e74c3c;
}
.theme .mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.theme .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: var(--uve-neutral-80);
  --mat-chip-elevated-container-color: #48caff;
  --mat-chip-elevated-disabled-container-color: #48caff;
  --mat-chip-elevated-selected-container-color: #48caff;
  --mat-chip-flat-disabled-selected-container-color: #48caff;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: var(--uve-neutral-80);
  --mat-chip-selected-disabled-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: var(--uve-neutral-80);
  --mat-chip-selected-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-disabled-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-selected-icon-color: var(--uve-neutral-80);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-with-trailing-icon-trailing-icon-color: var(--uve-neutral-80);
}
.theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: var(--uve-neutral-80);
  --mat-chip-elevated-container-color: #f9bc4d;
  --mat-chip-elevated-disabled-container-color: #f9bc4d;
  --mat-chip-elevated-selected-container-color: #f9bc4d;
  --mat-chip-flat-disabled-selected-container-color: #f9bc4d;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: var(--uve-neutral-80);
  --mat-chip-selected-disabled-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: var(--uve-neutral-80);
  --mat-chip-selected-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-disabled-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-icon-color: var(--uve-neutral-80);
  --mat-chip-with-icon-selected-icon-color: var(--uve-neutral-80);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: var(--uve-neutral-80);
  --mat-chip-with-trailing-icon-trailing-icon-color: var(--uve-neutral-80);
}
.theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #e74c3c;
  --mat-chip-elevated-disabled-container-color: #e74c3c;
  --mat-chip-elevated-selected-container-color: #e74c3c;
  --mat-chip-flat-disabled-selected-container-color: #e74c3c;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.theme .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: var(--uve-neutral-80);
  --mat-slide-toggle-disabled-selected-icon-color: var(--uve-neutral-80);
  --mat-slide-toggle-selected-focus-state-layer-color: #f9bc4d;
  --mat-slide-toggle-selected-handle-color: #f9bc4d;
  --mat-slide-toggle-selected-hover-state-layer-color: #f9bc4d;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f9bc4d;
  --mat-slide-toggle-selected-focus-handle-color: #f9bc4d;
  --mat-slide-toggle-selected-hover-handle-color: #f9bc4d;
  --mat-slide-toggle-selected-pressed-handle-color: #f9bc4d;
}
.theme .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #e74c3c;
  --mat-slide-toggle-selected-handle-color: #e74c3c;
  --mat-slide-toggle-selected-hover-state-layer-color: #e74c3c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e74c3c;
  --mat-slide-toggle-selected-focus-handle-color: #e74c3c;
  --mat-slide-toggle-selected-hover-handle-color: #e74c3c;
  --mat-slide-toggle-selected-pressed-handle-color: #e74c3c;
}
.theme .mat-mdc-tab-group,
.theme .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #48caff;
  --mat-tab-active-ripple-color: #48caff;
  --mat-tab-inactive-ripple-color: #48caff;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #48caff;
  --mat-tab-active-hover-label-text-color: #48caff;
  --mat-tab-active-focus-indicator-color: #48caff;
  --mat-tab-active-hover-indicator-color: #48caff;
  --mat-tab-active-indicator-color: #48caff;
}
.theme .mat-mdc-tab-group.mat-accent,
.theme .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f9bc4d;
  --mat-tab-active-ripple-color: #f9bc4d;
  --mat-tab-inactive-ripple-color: #f9bc4d;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f9bc4d;
  --mat-tab-active-hover-label-text-color: #f9bc4d;
  --mat-tab-active-focus-indicator-color: #f9bc4d;
  --mat-tab-active-hover-indicator-color: #f9bc4d;
  --mat-tab-active-indicator-color: #f9bc4d;
}
.theme .mat-mdc-tab-group.mat-warn,
.theme .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #e74c3c;
  --mat-tab-active-ripple-color: #e74c3c;
  --mat-tab-inactive-ripple-color: #e74c3c;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #e74c3c;
  --mat-tab-active-hover-label-text-color: #e74c3c;
  --mat-tab-active-focus-indicator-color: #e74c3c;
  --mat-tab-active-hover-indicator-color: #e74c3c;
  --mat-tab-active-indicator-color: #e74c3c;
}
.theme .mat-mdc-tab-group.mat-background-primary,
.theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #48caff;
  --mat-tab-foreground-color: var(--uve-neutral-80);
}
.theme .mat-mdc-tab-group.mat-background-accent,
.theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f9bc4d;
  --mat-tab-foreground-color: var(--uve-neutral-80);
}
.theme .mat-mdc-tab-group.mat-background-warn,
.theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #e74c3c;
  --mat-tab-foreground-color: white;
}
.theme .mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.theme .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: var(--uve-neutral-80);
  --mat-checkbox-selected-focus-icon-color: #48caff;
  --mat-checkbox-selected-hover-icon-color: #48caff;
  --mat-checkbox-selected-icon-color: #48caff;
  --mat-checkbox-selected-pressed-icon-color: #48caff;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #48caff;
  --mat-checkbox-selected-hover-state-layer-color: #48caff;
  --mat-checkbox-selected-pressed-state-layer-color: #48caff;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #e74c3c;
  --mat-checkbox-selected-hover-icon-color: #e74c3c;
  --mat-checkbox-selected-icon-color: #e74c3c;
  --mat-checkbox-selected-pressed-icon-color: #e74c3c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #e74c3c;
  --mat-checkbox-selected-hover-state-layer-color: #e74c3c;
  --mat-checkbox-selected-pressed-state-layer-color: #e74c3c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-mdc-button.mat-primary,
.theme .mat-mdc-unelevated-button.mat-primary,
.theme .mat-mdc-raised-button.mat-primary,
.theme .mat-mdc-outlined-button.mat-primary,
.theme .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #48caff;
  --mat-button-filled-label-text-color: var(--uve-neutral-80);
  --mat-button-filled-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-filled-state-layer-color: var(--uve-neutral-80);
  --mat-button-outlined-label-text-color: #48caff;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #48caff 12%, transparent);
  --mat-button-outlined-state-layer-color: #48caff;
  --mat-button-protected-container-color: #48caff;
  --mat-button-protected-label-text-color: var(--uve-neutral-80);
  --mat-button-protected-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-protected-state-layer-color: var(--uve-neutral-80);
  --mat-button-text-label-text-color: #48caff;
  --mat-button-text-ripple-color: color-mix(in srgb, #48caff 12%, transparent);
  --mat-button-text-state-layer-color: #48caff;
  --mat-button-tonal-container-color: #48caff;
  --mat-button-tonal-label-text-color: var(--uve-neutral-80);
  --mat-button-tonal-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-tonal-state-layer-color: var(--uve-neutral-80);
}
.theme .mat-mdc-button.mat-accent,
.theme .mat-mdc-unelevated-button.mat-accent,
.theme .mat-mdc-raised-button.mat-accent,
.theme .mat-mdc-outlined-button.mat-accent,
.theme .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f9bc4d;
  --mat-button-filled-label-text-color: var(--uve-neutral-80);
  --mat-button-filled-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-filled-state-layer-color: var(--uve-neutral-80);
  --mat-button-outlined-label-text-color: #f9bc4d;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f9bc4d 12%, transparent);
  --mat-button-outlined-state-layer-color: #f9bc4d;
  --mat-button-protected-container-color: #f9bc4d;
  --mat-button-protected-label-text-color: var(--uve-neutral-80);
  --mat-button-protected-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-protected-state-layer-color: var(--uve-neutral-80);
  --mat-button-text-label-text-color: #f9bc4d;
  --mat-button-text-ripple-color: color-mix(in srgb, #f9bc4d 12%, transparent);
  --mat-button-text-state-layer-color: #f9bc4d;
  --mat-button-tonal-container-color: #f9bc4d;
  --mat-button-tonal-label-text-color: var(--uve-neutral-80);
  --mat-button-tonal-ripple-color: color-mix(in srgb, var(--uve-neutral-80) 12%, transparent);
  --mat-button-tonal-state-layer-color: var(--uve-neutral-80);
}
.theme .mat-mdc-button.mat-warn,
.theme .mat-mdc-unelevated-button.mat-warn,
.theme .mat-mdc-raised-button.mat-warn,
.theme .mat-mdc-outlined-button.mat-warn,
.theme .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #e74c3c;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #e74c3c;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #e74c3c 12%, transparent);
  --mat-button-outlined-state-layer-color: #e74c3c;
  --mat-button-protected-container-color: #e74c3c;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #e74c3c;
  --mat-button-text-ripple-color: color-mix(in srgb, #e74c3c 12%, transparent);
  --mat-button-text-state-layer-color: #e74c3c;
  --mat-button-tonal-container-color: #e74c3c;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.theme .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f9bc4d;
}
.theme .mat-warn {
  --mat-progress-spinner-active-indicator-color: #e74c3c;
}
.theme .mat-datepicker-content.mat-accent,
.theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f9bc4d 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f9bc4d 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: var(--uve-neutral-80);
  --mat-datepicker-calendar-date-selected-state-background-color: #f9bc4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f9bc4d 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--uve-neutral-80);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f9bc4d 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f9bc4d 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f9bc4d;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-datepicker-content.mat-warn,
.theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #e74c3c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f9bc4d 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e74c3c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e74c3c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e74c3c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e74c3c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #e74c3c;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  color: #48caff;
}
.material-icons {
  font-family: "Material Icons";
}
.mat-raised-button,
.mat-stroked-button,
.mat-flat-button {
  padding: 0 1.15em;
  margin: 0 0.65em;
  min-width: 3em;
  line-height: 36.4px;
}
.mat-calendar-body-active,
.mat-calendar-body-selected {
  color: white !important;
  box-shadow: none !important;
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: var(--uve-primary) !important;
}
.mat-standard-chip {
  padding: 0.5em 0.85em;
  min-height: 2.5em;
}
.material-icons {
  font-size: 24px;
  font-family: "Material Icons", "Material Icons";
}
.material-icons .mat-badge-content {
  font-family: "Heebo";
}
.mat-card {
  border-radius: 10px !important;
}
.updating-animation.mat-progress-bar .mat-progress-bar-fill {
  transition: transform 200ms linear;
}
.mdc-switch--unselected .mdc-switch__handle::before {
  background: var(--uve-contrast) !important;
}
.mdc-switch--unselected .mdc-switch__handle::after {
  background: var(--uve-contrast) !important;
}
.mat-warning.mat-mdc-slide-toggle-checked .mdc-switch__track::after {
  background: var(--uve-warning-lighter) !important;
}
.mat-warning.mat-mdc-slide-toggle-checked .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: var(--uve-warning) !important;
}
.mat-primary.mat-mdc-slide-toggle-checked .mdc-switch__track::after {
  background: rgba(72, 202, 255, 0.5411764706) !important;
}
.mat-primary.mat-mdc-slide-toggle-checked .mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: var(--uve-primary) !important;
}
.mat-mdc-slide-toggle .mdc-switch .mdc-switch__ripple {
  display: none;
}
.mdc-switch__icon {
  display: none;
}
.cdk-overlay-pane,
.mat-menu-panel {
  max-width: unset !important;
  min-height: unset !important;
}
.mat-menu-panel {
  padding: 0.5rem;
}
.mat-checkbox-frame {
  border-width: 1px !important;
}
.mat-raised-button.mat-primary {
  color: white !important;
}
.mat-badge-content {
  color: white !important;
}
.mat-mdc-form-field-infix {
  border-top: 0 !important;
  min-height: 36px;
  padding-top: 0.5rem !important;
}
.mat-mdc-form-field-flex {
  height: 100%;
}
.mat-mdc-form-field-wrapper {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
.mat-mdc-text-field-wrapper {
  max-height: 36px;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__trailing {
  border-color: var(--uve-borders) !important;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.mdc-menu-surface.mat-mdc-select-panel,
.mat-mdc-menu-content {
  padding: 0 !important;
}
.mat-mdc-form-field {
  width: inherit;
}
.theme .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-thick {
  color: #48caff;
}
.mat-mdc-input-element {
  border-bottom: none !important;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-thick .mat-mdc-form-field-outline-start,
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-thick .mat-mdc-form-field-outline-end,
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-thick .mat-mdc-form-field-outline-gap {
  border-width: 1px !important;
}
.mat-mdc-tab-links {
  display: inline-flex !important;
}
.mdc-tab__ripple::before,
.mat-mdc-tab-link .mat-ripple-element {
  background-color: transparent !important;
}
.mat-mdc-tab-link .mdc-tab__text-label {
  text-transform: uppercase;
}
.mat-mdc-tab-link:hover .mdc-tab__text-label {
  color: var(--uve-primary) !important;
}
.mat-mdc-tab-link:not(.mdc-tab-indicator--active) .mdc-tab__text-label {
  color: var(--uve-text-primary) !important;
}
.mat-grid-tile-custom > .mat-grid-tile-content {
  align-items: flex-start;
}
button.mat-button-base,
a.mat-button-base {
  border-radius: 100px;
}
button.mat-button-base i + span,
a.mat-button-base i + span {
  margin-left: 0.5rem;
}
mat-checkbox.mat-checkbox-full-width {
  padding: 0.5rem;
  transition: 0s all linear;
}
mat-checkbox.mat-checkbox-full-width label {
  width: 100%;
}
mat-checkbox.mat-checkbox-full-width label .mat-checkbox-inner-container {
  margin-left: 0;
}
:root {
  font-size: inherit;
  --uve-blue-40: #48caff;
  --uve-blue-40-15percent: #48caff26;
}
.logo {
  margin-top: 5px;
}
.logo img {
  max-width: 155px;
}
.list-ios {
  margin-bottom: 0;
}
/*!
 * Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa-offline {
  font-family: var(--fa-offline-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-offline-style, 900);
}
.fa-offline,
.fa-offline-classic,
.fa-offline-sharp,
.fas,
.fa-offline-solid,
.far,
.fa-offline-regular,
.fal,
.fa-offline-light,
.fat,
.fa-offline-thin,
.fad,
.fa-offline-duotone,
.fass,
.fa-offline-sharp-solid,
.fab,
.fa-offline-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-offline-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-offline-classic,
.fa-offline-solid,
.far,
.fa-offline-regular,
.fal,
.fa-offline-light,
.fat,
.fa-offline-thin {
  font-family: "Font Awesome 6 Pro";
}
.fab,
.fa-offline-brands {
  font-family: "Font Awesome 6 Brands";
}
.fad,
.fa-offline-classic.fa-offline-duotone,
.fa-offline-duotone {
  font-family: "Font Awesome 6 Duotone";
}
.fass,
.fa-offline-sharp {
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
}
.fa-offline-1x {
  font-size: 1em;
}
.fa-offline-2x {
  font-size: 2em;
}
.fa-offline-3x {
  font-size: 3em;
}
.fa-offline-4x {
  font-size: 4em;
}
.fa-offline-5x {
  font-size: 5em;
}
.fa-offline-6x {
  font-size: 6em;
}
.fa-offline-7x {
  font-size: 7em;
}
.fa-offline-8x {
  font-size: 8em;
}
.fa-offline-9x {
  font-size: 9em;
}
.fa-offline-10x {
  font-size: 10em;
}
.fa-offline-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-offline-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-offline-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-offline-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-offline-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-offline-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-offline-fw {
  text-align: center;
  width: 1.25em;
}
.fa-offline-ul {
  list-style-type: none;
  margin-left: var(--fa-offline-li-margin, 2.5em);
  padding-left: 0;
}
.fa-offline-ul > li {
  position: relative;
}
.fa-offline-li {
  left: calc(var(--fa-offline-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-offline-li-width, 2em);
  line-height: inherit;
}
.fa-offline-border {
  border-color: var(--fa-offline-border-color, #eee);
  border-radius: var(--fa-offline-border-radius, 0.1em);
  border-style: var(--fa-offline-border-style, solid);
  border-width: var(--fa-offline-border-width, 0.08em);
  padding: var(--fa-offline-border-padding, 0.2em 0.25em 0.15em);
}
.fa-offline-pull-left {
  float: left;
  margin-right: var(--fa-offline-pull-margin, 0.3em);
}
.fa-offline-pull-right {
  float: right;
  margin-left: var(--fa-offline-pull-margin, 0.3em);
}
.fa-offline-beat {
  animation-name: fa-offline-beat;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, ease-in-out);
}
.fa-offline-bounce {
  animation-name: fa-offline-bounce;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-offline-fade {
  animation-name: fa-offline-fade;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-offline-beat-fade {
  animation-name: fa-offline-beat-fade;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-offline-flip {
  animation-name: fa-offline-flip;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, ease-in-out);
}
.fa-offline-shake {
  animation-name: fa-offline-shake;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, linear);
}
.fa-offline-spin {
  animation-name: fa-offline-spin;
  animation-delay: var(--fa-offline-animation-delay, 0s);
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 2s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, linear);
}
.fa-offline-spin-reverse {
  --fa-offline-animation-direction: reverse;
}
.fa-offline-pulse,
.fa-offline-spin-pulse {
  animation-name: fa-offline-spin;
  animation-direction: var(--fa-offline-animation-direction, normal);
  animation-duration: var(--fa-offline-animation-duration, 1s);
  animation-iteration-count: var(--fa-offline-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-offline-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-offline-beat,
  .fa-offline-bounce,
  .fa-offline-fade,
  .fa-offline-beat-fade,
  .fa-offline-flip,
  .fa-offline-pulse,
  .fa-offline-shake,
  .fa-offline-spin,
  .fa-offline-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-offline-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-offline-beat-scale, 1.25));
  }
}
@keyframes fa-offline-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-offline-bounce-start-scale-x, 1.1), var(--fa-offline-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-offline-bounce-jump-scale-x, 0.9), var(--fa-offline-bounce-jump-scale-y, 1.1)) translateY(var(--fa-offline-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-offline-bounce-land-scale-x, 1.05), var(--fa-offline-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-offline-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-offline-fade {
  50% {
    opacity: var(--fa-offline-fade-opacity, 0.4);
  }
}
@keyframes fa-offline-beat-fade {
  0%, 100% {
    opacity: var(--fa-offline-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-offline-beat-fade-scale, 1.125));
  }
}
@keyframes fa-offline-flip {
  50% {
    transform: rotate3d(var(--fa-offline-flip-x, 0), var(--fa-offline-flip-y, 1), var(--fa-offline-flip-z, 0), var(--fa-offline-flip-angle, -180deg));
  }
}
@keyframes fa-offline-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-offline-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-offline-rotate-90 {
  transform: rotate(90deg);
}
.fa-offline-rotate-180 {
  transform: rotate(180deg);
}
.fa-offline-rotate-270 {
  transform: rotate(270deg);
}
.fa-offline-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-offline-flip-vertical {
  transform: scale(1, -1);
}
.fa-offline-flip-both,
.fa-offline-flip-horizontal.fa-offline-flip-vertical {
  transform: scale(-1, -1);
}
.fa-offline-rotate-by {
  transform: rotate(var(--fa-offline-rotate-angle, none));
}
.fa-offline-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-offline-stack-1x,
.fa-offline-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-offline-stack-z-index, auto);
}
.fa-offline-stack-1x {
  line-height: inherit;
}
.fa-offline-stack-2x {
  font-size: 2em;
}
.fa-offline-inverse {
  color: var(--fa-offline-inverse, #fff);
}
.fa-offline-0::before {
  content: "0";
}
.fa-offline-1::before {
  content: "1";
}
.fa-offline-2::before {
  content: "2";
}
.fa-offline-3::before {
  content: "3";
}
.fa-offline-4::before {
  content: "4";
}
.fa-offline-5::before {
  content: "5";
}
.fa-offline-6::before {
  content: "6";
}
.fa-offline-7::before {
  content: "7";
}
.fa-offline-8::before {
  content: "8";
}
.fa-offline-9::before {
  content: "9";
}
.fa-offline-fill-drip::before {
  content: "\f576";
}
.fa-offline-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-offline-circle-chevron-right::before {
  content: "\f138";
}
.fa-offline-chevron-circle-right::before {
  content: "\f138";
}
.fa-offline-wagon-covered::before {
  content: "\f8ee";
}
.fa-offline-line-height::before {
  content: "\f871";
}
.fa-offline-bagel::before {
  content: "\e3d7";
}
.fa-offline-transporter-7::before {
  content: "\e2a8";
}
.fa-offline-at::before {
  content: "@";
}
.fa-offline-rectangles-mixed::before {
  content: "\e323";
}
.fa-offline-phone-arrow-up-right::before {
  content: "\e224";
}
.fa-offline-phone-arrow-up::before {
  content: "\e224";
}
.fa-offline-phone-outgoing::before {
  content: "\e224";
}
.fa-offline-trash-can::before {
  content: "\f2ed";
}
.fa-offline-trash-alt::before {
  content: "\f2ed";
}
.fa-offline-circle-l::before {
  content: "\e114";
}
.fa-offline-head-side-goggles::before {
  content: "\f6ea";
}
.fa-offline-head-vr::before {
  content: "\f6ea";
}
.fa-offline-text-height::before {
  content: "\f034";
}
.fa-offline-user-xmark::before {
  content: "\f235";
}
.fa-offline-user-times::before {
  content: "\f235";
}
.fa-offline-face-hand-yawn::before {
  content: "\e379";
}
.fa-offline-gauge-simple-min::before {
  content: "\f62d";
}
.fa-offline-tachometer-slowest::before {
  content: "\f62d";
}
.fa-offline-stethoscope::before {
  content: "\f0f1";
}
.fa-offline-coffin::before {
  content: "\f6c6";
}
.fa-offline-message::before {
  content: "\f27a";
}
.fa-offline-comment-alt::before {
  content: "\f27a";
}
.fa-offline-salad::before {
  content: "\f81e";
}
.fa-offline-bowl-salad::before {
  content: "\f81e";
}
.fa-offline-info::before {
  content: "\f129";
}
.fa-offline-robot-astromech::before {
  content: "\e2d2";
}
.fa-offline-ring-diamond::before {
  content: "\e5ab";
}
.fa-offline-fondue-pot::before {
  content: "\e40d";
}
.fa-offline-theta::before {
  content: "\f69e";
}
.fa-offline-face-hand-peeking::before {
  content: "\e481";
}
.fa-offline-square-user::before {
  content: "\e283";
}
.fa-offline-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-offline-compress-alt::before {
  content: "\f422";
}
.fa-offline-explosion::before {
  content: "\e4e9";
}
.fa-offline-file-lines::before {
  content: "\f15c";
}
.fa-offline-file-alt::before {
  content: "\f15c";
}
.fa-offline-file-text::before {
  content: "\f15c";
}
.fa-offline-wave-square::before {
  content: "\f83e";
}
.fa-offline-ring::before {
  content: "\f70b";
}
.fa-offline-building-un::before {
  content: "\e4d9";
}
.fa-offline-dice-three::before {
  content: "\f527";
}
.fa-offline-tire-pressure-warning::before {
  content: "\f633";
}
.fa-offline-wifi-fair::before {
  content: "\f6ab";
}
.fa-offline-wifi-2::before {
  content: "\f6ab";
}
.fa-offline-calendar-days::before {
  content: "\f073";
}
.fa-offline-calendar-alt::before {
  content: "\f073";
}
.fa-offline-mp3-player::before {
  content: "\f8ce";
}
.fa-offline-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-offline-tally-4::before {
  content: "\e297";
}
.fa-offline-rectangle-history::before {
  content: "\e4a2";
}
.fa-offline-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-offline-volleyball::before {
  content: "\f45f";
}
.fa-offline-volleyball-ball::before {
  content: "\f45f";
}
.fa-offline-sun-haze::before {
  content: "\f765";
}
.fa-offline-text-size::before {
  content: "\f894";
}
.fa-offline-ufo::before {
  content: "\e047";
}
.fa-offline-fork::before {
  content: "\f2e3";
}
.fa-offline-utensil-fork::before {
  content: "\f2e3";
}
.fa-offline-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-offline-mobile-signal::before {
  content: "\e1ef";
}
.fa-offline-barcode-scan::before {
  content: "\f465";
}
.fa-offline-sort-down::before {
  content: "\f0dd";
}
.fa-offline-sort-desc::before {
  content: "\f0dd";
}
.fa-offline-folder-arrow-down::before {
  content: "\e053";
}
.fa-offline-folder-download::before {
  content: "\e053";
}
.fa-offline-circle-minus::before {
  content: "\f056";
}
.fa-offline-minus-circle::before {
  content: "\f056";
}
.fa-offline-face-icicles::before {
  content: "\e37c";
}
.fa-offline-shovel::before {
  content: "\f713";
}
.fa-offline-door-open::before {
  content: "\f52b";
}
.fa-offline-films::before {
  content: "\e17a";
}
.fa-offline-right-from-bracket::before {
  content: "\f2f5";
}
.fa-offline-sign-out-alt::before {
  content: "\f2f5";
}
.fa-offline-face-glasses::before {
  content: "\e377";
}
.fa-offline-nfc::before {
  content: "\e1f7";
}
.fa-offline-atom::before {
  content: "\f5d2";
}
.fa-offline-soap::before {
  content: "\e06e";
}
.fa-offline-icons::before {
  content: "\f86d";
}
.fa-offline-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-offline-microphone-lines-slash::before {
  content: "\f539";
}
.fa-offline-microphone-alt-slash::before {
  content: "\f539";
}
.fa-offline-closed-captioning-slash::before {
  content: "\e135";
}
.fa-offline-calculator-simple::before {
  content: "\f64c";
}
.fa-offline-calculator-alt::before {
  content: "\f64c";
}
.fa-offline-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-offline-sliders-up::before {
  content: "\f3f1";
}
.fa-offline-sliders-v::before {
  content: "\f3f1";
}
.fa-offline-location-minus::before {
  content: "\f609";
}
.fa-offline-map-marker-minus::before {
  content: "\f609";
}
.fa-offline-pump-medical::before {
  content: "\e06a";
}
.fa-offline-fingerprint::before {
  content: "\f577";
}
.fa-offline-ski-boot::before {
  content: "\e3cc";
}
.fa-offline-standard-definition::before {
  content: "\e28a";
}
.fa-offline-rectangle-sd::before {
  content: "\e28a";
}
.fa-offline-h1::before {
  content: "\f313";
}
.fa-offline-hand-point-right::before {
  content: "\f0a4";
}
.fa-offline-magnifying-glass-location::before {
  content: "\f689";
}
.fa-offline-search-location::before {
  content: "\f689";
}
.fa-offline-message-bot::before {
  content: "\e3b8";
}
.fa-offline-forward-step::before {
  content: "\f051";
}
.fa-offline-step-forward::before {
  content: "\f051";
}
.fa-offline-face-smile-beam::before {
  content: "\f5b8";
}
.fa-offline-smile-beam::before {
  content: "\f5b8";
}
.fa-offline-light-ceiling::before {
  content: "\e016";
}
.fa-offline-message-exclamation::before {
  content: "\f4a5";
}
.fa-offline-comment-alt-exclamation::before {
  content: "\f4a5";
}
.fa-offline-bowl-scoop::before {
  content: "\e3de";
}
.fa-offline-bowl-shaved-ice::before {
  content: "\e3de";
}
.fa-offline-square-x::before {
  content: "\e286";
}
.fa-offline-utility-pole-double::before {
  content: "\e2c4";
}
.fa-offline-flag-checkered::before {
  content: "\f11e";
}
.fa-offline-chevrons-up::before {
  content: "\f325";
}
.fa-offline-chevron-double-up::before {
  content: "\f325";
}
.fa-offline-football::before {
  content: "\f44e";
}
.fa-offline-football-ball::before {
  content: "\f44e";
}
.fa-offline-user-vneck::before {
  content: "\e461";
}
.fa-offline-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-offline-crop::before {
  content: "\f125";
}
.fa-offline-angles-down::before {
  content: "\f103";
}
.fa-offline-angle-double-down::before {
  content: "\f103";
}
.fa-offline-users-rectangle::before {
  content: "\e594";
}
.fa-offline-people-roof::before {
  content: "\e537";
}
.fa-offline-square-arrow-right::before {
  content: "\f33b";
}
.fa-offline-arrow-square-right::before {
  content: "\f33b";
}
.fa-offline-location-plus::before {
  content: "\f60a";
}
.fa-offline-map-marker-plus::before {
  content: "\f60a";
}
.fa-offline-lightbulb-exclamation-on::before {
  content: "\e1ca";
}
.fa-offline-people-line::before {
  content: "\e534";
}
.fa-offline-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-offline-beer::before {
  content: "\f0fc";
}
.fa-offline-crate-empty::before {
  content: "\e151";
}
.fa-offline-diagram-predecessor::before {
  content: "\e477";
}
.fa-offline-transporter::before {
  content: "\e042";
}
.fa-offline-calendar-circle-user::before {
  content: "\e471";
}
.fa-offline-arrow-up-long::before {
  content: "\f176";
}
.fa-offline-long-arrow-up::before {
  content: "\f176";
}
.fa-offline-person-carry-box::before {
  content: "\f4cf";
}
.fa-offline-person-carry::before {
  content: "\f4cf";
}
.fa-offline-fire-flame-simple::before {
  content: "\f46a";
}
.fa-offline-burn::before {
  content: "\f46a";
}
.fa-offline-person::before {
  content: "\f183";
}
.fa-offline-male::before {
  content: "\f183";
}
.fa-offline-laptop::before {
  content: "\f109";
}
.fa-offline-file-csv::before {
  content: "\f6dd";
}
.fa-offline-menorah::before {
  content: "\f676";
}
.fa-offline-union::before {
  content: "\f6a2";
}
.fa-offline-chevrons-left::before {
  content: "\f323";
}
.fa-offline-chevron-double-left::before {
  content: "\f323";
}
.fa-offline-circle-heart::before {
  content: "\f4c7";
}
.fa-offline-heart-circle::before {
  content: "\f4c7";
}
.fa-offline-truck-plane::before {
  content: "\e58f";
}
.fa-offline-record-vinyl::before {
  content: "\f8d9";
}
.fa-offline-bring-forward::before {
  content: "\f856";
}
.fa-offline-square-p::before {
  content: "\e279";
}
.fa-offline-face-grin-stars::before {
  content: "\f587";
}
.fa-offline-grin-stars::before {
  content: "\f587";
}
.fa-offline-sigma::before {
  content: "\f68b";
}
.fa-offline-camera-movie::before {
  content: "\f8a9";
}
.fa-offline-bong::before {
  content: "\f55c";
}
.fa-offline-clarinet::before {
  content: "\f8ad";
}
.fa-offline-truck-flatbed::before {
  content: "\e2b6";
}
.fa-offline-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-offline-pastafarianism::before {
  content: "\f67b";
}
.fa-offline-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-offline-leaf-heart::before {
  content: "\f4cb";
}
.fa-offline-house-building::before {
  content: "\e1b1";
}
.fa-offline-cheese-swiss::before {
  content: "\f7f0";
}
.fa-offline-spoon::before {
  content: "\f2e5";
}
.fa-offline-utensil-spoon::before {
  content: "\f2e5";
}
.fa-offline-jar-wheat::before {
  content: "\e517";
}
.fa-offline-envelopes-bulk::before {
  content: "\f674";
}
.fa-offline-mail-bulk::before {
  content: "\f674";
}
.fa-offline-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-offline-bow-arrow::before {
  content: "\f6b9";
}
.fa-offline-cart-xmark::before {
  content: "\e0dd";
}
.fa-offline-hexagon-xmark::before {
  content: "\f2ee";
}
.fa-offline-times-hexagon::before {
  content: "\f2ee";
}
.fa-offline-xmark-hexagon::before {
  content: "\f2ee";
}
.fa-offline-circle-h::before {
  content: "\f47e";
}
.fa-offline-hospital-symbol::before {
  content: "\f47e";
}
.fa-offline-merge::before {
  content: "\e526";
}
.fa-offline-pager::before {
  content: "\f815";
}
.fa-offline-cart-minus::before {
  content: "\e0db";
}
.fa-offline-address-book::before {
  content: "\f2b9";
}
.fa-offline-contact-book::before {
  content: "\f2b9";
}
.fa-offline-pan-frying::before {
  content: "\e42c";
}
.fa-offline-grid::before {
  content: "\e195";
}
.fa-offline-grid-3::before {
  content: "\e195";
}
.fa-offline-football-helmet::before {
  content: "\f44f";
}
.fa-offline-hand-love::before {
  content: "\e1a5";
}
.fa-offline-trees::before {
  content: "\f724";
}
.fa-offline-strikethrough::before {
  content: "\f0cc";
}
.fa-offline-page::before {
  content: "\e428";
}
.fa-offline-k::before {
  content: "K";
}
.fa-offline-diagram-previous::before {
  content: "\e478";
}
.fa-offline-gauge-min::before {
  content: "\f628";
}
.fa-offline-tachometer-alt-slowest::before {
  content: "\f628";
}
.fa-offline-folder-grid::before {
  content: "\e188";
}
.fa-offline-eggplant::before {
  content: "\e16c";
}
.fa-offline-ram::before {
  content: "\f70a";
}
.fa-offline-landmark-flag::before {
  content: "\e51c";
}
.fa-offline-lips::before {
  content: "\f600";
}
.fa-offline-pencil::before {
  content: "\f303";
}
.fa-offline-pencil-alt::before {
  content: "\f303";
}
.fa-offline-backward::before {
  content: "\f04a";
}
.fa-offline-caret-right::before {
  content: "\f0da";
}
.fa-offline-comments::before {
  content: "\f086";
}
.fa-offline-paste::before {
  content: "\f0ea";
}
.fa-offline-file-clipboard::before {
  content: "\f0ea";
}
.fa-offline-desktop-arrow-down::before {
  content: "\e155";
}
.fa-offline-code-pull-request::before {
  content: "\e13c";
}
.fa-offline-pumpkin::before {
  content: "\f707";
}
.fa-offline-clipboard-list::before {
  content: "\f46d";
}
.fa-offline-pen-field::before {
  content: "\e211";
}
.fa-offline-blueberries::before {
  content: "\e2e8";
}
.fa-offline-truck-ramp-box::before {
  content: "\f4de";
}
.fa-offline-truck-loading::before {
  content: "\f4de";
}
.fa-offline-note::before {
  content: "\e1ff";
}
.fa-offline-arrow-down-to-square::before {
  content: "\e096";
}
.fa-offline-user-check::before {
  content: "\f4fc";
}
.fa-offline-cloud-xmark::before {
  content: "\e35f";
}
.fa-offline-vial-virus::before {
  content: "\e597";
}
.fa-offline-book-blank::before {
  content: "\f5d9";
}
.fa-offline-book-alt::before {
  content: "\f5d9";
}
.fa-offline-golf-flag-hole::before {
  content: "\e3ac";
}
.fa-offline-message-arrow-down::before {
  content: "\e1db";
}
.fa-offline-comment-alt-arrow-down::before {
  content: "\e1db";
}
.fa-offline-face-unamused::before {
  content: "\e39f";
}
.fa-offline-sheet-plastic::before {
  content: "\e571";
}
.fa-offline-circle-9::before {
  content: "\e0f6";
}
.fa-offline-blog::before {
  content: "\f781";
}
.fa-offline-user-ninja::before {
  content: "\f504";
}
.fa-offline-pencil-slash::before {
  content: "\e215";
}
.fa-offline-bowling-pins::before {
  content: "\f437";
}
.fa-offline-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-offline-down-right::before {
  content: "\e16b";
}
.fa-offline-scroll-torah::before {
  content: "\f6a0";
}
.fa-offline-torah::before {
  content: "\f6a0";
}
.fa-offline-blinds-open::before {
  content: "\f8fc";
}
.fa-offline-fence::before {
  content: "\e303";
}
.fa-offline-up::before {
  content: "\f357";
}
.fa-offline-arrow-alt-up::before {
  content: "\f357";
}
.fa-offline-broom-ball::before {
  content: "\f458";
}
.fa-offline-quidditch::before {
  content: "\f458";
}
.fa-offline-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-offline-drumstick::before {
  content: "\f6d6";
}
.fa-offline-square-v::before {
  content: "\e284";
}
.fa-offline-face-awesome::before {
  content: "\e409";
}
.fa-offline-gave-dandy::before {
  content: "\e409";
}
.fa-offline-dial-off::before {
  content: "\e162";
}
.fa-offline-toggle-off::before {
  content: "\f204";
}
.fa-offline-face-smile-horns::before {
  content: "\e391";
}
.fa-offline-box-archive::before {
  content: "\f187";
}
.fa-offline-archive::before {
  content: "\f187";
}
.fa-offline-grapes::before {
  content: "\e306";
}
.fa-offline-person-drowning::before {
  content: "\e545";
}
.fa-offline-dial-max::before {
  content: "\e15e";
}
.fa-offline-circle-m::before {
  content: "\e115";
}
.fa-offline-calendar-image::before {
  content: "\e0d4";
}
.fa-offline-circle-caret-down::before {
  content: "\f32d";
}
.fa-offline-caret-circle-down::before {
  content: "\f32d";
}
.fa-offline-arrow-down-9-1::before {
  content: "\f886";
}
.fa-offline-sort-numeric-desc::before {
  content: "\f886";
}
.fa-offline-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-offline-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-offline-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-offline-shish-kebab::before {
  content: "\f821";
}
.fa-offline-spray-can::before {
  content: "\f5bd";
}
.fa-offline-alarm-snooze::before {
  content: "\f845";
}
.fa-offline-scarecrow::before {
  content: "\f70d";
}
.fa-offline-truck-monster::before {
  content: "\f63b";
}
.fa-offline-gift-card::before {
  content: "\f663";
}
.fa-offline-w::before {
  content: "W";
}
.fa-offline-code-pull-request-draft::before {
  content: "\e3fa";
}
.fa-offline-square-b::before {
  content: "\e264";
}
.fa-offline-elephant::before {
  content: "\f6da";
}
.fa-offline-earth-africa::before {
  content: "\f57c";
}
.fa-offline-globe-africa::before {
  content: "\f57c";
}
.fa-offline-rainbow::before {
  content: "\f75b";
}
.fa-offline-circle-notch::before {
  content: "\f1ce";
}
.fa-offline-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-offline-tablet-alt::before {
  content: "\f3fa";
}
.fa-offline-paw::before {
  content: "\f1b0";
}
.fa-offline-message-question::before {
  content: "\e1e3";
}
.fa-offline-cloud::before {
  content: "\f0c2";
}
.fa-offline-trowel-bricks::before {
  content: "\e58a";
}
.fa-offline-square-3::before {
  content: "\e258";
}
.fa-offline-face-flushed::before {
  content: "\f579";
}
.fa-offline-flushed::before {
  content: "\f579";
}
.fa-offline-hospital-user::before {
  content: "\f80d";
}
.fa-offline-microwave::before {
  content: "\e01b";
}
.fa-offline-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-offline-cart-circle-arrow-up::before {
  content: "\e3f0";
}
.fa-offline-trash-clock::before {
  content: "\e2b0";
}
.fa-offline-gavel::before {
  content: "\f0e3";
}
.fa-offline-legal::before {
  content: "\f0e3";
}
.fa-offline-sprinkler-ceiling::before {
  content: "\e44c";
}
.fa-offline-browsers::before {
  content: "\e0cb";
}
.fa-offline-trillium::before {
  content: "\e588";
}
.fa-offline-music-slash::before {
  content: "\f8d1";
}
.fa-offline-truck-ramp::before {
  content: "\f4e0";
}
.fa-offline-binoculars::before {
  content: "\f1e5";
}
.fa-offline-microphone-slash::before {
  content: "\f131";
}
.fa-offline-box-tissue::before {
  content: "\e05b";
}
.fa-offline-circle-c::before {
  content: "\e101";
}
.fa-offline-star-christmas::before {
  content: "\f7d4";
}
.fa-offline-chart-bullet::before {
  content: "\e0e1";
}
.fa-offline-motorcycle::before {
  content: "\f21c";
}
.fa-offline-tree-christmas::before {
  content: "\f7db";
}
.fa-offline-tire-flat::before {
  content: "\f632";
}
.fa-offline-sunglasses::before {
  content: "\f892";
}
.fa-offline-badge::before {
  content: "\f335";
}
.fa-offline-message-pen::before {
  content: "\f4a4";
}
.fa-offline-comment-alt-edit::before {
  content: "\f4a4";
}
.fa-offline-message-edit::before {
  content: "\f4a4";
}
.fa-offline-bell-concierge::before {
  content: "\f562";
}
.fa-offline-concierge-bell::before {
  content: "\f562";
}
.fa-offline-pen-ruler::before {
  content: "\f5ae";
}
.fa-offline-pencil-ruler::before {
  content: "\f5ae";
}
.fa-offline-chess-rook-piece::before {
  content: "\f448";
}
.fa-offline-chess-rook-alt::before {
  content: "\f448";
}
.fa-offline-square-root::before {
  content: "\f697";
}
.fa-offline-album-collection-circle-plus::before {
  content: "\e48e";
}
.fa-offline-people-arrows::before {
  content: "\e068";
}
.fa-offline-people-arrows-left-right::before {
  content: "\e068";
}
.fa-offline-face-angry-horns::before {
  content: "\e368";
}
.fa-offline-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-offline-tombstone::before {
  content: "\f720";
}
.fa-offline-square-caret-right::before {
  content: "\f152";
}
.fa-offline-caret-square-right::before {
  content: "\f152";
}
.fa-offline-scissors::before {
  content: "\f0c4";
}
.fa-offline-cut::before {
  content: "\f0c4";
}
.fa-offline-list-music::before {
  content: "\f8c9";
}
.fa-offline-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-offline-toilets-portable::before {
  content: "\e584";
}
.fa-offline-hockey-puck::before {
  content: "\f453";
}
.fa-offline-mustache::before {
  content: "\e5bc";
}
.fa-offline-hyphen::before {
  content: "-";
}
.fa-offline-table::before {
  content: "\f0ce";
}
.fa-offline-user-chef::before {
  content: "\e3d2";
}
.fa-offline-message-image::before {
  content: "\e1e0";
}
.fa-offline-comment-alt-image::before {
  content: "\e1e0";
}
.fa-offline-users-medical::before {
  content: "\f830";
}
.fa-offline-sensor-triangle-exclamation::before {
  content: "\e029";
}
.fa-offline-sensor-alert::before {
  content: "\e029";
}
.fa-offline-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-offline-tachograph-digital::before {
  content: "\f566";
}
.fa-offline-digital-tachograph::before {
  content: "\f566";
}
.fa-offline-face-mask::before {
  content: "\e37f";
}
.fa-offline-pickleball::before {
  content: "\e435";
}
.fa-offline-star-sharp-half::before {
  content: "\e28c";
}
.fa-offline-users-slash::before {
  content: "\e073";
}
.fa-offline-clover::before {
  content: "\e139";
}
.fa-offline-meat::before {
  content: "\f814";
}
.fa-offline-reply::before {
  content: "\f3e5";
}
.fa-offline-mail-reply::before {
  content: "\f3e5";
}
.fa-offline-star-and-crescent::before {
  content: "\f699";
}
.fa-offline-empty-set::before {
  content: "\f656";
}
.fa-offline-house-fire::before {
  content: "\e50c";
}
.fa-offline-square-minus::before {
  content: "\f146";
}
.fa-offline-minus-square::before {
  content: "\f146";
}
.fa-offline-helicopter::before {
  content: "\f533";
}
.fa-offline-bird::before {
  content: "\e469";
}
.fa-offline-compass::before {
  content: "\f14e";
}
.fa-offline-square-caret-down::before {
  content: "\f150";
}
.fa-offline-caret-square-down::before {
  content: "\f150";
}
.fa-offline-heart-half-stroke::before {
  content: "\e1ac";
}
.fa-offline-heart-half-alt::before {
  content: "\e1ac";
}
.fa-offline-file-circle-question::before {
  content: "\e4ef";
}
.fa-offline-laptop-code::before {
  content: "\f5fc";
}
.fa-offline-joystick::before {
  content: "\f8c5";
}
.fa-offline-grill-fire::before {
  content: "\e5a4";
}
.fa-offline-rectangle-vertical-history::before {
  content: "\e237";
}
.fa-offline-swatchbook::before {
  content: "\f5c3";
}
.fa-offline-prescription-bottle::before {
  content: "\f485";
}
.fa-offline-bars::before {
  content: "\f0c9";
}
.fa-offline-navicon::before {
  content: "\f0c9";
}
.fa-offline-keyboard-left::before {
  content: "\e1c3";
}
.fa-offline-people-group::before {
  content: "\e533";
}
.fa-offline-hourglass-end::before {
  content: "\f253";
}
.fa-offline-hourglass-3::before {
  content: "\f253";
}
.fa-offline-heart-crack::before {
  content: "\f7a9";
}
.fa-offline-heart-broken::before {
  content: "\f7a9";
}
.fa-offline-face-beam-hand-over-mouth::before {
  content: "\e47c";
}
.fa-offline-droplet-percent::before {
  content: "\f750";
}
.fa-offline-humidity::before {
  content: "\f750";
}
.fa-offline-square-up-right::before {
  content: "\f360";
}
.fa-offline-external-link-square-alt::before {
  content: "\f360";
}
.fa-offline-face-kiss-beam::before {
  content: "\f597";
}
.fa-offline-kiss-beam::before {
  content: "\f597";
}
.fa-offline-corn::before {
  content: "\f6c7";
}
.fa-offline-roller-coaster::before {
  content: "\e324";
}
.fa-offline-photo-film-music::before {
  content: "\e228";
}
.fa-offline-radar::before {
  content: "\e024";
}
.fa-offline-sickle::before {
  content: "\f822";
}
.fa-offline-film::before {
  content: "\f008";
}
.fa-offline-coconut::before {
  content: "\e2f6";
}
.fa-offline-ruler-horizontal::before {
  content: "\f547";
}
.fa-offline-shield-cross::before {
  content: "\f712";
}
.fa-offline-cassette-tape::before {
  content: "\f8ab";
}
.fa-offline-square-terminal::before {
  content: "\e32a";
}
.fa-offline-people-robbery::before {
  content: "\e536";
}
.fa-offline-lightbulb::before {
  content: "\f0eb";
}
.fa-offline-caret-left::before {
  content: "\f0d9";
}
.fa-offline-comment-middle::before {
  content: "\e149";
}
.fa-offline-trash-can-list::before {
  content: "\e2ab";
}
.fa-offline-block::before {
  content: "\e46a";
}
.fa-offline-circle-exclamation::before {
  content: "\f06a";
}
.fa-offline-exclamation-circle::before {
  content: "\f06a";
}
.fa-offline-school-circle-xmark::before {
  content: "\e56d";
}
.fa-offline-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-offline-sign-out::before {
  content: "\f08b";
}
.fa-offline-face-frown-slight::before {
  content: "\e376";
}
.fa-offline-circle-chevron-down::before {
  content: "\f13a";
}
.fa-offline-chevron-circle-down::before {
  content: "\f13a";
}
.fa-offline-sidebar-flip::before {
  content: "\e24f";
}
.fa-offline-unlock-keyhole::before {
  content: "\f13e";
}
.fa-offline-unlock-alt::before {
  content: "\f13e";
}
.fa-offline-temperature-list::before {
  content: "\e299";
}
.fa-offline-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-offline-headphones-simple::before {
  content: "\f58f";
}
.fa-offline-headphones-alt::before {
  content: "\f58f";
}
.fa-offline-sitemap::before {
  content: "\f0e8";
}
.fa-offline-pipe-section::before {
  content: "\e438";
}
.fa-offline-space-station-moon-construction::before {
  content: "\e034";
}
.fa-offline-space-station-moon-alt::before {
  content: "\e034";
}
.fa-offline-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-offline-donate::before {
  content: "\f4b9";
}
.fa-offline-memory::before {
  content: "\f538";
}
.fa-offline-face-sleeping::before {
  content: "\e38d";
}
.fa-offline-road-spikes::before {
  content: "\e568";
}
.fa-offline-fire-burner::before {
  content: "\e4f1";
}
.fa-offline-squirrel::before {
  content: "\f71a";
}
.fa-offline-arrow-up-to-line::before {
  content: "\f341";
}
.fa-offline-arrow-to-top::before {
  content: "\f341";
}
.fa-offline-flag::before {
  content: "\f024";
}
.fa-offline-face-cowboy-hat::before {
  content: "\e36e";
}
.fa-offline-hanukiah::before {
  content: "\f6e6";
}
.fa-offline-chart-scatter-3d::before {
  content: "\e0e8";
}
.fa-offline-square-code::before {
  content: "\e267";
}
.fa-offline-feather::before {
  content: "\f52d";
}
.fa-offline-volume-low::before {
  content: "\f027";
}
.fa-offline-volume-down::before {
  content: "\f027";
}
.fa-offline-xmark-to-slot::before {
  content: "\f771";
}
.fa-offline-times-to-slot::before {
  content: "\f771";
}
.fa-offline-vote-nay::before {
  content: "\f771";
}
.fa-offline-box-taped::before {
  content: "\f49a";
}
.fa-offline-box-alt::before {
  content: "\f49a";
}
.fa-offline-comment-slash::before {
  content: "\f4b3";
}
.fa-offline-swords::before {
  content: "\f71d";
}
.fa-offline-cloud-sun-rain::before {
  content: "\f743";
}
.fa-offline-album::before {
  content: "\f89f";
}
.fa-offline-circle-n::before {
  content: "\e118";
}
.fa-offline-compress::before {
  content: "\f066";
}
.fa-offline-wheat-awn::before {
  content: "\e2cd";
}
.fa-offline-wheat-alt::before {
  content: "\e2cd";
}
.fa-offline-ankh::before {
  content: "\f644";
}
.fa-offline-hands-holding-child::before {
  content: "\e4fa";
}
.fa-offline-asterisk::before {
  content: "*";
}
.fa-offline-key-skeleton-left-right::before {
  content: "\e3b4";
}
.fa-offline-comment-lines::before {
  content: "\f4b0";
}
.fa-offline-luchador-mask::before {
  content: "\f455";
}
.fa-offline-luchador::before {
  content: "\f455";
}
.fa-offline-mask-luchador::before {
  content: "\f455";
}
.fa-offline-square-check::before {
  content: "\f14a";
}
.fa-offline-check-square::before {
  content: "\f14a";
}
.fa-offline-shredder::before {
  content: "\f68a";
}
.fa-offline-book-open-cover::before {
  content: "\e0c0";
}
.fa-offline-book-open-alt::before {
  content: "\e0c0";
}
.fa-offline-sandwich::before {
  content: "\f81f";
}
.fa-offline-peseta-sign::before {
  content: "\e221";
}
.fa-offline-square-parking-slash::before {
  content: "\f617";
}
.fa-offline-parking-slash::before {
  content: "\f617";
}
.fa-offline-train-tunnel::before {
  content: "\e454";
}
.fa-offline-heading::before {
  content: "\f1dc";
}
.fa-offline-header::before {
  content: "\f1dc";
}
.fa-offline-ghost::before {
  content: "\f6e2";
}
.fa-offline-face-anguished::before {
  content: "\e369";
}
.fa-offline-hockey-sticks::before {
  content: "\f454";
}
.fa-offline-abacus::before {
  content: "\f640";
}
.fa-offline-film-simple::before {
  content: "\f3a0";
}
.fa-offline-film-alt::before {
  content: "\f3a0";
}
.fa-offline-list::before {
  content: "\f03a";
}
.fa-offline-list-squares::before {
  content: "\f03a";
}
.fa-offline-tree-palm::before {
  content: "\f82b";
}
.fa-offline-square-phone-flip::before {
  content: "\f87b";
}
.fa-offline-phone-square-alt::before {
  content: "\f87b";
}
.fa-offline-cart-plus::before {
  content: "\f217";
}
.fa-offline-gamepad::before {
  content: "\f11b";
}
.fa-offline-border-center-v::before {
  content: "\f89d";
}
.fa-offline-circle-dot::before {
  content: "\f192";
}
.fa-offline-dot-circle::before {
  content: "\f192";
}
.fa-offline-clipboard-medical::before {
  content: "\e133";
}
.fa-offline-face-dizzy::before {
  content: "\f567";
}
.fa-offline-dizzy::before {
  content: "\f567";
}
.fa-offline-egg::before {
  content: "\f7fb";
}
.fa-offline-up-to-line::before {
  content: "\f34d";
}
.fa-offline-arrow-alt-to-top::before {
  content: "\f34d";
}
.fa-offline-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-offline-watch-fitness::before {
  content: "\f63e";
}
.fa-offline-clock-nine-thirty::before {
  content: "\e34d";
}
.fa-offline-campground::before {
  content: "\f6bb";
}
.fa-offline-folder-plus::before {
  content: "\f65e";
}
.fa-offline-jug::before {
  content: "\f8c6";
}
.fa-offline-futbol::before {
  content: "\f1e3";
}
.fa-offline-futbol-ball::before {
  content: "\f1e3";
}
.fa-offline-soccer-ball::before {
  content: "\f1e3";
}
.fa-offline-snow-blowing::before {
  content: "\f761";
}
.fa-offline-paintbrush::before {
  content: "\f1fc";
}
.fa-offline-paint-brush::before {
  content: "\f1fc";
}
.fa-offline-lock::before {
  content: "\f023";
}
.fa-offline-arrow-down-from-line::before {
  content: "\f345";
}
.fa-offline-arrow-from-top::before {
  content: "\f345";
}
.fa-offline-gas-pump::before {
  content: "\f52f";
}
.fa-offline-signal-bars-slash::before {
  content: "\f694";
}
.fa-offline-signal-alt-slash::before {
  content: "\f694";
}
.fa-offline-monkey::before {
  content: "\f6fb";
}
.fa-offline-rectangle-pro::before {
  content: "\e235";
}
.fa-offline-pro::before {
  content: "\e235";
}
.fa-offline-house-night::before {
  content: "\e010";
}
.fa-offline-hot-tub-person::before {
  content: "\f593";
}
.fa-offline-hot-tub::before {
  content: "\f593";
}
.fa-offline-blanket::before {
  content: "\f498";
}
.fa-offline-map-location::before {
  content: "\f59f";
}
.fa-offline-map-marked::before {
  content: "\f59f";
}
.fa-offline-house-flood-water::before {
  content: "\e50e";
}
.fa-offline-comments-question-check::before {
  content: "\e14f";
}
.fa-offline-tree::before {
  content: "\f1bb";
}
.fa-offline-arrows-cross::before {
  content: "\e0a2";
}
.fa-offline-backpack::before {
  content: "\f5d4";
}
.fa-offline-square-small::before {
  content: "\e27e";
}
.fa-offline-folder-arrow-up::before {
  content: "\e054";
}
.fa-offline-folder-upload::before {
  content: "\e054";
}
.fa-offline-bridge-lock::before {
  content: "\e4cc";
}
.fa-offline-crosshairs-simple::before {
  content: "\e59f";
}
.fa-offline-sack-dollar::before {
  content: "\f81d";
}
.fa-offline-pen-to-square::before {
  content: "\f044";
}
.fa-offline-edit::before {
  content: "\f044";
}
.fa-offline-square-sliders::before {
  content: "\f3f0";
}
.fa-offline-sliders-h-square::before {
  content: "\f3f0";
}
.fa-offline-car-side::before {
  content: "\f5e4";
}
.fa-offline-message-middle-top::before {
  content: "\e1e2";
}
.fa-offline-comment-middle-top-alt::before {
  content: "\e1e2";
}
.fa-offline-lightbulb-on::before {
  content: "\f672";
}
.fa-offline-knife::before {
  content: "\f2e4";
}
.fa-offline-utensil-knife::before {
  content: "\f2e4";
}
.fa-offline-share-nodes::before {
  content: "\f1e0";
}
.fa-offline-share-alt::before {
  content: "\f1e0";
}
.fa-offline-wave-sine::before {
  content: "\f899";
}
.fa-offline-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-offline-circle-w::before {
  content: "\e12c";
}
.fa-offline-circle-calendar::before {
  content: "\e102";
}
.fa-offline-calendar-circle::before {
  content: "\e102";
}
.fa-offline-hourglass-half::before {
  content: "\f252";
}
.fa-offline-hourglass-2::before {
  content: "\f252";
}
.fa-offline-microscope::before {
  content: "\f610";
}
.fa-offline-sunset::before {
  content: "\f767";
}
.fa-offline-sink::before {
  content: "\e06d";
}
.fa-offline-calendar-exclamation::before {
  content: "\f334";
}
.fa-offline-truck-container-empty::before {
  content: "\e2b5";
}
.fa-offline-hand-heart::before {
  content: "\f4bc";
}
.fa-offline-bag-shopping::before {
  content: "\f290";
}
.fa-offline-shopping-bag::before {
  content: "\f290";
}
.fa-offline-arrow-down-z-a::before {
  content: "\f881";
}
.fa-offline-sort-alpha-desc::before {
  content: "\f881";
}
.fa-offline-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-offline-mitten::before {
  content: "\f7b5";
}
.fa-offline-reply-clock::before {
  content: "\e239";
}
.fa-offline-reply-time::before {
  content: "\e239";
}
.fa-offline-person-rays::before {
  content: "\e54d";
}
.fa-offline-right::before {
  content: "\f356";
}
.fa-offline-arrow-alt-right::before {
  content: "\f356";
}
.fa-offline-circle-f::before {
  content: "\e10e";
}
.fa-offline-users::before {
  content: "\f0c0";
}
.fa-offline-face-pleading::before {
  content: "\e386";
}
.fa-offline-eye-slash::before {
  content: "\f070";
}
.fa-offline-flask-vial::before {
  content: "\e4f3";
}
.fa-offline-police-box::before {
  content: "\e021";
}
.fa-offline-cucumber::before {
  content: "\e401";
}
.fa-offline-head-side-brain::before {
  content: "\f808";
}
.fa-offline-hand::before {
  content: "\f256";
}
.fa-offline-hand-paper::before {
  content: "\f256";
}
.fa-offline-person-biking-mountain::before {
  content: "\f84b";
}
.fa-offline-biking-mountain::before {
  content: "\f84b";
}
.fa-offline-utensils-slash::before {
  content: "\e464";
}
.fa-offline-print-magnifying-glass::before {
  content: "\f81a";
}
.fa-offline-print-search::before {
  content: "\f81a";
}
.fa-offline-folder-bookmark::before {
  content: "\e186";
}
.fa-offline-om::before {
  content: "\f679";
}
.fa-offline-pi::before {
  content: "\f67e";
}
.fa-offline-flask-round-potion::before {
  content: "\f6e1";
}
.fa-offline-flask-potion::before {
  content: "\f6e1";
}
.fa-offline-face-shush::before {
  content: "\e38c";
}
.fa-offline-worm::before {
  content: "\e599";
}
.fa-offline-house-circle-xmark::before {
  content: "\e50b";
}
.fa-offline-plug::before {
  content: "\f1e6";
}
.fa-offline-calendar-circle-exclamation::before {
  content: "\e46e";
}
.fa-offline-square-i::before {
  content: "\e272";
}
.fa-offline-chevron-up::before {
  content: "\f077";
}
.fa-offline-face-saluting::before {
  content: "\e484";
}
.fa-offline-gauge-simple-low::before {
  content: "\f62c";
}
.fa-offline-tachometer-slow::before {
  content: "\f62c";
}
.fa-offline-face-persevering::before {
  content: "\e385";
}
.fa-offline-circle-camera::before {
  content: "\e103";
}
.fa-offline-camera-circle::before {
  content: "\e103";
}
.fa-offline-hand-spock::before {
  content: "\f259";
}
.fa-offline-spider-web::before {
  content: "\f719";
}
.fa-offline-circle-microphone::before {
  content: "\e116";
}
.fa-offline-microphone-circle::before {
  content: "\e116";
}
.fa-offline-book-arrow-up::before {
  content: "\e0ba";
}
.fa-offline-popsicle::before {
  content: "\e43e";
}
.fa-offline-command::before {
  content: "\e142";
}
.fa-offline-blinds::before {
  content: "\f8fb";
}
.fa-offline-stopwatch::before {
  content: "\f2f2";
}
.fa-offline-saxophone::before {
  content: "\f8dc";
}
.fa-offline-square-2::before {
  content: "\e257";
}
.fa-offline-field-hockey-stick-ball::before {
  content: "\f44c";
}
.fa-offline-field-hockey::before {
  content: "\f44c";
}
.fa-offline-arrow-up-square-triangle::before {
  content: "\f88b";
}
.fa-offline-sort-shapes-up-alt::before {
  content: "\f88b";
}
.fa-offline-face-scream::before {
  content: "\e38b";
}
.fa-offline-square-m::before {
  content: "\e276";
}
.fa-offline-camera-web::before {
  content: "\f832";
}
.fa-offline-webcam::before {
  content: "\f832";
}
.fa-offline-comment-arrow-down::before {
  content: "\e143";
}
.fa-offline-lightbulb-cfl::before {
  content: "\e5a6";
}
.fa-offline-window-frame-open::before {
  content: "\e050";
}
.fa-offline-face-kiss::before {
  content: "\f596";
}
.fa-offline-kiss::before {
  content: "\f596";
}
.fa-offline-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-offline-period::before {
  content: ".";
}
.fa-offline-face-grin-tongue::before {
  content: "\f589";
}
.fa-offline-grin-tongue::before {
  content: "\f589";
}
.fa-offline-up-to-dotted-line::before {
  content: "\e457";
}
.fa-offline-thought-bubble::before {
  content: "\e32e";
}
.fa-offline-raygun::before {
  content: "\e025";
}
.fa-offline-flute::before {
  content: "\f8b9";
}
.fa-offline-acorn::before {
  content: "\f6ae";
}
.fa-offline-video-arrow-up-right::before {
  content: "\e2c9";
}
.fa-offline-grate-droplet::before {
  content: "\e194";
}
.fa-offline-seal-exclamation::before {
  content: "\e242";
}
.fa-offline-chess-bishop::before {
  content: "\f43a";
}
.fa-offline-message-sms::before {
  content: "\e1e5";
}
.fa-offline-coffee-beans::before {
  content: "\e13f";
}
.fa-offline-hat-witch::before {
  content: "\f6e7";
}
.fa-offline-face-grin-wink::before {
  content: "\f58c";
}
.fa-offline-grin-wink::before {
  content: "\f58c";
}
.fa-offline-clock-three-thirty::before {
  content: "\e357";
}
.fa-offline-ear-deaf::before {
  content: "\f2a4";
}
.fa-offline-deaf::before {
  content: "\f2a4";
}
.fa-offline-deafness::before {
  content: "\f2a4";
}
.fa-offline-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-offline-alarm-clock::before {
  content: "\f34e";
}
.fa-offline-eclipse::before {
  content: "\f749";
}
.fa-offline-face-relieved::before {
  content: "\e389";
}
.fa-offline-road-circle-check::before {
  content: "\e564";
}
.fa-offline-dice-five::before {
  content: "\f523";
}
.fa-offline-octagon-minus::before {
  content: "\f308";
}
.fa-offline-minus-octagon::before {
  content: "\f308";
}
.fa-offline-square-rss::before {
  content: "\f143";
}
.fa-offline-rss-square::before {
  content: "\f143";
}
.fa-offline-face-zany::before {
  content: "\e3a4";
}
.fa-offline-tricycle::before {
  content: "\e5c3";
}
.fa-offline-land-mine-on::before {
  content: "\e51b";
}
.fa-offline-square-arrow-up-left::before {
  content: "\e263";
}
.fa-offline-i-cursor::before {
  content: "\f246";
}
.fa-offline-salt-shaker::before {
  content: "\e446";
}
.fa-offline-stamp::before {
  content: "\f5bf";
}
.fa-offline-file-plus::before {
  content: "\f319";
}
.fa-offline-draw-square::before {
  content: "\f5ef";
}
.fa-offline-toilet-paper-under-slash::before {
  content: "\e2a1";
}
.fa-offline-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}
.fa-offline-stairs::before {
  content: "\e289";
}
.fa-offline-drone-front::before {
  content: "\f860";
}
.fa-offline-drone-alt::before {
  content: "\f860";
}
.fa-offline-glass-empty::before {
  content: "\e191";
}
.fa-offline-dial-high::before {
  content: "\e15c";
}
.fa-offline-user-helmet-safety::before {
  content: "\f82c";
}
.fa-offline-user-construction::before {
  content: "\f82c";
}
.fa-offline-user-hard-hat::before {
  content: "\f82c";
}
.fa-offline-i::before {
  content: "I";
}
.fa-offline-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-offline-hryvnia::before {
  content: "\f6f2";
}
.fa-offline-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}
.fa-offline-pills::before {
  content: "\f484";
}
.fa-offline-face-grin-wide::before {
  content: "\f581";
}
.fa-offline-grin-alt::before {
  content: "\f581";
}
.fa-offline-tooth::before {
  content: "\f5c9";
}
.fa-offline-basketball-hoop::before {
  content: "\f435";
}
.fa-offline-objects-align-bottom::before {
  content: "\e3bb";
}
.fa-offline-v::before {
  content: "V";
}
.fa-offline-sparkles::before {
  content: "\f890";
}
.fa-offline-squid::before {
  content: "\e450";
}
.fa-offline-leafy-green::before {
  content: "\e41d";
}
.fa-offline-circle-arrow-up-right::before {
  content: "\e0fc";
}
.fa-offline-calendars::before {
  content: "\e0d7";
}
.fa-offline-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-offline-bicycle::before {
  content: "\f206";
}
.fa-offline-hammer-war::before {
  content: "\f6e4";
}
.fa-offline-circle-d::before {
  content: "\e104";
}
.fa-offline-spider-black-widow::before {
  content: "\f718";
}
.fa-offline-staff-snake::before {
  content: "\e579";
}
.fa-offline-rod-asclepius::before {
  content: "\e579";
}
.fa-offline-rod-snake::before {
  content: "\e579";
}
.fa-offline-staff-aesculapius::before {
  content: "\e579";
}
.fa-offline-pear::before {
  content: "\e20c";
}
.fa-offline-head-side-cough-slash::before {
  content: "\e062";
}
.fa-offline-triangle::before {
  content: "\f2ec";
}
.fa-offline-apartment::before {
  content: "\e468";
}
.fa-offline-truck-medical::before {
  content: "\f0f9";
}
.fa-offline-ambulance::before {
  content: "\f0f9";
}
.fa-offline-pepper::before {
  content: "\e432";
}
.fa-offline-piano::before {
  content: "\f8d4";
}
.fa-offline-gun-squirt::before {
  content: "\e19d";
}
.fa-offline-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-offline-snowman::before {
  content: "\f7d0";
}
.fa-offline-user-alien::before {
  content: "\e04a";
}
.fa-offline-shield-check::before {
  content: "\f2f7";
}
.fa-offline-mortar-pestle::before {
  content: "\f5a7";
}
.fa-offline-road-barrier::before {
  content: "\e562";
}
.fa-offline-chart-candlestick::before {
  content: "\e0e2";
}
.fa-offline-briefcase-blank::before {
  content: "\e0c8";
}
.fa-offline-school::before {
  content: "\f549";
}
.fa-offline-igloo::before {
  content: "\f7ae";
}
.fa-offline-bracket-round::before {
  content: "(";
}
.fa-offline-parenthesis::before {
  content: "(";
}
.fa-offline-joint::before {
  content: "\f595";
}
.fa-offline-horse-saddle::before {
  content: "\f8c3";
}
.fa-offline-mug-marshmallows::before {
  content: "\f7b7";
}
.fa-offline-filters::before {
  content: "\e17e";
}
.fa-offline-bell-on::before {
  content: "\f8fa";
}
.fa-offline-angle-right::before {
  content: "\f105";
}
.fa-offline-dial-med::before {
  content: "\e15f";
}
.fa-offline-horse::before {
  content: "\f6f0";
}
.fa-offline-q::before {
  content: "Q";
}
.fa-offline-monitor-waveform::before {
  content: "\f611";
}
.fa-offline-monitor-heart-rate::before {
  content: "\f611";
}
.fa-offline-link-simple::before {
  content: "\e1cd";
}
.fa-offline-whistle::before {
  content: "\f460";
}
.fa-offline-g::before {
  content: "G";
}
.fa-offline-wine-glass-crack::before {
  content: "\f4bb";
}
.fa-offline-fragile::before {
  content: "\f4bb";
}
.fa-offline-slot-machine::before {
  content: "\e3ce";
}
.fa-offline-notes-medical::before {
  content: "\f481";
}
.fa-offline-car-wash::before {
  content: "\f5e6";
}
.fa-offline-escalator::before {
  content: "\e171";
}
.fa-offline-comment-image::before {
  content: "\e148";
}
.fa-offline-temperature-half::before {
  content: "\f2c9";
}
.fa-offline-temperature-2::before {
  content: "\f2c9";
}
.fa-offline-thermometer-2::before {
  content: "\f2c9";
}
.fa-offline-thermometer-half::before {
  content: "\f2c9";
}
.fa-offline-dong-sign::before {
  content: "\e169";
}
.fa-offline-donut::before {
  content: "\e406";
}
.fa-offline-doughnut::before {
  content: "\e406";
}
.fa-offline-capsules::before {
  content: "\f46b";
}
.fa-offline-poo-storm::before {
  content: "\f75a";
}
.fa-offline-poo-bolt::before {
  content: "\f75a";
}
.fa-offline-tally-1::before {
  content: "\e294";
}
.fa-offline-face-frown-open::before {
  content: "\f57a";
}
.fa-offline-frown-open::before {
  content: "\f57a";
}
.fa-offline-square-dashed::before {
  content: "\e269";
}
.fa-offline-square-j::before {
  content: "\e273";
}
.fa-offline-hand-point-up::before {
  content: "\f0a6";
}
.fa-offline-money-bill::before {
  content: "\f0d6";
}
.fa-offline-arrow-up-big-small::before {
  content: "\f88e";
}
.fa-offline-sort-size-up::before {
  content: "\f88e";
}
.fa-offline-barcode-read::before {
  content: "\f464";
}
.fa-offline-baguette::before {
  content: "\e3d8";
}
.fa-offline-bowl-soft-serve::before {
  content: "\e46b";
}
.fa-offline-face-holding-back-tears::before {
  content: "\e482";
}
.fa-offline-square-up::before {
  content: "\f353";
}
.fa-offline-arrow-alt-square-up::before {
  content: "\f353";
}
.fa-offline-train-subway-tunnel::before {
  content: "\e2a3";
}
.fa-offline-subway-tunnel::before {
  content: "\e2a3";
}
.fa-offline-square-exclamation::before {
  content: "\f321";
}
.fa-offline-exclamation-square::before {
  content: "\f321";
}
.fa-offline-semicolon::before {
  content: ";";
}
.fa-offline-bookmark::before {
  content: "\f02e";
}
.fa-offline-fan-table::before {
  content: "\e004";
}
.fa-offline-align-justify::before {
  content: "\f039";
}
.fa-offline-battery-low::before {
  content: "\e0b1";
}
.fa-offline-battery-1::before {
  content: "\e0b1";
}
.fa-offline-credit-card-front::before {
  content: "\f38a";
}
.fa-offline-brain-arrow-curved-right::before {
  content: "\f677";
}
.fa-offline-mind-share::before {
  content: "\f677";
}
.fa-offline-umbrella-beach::before {
  content: "\f5ca";
}
.fa-offline-helmet-un::before {
  content: "\e503";
}
.fa-offline-location-smile::before {
  content: "\f60d";
}
.fa-offline-map-marker-smile::before {
  content: "\f60d";
}
.fa-offline-arrow-left-to-line::before {
  content: "\f33e";
}
.fa-offline-arrow-to-left::before {
  content: "\f33e";
}
.fa-offline-bullseye::before {
  content: "\f140";
}
.fa-offline-sushi::before {
  content: "\e48a";
}
.fa-offline-nigiri::before {
  content: "\e48a";
}
.fa-offline-message-captions::before {
  content: "\e1de";
}
.fa-offline-comment-alt-captions::before {
  content: "\e1de";
}
.fa-offline-trash-list::before {
  content: "\e2b1";
}
.fa-offline-bacon::before {
  content: "\f7e5";
}
.fa-offline-option::before {
  content: "\e318";
}
.fa-offline-hand-point-down::before {
  content: "\f0a7";
}
.fa-offline-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-offline-trash-plus::before {
  content: "\e2b2";
}
.fa-offline-objects-align-top::before {
  content: "\e3c0";
}
.fa-offline-folder::before {
  content: "\f07b";
}
.fa-offline-folder-blank::before {
  content: "\f07b";
}
.fa-offline-face-anxious-sweat::before {
  content: "\e36a";
}
.fa-offline-credit-card-blank::before {
  content: "\f389";
}
.fa-offline-file-waveform::before {
  content: "\f478";
}
.fa-offline-file-medical-alt::before {
  content: "\f478";
}
.fa-offline-microchip-ai::before {
  content: "\e1ec";
}
.fa-offline-mug::before {
  content: "\f874";
}
.fa-offline-plane-up-slash::before {
  content: "\e22e";
}
.fa-offline-radiation::before {
  content: "\f7b9";
}
.fa-offline-pen-circle::before {
  content: "\e20e";
}
.fa-offline-chart-simple::before {
  content: "\e473";
}
.fa-offline-crutches::before {
  content: "\f7f8";
}
.fa-offline-circle-parking::before {
  content: "\f615";
}
.fa-offline-parking-circle::before {
  content: "\f615";
}
.fa-offline-mars-stroke::before {
  content: "\f229";
}
.fa-offline-leaf-oak::before {
  content: "\f6f7";
}
.fa-offline-square-bolt::before {
  content: "\e265";
}
.fa-offline-vial::before {
  content: "\f492";
}
.fa-offline-gauge::before {
  content: "\f624";
}
.fa-offline-dashboard::before {
  content: "\f624";
}
.fa-offline-gauge-med::before {
  content: "\f624";
}
.fa-offline-tachometer-alt-average::before {
  content: "\f624";
}
.fa-offline-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-offline-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-offline-lambda::before {
  content: "\f66e";
}
.fa-offline-e::before {
  content: "E";
}
.fa-offline-pizza::before {
  content: "\f817";
}
.fa-offline-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}
.fa-offline-h3::before {
  content: "\f315";
}
.fa-offline-pen-clip::before {
  content: "\f305";
}
.fa-offline-pen-alt::before {
  content: "\f305";
}
.fa-offline-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-offline-badge-percent::before {
  content: "\f646";
}
.fa-offline-user::before {
  content: "\f007";
}
.fa-offline-sensor::before {
  content: "\e028";
}
.fa-offline-comma::before {
  content: ",";
}
.fa-offline-school-circle-check::before {
  content: "\e56b";
}
.fa-offline-toilet-paper-under::before {
  content: "\e2a0";
}
.fa-offline-toilet-paper-reverse::before {
  content: "\e2a0";
}
.fa-offline-light-emergency::before {
  content: "\e41f";
}
.fa-offline-arrow-down-to-arc::before {
  content: "\e4ae";
}
.fa-offline-dumpster::before {
  content: "\f793";
}
.fa-offline-van-shuttle::before {
  content: "\f5b6";
}
.fa-offline-shuttle-van::before {
  content: "\f5b6";
}
.fa-offline-building-user::before {
  content: "\e4da";
}
.fa-offline-light-switch::before {
  content: "\e017";
}
.fa-offline-square-caret-left::before {
  content: "\f191";
}
.fa-offline-caret-square-left::before {
  content: "\f191";
}
.fa-offline-highlighter::before {
  content: "\f591";
}
.fa-offline-wave-pulse::before {
  content: "\f5f8";
}
.fa-offline-heart-rate::before {
  content: "\f5f8";
}
.fa-offline-key::before {
  content: "\f084";
}
.fa-offline-hat-santa::before {
  content: "\f7a7";
}
.fa-offline-tamale::before {
  content: "\e451";
}
.fa-offline-box-check::before {
  content: "\f467";
}
.fa-offline-bullhorn::before {
  content: "\f0a1";
}
.fa-offline-steak::before {
  content: "\f824";
}
.fa-offline-location-crosshairs-slash::before {
  content: "\f603";
}
.fa-offline-location-slash::before {
  content: "\f603";
}
.fa-offline-person-dolly::before {
  content: "\f4d0";
}
.fa-offline-globe::before {
  content: "\f0ac";
}
.fa-offline-synagogue::before {
  content: "\f69b";
}
.fa-offline-file-chart-column::before {
  content: "\f659";
}
.fa-offline-file-chart-line::before {
  content: "\f659";
}
.fa-offline-person-half-dress::before {
  content: "\e548";
}
.fa-offline-folder-image::before {
  content: "\e18a";
}
.fa-offline-calendar-pen::before {
  content: "\f333";
}
.fa-offline-calendar-edit::before {
  content: "\f333";
}
.fa-offline-road-bridge::before {
  content: "\e563";
}
.fa-offline-face-smile-tear::before {
  content: "\e393";
}
.fa-offline-message-plus::before {
  content: "\f4a8";
}
.fa-offline-comment-alt-plus::before {
  content: "\f4a8";
}
.fa-offline-location-arrow::before {
  content: "\f124";
}
.fa-offline-c::before {
  content: "C";
}
.fa-offline-tablet-button::before {
  content: "\f10a";
}
.fa-offline-rectangle-history-circle-user::before {
  content: "\e4a4";
}
.fa-offline-building-lock::before {
  content: "\e4d6";
}
.fa-offline-chart-line-up::before {
  content: "\e0e5";
}
.fa-offline-mailbox::before {
  content: "\f813";
}
.fa-offline-truck-bolt::before {
  content: "\e3d0";
}
.fa-offline-pizza-slice::before {
  content: "\f818";
}
.fa-offline-money-bill-wave::before {
  content: "\f53a";
}
.fa-offline-chart-area::before {
  content: "\f1fe";
}
.fa-offline-area-chart::before {
  content: "\f1fe";
}
.fa-offline-house-flag::before {
  content: "\e50d";
}
.fa-offline-person-circle-minus::before {
  content: "\e540";
}
.fa-offline-scalpel::before {
  content: "\f61d";
}
.fa-offline-ban::before {
  content: "\f05e";
}
.fa-offline-cancel::before {
  content: "\f05e";
}
.fa-offline-bell-exclamation::before {
  content: "\f848";
}
.fa-offline-circle-bookmark::before {
  content: "\e100";
}
.fa-offline-bookmark-circle::before {
  content: "\e100";
}
.fa-offline-egg-fried::before {
  content: "\f7fc";
}
.fa-offline-face-weary::before {
  content: "\e3a1";
}
.fa-offline-uniform-martial-arts::before {
  content: "\e3d1";
}
.fa-offline-camera-rotate::before {
  content: "\e0d8";
}
.fa-offline-sun-dust::before {
  content: "\f764";
}
.fa-offline-comment-text::before {
  content: "\e14d";
}
.fa-offline-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-offline-air-freshener::before {
  content: "\f5d0";
}
.fa-offline-signal-bars::before {
  content: "\f690";
}
.fa-offline-signal-alt::before {
  content: "\f690";
}
.fa-offline-signal-alt-4::before {
  content: "\f690";
}
.fa-offline-signal-bars-strong::before {
  content: "\f690";
}
.fa-offline-diamond-exclamation::before {
  content: "\e405";
}
.fa-offline-star::before {
  content: "\f005";
}
.fa-offline-dial-min::before {
  content: "\e161";
}
.fa-offline-repeat::before {
  content: "\f363";
}
.fa-offline-cross::before {
  content: "\f654";
}
.fa-offline-page-caret-down::before {
  content: "\e429";
}
.fa-offline-file-caret-down::before {
  content: "\e429";
}
.fa-offline-box::before {
  content: "\f466";
}
.fa-offline-venus-mars::before {
  content: "\f228";
}
.fa-offline-clock-seven-thirty::before {
  content: "\e351";
}
.fa-offline-arrow-pointer::before {
  content: "\f245";
}
.fa-offline-mouse-pointer::before {
  content: "\f245";
}
.fa-offline-clock-four-thirty::before {
  content: "\e34b";
}
.fa-offline-signal-bars-good::before {
  content: "\f693";
}
.fa-offline-signal-alt-3::before {
  content: "\f693";
}
.fa-offline-cactus::before {
  content: "\f8a7";
}
.fa-offline-maximize::before {
  content: "\f31e";
}
.fa-offline-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-offline-charging-station::before {
  content: "\f5e7";
}
.fa-offline-shapes::before {
  content: "\f61f";
}
.fa-offline-triangle-circle-square::before {
  content: "\f61f";
}
.fa-offline-plane-tail::before {
  content: "\e22c";
}
.fa-offline-gauge-simple-max::before {
  content: "\f62b";
}
.fa-offline-tachometer-fastest::before {
  content: "\f62b";
}
.fa-offline-circle-u::before {
  content: "\e127";
}
.fa-offline-shield-slash::before {
  content: "\e24b";
}
.fa-offline-square-phone-hangup::before {
  content: "\e27a";
}
.fa-offline-phone-square-down::before {
  content: "\e27a";
}
.fa-offline-arrow-up-left::before {
  content: "\e09d";
}
.fa-offline-transporter-1::before {
  content: "\e043";
}
.fa-offline-peanuts::before {
  content: "\e431";
}
.fa-offline-shuffle::before {
  content: "\f074";
}
.fa-offline-random::before {
  content: "\f074";
}
.fa-offline-person-running::before {
  content: "\f70c";
}
.fa-offline-running::before {
  content: "\f70c";
}
.fa-offline-mobile-retro::before {
  content: "\e527";
}
.fa-offline-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-offline-arrow-up-from-square::before {
  content: "\e09c";
}
.fa-offline-file-dashed-line::before {
  content: "\f877";
}
.fa-offline-page-break::before {
  content: "\f877";
}
.fa-offline-bracket-curly-right::before {
  content: "}";
}
.fa-offline-spider::before {
  content: "\f717";
}
.fa-offline-clock-three::before {
  content: "\e356";
}
.fa-offline-hands-bound::before {
  content: "\e4f9";
}
.fa-offline-scalpel-line-dashed::before {
  content: "\f61e";
}
.fa-offline-scalpel-path::before {
  content: "\f61e";
}
.fa-offline-file-invoice-dollar::before {
  content: "\f571";
}
.fa-offline-pipe-smoking::before {
  content: "\e3c4";
}
.fa-offline-face-astonished::before {
  content: "\e36b";
}
.fa-offline-window::before {
  content: "\f40e";
}
.fa-offline-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-offline-ear::before {
  content: "\f5f0";
}
.fa-offline-file-lock::before {
  content: "\e3a6";
}
.fa-offline-diagram-venn::before {
  content: "\e15a";
}
.fa-offline-x-ray::before {
  content: "\f497";
}
.fa-offline-goal-net::before {
  content: "\e3ab";
}
.fa-offline-coffin-cross::before {
  content: "\e051";
}
.fa-offline-spell-check::before {
  content: "\f891";
}
.fa-offline-location-xmark::before {
  content: "\f60e";
}
.fa-offline-map-marker-times::before {
  content: "\f60e";
}
.fa-offline-map-marker-xmark::before {
  content: "\f60e";
}
.fa-offline-lasso::before {
  content: "\f8c8";
}
.fa-offline-slash::before {
  content: "\f715";
}
.fa-offline-person-to-portal::before {
  content: "\e022";
}
.fa-offline-portal-enter::before {
  content: "\e022";
}
.fa-offline-calendar-star::before {
  content: "\f736";
}
.fa-offline-computer-mouse::before {
  content: "\f8cc";
}
.fa-offline-mouse::before {
  content: "\f8cc";
}
.fa-offline-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-offline-sign-in::before {
  content: "\f090";
}
.fa-offline-pegasus::before {
  content: "\f703";
}
.fa-offline-files-medical::before {
  content: "\f7fd";
}
.fa-offline-nfc-lock::before {
  content: "\e1f8";
}
.fa-offline-person-ski-lift::before {
  content: "\f7c8";
}
.fa-offline-ski-lift::before {
  content: "\f7c8";
}
.fa-offline-square-6::before {
  content: "\e25b";
}
.fa-offline-shop-slash::before {
  content: "\e070";
}
.fa-offline-store-alt-slash::before {
  content: "\e070";
}
.fa-offline-wind-turbine::before {
  content: "\f89b";
}
.fa-offline-sliders-simple::before {
  content: "\e253";
}
.fa-offline-badge-sheriff::before {
  content: "\f8a2";
}
.fa-offline-server::before {
  content: "\f233";
}
.fa-offline-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-offline-intersection::before {
  content: "\f668";
}
.fa-offline-shop-lock::before {
  content: "\e4a5";
}
.fa-offline-family::before {
  content: "\e300";
}
.fa-offline-hourglass-start::before {
  content: "\f251";
}
.fa-offline-hourglass-1::before {
  content: "\f251";
}
.fa-offline-user-hair-buns::before {
  content: "\e3d3";
}
.fa-offline-blender-phone::before {
  content: "\f6b6";
}
.fa-offline-hourglass-clock::before {
  content: "\e41b";
}
.fa-offline-person-seat-reclined::before {
  content: "\e21f";
}
.fa-offline-paper-plane-top::before {
  content: "\e20a";
}
.fa-offline-paper-plane-alt::before {
  content: "\e20a";
}
.fa-offline-send::before {
  content: "\e20a";
}
.fa-offline-message-arrow-up::before {
  content: "\e1dc";
}
.fa-offline-comment-alt-arrow-up::before {
  content: "\e1dc";
}
.fa-offline-lightbulb-exclamation::before {
  content: "\f671";
}
.fa-offline-layer-minus::before {
  content: "\f5fe";
}
.fa-offline-layer-group-minus::before {
  content: "\f5fe";
}
.fa-offline-circle-e::before {
  content: "\e109";
}
.fa-offline-building-wheat::before {
  content: "\e4db";
}
.fa-offline-gauge-max::before {
  content: "\f626";
}
.fa-offline-tachometer-alt-fastest::before {
  content: "\f626";
}
.fa-offline-person-breastfeeding::before {
  content: "\e53a";
}
.fa-offline-apostrophe::before {
  content: "'";
}
.fa-offline-fire-hydrant::before {
  content: "\e17f";
}
.fa-offline-right-to-bracket::before {
  content: "\f2f6";
}
.fa-offline-sign-in-alt::before {
  content: "\f2f6";
}
.fa-offline-video-plus::before {
  content: "\f4e1";
}
.fa-offline-square-right::before {
  content: "\f352";
}
.fa-offline-arrow-alt-square-right::before {
  content: "\f352";
}
.fa-offline-comment-smile::before {
  content: "\f4b4";
}
.fa-offline-venus::before {
  content: "\f221";
}
.fa-offline-passport::before {
  content: "\f5ab";
}
.fa-offline-inbox-in::before {
  content: "\f310";
}
.fa-offline-inbox-arrow-down::before {
  content: "\f310";
}
.fa-offline-heart-pulse::before {
  content: "\f21e";
}
.fa-offline-heartbeat::before {
  content: "\f21e";
}
.fa-offline-circle-8::before {
  content: "\e0f5";
}
.fa-offline-clouds-moon::before {
  content: "\f745";
}
.fa-offline-clock-ten-thirty::before {
  content: "\e355";
}
.fa-offline-people-carry-box::before {
  content: "\f4ce";
}
.fa-offline-people-carry::before {
  content: "\f4ce";
}
.fa-offline-folder-user::before {
  content: "\e18e";
}
.fa-offline-trash-can-xmark::before {
  content: "\e2ae";
}
.fa-offline-temperature-high::before {
  content: "\f769";
}
.fa-offline-microchip::before {
  content: "\f2db";
}
.fa-offline-left-long-to-line::before {
  content: "\e41e";
}
.fa-offline-crown::before {
  content: "\f521";
}
.fa-offline-weight-hanging::before {
  content: "\f5cd";
}
.fa-offline-xmarks-lines::before {
  content: "\e59a";
}
.fa-offline-file-prescription::before {
  content: "\f572";
}
.fa-offline-calendar-range::before {
  content: "\e0d6";
}
.fa-offline-flower-daffodil::before {
  content: "\f800";
}
.fa-offline-hand-back-point-up::before {
  content: "\e1a2";
}
.fa-offline-weight-scale::before {
  content: "\f496";
}
.fa-offline-weight::before {
  content: "\f496";
}
.fa-offline-star-exclamation::before {
  content: "\f2f3";
}
.fa-offline-books::before {
  content: "\f5db";
}
.fa-offline-user-group::before {
  content: "\f500";
}
.fa-offline-user-friends::before {
  content: "\f500";
}
.fa-offline-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-offline-sort-alpha-up::before {
  content: "\f15e";
}
.fa-offline-layer-plus::before {
  content: "\f5ff";
}
.fa-offline-layer-group-plus::before {
  content: "\f5ff";
}
.fa-offline-play-pause::before {
  content: "\e22f";
}
.fa-offline-block-question::before {
  content: "\e3dd";
}
.fa-offline-snooze::before {
  content: "\f880";
}
.fa-offline-zzz::before {
  content: "\f880";
}
.fa-offline-scanner-image::before {
  content: "\f8f3";
}
.fa-offline-tv-retro::before {
  content: "\f401";
}
.fa-offline-square-t::before {
  content: "\e280";
}
.fa-offline-farm::before {
  content: "\f864";
}
.fa-offline-barn-silo::before {
  content: "\f864";
}
.fa-offline-chess-knight::before {
  content: "\f441";
}
.fa-offline-bars-sort::before {
  content: "\e0ae";
}
.fa-offline-pallet-boxes::before {
  content: "\f483";
}
.fa-offline-palette-boxes::before {
  content: "\f483";
}
.fa-offline-pallet-alt::before {
  content: "\f483";
}
.fa-offline-face-laugh-squint::before {
  content: "\f59b";
}
.fa-offline-laugh-squint::before {
  content: "\f59b";
}
.fa-offline-code-simple::before {
  content: "\e13d";
}
.fa-offline-bolt-slash::before {
  content: "\e0b8";
}
.fa-offline-panel-fire::before {
  content: "\e42f";
}
.fa-offline-binary-circle-check::before {
  content: "\e33c";
}
.fa-offline-comment-minus::before {
  content: "\f4b1";
}
.fa-offline-burrito::before {
  content: "\f7ed";
}
.fa-offline-violin::before {
  content: "\f8ed";
}
.fa-offline-objects-column::before {
  content: "\e3c1";
}
.fa-offline-square-chevron-down::before {
  content: "\f329";
}
.fa-offline-chevron-square-down::before {
  content: "\f329";
}
.fa-offline-comment-plus::before {
  content: "\f4b2";
}
.fa-offline-triangle-instrument::before {
  content: "\f8e2";
}
.fa-offline-triangle-music::before {
  content: "\f8e2";
}
.fa-offline-wheelchair::before {
  content: "\f193";
}
.fa-offline-user-pilot-tie::before {
  content: "\e2c1";
}
.fa-offline-piano-keyboard::before {
  content: "\f8d5";
}
.fa-offline-bed-empty::before {
  content: "\f8f9";
}
.fa-offline-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-offline-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-offline-toggle-on::before {
  content: "\f205";
}
.fa-offline-rectangle-vertical::before {
  content: "\f2fb";
}
.fa-offline-rectangle-portrait::before {
  content: "\f2fb";
}
.fa-offline-person-walking::before {
  content: "\f554";
}
.fa-offline-walking::before {
  content: "\f554";
}
.fa-offline-l::before {
  content: "L";
}
.fa-offline-signal-stream::before {
  content: "\f8dd";
}
.fa-offline-down-to-bracket::before {
  content: "\e4e7";
}
.fa-offline-circle-z::before {
  content: "\e130";
}
.fa-offline-stars::before {
  content: "\f762";
}
.fa-offline-fire::before {
  content: "\f06d";
}
.fa-offline-bed-pulse::before {
  content: "\f487";
}
.fa-offline-procedures::before {
  content: "\f487";
}
.fa-offline-house-day::before {
  content: "\e00e";
}
.fa-offline-shuttle-space::before {
  content: "\f197";
}
.fa-offline-space-shuttle::before {
  content: "\f197";
}
.fa-offline-shirt-long-sleeve::before {
  content: "\e3c7";
}
.fa-offline-chart-pie-simple::before {
  content: "\f64e";
}
.fa-offline-chart-pie-alt::before {
  content: "\f64e";
}
.fa-offline-face-laugh::before {
  content: "\f599";
}
.fa-offline-laugh::before {
  content: "\f599";
}
.fa-offline-folder-open::before {
  content: "\f07c";
}
.fa-offline-album-collection-circle-user::before {
  content: "\e48f";
}
.fa-offline-candy::before {
  content: "\e3e7";
}
.fa-offline-bowl-hot::before {
  content: "\f823";
}
.fa-offline-soup::before {
  content: "\f823";
}
.fa-offline-flatbread::before {
  content: "\e40b";
}
.fa-offline-heart-circle-plus::before {
  content: "\e500";
}
.fa-offline-code-fork::before {
  content: "\e13b";
}
.fa-offline-city::before {
  content: "\f64f";
}
.fa-offline-signal-bars-weak::before {
  content: "\f691";
}
.fa-offline-signal-alt-1::before {
  content: "\f691";
}
.fa-offline-microphone-lines::before {
  content: "\f3c9";
}
.fa-offline-microphone-alt::before {
  content: "\f3c9";
}
.fa-offline-clock-twelve::before {
  content: "\e358";
}
.fa-offline-pepper-hot::before {
  content: "\f816";
}
.fa-offline-citrus-slice::before {
  content: "\e2f5";
}
.fa-offline-sheep::before {
  content: "\f711";
}
.fa-offline-unlock::before {
  content: "\f09c";
}
.fa-offline-colon-sign::before {
  content: "\e140";
}
.fa-offline-headset::before {
  content: "\f590";
}
.fa-offline-badger-honey::before {
  content: "\f6b4";
}
.fa-offline-h4::before {
  content: "\f86a";
}
.fa-offline-store-slash::before {
  content: "\e071";
}
.fa-offline-road-circle-xmark::before {
  content: "\e566";
}
.fa-offline-signal-slash::before {
  content: "\f695";
}
.fa-offline-user-minus::before {
  content: "\f503";
}
.fa-offline-mars-stroke-up::before {
  content: "\f22a";
}
.fa-offline-mars-stroke-v::before {
  content: "\f22a";
}
.fa-offline-champagne-glasses::before {
  content: "\f79f";
}
.fa-offline-glass-cheers::before {
  content: "\f79f";
}
.fa-offline-taco::before {
  content: "\f826";
}
.fa-offline-hexagon-plus::before {
  content: "\f300";
}
.fa-offline-plus-hexagon::before {
  content: "\f300";
}
.fa-offline-clipboard::before {
  content: "\f328";
}
.fa-offline-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-offline-file-arrow-up::before {
  content: "\f574";
}
.fa-offline-file-upload::before {
  content: "\f574";
}
.fa-offline-wifi::before {
  content: "\f1eb";
}
.fa-offline-wifi-3::before {
  content: "\f1eb";
}
.fa-offline-wifi-strong::before {
  content: "\f1eb";
}
.fa-offline-messages::before {
  content: "\f4b6";
}
.fa-offline-comments-alt::before {
  content: "\f4b6";
}
.fa-offline-bath::before {
  content: "\f2cd";
}
.fa-offline-bathtub::before {
  content: "\f2cd";
}
.fa-offline-umbrella-simple::before {
  content: "\e2bc";
}
.fa-offline-umbrella-alt::before {
  content: "\e2bc";
}
.fa-offline-rectangle-history-circle-plus::before {
  content: "\e4a3";
}
.fa-offline-underline::before {
  content: "\f0cd";
}
.fa-offline-prescription-bottle-pill::before {
  content: "\e5c0";
}
.fa-offline-user-pen::before {
  content: "\f4ff";
}
.fa-offline-user-edit::before {
  content: "\f4ff";
}
.fa-offline-binary-slash::before {
  content: "\e33e";
}
.fa-offline-square-o::before {
  content: "\e278";
}
.fa-offline-signature::before {
  content: "\f5b7";
}
.fa-offline-stroopwafel::before {
  content: "\f551";
}
.fa-offline-bold::before {
  content: "\f032";
}
.fa-offline-anchor-lock::before {
  content: "\e4ad";
}
.fa-offline-building-ngo::before {
  content: "\e4d7";
}
.fa-offline-transporter-3::before {
  content: "\e045";
}
.fa-offline-engine-warning::before {
  content: "\f5f2";
}
.fa-offline-engine-exclamation::before {
  content: "\f5f2";
}
.fa-offline-circle-down-right::before {
  content: "\e108";
}
.fa-offline-square-k::before {
  content: "\e274";
}
.fa-offline-manat-sign::before {
  content: "\e1d5";
}
.fa-offline-money-check-pen::before {
  content: "\f872";
}
.fa-offline-money-check-edit::before {
  content: "\f872";
}
.fa-offline-not-equal::before {
  content: "\f53e";
}
.fa-offline-border-top-left::before {
  content: "\f853";
}
.fa-offline-border-style::before {
  content: "\f853";
}
.fa-offline-map-location-dot::before {
  content: "\f5a0";
}
.fa-offline-map-marked-alt::before {
  content: "\f5a0";
}
.fa-offline-tilde::before {
  content: "~";
}
.fa-offline-jedi::before {
  content: "\f669";
}
.fa-offline-square-poll-vertical::before {
  content: "\f681";
}
.fa-offline-poll::before {
  content: "\f681";
}
.fa-offline-arrow-down-square-triangle::before {
  content: "\f889";
}
.fa-offline-sort-shapes-down-alt::before {
  content: "\f889";
}
.fa-offline-mug-hot::before {
  content: "\f7b6";
}
.fa-offline-dog-leashed::before {
  content: "\f6d4";
}
.fa-offline-car-battery::before {
  content: "\f5df";
}
.fa-offline-battery-car::before {
  content: "\f5df";
}
.fa-offline-face-downcast-sweat::before {
  content: "\e371";
}
.fa-offline-mailbox-flag-up::before {
  content: "\e5bb";
}
.fa-offline-memo-circle-info::before {
  content: "\e49a";
}
.fa-offline-gift::before {
  content: "\f06b";
}
.fa-offline-dice-two::before {
  content: "\f528";
}
.fa-offline-volume::before {
  content: "\f6a8";
}
.fa-offline-volume-medium::before {
  content: "\f6a8";
}
.fa-offline-transporter-5::before {
  content: "\e2a6";
}
.fa-offline-gauge-circle-bolt::before {
  content: "\e496";
}
.fa-offline-coin-front::before {
  content: "\e3fc";
}
.fa-offline-file-slash::before {
  content: "\e3a7";
}
.fa-offline-message-arrow-up-right::before {
  content: "\e1dd";
}
.fa-offline-treasure-chest::before {
  content: "\f723";
}
.fa-offline-chess-queen::before {
  content: "\f445";
}
.fa-offline-paintbrush-fine::before {
  content: "\f5a9";
}
.fa-offline-paint-brush-alt::before {
  content: "\f5a9";
}
.fa-offline-paint-brush-fine::before {
  content: "\f5a9";
}
.fa-offline-paintbrush-alt::before {
  content: "\f5a9";
}
.fa-offline-glasses::before {
  content: "\f530";
}
.fa-offline-hood-cloak::before {
  content: "\f6ef";
}
.fa-offline-square-quote::before {
  content: "\e329";
}
.fa-offline-up-left::before {
  content: "\e2bd";
}
.fa-offline-bring-front::before {
  content: "\f857";
}
.fa-offline-chess-board::before {
  content: "\f43c";
}
.fa-offline-burger-cheese::before {
  content: "\f7f1";
}
.fa-offline-cheeseburger::before {
  content: "\f7f1";
}
.fa-offline-building-circle-check::before {
  content: "\e4d2";
}
.fa-offline-repeat-1::before {
  content: "\f365";
}
.fa-offline-arrow-down-to-line::before {
  content: "\f33d";
}
.fa-offline-arrow-to-bottom::before {
  content: "\f33d";
}
.fa-offline-grid-5::before {
  content: "\e199";
}
.fa-offline-right-long-to-line::before {
  content: "\e444";
}
.fa-offline-person-chalkboard::before {
  content: "\e53d";
}
.fa-offline-mars-stroke-right::before {
  content: "\f22b";
}
.fa-offline-mars-stroke-h::before {
  content: "\f22b";
}
.fa-offline-hand-back-fist::before {
  content: "\f255";
}
.fa-offline-hand-rock::before {
  content: "\f255";
}
.fa-offline-tally::before {
  content: "\f69c";
}
.fa-offline-tally-5::before {
  content: "\f69c";
}
.fa-offline-square-caret-up::before {
  content: "\f151";
}
.fa-offline-caret-square-up::before {
  content: "\f151";
}
.fa-offline-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-offline-chart-bar::before {
  content: "\f080";
}
.fa-offline-bar-chart::before {
  content: "\f080";
}
.fa-offline-hands-bubbles::before {
  content: "\e05e";
}
.fa-offline-hands-wash::before {
  content: "\e05e";
}
.fa-offline-less-than-equal::before {
  content: "\f537";
}
.fa-offline-train::before {
  content: "\f238";
}
.fa-offline-up-from-dotted-line::before {
  content: "\e456";
}
.fa-offline-eye-low-vision::before {
  content: "\f2a8";
}
.fa-offline-low-vision::before {
  content: "\f2a8";
}
.fa-offline-traffic-light-go::before {
  content: "\f638";
}
.fa-offline-face-exhaling::before {
  content: "\e480";
}
.fa-offline-sensor-fire::before {
  content: "\e02a";
}
.fa-offline-user-unlock::before {
  content: "\e058";
}
.fa-offline-hexagon-divide::before {
  content: "\e1ad";
}
.fa-offline-00::before {
  content: "\e467";
}
.fa-offline-crow::before {
  content: "\f520";
}
.fa-offline-cassette-betamax::before {
  content: "\f8a4";
}
.fa-offline-betamax::before {
  content: "\f8a4";
}
.fa-offline-sailboat::before {
  content: "\e445";
}
.fa-offline-window-restore::before {
  content: "\f2d2";
}
.fa-offline-nfc-magnifying-glass::before {
  content: "\e1f9";
}
.fa-offline-file-binary::before {
  content: "\e175";
}
.fa-offline-circle-v::before {
  content: "\e12a";
}
.fa-offline-square-plus::before {
  content: "\f0fe";
}
.fa-offline-plus-square::before {
  content: "\f0fe";
}
.fa-offline-bowl-scoops::before {
  content: "\e3df";
}
.fa-offline-mistletoe::before {
  content: "\f7b4";
}
.fa-offline-custard::before {
  content: "\e403";
}
.fa-offline-lacrosse-stick::before {
  content: "\e3b5";
}
.fa-offline-hockey-mask::before {
  content: "\f6ee";
}
.fa-offline-sunrise::before {
  content: "\f766";
}
.fa-offline-panel-ews::before {
  content: "\e42e";
}
.fa-offline-torii-gate::before {
  content: "\f6a1";
}
.fa-offline-cloud-exclamation::before {
  content: "\e491";
}
.fa-offline-message-lines::before {
  content: "\f4a6";
}
.fa-offline-comment-alt-lines::before {
  content: "\f4a6";
}
.fa-offline-frog::before {
  content: "\f52e";
}
.fa-offline-bucket::before {
  content: "\e4cf";
}
.fa-offline-floppy-disk-pen::before {
  content: "\e182";
}
.fa-offline-image::before {
  content: "\f03e";
}
.fa-offline-window-frame::before {
  content: "\e04f";
}
.fa-offline-microphone::before {
  content: "\f130";
}
.fa-offline-cow::before {
  content: "\f6c8";
}
.fa-offline-square-ring::before {
  content: "\e44f";
}
.fa-offline-down-from-line::before {
  content: "\f349";
}
.fa-offline-arrow-alt-from-top::before {
  content: "\f349";
}
.fa-offline-caret-up::before {
  content: "\f0d8";
}
.fa-offline-shield-xmark::before {
  content: "\e24c";
}
.fa-offline-shield-times::before {
  content: "\e24c";
}
.fa-offline-screwdriver::before {
  content: "\f54a";
}
.fa-offline-circle-sort-down::before {
  content: "\e031";
}
.fa-offline-sort-circle-down::before {
  content: "\e031";
}
.fa-offline-folder-closed::before {
  content: "\e185";
}
.fa-offline-house-tsunami::before {
  content: "\e515";
}
.fa-offline-square-nfi::before {
  content: "\e576";
}
.fa-offline-forklift::before {
  content: "\f47a";
}
.fa-offline-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-offline-bracket-square-right::before {
  content: "]";
}
.fa-offline-martini-glass::before {
  content: "\f57b";
}
.fa-offline-glass-martini-alt::before {
  content: "\f57b";
}
.fa-offline-rotate-left::before {
  content: "\f2ea";
}
.fa-offline-rotate-back::before {
  content: "\f2ea";
}
.fa-offline-rotate-backward::before {
  content: "\f2ea";
}
.fa-offline-undo-alt::before {
  content: "\f2ea";
}
.fa-offline-table-columns::before {
  content: "\f0db";
}
.fa-offline-columns::before {
  content: "\f0db";
}
.fa-offline-square-a::before {
  content: "\e25f";
}
.fa-offline-tick::before {
  content: "\e32f";
}
.fa-offline-lemon::before {
  content: "\f094";
}
.fa-offline-head-side-mask::before {
  content: "\e063";
}
.fa-offline-handshake::before {
  content: "\f2b5";
}
.fa-offline-gem::before {
  content: "\f3a5";
}
.fa-offline-dolly::before {
  content: "\f472";
}
.fa-offline-dolly-box::before {
  content: "\f472";
}
.fa-offline-smoking::before {
  content: "\f48d";
}
.fa-offline-minimize::before {
  content: "\f78c";
}
.fa-offline-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-offline-refrigerator::before {
  content: "\e026";
}
.fa-offline-monument::before {
  content: "\f5a6";
}
.fa-offline-octagon-xmark::before {
  content: "\f2f0";
}
.fa-offline-times-octagon::before {
  content: "\f2f0";
}
.fa-offline-xmark-octagon::before {
  content: "\f2f0";
}
.fa-offline-align-slash::before {
  content: "\f846";
}
.fa-offline-snowplow::before {
  content: "\f7d2";
}
.fa-offline-angles-right::before {
  content: "\f101";
}
.fa-offline-angle-double-right::before {
  content: "\f101";
}
.fa-offline-truck-ramp-couch::before {
  content: "\f4dd";
}
.fa-offline-truck-couch::before {
  content: "\f4dd";
}
.fa-offline-cannabis::before {
  content: "\f55f";
}
.fa-offline-circle-play::before {
  content: "\f144";
}
.fa-offline-play-circle::before {
  content: "\f144";
}
.fa-offline-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}
.fa-offline-tablets::before {
  content: "\f490";
}
.fa-offline-360-degrees::before {
  content: "\e2dc";
}
.fa-offline-ethernet::before {
  content: "\f796";
}
.fa-offline-euro-sign::before {
  content: "\f153";
}
.fa-offline-eur::before {
  content: "\f153";
}
.fa-offline-euro::before {
  content: "\f153";
}
.fa-offline-chair::before {
  content: "\f6c0";
}
.fa-offline-circle-check::before {
  content: "\f058";
}
.fa-offline-check-circle::before {
  content: "\f058";
}
.fa-offline-square-dashed-circle-plus::before {
  content: "\e5c2";
}
.fa-offline-money-simple-from-bracket::before {
  content: "\e313";
}
.fa-offline-bat::before {
  content: "\f6b5";
}
.fa-offline-circle-stop::before {
  content: "\f28d";
}
.fa-offline-stop-circle::before {
  content: "\f28d";
}
.fa-offline-head-side-headphones::before {
  content: "\f8c2";
}
.fa-offline-phone-rotary::before {
  content: "\f8d3";
}
.fa-offline-compass-drafting::before {
  content: "\f568";
}
.fa-offline-drafting-compass::before {
  content: "\f568";
}
.fa-offline-plate-wheat::before {
  content: "\e55a";
}
.fa-offline-calendar-circle-minus::before {
  content: "\e46f";
}
.fa-offline-chopsticks::before {
  content: "\e3f7";
}
.fa-offline-car-wrench::before {
  content: "\f5e3";
}
.fa-offline-car-mechanic::before {
  content: "\f5e3";
}
.fa-offline-icicles::before {
  content: "\f7ad";
}
.fa-offline-person-shelter::before {
  content: "\e54f";
}
.fa-offline-neuter::before {
  content: "\f22c";
}
.fa-offline-id-badge::before {
  content: "\f2c1";
}
.fa-offline-kazoo::before {
  content: "\f8c7";
}
.fa-offline-marker::before {
  content: "\f5a1";
}
.fa-offline-face-laugh-beam::before {
  content: "\f59a";
}
.fa-offline-laugh-beam::before {
  content: "\f59a";
}
.fa-offline-square-arrow-down-left::before {
  content: "\e261";
}
.fa-offline-battery-bolt::before {
  content: "\f376";
}
.fa-offline-tree-large::before {
  content: "\f7dd";
}
.fa-offline-helicopter-symbol::before {
  content: "\e502";
}
.fa-offline-aperture::before {
  content: "\e2df";
}
.fa-offline-universal-access::before {
  content: "\f29a";
}
.fa-offline-file-magnifying-glass::before {
  content: "\f865";
}
.fa-offline-file-search::before {
  content: "\f865";
}
.fa-offline-up-right::before {
  content: "\e2be";
}
.fa-offline-circle-chevron-up::before {
  content: "\f139";
}
.fa-offline-chevron-circle-up::before {
  content: "\f139";
}
.fa-offline-user-police::before {
  content: "\e333";
}
.fa-offline-lari-sign::before {
  content: "\e1c8";
}
.fa-offline-volcano::before {
  content: "\f770";
}
.fa-offline-teddy-bear::before {
  content: "\e3cf";
}
.fa-offline-stocking::before {
  content: "\f7d5";
}
.fa-offline-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-offline-image-slash::before {
  content: "\e1b7";
}
.fa-offline-mask-snorkel::before {
  content: "\e3b7";
}
.fa-offline-smoke::before {
  content: "\f760";
}
.fa-offline-sterling-sign::before {
  content: "\f154";
}
.fa-offline-gbp::before {
  content: "\f154";
}
.fa-offline-pound-sign::before {
  content: "\f154";
}
.fa-offline-battery-exclamation::before {
  content: "\e0b0";
}
.fa-offline-viruses::before {
  content: "\e076";
}
.fa-offline-square-person-confined::before {
  content: "\e577";
}
.fa-offline-user-tie::before {
  content: "\f508";
}
.fa-offline-arrow-down-long::before {
  content: "\f175";
}
.fa-offline-long-arrow-down::before {
  content: "\f175";
}
.fa-offline-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-offline-certificate::before {
  content: "\f0a3";
}
.fa-offline-crystal-ball::before {
  content: "\e362";
}
.fa-offline-reply-all::before {
  content: "\f122";
}
.fa-offline-mail-reply-all::before {
  content: "\f122";
}
.fa-offline-suitcase::before {
  content: "\f0f2";
}
.fa-offline-person-skating::before {
  content: "\f7c5";
}
.fa-offline-skating::before {
  content: "\f7c5";
}
.fa-offline-star-shooting::before {
  content: "\e036";
}
.fa-offline-binary-lock::before {
  content: "\e33d";
}
.fa-offline-filter-circle-dollar::before {
  content: "\f662";
}
.fa-offline-funnel-dollar::before {
  content: "\f662";
}
.fa-offline-camera-retro::before {
  content: "\f083";
}
.fa-offline-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-offline-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-offline-comment-pen::before {
  content: "\f4ae";
}
.fa-offline-comment-edit::before {
  content: "\f4ae";
}
.fa-offline-file-import::before {
  content: "\f56f";
}
.fa-offline-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-offline-banjo::before {
  content: "\f8a3";
}
.fa-offline-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-offline-external-link-square::before {
  content: "\f14c";
}
.fa-offline-light-emergency-on::before {
  content: "\e420";
}
.fa-offline-kerning::before {
  content: "\f86f";
}
.fa-offline-box-open::before {
  content: "\f49e";
}
.fa-offline-square-f::before {
  content: "\e270";
}
.fa-offline-scroll::before {
  content: "\f70e";
}
.fa-offline-spa::before {
  content: "\f5bb";
}
.fa-offline-arrow-left-from-line::before {
  content: "\f344";
}
.fa-offline-arrow-from-right::before {
  content: "\f344";
}
.fa-offline-strawberry::before {
  content: "\e32b";
}
.fa-offline-location-pin-lock::before {
  content: "\e51f";
}
.fa-offline-pause::before {
  content: "\f04c";
}
.fa-offline-clock-eight-thirty::before {
  content: "\e346";
}
.fa-offline-plane-engines::before {
  content: "\f3de";
}
.fa-offline-plane-alt::before {
  content: "\f3de";
}
.fa-offline-hill-avalanche::before {
  content: "\e507";
}
.fa-offline-temperature-empty::before {
  content: "\f2cb";
}
.fa-offline-temperature-0::before {
  content: "\f2cb";
}
.fa-offline-thermometer-0::before {
  content: "\f2cb";
}
.fa-offline-thermometer-empty::before {
  content: "\f2cb";
}
.fa-offline-bomb::before {
  content: "\f1e2";
}
.fa-offline-gauge-low::before {
  content: "\f627";
}
.fa-offline-tachometer-alt-slow::before {
  content: "\f627";
}
.fa-offline-registered::before {
  content: "\f25d";
}
.fa-offline-trash-can-plus::before {
  content: "\e2ac";
}
.fa-offline-address-card::before {
  content: "\f2bb";
}
.fa-offline-contact-card::before {
  content: "\f2bb";
}
.fa-offline-vcard::before {
  content: "\f2bb";
}
.fa-offline-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-offline-balance-scale-right::before {
  content: "\f516";
}
.fa-offline-globe-snow::before {
  content: "\f7a3";
}
.fa-offline-subscript::before {
  content: "\f12c";
}
.fa-offline-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-offline-directions::before {
  content: "\f5eb";
}
.fa-offline-integral::before {
  content: "\f667";
}
.fa-offline-burst::before {
  content: "\e4dc";
}
.fa-offline-house-laptop::before {
  content: "\e066";
}
.fa-offline-laptop-house::before {
  content: "\e066";
}
.fa-offline-face-tired::before {
  content: "\f5c8";
}
.fa-offline-tired::before {
  content: "\f5c8";
}
.fa-offline-money-bills::before {
  content: "\e1f3";
}
.fa-offline-blinds-raised::before {
  content: "\f8fd";
}
.fa-offline-smog::before {
  content: "\f75f";
}
.fa-offline-ufo-beam::before {
  content: "\e048";
}
.fa-offline-circle-caret-up::before {
  content: "\f331";
}
.fa-offline-caret-circle-up::before {
  content: "\f331";
}
.fa-offline-user-vneck-hair-long::before {
  content: "\e463";
}
.fa-offline-square-a-lock::before {
  content: "\e44d";
}
.fa-offline-crutch::before {
  content: "\f7f7";
}
.fa-offline-gas-pump-slash::before {
  content: "\f5f4";
}
.fa-offline-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-offline-cloud-upload::before {
  content: "\f0ee";
}
.fa-offline-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-offline-palette::before {
  content: "\f53f";
}
.fa-offline-transporter-4::before {
  content: "\e2a5";
}
.fa-offline-objects-align-right::before {
  content: "\e3bf";
}
.fa-offline-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-offline-vest::before {
  content: "\e085";
}
.fa-offline-pig::before {
  content: "\f706";
}
.fa-offline-inbox-full::before {
  content: "\e1ba";
}
.fa-offline-circle-envelope::before {
  content: "\e10c";
}
.fa-offline-envelope-circle::before {
  content: "\e10c";
}
.fa-offline-triangle-person-digging::before {
  content: "\f85d";
}
.fa-offline-construction::before {
  content: "\f85d";
}
.fa-offline-ferry::before {
  content: "\e4ea";
}
.fa-offline-bullseye-arrow::before {
  content: "\f648";
}
.fa-offline-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-offline-seedling::before {
  content: "\f4d8";
}
.fa-offline-sprout::before {
  content: "\f4d8";
}
.fa-offline-clock-seven::before {
  content: "\e350";
}
.fa-offline-left-right::before {
  content: "\f337";
}
.fa-offline-arrows-alt-h::before {
  content: "\f337";
}
.fa-offline-boxes-packing::before {
  content: "\e4c7";
}
.fa-offline-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-offline-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-offline-flashlight::before {
  content: "\f8b8";
}
.fa-offline-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-offline-bowl-food::before {
  content: "\e4c6";
}
.fa-offline-square-9::before {
  content: "\e25e";
}
.fa-offline-candy-cane::before {
  content: "\f786";
}
.fa-offline-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-offline-sort-amount-asc::before {
  content: "\f160";
}
.fa-offline-sort-amount-down::before {
  content: "\f160";
}
.fa-offline-square-dollar::before {
  content: "\f2e9";
}
.fa-offline-dollar-square::before {
  content: "\f2e9";
}
.fa-offline-usd-square::before {
  content: "\f2e9";
}
.fa-offline-phone-arrow-right::before {
  content: "\e5be";
}
.fa-offline-hand-holding-seedling::before {
  content: "\f4bf";
}
.fa-offline-message-check::before {
  content: "\f4a2";
}
.fa-offline-comment-alt-check::before {
  content: "\f4a2";
}
.fa-offline-cloud-bolt::before {
  content: "\f76c";
}
.fa-offline-thunderstorm::before {
  content: "\f76c";
}
.fa-offline-text-slash::before {
  content: "\f87d";
}
.fa-offline-remove-format::before {
  content: "\f87d";
}
.fa-offline-watch::before {
  content: "\f2e1";
}
.fa-offline-circle-down-left::before {
  content: "\e107";
}
.fa-offline-text::before {
  content: "\f893";
}
.fa-offline-projector::before {
  content: "\f8d6";
}
.fa-offline-face-smile-wink::before {
  content: "\f4da";
}
.fa-offline-smile-wink::before {
  content: "\f4da";
}
.fa-offline-tombstone-blank::before {
  content: "\f721";
}
.fa-offline-tombstone-alt::before {
  content: "\f721";
}
.fa-offline-chess-king-piece::before {
  content: "\f440";
}
.fa-offline-chess-king-alt::before {
  content: "\f440";
}
.fa-offline-circle-6::before {
  content: "\e0f3";
}
.fa-offline-left::before {
  content: "\f355";
}
.fa-offline-arrow-alt-left::before {
  content: "\f355";
}
.fa-offline-file-word::before {
  content: "\f1c2";
}
.fa-offline-file-powerpoint::before {
  content: "\f1c4";
}
.fa-offline-square-down::before {
  content: "\f350";
}
.fa-offline-arrow-alt-square-down::before {
  content: "\f350";
}
.fa-offline-objects-align-center-vertical::before {
  content: "\e3bd";
}
.fa-offline-arrows-left-right::before {
  content: "\f07e";
}
.fa-offline-arrows-h::before {
  content: "\f07e";
}
.fa-offline-house-lock::before {
  content: "\e510";
}
.fa-offline-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-offline-cloud-download::before {
  content: "\f0ed";
}
.fa-offline-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-offline-wreath::before {
  content: "\f7e2";
}
.fa-offline-children::before {
  content: "\e4e1";
}
.fa-offline-meter-droplet::before {
  content: "\e1ea";
}
.fa-offline-chalkboard::before {
  content: "\f51b";
}
.fa-offline-blackboard::before {
  content: "\f51b";
}
.fa-offline-user-large-slash::before {
  content: "\f4fa";
}
.fa-offline-user-alt-slash::before {
  content: "\f4fa";
}
.fa-offline-signal-strong::before {
  content: "\f68f";
}
.fa-offline-signal-4::before {
  content: "\f68f";
}
.fa-offline-lollipop::before {
  content: "\e424";
}
.fa-offline-lollypop::before {
  content: "\e424";
}
.fa-offline-list-tree::before {
  content: "\e1d2";
}
.fa-offline-envelope-open::before {
  content: "\f2b6";
}
.fa-offline-draw-circle::before {
  content: "\f5ed";
}
.fa-offline-cat-space::before {
  content: "\e001";
}
.fa-offline-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-offline-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-offline-rabbit-running::before {
  content: "\f709";
}
.fa-offline-rabbit-fast::before {
  content: "\f709";
}
.fa-offline-memo-pad::before {
  content: "\e1da";
}
.fa-offline-mattress-pillow::before {
  content: "\e525";
}
.fa-offline-alarm-plus::before {
  content: "\f844";
}
.fa-offline-alicorn::before {
  content: "\f6b0";
}
.fa-offline-comment-question::before {
  content: "\e14b";
}
.fa-offline-gingerbread-man::before {
  content: "\f79d";
}
.fa-offline-guarani-sign::before {
  content: "\e19a";
}
.fa-offline-burger-fries::before {
  content: "\e0cd";
}
.fa-offline-mug-tea::before {
  content: "\f875";
}
.fa-offline-border-top::before {
  content: "\f855";
}
.fa-offline-arrows-rotate::before {
  content: "\f021";
}
.fa-offline-refresh::before {
  content: "\f021";
}
.fa-offline-sync::before {
  content: "\f021";
}
.fa-offline-circle-book-open::before {
  content: "\e0ff";
}
.fa-offline-book-circle::before {
  content: "\e0ff";
}
.fa-offline-arrows-to-dotted-line::before {
  content: "\e0a6";
}
.fa-offline-fire-extinguisher::before {
  content: "\f134";
}
.fa-offline-garage-open::before {
  content: "\e00b";
}
.fa-offline-shelves-empty::before {
  content: "\e246";
}
.fa-offline-cruzeiro-sign::before {
  content: "\e152";
}
.fa-offline-watch-apple::before {
  content: "\e2cb";
}
.fa-offline-watch-calculator::before {
  content: "\f8f0";
}
.fa-offline-list-dropdown::before {
  content: "\e1cf";
}
.fa-offline-cabinet-filing::before {
  content: "\f64b";
}
.fa-offline-burger-soda::before {
  content: "\f858";
}
.fa-offline-square-arrow-up::before {
  content: "\f33c";
}
.fa-offline-arrow-square-up::before {
  content: "\f33c";
}
.fa-offline-greater-than-equal::before {
  content: "\f532";
}
.fa-offline-pallet-box::before {
  content: "\e208";
}
.fa-offline-face-confounded::before {
  content: "\e36c";
}
.fa-offline-shield-halved::before {
  content: "\f3ed";
}
.fa-offline-shield-alt::before {
  content: "\f3ed";
}
.fa-offline-truck-plow::before {
  content: "\f7de";
}
.fa-offline-book-atlas::before {
  content: "\f558";
}
.fa-offline-atlas::before {
  content: "\f558";
}
.fa-offline-virus::before {
  content: "\e074";
}
.fa-offline-comment-middle-top::before {
  content: "\e14a";
}
.fa-offline-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-offline-layer-group::before {
  content: "\f5fd";
}
.fa-offline-restroom-simple::before {
  content: "\e23a";
}
.fa-offline-arrows-to-dot::before {
  content: "\e4be";
}
.fa-offline-border-outer::before {
  content: "\f851";
}
.fa-offline-hashtag-lock::before {
  content: "\e415";
}
.fa-offline-clock-two-thirty::before {
  content: "\e35b";
}
.fa-offline-archway::before {
  content: "\f557";
}
.fa-offline-heart-circle-check::before {
  content: "\e4fd";
}
.fa-offline-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-offline-house-damage::before {
  content: "\f6f1";
}
.fa-offline-file-zipper::before {
  content: "\f1c6";
}
.fa-offline-file-archive::before {
  content: "\f1c6";
}
.fa-offline-heart-half::before {
  content: "\e1ab";
}
.fa-offline-comment-check::before {
  content: "\f4ac";
}
.fa-offline-square::before {
  content: "\f0c8";
}
.fa-offline-memo::before {
  content: "\e1d8";
}
.fa-offline-martini-glass-empty::before {
  content: "\f000";
}
.fa-offline-glass-martini::before {
  content: "\f000";
}
.fa-offline-couch::before {
  content: "\f4b8";
}
.fa-offline-cedi-sign::before {
  content: "\e0df";
}
.fa-offline-italic::before {
  content: "\f033";
}
.fa-offline-glass-citrus::before {
  content: "\f869";
}
.fa-offline-calendar-lines-pen::before {
  content: "\e472";
}
.fa-offline-church::before {
  content: "\f51d";
}
.fa-offline-person-snowmobiling::before {
  content: "\f7d1";
}
.fa-offline-snowmobile::before {
  content: "\f7d1";
}
.fa-offline-face-hushed::before {
  content: "\e37b";
}
.fa-offline-comments-dollar::before {
  content: "\f653";
}
.fa-offline-pickaxe::before {
  content: "\e5bf";
}
.fa-offline-link-simple-slash::before {
  content: "\e1ce";
}
.fa-offline-democrat::before {
  content: "\f747";
}
.fa-offline-face-confused::before {
  content: "\e36d";
}
.fa-offline-pinball::before {
  content: "\e229";
}
.fa-offline-z::before {
  content: "Z";
}
.fa-offline-person-skiing::before {
  content: "\f7c9";
}
.fa-offline-skiing::before {
  content: "\f7c9";
}
.fa-offline-deer::before {
  content: "\f78e";
}
.fa-offline-input-pipe::before {
  content: "\e1be";
}
.fa-offline-road-lock::before {
  content: "\e567";
}
.fa-offline-a::before {
  content: "A";
}
.fa-offline-bookmark-slash::before {
  content: "\e0c2";
}
.fa-offline-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-offline-temperature-down::before {
  content: "\e03f";
}
.fa-offline-mace::before {
  content: "\f6f8";
}
.fa-offline-feather-pointed::before {
  content: "\f56b";
}
.fa-offline-feather-alt::before {
  content: "\f56b";
}
.fa-offline-sausage::before {
  content: "\f820";
}
.fa-offline-trash-can-clock::before {
  content: "\e2aa";
}
.fa-offline-p::before {
  content: "P";
}
.fa-offline-snowflake::before {
  content: "\f2dc";
}
.fa-offline-stomach::before {
  content: "\f623";
}
.fa-offline-newspaper::before {
  content: "\f1ea";
}
.fa-offline-rectangle-ad::before {
  content: "\f641";
}
.fa-offline-ad::before {
  content: "\f641";
}
.fa-offline-guitar-electric::before {
  content: "\f8be";
}
.fa-offline-arrow-turn-down-right::before {
  content: "\e3d6";
}
.fa-offline-moon-cloud::before {
  content: "\f754";
}
.fa-offline-bread-slice-butter::before {
  content: "\e3e1";
}
.fa-offline-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-offline-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-offline-user-group-crown::before {
  content: "\f6a5";
}
.fa-offline-users-crown::before {
  content: "\f6a5";
}
.fa-offline-circle-i::before {
  content: "\e111";
}
.fa-offline-toilet-paper-check::before {
  content: "\e5b2";
}
.fa-offline-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-offline-locust::before {
  content: "\e520";
}
.fa-offline-sort::before {
  content: "\f0dc";
}
.fa-offline-unsorted::before {
  content: "\f0dc";
}
.fa-offline-list-ol::before {
  content: "\f0cb";
}
.fa-offline-list-1-2::before {
  content: "\f0cb";
}
.fa-offline-list-numeric::before {
  content: "\f0cb";
}
.fa-offline-chart-waterfall::before {
  content: "\e0eb";
}
.fa-offline-face-party::before {
  content: "\e383";
}
.fa-offline-kidneys::before {
  content: "\f5fb";
}
.fa-offline-wifi-exclamation::before {
  content: "\e2cf";
}
.fa-offline-chart-network::before {
  content: "\f78a";
}
.fa-offline-person-dress-burst::before {
  content: "\e544";
}
.fa-offline-dice-d4::before {
  content: "\f6d0";
}
.fa-offline-money-check-dollar::before {
  content: "\f53d";
}
.fa-offline-money-check-alt::before {
  content: "\f53d";
}
.fa-offline-vector-square::before {
  content: "\f5cb";
}
.fa-offline-bread-slice::before {
  content: "\f7ec";
}
.fa-offline-language::before {
  content: "\f1ab";
}
.fa-offline-wheat-awn-slash::before {
  content: "\e338";
}
.fa-offline-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-offline-kiss-wink-heart::before {
  content: "\f598";
}
.fa-offline-dagger::before {
  content: "\f6cb";
}
.fa-offline-podium::before {
  content: "\f680";
}
.fa-offline-memo-circle-check::before {
  content: "\e1d9";
}
.fa-offline-route-highway::before {
  content: "\f61a";
}
.fa-offline-down-to-line::before {
  content: "\f34a";
}
.fa-offline-arrow-alt-to-bottom::before {
  content: "\f34a";
}
.fa-offline-filter::before {
  content: "\f0b0";
}
.fa-offline-square-g::before {
  content: "\e271";
}
.fa-offline-circle-phone::before {
  content: "\e11b";
}
.fa-offline-phone-circle::before {
  content: "\e11b";
}
.fa-offline-clipboard-prescription::before {
  content: "\f5e8";
}
.fa-offline-user-nurse-hair::before {
  content: "\e45d";
}
.fa-offline-question::before {
  content: "?";
}
.fa-offline-file-signature::before {
  content: "\f573";
}
.fa-offline-toggle-large-on::before {
  content: "\e5b1";
}
.fa-offline-up-down-left-right::before {
  content: "\f0b2";
}
.fa-offline-arrows-alt::before {
  content: "\f0b2";
}
.fa-offline-dryer-heat::before {
  content: "\f862";
}
.fa-offline-dryer-alt::before {
  content: "\f862";
}
.fa-offline-house-chimney-user::before {
  content: "\e065";
}
.fa-offline-hand-holding-heart::before {
  content: "\f4be";
}
.fa-offline-arrow-up-small-big::before {
  content: "\f88f";
}
.fa-offline-sort-size-up-alt::before {
  content: "\f88f";
}
.fa-offline-train-track::before {
  content: "\e453";
}
.fa-offline-puzzle-piece::before {
  content: "\f12e";
}
.fa-offline-money-check::before {
  content: "\f53c";
}
.fa-offline-star-half-stroke::before {
  content: "\f5c0";
}
.fa-offline-star-half-alt::before {
  content: "\f5c0";
}
.fa-offline-file-exclamation::before {
  content: "\f31a";
}
.fa-offline-code::before {
  content: "\f121";
}
.fa-offline-whiskey-glass::before {
  content: "\f7a0";
}
.fa-offline-glass-whiskey::before {
  content: "\f7a0";
}
.fa-offline-moon-stars::before {
  content: "\f755";
}
.fa-offline-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-offline-clothes-hanger::before {
  content: "\e136";
}
.fa-offline-mobile-notch::before {
  content: "\e1ee";
}
.fa-offline-mobile-iphone::before {
  content: "\e1ee";
}
.fa-offline-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-offline-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-offline-external-link::before {
  content: "\f08e";
}
.fa-offline-cubes-stacked::before {
  content: "\e4e6";
}
.fa-offline-images-user::before {
  content: "\e1b9";
}
.fa-offline-won-sign::before {
  content: "\f159";
}
.fa-offline-krw::before {
  content: "\f159";
}
.fa-offline-won::before {
  content: "\f159";
}
.fa-offline-image-polaroid-user::before {
  content: "\e1b6";
}
.fa-offline-virus-covid::before {
  content: "\e4a8";
}
.fa-offline-square-ellipsis::before {
  content: "\e26e";
}
.fa-offline-pie::before {
  content: "\f705";
}
.fa-offline-chess-knight-piece::before {
  content: "\f442";
}
.fa-offline-chess-knight-alt::before {
  content: "\f442";
}
.fa-offline-austral-sign::before {
  content: "\e0a9";
}
.fa-offline-cloud-plus::before {
  content: "\e35e";
}
.fa-offline-f::before {
  content: "F";
}
.fa-offline-leaf::before {
  content: "\f06c";
}
.fa-offline-bed-bunk::before {
  content: "\f8f8";
}
.fa-offline-road::before {
  content: "\f018";
}
.fa-offline-taxi::before {
  content: "\f1ba";
}
.fa-offline-cab::before {
  content: "\f1ba";
}
.fa-offline-person-circle-plus::before {
  content: "\e541";
}
.fa-offline-chart-pie::before {
  content: "\f200";
}
.fa-offline-pie-chart::before {
  content: "\f200";
}
.fa-offline-bolt-lightning::before {
  content: "\e0b7";
}
.fa-offline-clock-eight::before {
  content: "\e345";
}
.fa-offline-sack-xmark::before {
  content: "\e56a";
}
.fa-offline-file-excel::before {
  content: "\f1c3";
}
.fa-offline-file-contract::before {
  content: "\f56c";
}
.fa-offline-fish-fins::before {
  content: "\e4f2";
}
.fa-offline-circle-q::before {
  content: "\e11e";
}
.fa-offline-building-flag::before {
  content: "\e4d5";
}
.fa-offline-face-grin-beam::before {
  content: "\f582";
}
.fa-offline-grin-beam::before {
  content: "\f582";
}
.fa-offline-object-ungroup::before {
  content: "\f248";
}
.fa-offline-face-disguise::before {
  content: "\e370";
}
.fa-offline-circle-arrow-down-right::before {
  content: "\e0fa";
}
.fa-offline-alien-8bit::before {
  content: "\f8f6";
}
.fa-offline-alien-monster::before {
  content: "\f8f6";
}
.fa-offline-hand-point-ribbon::before {
  content: "\e1a6";
}
.fa-offline-poop::before {
  content: "\f619";
}
.fa-offline-object-exclude::before {
  content: "\e49c";
}
.fa-offline-telescope::before {
  content: "\e03e";
}
.fa-offline-location-pin::before {
  content: "\f041";
}
.fa-offline-map-marker::before {
  content: "\f041";
}
.fa-offline-square-list::before {
  content: "\e489";
}
.fa-offline-kaaba::before {
  content: "\f66b";
}
.fa-offline-toilet-paper::before {
  content: "\f71e";
}
.fa-offline-helmet-safety::before {
  content: "\f807";
}
.fa-offline-hard-hat::before {
  content: "\f807";
}
.fa-offline-hat-hard::before {
  content: "\f807";
}
.fa-offline-comment-code::before {
  content: "\e147";
}
.fa-offline-sim-cards::before {
  content: "\e251";
}
.fa-offline-starship::before {
  content: "\e039";
}
.fa-offline-eject::before {
  content: "\f052";
}
.fa-offline-circle-right::before {
  content: "\f35a";
}
.fa-offline-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-offline-plane-circle-check::before {
  content: "\e555";
}
.fa-offline-seal::before {
  content: "\e241";
}
.fa-offline-user-cowboy::before {
  content: "\f8ea";
}
.fa-offline-hexagon-vertical-nft::before {
  content: "\e505";
}
.fa-offline-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-offline-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-offline-bread-loaf::before {
  content: "\f7eb";
}
.fa-offline-rings-wedding::before {
  content: "\f81b";
}
.fa-offline-object-group::before {
  content: "\f247";
}
.fa-offline-french-fries::before {
  content: "\f803";
}
.fa-offline-chart-line::before {
  content: "\f201";
}
.fa-offline-line-chart::before {
  content: "\f201";
}
.fa-offline-calendar-arrow-down::before {
  content: "\e0d0";
}
.fa-offline-calendar-download::before {
  content: "\e0d0";
}
.fa-offline-send-back::before {
  content: "\f87e";
}
.fa-offline-mask-ventilator::before {
  content: "\e524";
}
.fa-offline-signature-lock::before {
  content: "\e3ca";
}
.fa-offline-arrow-right::before {
  content: "\f061";
}
.fa-offline-signs-post::before {
  content: "\f277";
}
.fa-offline-map-signs::before {
  content: "\f277";
}
.fa-offline-octagon-plus::before {
  content: "\f301";
}
.fa-offline-plus-octagon::before {
  content: "\f301";
}
.fa-offline-cash-register::before {
  content: "\f788";
}
.fa-offline-person-circle-question::before {
  content: "\e542";
}
.fa-offline-melon-slice::before {
  content: "\e311";
}
.fa-offline-space-station-moon::before {
  content: "\e033";
}
.fa-offline-message-smile::before {
  content: "\f4aa";
}
.fa-offline-comment-alt-smile::before {
  content: "\f4aa";
}
.fa-offline-cup-straw::before {
  content: "\e363";
}
.fa-offline-left-from-line::before {
  content: "\f348";
}
.fa-offline-arrow-alt-from-right::before {
  content: "\f348";
}
.fa-offline-h::before {
  content: "H";
}
.fa-offline-basket-shopping-simple::before {
  content: "\e0af";
}
.fa-offline-shopping-basket-alt::before {
  content: "\e0af";
}
.fa-offline-hands-holding-heart::before {
  content: "\f4c3";
}
.fa-offline-hands-heart::before {
  content: "\f4c3";
}
.fa-offline-clock-nine::before {
  content: "\e34c";
}
.fa-offline-tarp::before {
  content: "\e57b";
}
.fa-offline-face-sleepy::before {
  content: "\e38e";
}
.fa-offline-hand-horns::before {
  content: "\e1a9";
}
.fa-offline-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-offline-tools::before {
  content: "\f7d9";
}
.fa-offline-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-offline-circle-three-quarters::before {
  content: "\e125";
}
.fa-offline-trophy-star::before {
  content: "\f2eb";
}
.fa-offline-trophy-alt::before {
  content: "\f2eb";
}
.fa-offline-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-offline-face-thermometer::before {
  content: "\e39a";
}
.fa-offline-shirt-running::before {
  content: "\e3c8";
}
.fa-offline-book-circle-arrow-up::before {
  content: "\e0bd";
}
.fa-offline-face-nauseated::before {
  content: "\e381";
}
.fa-offline-heart::before {
  content: "\f004";
}
.fa-offline-file-chart-pie::before {
  content: "\f65a";
}
.fa-offline-mars-and-venus::before {
  content: "\f224";
}
.fa-offline-house-user::before {
  content: "\e1b0";
}
.fa-offline-home-user::before {
  content: "\e1b0";
}
.fa-offline-circle-arrow-down-left::before {
  content: "\e0f9";
}
.fa-offline-dumpster-fire::before {
  content: "\f794";
}
.fa-offline-hexagon-minus::before {
  content: "\f307";
}
.fa-offline-minus-hexagon::before {
  content: "\f307";
}
.fa-offline-left-to-line::before {
  content: "\f34b";
}
.fa-offline-arrow-alt-to-left::before {
  content: "\f34b";
}
.fa-offline-house-crack::before {
  content: "\e3b1";
}
.fa-offline-paw-simple::before {
  content: "\f701";
}
.fa-offline-paw-alt::before {
  content: "\f701";
}
.fa-offline-arrow-left-long-to-line::before {
  content: "\e3d4";
}
.fa-offline-brackets-round::before {
  content: "\e0c5";
}
.fa-offline-parentheses::before {
  content: "\e0c5";
}
.fa-offline-martini-glass-citrus::before {
  content: "\f561";
}
.fa-offline-cocktail::before {
  content: "\f561";
}
.fa-offline-user-shakespeare::before {
  content: "\e2c2";
}
.fa-offline-arrow-right-to-arc::before {
  content: "\e4b2";
}
.fa-offline-face-surprise::before {
  content: "\f5c2";
}
.fa-offline-surprise::before {
  content: "\f5c2";
}
.fa-offline-bottle-water::before {
  content: "\e4c5";
}
.fa-offline-circle-pause::before {
  content: "\f28b";
}
.fa-offline-pause-circle::before {
  content: "\f28b";
}
.fa-offline-gauge-circle-plus::before {
  content: "\e498";
}
.fa-offline-folders::before {
  content: "\f660";
}
.fa-offline-angel::before {
  content: "\f779";
}
.fa-offline-value-absolute::before {
  content: "\f6a6";
}
.fa-offline-rabbit::before {
  content: "\f708";
}
.fa-offline-toilet-paper-slash::before {
  content: "\e072";
}
.fa-offline-apple-whole::before {
  content: "\f5d1";
}
.fa-offline-apple-alt::before {
  content: "\f5d1";
}
.fa-offline-kitchen-set::before {
  content: "\e51a";
}
.fa-offline-diamond-half::before {
  content: "\e5b7";
}
.fa-offline-lock-keyhole::before {
  content: "\f30d";
}
.fa-offline-lock-alt::before {
  content: "\f30d";
}
.fa-offline-r::before {
  content: "R";
}
.fa-offline-temperature-quarter::before {
  content: "\f2ca";
}
.fa-offline-temperature-1::before {
  content: "\f2ca";
}
.fa-offline-thermometer-1::before {
  content: "\f2ca";
}
.fa-offline-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-offline-square-info::before {
  content: "\f30f";
}
.fa-offline-info-square::before {
  content: "\f30f";
}
.fa-offline-wifi-slash::before {
  content: "\f6ac";
}
.fa-offline-toilet-paper-xmark::before {
  content: "\e5b3";
}
.fa-offline-hands-holding-dollar::before {
  content: "\f4c5";
}
.fa-offline-hands-usd::before {
  content: "\f4c5";
}
.fa-offline-cube::before {
  content: "\f1b2";
}
.fa-offline-arrow-down-triangle-square::before {
  content: "\f888";
}
.fa-offline-sort-shapes-down::before {
  content: "\f888";
}
.fa-offline-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-offline-shutters::before {
  content: "\e449";
}
.fa-offline-shield-dog::before {
  content: "\e573";
}
.fa-offline-solar-panel::before {
  content: "\f5ba";
}
.fa-offline-lock-open::before {
  content: "\f3c1";
}
.fa-offline-table-tree::before {
  content: "\e293";
}
.fa-offline-house-chimney-heart::before {
  content: "\e1b2";
}
.fa-offline-tally-3::before {
  content: "\e296";
}
.fa-offline-elevator::before {
  content: "\e16d";
}
.fa-offline-money-bill-transfer::before {
  content: "\e528";
}
.fa-offline-money-bill-trend-up::before {
  content: "\e529";
}
.fa-offline-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-offline-square-poll-horizontal::before {
  content: "\f682";
}
.fa-offline-poll-h::before {
  content: "\f682";
}
.fa-offline-circle::before {
  content: "\f111";
}
.fa-offline-cart-circle-exclamation::before {
  content: "\e3f2";
}
.fa-offline-sword::before {
  content: "\f71c";
}
.fa-offline-backward-fast::before {
  content: "\f049";
}
.fa-offline-fast-backward::before {
  content: "\f049";
}
.fa-offline-recycle::before {
  content: "\f1b8";
}
.fa-offline-user-astronaut::before {
  content: "\f4fb";
}
.fa-offline-interrobang::before {
  content: "\e5ba";
}
.fa-offline-plane-slash::before {
  content: "\e069";
}
.fa-offline-circle-dashed::before {
  content: "\e105";
}
.fa-offline-trademark::before {
  content: "\f25c";
}
.fa-offline-basketball::before {
  content: "\f434";
}
.fa-offline-basketball-ball::before {
  content: "\f434";
}
.fa-offline-fork-knife::before {
  content: "\f2e6";
}
.fa-offline-utensils-alt::before {
  content: "\f2e6";
}
.fa-offline-satellite-dish::before {
  content: "\f7c0";
}
.fa-offline-badge-check::before {
  content: "\f336";
}
.fa-offline-circle-up::before {
  content: "\f35b";
}
.fa-offline-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-offline-slider::before {
  content: "\e252";
}
.fa-offline-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-offline-mobile-alt::before {
  content: "\f3cd";
}
.fa-offline-clock-one-thirty::before {
  content: "\e34f";
}
.fa-offline-inbox-out::before {
  content: "\f311";
}
.fa-offline-inbox-arrow-up::before {
  content: "\f311";
}
.fa-offline-cloud-slash::before {
  content: "\e137";
}
.fa-offline-volume-high::before {
  content: "\f028";
}
.fa-offline-volume-up::before {
  content: "\f028";
}
.fa-offline-users-rays::before {
  content: "\e593";
}
.fa-offline-wallet::before {
  content: "\f555";
}
.fa-offline-octagon-check::before {
  content: "\e426";
}
.fa-offline-flatbread-stuffed::before {
  content: "\e40c";
}
.fa-offline-clipboard-check::before {
  content: "\f46c";
}
.fa-offline-cart-circle-plus::before {
  content: "\e3f3";
}
.fa-offline-truck-clock::before {
  content: "\f48c";
}
.fa-offline-shipping-timed::before {
  content: "\f48c";
}
.fa-offline-pool-8-ball::before {
  content: "\e3c5";
}
.fa-offline-file-audio::before {
  content: "\f1c7";
}
.fa-offline-turn-down-left::before {
  content: "\e331";
}
.fa-offline-lock-hashtag::before {
  content: "\e423";
}
.fa-offline-chart-radar::before {
  content: "\e0e7";
}
.fa-offline-staff::before {
  content: "\f71b";
}
.fa-offline-burger::before {
  content: "\f805";
}
.fa-offline-hamburger::before {
  content: "\f805";
}
.fa-offline-utility-pole::before {
  content: "\e2c3";
}
.fa-offline-transporter-6::before {
  content: "\e2a7";
}
.fa-offline-wrench::before {
  content: "\f0ad";
}
.fa-offline-bugs::before {
  content: "\e4d0";
}
.fa-offline-vector-polygon::before {
  content: "\e2c7";
}
.fa-offline-diagram-nested::before {
  content: "\e157";
}
.fa-offline-rupee-sign::before {
  content: "\f156";
}
.fa-offline-rupee::before {
  content: "\f156";
}
.fa-offline-file-image::before {
  content: "\f1c5";
}
.fa-offline-circle-question::before {
  content: "\f059";
}
.fa-offline-question-circle::before {
  content: "\f059";
}
.fa-offline-image-user::before {
  content: "\e1b8";
}
.fa-offline-buoy::before {
  content: "\e5b5";
}
.fa-offline-plane-departure::before {
  content: "\f5b0";
}
.fa-offline-handshake-slash::before {
  content: "\e060";
}
.fa-offline-book-bookmark::before {
  content: "\e0bb";
}
.fa-offline-border-center-h::before {
  content: "\f89c";
}
.fa-offline-can-food::before {
  content: "\e3e6";
}
.fa-offline-typewriter::before {
  content: "\f8e7";
}
.fa-offline-arrow-right-from-arc::before {
  content: "\e4b1";
}
.fa-offline-circle-k::before {
  content: "\e113";
}
.fa-offline-face-hand-over-mouth::before {
  content: "\e378";
}
.fa-offline-popcorn::before {
  content: "\f819";
}
.fa-offline-house-water::before {
  content: "\f74f";
}
.fa-offline-house-flood::before {
  content: "\f74f";
}
.fa-offline-object-subtract::before {
  content: "\e49e";
}
.fa-offline-code-branch::before {
  content: "\f126";
}
.fa-offline-warehouse-full::before {
  content: "\f495";
}
.fa-offline-warehouse-alt::before {
  content: "\f495";
}
.fa-offline-hat-cowboy::before {
  content: "\f8c0";
}
.fa-offline-bridge::before {
  content: "\e4c8";
}
.fa-offline-phone-flip::before {
  content: "\f879";
}
.fa-offline-phone-alt::before {
  content: "\f879";
}
.fa-offline-arrow-down-from-dotted-line::before {
  content: "\e090";
}
.fa-offline-square-quarters::before {
  content: "\e44e";
}
.fa-offline-truck-front::before {
  content: "\e2b7";
}
.fa-offline-cat::before {
  content: "\f6be";
}
.fa-offline-trash-xmark::before {
  content: "\e2b4";
}
.fa-offline-circle-caret-left::before {
  content: "\f32e";
}
.fa-offline-caret-circle-left::before {
  content: "\f32e";
}
.fa-offline-files::before {
  content: "\e178";
}
.fa-offline-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-offline-face-clouds::before {
  content: "\e47d";
}
.fa-offline-user-crown::before {
  content: "\f6a4";
}
.fa-offline-truck-field::before {
  content: "\e58d";
}
.fa-offline-route::before {
  content: "\f4d7";
}
.fa-offline-cart-circle-check::before {
  content: "\e3f1";
}
.fa-offline-clipboard-question::before {
  content: "\e4e3";
}
.fa-offline-panorama::before {
  content: "\e209";
}
.fa-offline-comment-medical::before {
  content: "\f7f5";
}
.fa-offline-teeth-open::before {
  content: "\f62f";
}
.fa-offline-user-tie-hair-long::before {
  content: "\e460";
}
.fa-offline-file-circle-minus::before {
  content: "\e4ed";
}
.fa-offline-head-side-medical::before {
  content: "\f809";
}
.fa-offline-tags::before {
  content: "\f02c";
}
.fa-offline-wine-glass::before {
  content: "\f4e3";
}
.fa-offline-forward-fast::before {
  content: "\f050";
}
.fa-offline-fast-forward::before {
  content: "\f050";
}
.fa-offline-face-meh-blank::before {
  content: "\f5a4";
}
.fa-offline-meh-blank::before {
  content: "\f5a4";
}
.fa-offline-user-robot::before {
  content: "\e04b";
}
.fa-offline-square-parking::before {
  content: "\f540";
}
.fa-offline-parking::before {
  content: "\f540";
}
.fa-offline-card-diamond::before {
  content: "\e3ea";
}
.fa-offline-face-zipper::before {
  content: "\e3a5";
}
.fa-offline-face-raised-eyebrow::before {
  content: "\e388";
}
.fa-offline-house-signal::before {
  content: "\e012";
}
.fa-offline-square-chevron-up::before {
  content: "\f32c";
}
.fa-offline-chevron-square-up::before {
  content: "\f32c";
}
.fa-offline-bars-progress::before {
  content: "\f828";
}
.fa-offline-tasks-alt::before {
  content: "\f828";
}
.fa-offline-faucet-drip::before {
  content: "\e006";
}
.fa-offline-arrows-to-line::before {
  content: "\e0a7";
}
.fa-offline-dolphin::before {
  content: "\e168";
}
.fa-offline-arrow-up-right::before {
  content: "\e09f";
}
.fa-offline-circle-r::before {
  content: "\e120";
}
.fa-offline-cart-flatbed::before {
  content: "\f474";
}
.fa-offline-dolly-flatbed::before {
  content: "\f474";
}
.fa-offline-ban-smoking::before {
  content: "\f54d";
}
.fa-offline-smoking-ban::before {
  content: "\f54d";
}
.fa-offline-circle-sort-up::before {
  content: "\e032";
}
.fa-offline-sort-circle-up::before {
  content: "\e032";
}
.fa-offline-terminal::before {
  content: "\f120";
}
.fa-offline-mobile-button::before {
  content: "\f10b";
}
.fa-offline-house-medical-flag::before {
  content: "\e514";
}
.fa-offline-basket-shopping::before {
  content: "\f291";
}
.fa-offline-shopping-basket::before {
  content: "\f291";
}
.fa-offline-tape::before {
  content: "\f4db";
}
.fa-offline-chestnut::before {
  content: "\e3f6";
}
.fa-offline-bus-simple::before {
  content: "\f55e";
}
.fa-offline-bus-alt::before {
  content: "\f55e";
}
.fa-offline-eye::before {
  content: "\f06e";
}
.fa-offline-face-sad-cry::before {
  content: "\f5b3";
}
.fa-offline-sad-cry::before {
  content: "\f5b3";
}
.fa-offline-heat::before {
  content: "\e00c";
}
.fa-offline-ticket-airline::before {
  content: "\e29a";
}
.fa-offline-boot-heeled::before {
  content: "\e33f";
}
.fa-offline-arrows-minimize::before {
  content: "\e0a5";
}
.fa-offline-compress-arrows::before {
  content: "\e0a5";
}
.fa-offline-audio-description::before {
  content: "\f29e";
}
.fa-offline-person-military-to-person::before {
  content: "\e54c";
}
.fa-offline-file-shield::before {
  content: "\e4f0";
}
.fa-offline-hexagon::before {
  content: "\f312";
}
.fa-offline-manhole::before {
  content: "\e1d6";
}
.fa-offline-user-slash::before {
  content: "\f506";
}
.fa-offline-pen::before {
  content: "\f304";
}
.fa-offline-tower-observation::before {
  content: "\e586";
}
.fa-offline-floppy-disks::before {
  content: "\e183";
}
.fa-offline-toilet-paper-blank-under::before {
  content: "\e29f";
}
.fa-offline-toilet-paper-reverse-alt::before {
  content: "\e29f";
}
.fa-offline-file-code::before {
  content: "\f1c9";
}
.fa-offline-signal::before {
  content: "\f012";
}
.fa-offline-signal-5::before {
  content: "\f012";
}
.fa-offline-signal-perfect::before {
  content: "\f012";
}
.fa-offline-pump::before {
  content: "\e442";
}
.fa-offline-bus::before {
  content: "\f207";
}
.fa-offline-heart-circle-xmark::before {
  content: "\e501";
}
.fa-offline-arrow-up-left-from-circle::before {
  content: "\e09e";
}
.fa-offline-house-chimney::before {
  content: "\e3af";
}
.fa-offline-home-lg::before {
  content: "\e3af";
}
.fa-offline-window-maximize::before {
  content: "\f2d0";
}
.fa-offline-dryer::before {
  content: "\f861";
}
.fa-offline-face-frown::before {
  content: "\f119";
}
.fa-offline-frown::before {
  content: "\f119";
}
.fa-offline-chess-bishop-piece::before {
  content: "\f43b";
}
.fa-offline-chess-bishop-alt::before {
  content: "\f43b";
}
.fa-offline-shirt-tank-top::before {
  content: "\e3c9";
}
.fa-offline-diploma::before {
  content: "\f5ea";
}
.fa-offline-scroll-ribbon::before {
  content: "\f5ea";
}
.fa-offline-screencast::before {
  content: "\e23e";
}
.fa-offline-walker::before {
  content: "\f831";
}
.fa-offline-prescription::before {
  content: "\f5b1";
}
.fa-offline-shop::before {
  content: "\f54f";
}
.fa-offline-store-alt::before {
  content: "\f54f";
}
.fa-offline-floppy-disk::before {
  content: "\f0c7";
}
.fa-offline-save::before {
  content: "\f0c7";
}
.fa-offline-vihara::before {
  content: "\f6a7";
}
.fa-offline-face-kiss-closed-eyes::before {
  content: "\e37d";
}
.fa-offline-scale-unbalanced::before {
  content: "\f515";
}
.fa-offline-balance-scale-left::before {
  content: "\f515";
}
.fa-offline-file-user::before {
  content: "\f65c";
}
.fa-offline-user-police-tie::before {
  content: "\e334";
}
.fa-offline-face-tongue-money::before {
  content: "\e39d";
}
.fa-offline-tennis-ball::before {
  content: "\f45e";
}
.fa-offline-square-l::before {
  content: "\e275";
}
.fa-offline-sort-up::before {
  content: "\f0de";
}
.fa-offline-sort-asc::before {
  content: "\f0de";
}
.fa-offline-calendar-arrow-up::before {
  content: "\e0d1";
}
.fa-offline-calendar-upload::before {
  content: "\e0d1";
}
.fa-offline-comment-dots::before {
  content: "\f4ad";
}
.fa-offline-commenting::before {
  content: "\f4ad";
}
.fa-offline-plant-wilt::before {
  content: "\e5aa";
}
.fa-offline-scarf::before {
  content: "\f7c1";
}
.fa-offline-album-circle-plus::before {
  content: "\e48c";
}
.fa-offline-user-nurse-hair-long::before {
  content: "\e45e";
}
.fa-offline-diamond::before {
  content: "\f219";
}
.fa-offline-square-left::before {
  content: "\f351";
}
.fa-offline-arrow-alt-square-left::before {
  content: "\f351";
}
.fa-offline-face-grin-squint::before {
  content: "\f585";
}
.fa-offline-grin-squint::before {
  content: "\f585";
}
.fa-offline-circle-ellipsis-vertical::before {
  content: "\e10b";
}
.fa-offline-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-offline-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-offline-grid-dividers::before {
  content: "\e3ad";
}
.fa-offline-bacterium::before {
  content: "\e05a";
}
.fa-offline-hand-pointer::before {
  content: "\f25a";
}
.fa-offline-drum-steelpan::before {
  content: "\f56a";
}
.fa-offline-hand-scissors::before {
  content: "\f257";
}
.fa-offline-hands-praying::before {
  content: "\f684";
}
.fa-offline-praying-hands::before {
  content: "\f684";
}
.fa-offline-face-pensive::before {
  content: "\e384";
}
.fa-offline-user-music::before {
  content: "\f8eb";
}
.fa-offline-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-offline-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-offline-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-offline-redo::before {
  content: "\f01e";
}
.fa-offline-messages-dollar::before {
  content: "\f652";
}
.fa-offline-comments-alt-dollar::before {
  content: "\f652";
}
.fa-offline-sensor-on::before {
  content: "\e02b";
}
.fa-offline-balloon::before {
  content: "\e2e3";
}
.fa-offline-biohazard::before {
  content: "\f780";
}
.fa-offline-chess-queen-piece::before {
  content: "\f446";
}
.fa-offline-chess-queen-alt::before {
  content: "\f446";
}
.fa-offline-location-crosshairs::before {
  content: "\f601";
}
.fa-offline-location::before {
  content: "\f601";
}
.fa-offline-mars-double::before {
  content: "\f227";
}
.fa-offline-house-person-leave::before {
  content: "\e00f";
}
.fa-offline-house-leave::before {
  content: "\e00f";
}
.fa-offline-house-person-depart::before {
  content: "\e00f";
}
.fa-offline-ruler-triangle::before {
  content: "\f61c";
}
.fa-offline-card-club::before {
  content: "\e3e9";
}
.fa-offline-child-dress::before {
  content: "\e59c";
}
.fa-offline-users-between-lines::before {
  content: "\e591";
}
.fa-offline-lungs-virus::before {
  content: "\e067";
}
.fa-offline-spinner-third::before {
  content: "\f3f4";
}
.fa-offline-face-grin-tears::before {
  content: "\f588";
}
.fa-offline-grin-tears::before {
  content: "\f588";
}
.fa-offline-phone::before {
  content: "\f095";
}
.fa-offline-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}
.fa-offline-mouse-alt::before {
  content: "\f8cd";
}
.fa-offline-calendar-xmark::before {
  content: "\f273";
}
.fa-offline-calendar-times::before {
  content: "\f273";
}
.fa-offline-child-reaching::before {
  content: "\e59d";
}
.fa-offline-table-layout::before {
  content: "\e290";
}
.fa-offline-narwhal::before {
  content: "\f6fe";
}
.fa-offline-ramp-loading::before {
  content: "\f4d4";
}
.fa-offline-calendar-circle-plus::before {
  content: "\e470";
}
.fa-offline-toothbrush::before {
  content: "\f635";
}
.fa-offline-border-inner::before {
  content: "\f84e";
}
.fa-offline-paw-claws::before {
  content: "\f702";
}
.fa-offline-kiwi-fruit::before {
  content: "\e30c";
}
.fa-offline-traffic-light-slow::before {
  content: "\f639";
}
.fa-offline-rectangle-code::before {
  content: "\e322";
}
.fa-offline-head-side-virus::before {
  content: "\e064";
}
.fa-offline-keyboard-brightness::before {
  content: "\e1c0";
}
.fa-offline-books-medical::before {
  content: "\f7e8";
}
.fa-offline-lightbulb-slash::before {
  content: "\f673";
}
.fa-offline-house-blank::before {
  content: "\e487";
}
.fa-offline-home-blank::before {
  content: "\e487";
}
.fa-offline-square-5::before {
  content: "\e25a";
}
.fa-offline-square-heart::before {
  content: "\f4c8";
}
.fa-offline-heart-square::before {
  content: "\f4c8";
}
.fa-offline-puzzle::before {
  content: "\e443";
}
.fa-offline-user-gear::before {
  content: "\f4fe";
}
.fa-offline-user-cog::before {
  content: "\f4fe";
}
.fa-offline-pipe-circle-check::before {
  content: "\e436";
}
.fa-offline-arrow-up-1-9::before {
  content: "\f163";
}
.fa-offline-sort-numeric-up::before {
  content: "\f163";
}
.fa-offline-octagon-exclamation::before {
  content: "\e204";
}
.fa-offline-dial-low::before {
  content: "\e15d";
}
.fa-offline-door-closed::before {
  content: "\f52a";
}
.fa-offline-laptop-mobile::before {
  content: "\f87a";
}
.fa-offline-phone-laptop::before {
  content: "\f87a";
}
.fa-offline-conveyor-belt-boxes::before {
  content: "\f46f";
}
.fa-offline-conveyor-belt-alt::before {
  content: "\f46f";
}
.fa-offline-shield-virus::before {
  content: "\e06c";
}
.fa-offline-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}
.fa-offline-starfighter-alt-advanced::before {
  content: "\e28e";
}
.fa-offline-dice-six::before {
  content: "\f526";
}
.fa-offline-starfighter-twin-ion-engine::before {
  content: "\e038";
}
.fa-offline-starfighter-alt::before {
  content: "\e038";
}
.fa-offline-rocket-launch::before {
  content: "\e027";
}
.fa-offline-mosquito-net::before {
  content: "\e52c";
}
.fa-offline-vent-damper::before {
  content: "\e465";
}
.fa-offline-bridge-water::before {
  content: "\e4ce";
}
.fa-offline-ban-bug::before {
  content: "\f7f9";
}
.fa-offline-debug::before {
  content: "\f7f9";
}
.fa-offline-person-booth::before {
  content: "\f756";
}
.fa-offline-text-width::before {
  content: "\f035";
}
.fa-offline-garage-car::before {
  content: "\e00a";
}
.fa-offline-square-kanban::before {
  content: "\e488";
}
.fa-offline-hat-wizard::before {
  content: "\f6e8";
}
.fa-offline-pen-fancy::before {
  content: "\f5ac";
}
.fa-offline-coffee-pot::before {
  content: "\e002";
}
.fa-offline-mouse-field::before {
  content: "\e5a8";
}
.fa-offline-person-digging::before {
  content: "\f85e";
}
.fa-offline-digging::before {
  content: "\f85e";
}
.fa-offline-shower-down::before {
  content: "\e24d";
}
.fa-offline-shower-alt::before {
  content: "\e24d";
}
.fa-offline-box-circle-check::before {
  content: "\e0c4";
}
.fa-offline-brightness::before {
  content: "\e0c9";
}
.fa-offline-car-side-bolt::before {
  content: "\e344";
}
.fa-offline-ornament::before {
  content: "\f7b8";
}
.fa-offline-phone-arrow-down-left::before {
  content: "\e223";
}
.fa-offline-phone-arrow-down::before {
  content: "\e223";
}
.fa-offline-phone-incoming::before {
  content: "\e223";
}
.fa-offline-cloud-word::before {
  content: "\e138";
}
.fa-offline-hand-fingers-crossed::before {
  content: "\e1a3";
}
.fa-offline-trash::before {
  content: "\f1f8";
}
.fa-offline-gauge-simple::before {
  content: "\f629";
}
.fa-offline-gauge-simple-med::before {
  content: "\f629";
}
.fa-offline-tachometer-average::before {
  content: "\f629";
}
.fa-offline-arrow-down-small-big::before {
  content: "\f88d";
}
.fa-offline-sort-size-down-alt::before {
  content: "\f88d";
}
.fa-offline-book-medical::before {
  content: "\f7e6";
}
.fa-offline-face-melting::before {
  content: "\e483";
}
.fa-offline-poo::before {
  content: "\f2fe";
}
.fa-offline-pen-clip-slash::before {
  content: "\e20f";
}
.fa-offline-pen-alt-slash::before {
  content: "\e20f";
}
.fa-offline-quote-right::before {
  content: "\f10e";
}
.fa-offline-quote-right-alt::before {
  content: "\f10e";
}
.fa-offline-scroll-old::before {
  content: "\f70f";
}
.fa-offline-guitars::before {
  content: "\f8bf";
}
.fa-offline-phone-xmark::before {
  content: "\e227";
}
.fa-offline-hose::before {
  content: "\e419";
}
.fa-offline-clock-six::before {
  content: "\e352";
}
.fa-offline-shirt::before {
  content: "\f553";
}
.fa-offline-t-shirt::before {
  content: "\f553";
}
.fa-offline-tshirt::before {
  content: "\f553";
}
.fa-offline-square-r::before {
  content: "\e27c";
}
.fa-offline-cubes::before {
  content: "\f1b3";
}
.fa-offline-envelope-open-dollar::before {
  content: "\f657";
}
.fa-offline-divide::before {
  content: "\f529";
}
.fa-offline-sun-cloud::before {
  content: "\f763";
}
.fa-offline-lamp-floor::before {
  content: "\e015";
}
.fa-offline-square-7::before {
  content: "\e25c";
}
.fa-offline-tenge-sign::before {
  content: "\f7d7";
}
.fa-offline-tenge::before {
  content: "\f7d7";
}
.fa-offline-headphones::before {
  content: "\f025";
}
.fa-offline-hands-holding::before {
  content: "\f4c2";
}
.fa-offline-campfire::before {
  content: "\f6ba";
}
.fa-offline-circle-ampersand::before {
  content: "\e0f8";
}
.fa-offline-snowflakes::before {
  content: "\f7cf";
}
.fa-offline-hands-clapping::before {
  content: "\e1a8";
}
.fa-offline-republican::before {
  content: "\f75e";
}
.fa-offline-leaf-maple::before {
  content: "\f6f6";
}
.fa-offline-arrow-left::before {
  content: "\f060";
}
.fa-offline-person-circle-xmark::before {
  content: "\e543";
}
.fa-offline-ruler::before {
  content: "\f545";
}
.fa-offline-cup-straw-swoosh::before {
  content: "\e364";
}
.fa-offline-temperature-sun::before {
  content: "\f76a";
}
.fa-offline-temperature-hot::before {
  content: "\f76a";
}
.fa-offline-align-left::before {
  content: "\f036";
}
.fa-offline-dice-d6::before {
  content: "\f6d1";
}
.fa-offline-restroom::before {
  content: "\f7bd";
}
.fa-offline-high-definition::before {
  content: "\e1ae";
}
.fa-offline-rectangle-hd::before {
  content: "\e1ae";
}
.fa-offline-j::before {
  content: "J";
}
.fa-offline-galaxy::before {
  content: "\e008";
}
.fa-offline-users-viewfinder::before {
  content: "\e595";
}
.fa-offline-file-video::before {
  content: "\f1c8";
}
.fa-offline-cherries::before {
  content: "\e0ec";
}
.fa-offline-up-right-from-square::before {
  content: "\f35d";
}
.fa-offline-external-link-alt::before {
  content: "\f35d";
}
.fa-offline-circle-sort::before {
  content: "\e030";
}
.fa-offline-sort-circle::before {
  content: "\e030";
}
.fa-offline-table-cells::before {
  content: "\f00a";
}
.fa-offline-th::before {
  content: "\f00a";
}
.fa-offline-file-pdf::before {
  content: "\f1c1";
}
.fa-offline-siren::before {
  content: "\e02d";
}
.fa-offline-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}
.fa-offline-image-landscape::before {
  content: "\e1b5";
}
.fa-offline-landscape::before {
  content: "\e1b5";
}
.fa-offline-tank-water::before {
  content: "\e452";
}
.fa-offline-curling-stone::before {
  content: "\f44a";
}
.fa-offline-curling::before {
  content: "\f44a";
}
.fa-offline-gamepad-modern::before {
  content: "\e5a2";
}
.fa-offline-gamepad-alt::before {
  content: "\e5a2";
}
.fa-offline-messages-question::before {
  content: "\e1e7";
}
.fa-offline-book-bible::before {
  content: "\f647";
}
.fa-offline-bible::before {
  content: "\f647";
}
.fa-offline-o::before {
  content: "O";
}
.fa-offline-suitcase-medical::before {
  content: "\f0fa";
}
.fa-offline-medkit::before {
  content: "\f0fa";
}
.fa-offline-briefcase-arrow-right::before {
  content: "\e2f2";
}
.fa-offline-expand-wide::before {
  content: "\f320";
}
.fa-offline-clock-eleven-thirty::before {
  content: "\e348";
}
.fa-offline-rv::before {
  content: "\f7be";
}
.fa-offline-user-secret::before {
  content: "\f21b";
}
.fa-offline-otter::before {
  content: "\f700";
}
.fa-offline-dreidel::before {
  content: "\f792";
}
.fa-offline-person-dress::before {
  content: "\f182";
}
.fa-offline-female::before {
  content: "\f182";
}
.fa-offline-comment-dollar::before {
  content: "\f651";
}
.fa-offline-business-time::before {
  content: "\f64a";
}
.fa-offline-briefcase-clock::before {
  content: "\f64a";
}
.fa-offline-flower-tulip::before {
  content: "\f801";
}
.fa-offline-people-pants-simple::before {
  content: "\e21a";
}
.fa-offline-cloud-drizzle::before {
  content: "\f738";
}
.fa-offline-table-cells-large::before {
  content: "\f009";
}
.fa-offline-th-large::before {
  content: "\f009";
}
.fa-offline-book-tanakh::before {
  content: "\f827";
}
.fa-offline-tanakh::before {
  content: "\f827";
}
.fa-offline-solar-system::before {
  content: "\e02f";
}
.fa-offline-seal-question::before {
  content: "\e243";
}
.fa-offline-phone-volume::before {
  content: "\f2a0";
}
.fa-offline-volume-control-phone::before {
  content: "\f2a0";
}
.fa-offline-disc-drive::before {
  content: "\f8b5";
}
.fa-offline-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-offline-table-rows::before {
  content: "\e292";
}
.fa-offline-rows::before {
  content: "\e292";
}
.fa-offline-location-exclamation::before {
  content: "\f608";
}
.fa-offline-map-marker-exclamation::before {
  content: "\f608";
}
.fa-offline-face-fearful::before {
  content: "\e375";
}
.fa-offline-clipboard-user::before {
  content: "\f7f3";
}
.fa-offline-bus-school::before {
  content: "\f5dd";
}
.fa-offline-film-slash::before {
  content: "\e179";
}
.fa-offline-square-arrow-down-right::before {
  content: "\e262";
}
.fa-offline-book-sparkles::before {
  content: "\f6b8";
}
.fa-offline-book-spells::before {
  content: "\f6b8";
}
.fa-offline-washing-machine::before {
  content: "\f898";
}
.fa-offline-washer::before {
  content: "\f898";
}
.fa-offline-child::before {
  content: "\f1ae";
}
.fa-offline-lira-sign::before {
  content: "\f195";
}
.fa-offline-user-visor::before {
  content: "\e04c";
}
.fa-offline-file-plus-minus::before {
  content: "\e177";
}
.fa-offline-chess-clock-flip::before {
  content: "\f43e";
}
.fa-offline-chess-clock-alt::before {
  content: "\f43e";
}
.fa-offline-satellite::before {
  content: "\f7bf";
}
.fa-offline-plane-lock::before {
  content: "\e558";
}
.fa-offline-steering-wheel::before {
  content: "\f622";
}
.fa-offline-tag::before {
  content: "\f02b";
}
.fa-offline-stretcher::before {
  content: "\f825";
}
.fa-offline-book-section::before {
  content: "\e0c1";
}
.fa-offline-book-law::before {
  content: "\e0c1";
}
.fa-offline-inboxes::before {
  content: "\e1bb";
}
.fa-offline-coffee-bean::before {
  content: "\e13e";
}
.fa-offline-brackets-curly::before {
  content: "\f7ea";
}
.fa-offline-ellipsis-stroke-vertical::before {
  content: "\f39c";
}
.fa-offline-ellipsis-v-alt::before {
  content: "\f39c";
}
.fa-offline-comment::before {
  content: "\f075";
}
.fa-offline-square-1::before {
  content: "\e256";
}
.fa-offline-cake-candles::before {
  content: "\f1fd";
}
.fa-offline-birthday-cake::before {
  content: "\f1fd";
}
.fa-offline-cake::before {
  content: "\f1fd";
}
.fa-offline-head-side::before {
  content: "\f6e9";
}
.fa-offline-envelope::before {
  content: "\f0e0";
}
.fa-offline-dolly-empty::before {
  content: "\f473";
}
.fa-offline-face-tissue::before {
  content: "\e39c";
}
.fa-offline-angles-up::before {
  content: "\f102";
}
.fa-offline-angle-double-up::before {
  content: "\f102";
}
.fa-offline-paperclip::before {
  content: "\f0c6";
}
.fa-offline-chart-line-down::before {
  content: "\f64d";
}
.fa-offline-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-offline-lock-a::before {
  content: "\e422";
}
.fa-offline-ribbon::before {
  content: "\f4d6";
}
.fa-offline-lungs::before {
  content: "\f604";
}
.fa-offline-person-pinball::before {
  content: "\e21d";
}
.fa-offline-arrow-up-9-1::before {
  content: "\f887";
}
.fa-offline-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-offline-apple-core::before {
  content: "\e08f";
}
.fa-offline-circle-y::before {
  content: "\e12f";
}
.fa-offline-h6::before {
  content: "\e413";
}
.fa-offline-litecoin-sign::before {
  content: "\e1d3";
}
.fa-offline-circle-small::before {
  content: "\e122";
}
.fa-offline-border-none::before {
  content: "\f850";
}
.fa-offline-arrow-turn-down-left::before {
  content: "\e2e1";
}
.fa-offline-circle-nodes::before {
  content: "\e4e2";
}
.fa-offline-parachute-box::before {
  content: "\f4cd";
}
.fa-offline-message-medical::before {
  content: "\f7f4";
}
.fa-offline-comment-alt-medical::before {
  content: "\f7f4";
}
.fa-offline-rugby-ball::before {
  content: "\e3c6";
}
.fa-offline-comment-music::before {
  content: "\f8b0";
}
.fa-offline-indent::before {
  content: "\f03c";
}
.fa-offline-tree-deciduous::before {
  content: "\f400";
}
.fa-offline-tree-alt::before {
  content: "\f400";
}
.fa-offline-puzzle-piece-simple::before {
  content: "\e231";
}
.fa-offline-puzzle-piece-alt::before {
  content: "\e231";
}
.fa-offline-truck-field-un::before {
  content: "\e58e";
}
.fa-offline-nfc-trash::before {
  content: "\e1fd";
}
.fa-offline-hourglass::before {
  content: "\f254";
}
.fa-offline-hourglass-empty::before {
  content: "\f254";
}
.fa-offline-mountain::before {
  content: "\f6fc";
}
.fa-offline-file-xmark::before {
  content: "\f317";
}
.fa-offline-file-times::before {
  content: "\f317";
}
.fa-offline-house-heart::before {
  content: "\f4c9";
}
.fa-offline-home-heart::before {
  content: "\f4c9";
}
.fa-offline-house-chimney-blank::before {
  content: "\e3b0";
}
.fa-offline-meter-bolt::before {
  content: "\e1e9";
}
.fa-offline-user-doctor::before {
  content: "\f0f0";
}
.fa-offline-user-md::before {
  content: "\f0f0";
}
.fa-offline-slash-back::before {
  content: "\\";
}
.fa-offline-circle-info::before {
  content: "\f05a";
}
.fa-offline-info-circle::before {
  content: "\f05a";
}
.fa-offline-fishing-rod::before {
  content: "\e3a8";
}
.fa-offline-hammer-crash::before {
  content: "\e414";
}
.fa-offline-message-heart::before {
  content: "\e5c9";
}
.fa-offline-cloud-meatball::before {
  content: "\f73b";
}
.fa-offline-camera-polaroid::before {
  content: "\f8aa";
}
.fa-offline-camera::before {
  content: "\f030";
}
.fa-offline-camera-alt::before {
  content: "\f030";
}
.fa-offline-square-virus::before {
  content: "\e578";
}
.fa-offline-cart-arrow-up::before {
  content: "\e3ee";
}
.fa-offline-meteor::before {
  content: "\f753";
}
.fa-offline-car-on::before {
  content: "\e4dd";
}
.fa-offline-sleigh::before {
  content: "\f7cc";
}
.fa-offline-arrow-down-1-9::before {
  content: "\f162";
}
.fa-offline-sort-numeric-asc::before {
  content: "\f162";
}
.fa-offline-sort-numeric-down::before {
  content: "\f162";
}
.fa-offline-buoy-mooring::before {
  content: "\e5b6";
}
.fa-offline-square-4::before {
  content: "\e259";
}
.fa-offline-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-offline-hand-holding-water::before {
  content: "\f4c1";
}
.fa-offline-tricycle-adult::before {
  content: "\e5c4";
}
.fa-offline-waveform::before {
  content: "\f8f1";
}
.fa-offline-water::before {
  content: "\f773";
}
.fa-offline-star-sharp-half-stroke::before {
  content: "\e28d";
}
.fa-offline-star-sharp-half-alt::before {
  content: "\e28d";
}
.fa-offline-nfc-signal::before {
  content: "\e1fb";
}
.fa-offline-plane-prop::before {
  content: "\e22b";
}
.fa-offline-calendar-check::before {
  content: "\f274";
}
.fa-offline-clock-desk::before {
  content: "\e134";
}
.fa-offline-calendar-clock::before {
  content: "\e0d2";
}
.fa-offline-calendar-time::before {
  content: "\e0d2";
}
.fa-offline-braille::before {
  content: "\f2a1";
}
.fa-offline-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-offline-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-offline-plate-utensils::before {
  content: "\e43b";
}
.fa-offline-family-pants::before {
  content: "\e302";
}
.fa-offline-hose-reel::before {
  content: "\e41a";
}
.fa-offline-house-window::before {
  content: "\e3b3";
}
.fa-offline-landmark::before {
  content: "\f66f";
}
.fa-offline-truck::before {
  content: "\f0d1";
}
.fa-offline-crosshairs::before {
  content: "\f05b";
}
.fa-offline-cloud-rainbow::before {
  content: "\f73e";
}
.fa-offline-person-cane::before {
  content: "\e53c";
}
.fa-offline-alien::before {
  content: "\f8f5";
}
.fa-offline-tent::before {
  content: "\e57d";
}
.fa-offline-vest-patches::before {
  content: "\e086";
}
.fa-offline-people-dress-simple::before {
  content: "\e218";
}
.fa-offline-check-double::before {
  content: "\f560";
}
.fa-offline-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-offline-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-offline-sort-alpha-down::before {
  content: "\f15d";
}
.fa-offline-bowling-ball-pin::before {
  content: "\e0c3";
}
.fa-offline-bell-school-slash::before {
  content: "\f5d6";
}
.fa-offline-plus-large::before {
  content: "\e59e";
}
.fa-offline-money-bill-wheat::before {
  content: "\e52a";
}
.fa-offline-camera-viewfinder::before {
  content: "\e0da";
}
.fa-offline-screenshot::before {
  content: "\e0da";
}
.fa-offline-message-music::before {
  content: "\f8af";
}
.fa-offline-comment-alt-music::before {
  content: "\f8af";
}
.fa-offline-car-building::before {
  content: "\f859";
}
.fa-offline-border-bottom-right::before {
  content: "\f854";
}
.fa-offline-border-style-alt::before {
  content: "\f854";
}
.fa-offline-octagon::before {
  content: "\f306";
}
.fa-offline-comment-arrow-up-right::before {
  content: "\e145";
}
.fa-offline-octagon-divide::before {
  content: "\e203";
}
.fa-offline-cookie::before {
  content: "\f563";
}
.fa-offline-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-offline-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-offline-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-offline-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-offline-undo::before {
  content: "\f0e2";
}
.fa-offline-tv-music::before {
  content: "\f8e6";
}
.fa-offline-hard-drive::before {
  content: "\f0a0";
}
.fa-offline-hdd::before {
  content: "\f0a0";
}
.fa-offline-reel::before {
  content: "\e238";
}
.fa-offline-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-offline-grin-squint-tears::before {
  content: "\f586";
}
.fa-offline-dumbbell::before {
  content: "\f44b";
}
.fa-offline-rectangle-list::before {
  content: "\f022";
}
.fa-offline-list-alt::before {
  content: "\f022";
}
.fa-offline-tarp-droplet::before {
  content: "\e57c";
}
.fa-offline-alarm-exclamation::before {
  content: "\f843";
}
.fa-offline-house-medical-circle-check::before {
  content: "\e511";
}
.fa-offline-traffic-cone::before {
  content: "\f636";
}
.fa-offline-grate::before {
  content: "\e193";
}
.fa-offline-arrow-down-right::before {
  content: "\e093";
}
.fa-offline-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-offline-skiing-nordic::before {
  content: "\f7ca";
}
.fa-offline-calendar-plus::before {
  content: "\f271";
}
.fa-offline-person-from-portal::before {
  content: "\e023";
}
.fa-offline-portal-exit::before {
  content: "\e023";
}
.fa-offline-plane-arrival::before {
  content: "\f5af";
}
.fa-offline-cowbell-circle-plus::before {
  content: "\f8b4";
}
.fa-offline-cowbell-more::before {
  content: "\f8b4";
}
.fa-offline-circle-left::before {
  content: "\f359";
}
.fa-offline-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-offline-distribute-spacing-vertical::before {
  content: "\e366";
}
.fa-offline-signal-bars-fair::before {
  content: "\f692";
}
.fa-offline-signal-alt-2::before {
  content: "\f692";
}
.fa-offline-sportsball::before {
  content: "\e44b";
}
.fa-offline-game-console-handheld-crank::before {
  content: "\e5b9";
}
.fa-offline-train-subway::before {
  content: "\f239";
}
.fa-offline-subway::before {
  content: "\f239";
}
.fa-offline-chart-gantt::before {
  content: "\e0e4";
}
.fa-offline-face-smile-upside-down::before {
  content: "\e395";
}
.fa-offline-ball-pile::before {
  content: "\f77e";
}
.fa-offline-badge-dollar::before {
  content: "\f645";
}
.fa-offline-money-bills-simple::before {
  content: "\e1f4";
}
.fa-offline-money-bills-alt::before {
  content: "\e1f4";
}
.fa-offline-list-timeline::before {
  content: "\e1d1";
}
.fa-offline-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-offline-indian-rupee::before {
  content: "\e1bc";
}
.fa-offline-inr::before {
  content: "\e1bc";
}
.fa-offline-crop-simple::before {
  content: "\f565";
}
.fa-offline-crop-alt::before {
  content: "\f565";
}
.fa-offline-money-bill-1::before {
  content: "\f3d1";
}
.fa-offline-money-bill-alt::before {
  content: "\f3d1";
}
.fa-offline-left-long::before {
  content: "\f30a";
}
.fa-offline-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-offline-keyboard-down::before {
  content: "\e1c2";
}
.fa-offline-circle-up-right::before {
  content: "\e129";
}
.fa-offline-cloud-bolt-moon::before {
  content: "\f76d";
}
.fa-offline-thunderstorm-moon::before {
  content: "\f76d";
}
.fa-offline-dna::before {
  content: "\f471";
}
.fa-offline-virus-slash::before {
  content: "\e075";
}
.fa-offline-bracket-round-right::before {
  content: ")";
}
.fa-offline-circle-5::before {
  content: "\e0f2";
}
.fa-offline-minus::before {
  content: "\f068";
}
.fa-offline-subtract::before {
  content: "\f068";
}
.fa-offline-fire-flame::before {
  content: "\f6df";
}
.fa-offline-flame::before {
  content: "\f6df";
}
.fa-offline-right-to-line::before {
  content: "\f34c";
}
.fa-offline-arrow-alt-to-right::before {
  content: "\f34c";
}
.fa-offline-gif::before {
  content: "\e190";
}
.fa-offline-chess::before {
  content: "\f439";
}
.fa-offline-trash-slash::before {
  content: "\e2b3";
}
.fa-offline-arrow-left-long::before {
  content: "\f177";
}
.fa-offline-long-arrow-left::before {
  content: "\f177";
}
.fa-offline-plug-circle-check::before {
  content: "\e55c";
}
.fa-offline-font-case::before {
  content: "\f866";
}
.fa-offline-street-view::before {
  content: "\f21d";
}
.fa-offline-arrow-down-left::before {
  content: "\e091";
}
.fa-offline-franc-sign::before {
  content: "\e18f";
}
.fa-offline-flask-round-poison::before {
  content: "\f6e0";
}
.fa-offline-flask-poison::before {
  content: "\f6e0";
}
.fa-offline-volume-off::before {
  content: "\f026";
}
.fa-offline-book-circle-arrow-right::before {
  content: "\e0bc";
}
.fa-offline-chart-user::before {
  content: "\f6a3";
}
.fa-offline-user-chart::before {
  content: "\f6a3";
}
.fa-offline-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-offline-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-offline-asl-interpreting::before {
  content: "\f2a3";
}
.fa-offline-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-offline-presentation-screen::before {
  content: "\f685";
}
.fa-offline-presentation::before {
  content: "\f685";
}
.fa-offline-circle-bolt::before {
  content: "\e0fe";
}
.fa-offline-face-smile-halo::before {
  content: "\e38f";
}
.fa-offline-cart-circle-arrow-down::before {
  content: "\e3ef";
}
.fa-offline-house-person-return::before {
  content: "\e011";
}
.fa-offline-house-person-arrive::before {
  content: "\e011";
}
.fa-offline-house-return::before {
  content: "\e011";
}
.fa-offline-message-xmark::before {
  content: "\f4ab";
}
.fa-offline-comment-alt-times::before {
  content: "\f4ab";
}
.fa-offline-message-times::before {
  content: "\f4ab";
}
.fa-offline-file-certificate::before {
  content: "\f5f3";
}
.fa-offline-file-award::before {
  content: "\f5f3";
}
.fa-offline-user-doctor-hair-long::before {
  content: "\e459";
}
.fa-offline-camera-security::before {
  content: "\f8fe";
}
.fa-offline-camera-home::before {
  content: "\f8fe";
}
.fa-offline-gear::before {
  content: "\f013";
}
.fa-offline-cog::before {
  content: "\f013";
}
.fa-offline-droplet-slash::before {
  content: "\f5c7";
}
.fa-offline-tint-slash::before {
  content: "\f5c7";
}
.fa-offline-book-heart::before {
  content: "\f499";
}
.fa-offline-mosque::before {
  content: "\f678";
}
.fa-offline-duck::before {
  content: "\f6d8";
}
.fa-offline-mosquito::before {
  content: "\e52b";
}
.fa-offline-star-of-david::before {
  content: "\f69a";
}
.fa-offline-flag-swallowtail::before {
  content: "\f74c";
}
.fa-offline-flag-alt::before {
  content: "\f74c";
}
.fa-offline-person-military-rifle::before {
  content: "\e54b";
}
.fa-offline-car-garage::before {
  content: "\f5e2";
}
.fa-offline-cart-shopping::before {
  content: "\f07a";
}
.fa-offline-shopping-cart::before {
  content: "\f07a";
}
.fa-offline-book-font::before {
  content: "\e0bf";
}
.fa-offline-shield-plus::before {
  content: "\e24a";
}
.fa-offline-vials::before {
  content: "\f493";
}
.fa-offline-eye-dropper-full::before {
  content: "\e172";
}
.fa-offline-distribute-spacing-horizontal::before {
  content: "\e365";
}
.fa-offline-tablet-rugged::before {
  content: "\f48f";
}
.fa-offline-temperature-snow::before {
  content: "\f768";
}
.fa-offline-temperature-frigid::before {
  content: "\f768";
}
.fa-offline-moped::before {
  content: "\e3b9";
}
.fa-offline-face-smile-plus::before {
  content: "\f5b9";
}
.fa-offline-smile-plus::before {
  content: "\f5b9";
}
.fa-offline-radio-tuner::before {
  content: "\f8d8";
}
.fa-offline-radio-alt::before {
  content: "\f8d8";
}
.fa-offline-face-swear::before {
  content: "\e399";
}
.fa-offline-water-arrow-down::before {
  content: "\f774";
}
.fa-offline-water-lower::before {
  content: "\f774";
}
.fa-offline-scanner-touchscreen::before {
  content: "\f48a";
}
.fa-offline-circle-7::before {
  content: "\e0f4";
}
.fa-offline-plug-circle-plus::before {
  content: "\e55f";
}
.fa-offline-person-ski-jumping::before {
  content: "\f7c7";
}
.fa-offline-ski-jump::before {
  content: "\f7c7";
}
.fa-offline-place-of-worship::before {
  content: "\f67f";
}
.fa-offline-water-arrow-up::before {
  content: "\f775";
}
.fa-offline-water-rise::before {
  content: "\f775";
}
.fa-offline-waveform-lines::before {
  content: "\f8f2";
}
.fa-offline-waveform-path::before {
  content: "\f8f2";
}
.fa-offline-split::before {
  content: "\e254";
}
.fa-offline-film-canister::before {
  content: "\f8b7";
}
.fa-offline-film-cannister::before {
  content: "\f8b7";
}
.fa-offline-folder-xmark::before {
  content: "\f65f";
}
.fa-offline-folder-times::before {
  content: "\f65f";
}
.fa-offline-toilet-paper-blank::before {
  content: "\f71f";
}
.fa-offline-toilet-paper-alt::before {
  content: "\f71f";
}
.fa-offline-tablet-screen::before {
  content: "\f3fc";
}
.fa-offline-tablet-android-alt::before {
  content: "\f3fc";
}
.fa-offline-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}
.fa-offline-folder-music::before {
  content: "\e18d";
}
.fa-offline-display-medical::before {
  content: "\e166";
}
.fa-offline-desktop-medical::before {
  content: "\e166";
}
.fa-offline-share-all::before {
  content: "\f367";
}
.fa-offline-peapod::before {
  content: "\e31c";
}
.fa-offline-chess-clock::before {
  content: "\f43d";
}
.fa-offline-axe::before {
  content: "\f6b2";
}
.fa-offline-square-d::before {
  content: "\e268";
}
.fa-offline-grip-vertical::before {
  content: "\f58e";
}
.fa-offline-mobile-signal-out::before {
  content: "\e1f0";
}
.fa-offline-arrow-turn-up::before {
  content: "\f148";
}
.fa-offline-level-up::before {
  content: "\f148";
}
.fa-offline-u::before {
  content: "U";
}
.fa-offline-arrow-up-from-dotted-line::before {
  content: "\e09b";
}
.fa-offline-square-root-variable::before {
  content: "\f698";
}
.fa-offline-square-root-alt::before {
  content: "\f698";
}
.fa-offline-light-switch-on::before {
  content: "\e019";
}
.fa-offline-arrow-down-arrow-up::before {
  content: "\f883";
}
.fa-offline-sort-alt::before {
  content: "\f883";
}
.fa-offline-raindrops::before {
  content: "\f75c";
}
.fa-offline-dash::before {
  content: "\e404";
}
.fa-offline-minus-large::before {
  content: "\e404";
}
.fa-offline-clock::before {
  content: "\f017";
}
.fa-offline-clock-four::before {
  content: "\f017";
}
.fa-offline-input-numeric::before {
  content: "\e1bd";
}
.fa-offline-truck-tow::before {
  content: "\e2b8";
}
.fa-offline-backward-step::before {
  content: "\f048";
}
.fa-offline-step-backward::before {
  content: "\f048";
}
.fa-offline-pallet::before {
  content: "\f482";
}
.fa-offline-car-bolt::before {
  content: "\e341";
}
.fa-offline-arrows-maximize::before {
  content: "\f31d";
}
.fa-offline-expand-arrows::before {
  content: "\f31d";
}
.fa-offline-faucet::before {
  content: "\e005";
}
.fa-offline-cloud-sleet::before {
  content: "\f741";
}
.fa-offline-lamp-street::before {
  content: "\e1c5";
}
.fa-offline-list-radio::before {
  content: "\e1d0";
}
.fa-offline-pen-nib-slash::before {
  content: "\e4a1";
}
.fa-offline-baseball-bat-ball::before {
  content: "\f432";
}
.fa-offline-square-up-left::before {
  content: "\e282";
}
.fa-offline-overline::before {
  content: "\f876";
}
.fa-offline-s::before {
  content: "S";
}
.fa-offline-timeline::before {
  content: "\e29c";
}
.fa-offline-keyboard::before {
  content: "\f11c";
}
.fa-offline-arrows-from-dotted-line::before {
  content: "\e0a3";
}
.fa-offline-usb-drive::before {
  content: "\f8e9";
}
.fa-offline-ballot::before {
  content: "\f732";
}
.fa-offline-caret-down::before {
  content: "\f0d7";
}
.fa-offline-location-dot-slash::before {
  content: "\f605";
}
.fa-offline-map-marker-alt-slash::before {
  content: "\f605";
}
.fa-offline-cards::before {
  content: "\e3ed";
}
.fa-offline-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-offline-clinic-medical::before {
  content: "\f7f2";
}
.fa-offline-boxing-glove::before {
  content: "\f438";
}
.fa-offline-glove-boxing::before {
  content: "\f438";
}
.fa-offline-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-offline-temperature-3::before {
  content: "\f2c8";
}
.fa-offline-thermometer-3::before {
  content: "\f2c8";
}
.fa-offline-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-offline-bell-school::before {
  content: "\f5d5";
}
.fa-offline-mobile-screen::before {
  content: "\f3cf";
}
.fa-offline-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-offline-plane-up::before {
  content: "\e22d";
}
.fa-offline-folder-heart::before {
  content: "\e189";
}
.fa-offline-circle-location-arrow::before {
  content: "\f602";
}
.fa-offline-location-circle::before {
  content: "\f602";
}
.fa-offline-face-head-bandage::before {
  content: "\e37a";
}
.fa-offline-sushi-roll::before {
  content: "\e48b";
}
.fa-offline-maki-roll::before {
  content: "\e48b";
}
.fa-offline-makizushi::before {
  content: "\e48b";
}
.fa-offline-car-bump::before {
  content: "\f5e0";
}
.fa-offline-piggy-bank::before {
  content: "\f4d3";
}
.fa-offline-racquet::before {
  content: "\f45a";
}
.fa-offline-car-mirrors::before {
  content: "\e343";
}
.fa-offline-industry-windows::before {
  content: "\f3b3";
}
.fa-offline-industry-alt::before {
  content: "\f3b3";
}
.fa-offline-bolt-auto::before {
  content: "\e0b6";
}
.fa-offline-battery-half::before {
  content: "\f242";
}
.fa-offline-battery-3::before {
  content: "\f242";
}
.fa-offline-flux-capacitor::before {
  content: "\f8ba";
}
.fa-offline-mountain-city::before {
  content: "\e52e";
}
.fa-offline-coins::before {
  content: "\f51e";
}
.fa-offline-honey-pot::before {
  content: "\e418";
}
.fa-offline-olive::before {
  content: "\e316";
}
.fa-offline-khanda::before {
  content: "\f66d";
}
.fa-offline-filter-list::before {
  content: "\e17c";
}
.fa-offline-outlet::before {
  content: "\e01c";
}
.fa-offline-sliders::before {
  content: "\f1de";
}
.fa-offline-sliders-h::before {
  content: "\f1de";
}
.fa-offline-cauldron::before {
  content: "\f6bf";
}
.fa-offline-people::before {
  content: "\e216";
}
.fa-offline-folder-tree::before {
  content: "\f802";
}
.fa-offline-network-wired::before {
  content: "\f6ff";
}
.fa-offline-croissant::before {
  content: "\f7f6";
}
.fa-offline-map-pin::before {
  content: "\f276";
}
.fa-offline-hamsa::before {
  content: "\f665";
}
.fa-offline-cent-sign::before {
  content: "\e3f5";
}
.fa-offline-swords-laser::before {
  content: "\e03d";
}
.fa-offline-flask::before {
  content: "\f0c3";
}
.fa-offline-person-pregnant::before {
  content: "\e31e";
}
.fa-offline-square-u::before {
  content: "\e281";
}
.fa-offline-wand-sparkles::before {
  content: "\f72b";
}
.fa-offline-router::before {
  content: "\f8da";
}
.fa-offline-ellipsis-vertical::before {
  content: "\f142";
}
.fa-offline-ellipsis-v::before {
  content: "\f142";
}
.fa-offline-sword-laser-alt::before {
  content: "\e03c";
}
.fa-offline-ticket::before {
  content: "\f145";
}
.fa-offline-power-off::before {
  content: "\f011";
}
.fa-offline-coin::before {
  content: "\f85c";
}
.fa-offline-laptop-slash::before {
  content: "\e1c7";
}
.fa-offline-right-long::before {
  content: "\f30b";
}
.fa-offline-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-offline-circle-b::before {
  content: "\e0fd";
}
.fa-offline-person-dress-simple::before {
  content: "\e21c";
}
.fa-offline-pipe-collar::before {
  content: "\e437";
}
.fa-offline-lights-holiday::before {
  content: "\f7b2";
}
.fa-offline-citrus::before {
  content: "\e2f4";
}
.fa-offline-flag-usa::before {
  content: "\f74d";
}
.fa-offline-laptop-file::before {
  content: "\e51d";
}
.fa-offline-tty::before {
  content: "\f1e4";
}
.fa-offline-teletype::before {
  content: "\f1e4";
}
.fa-offline-chart-tree-map::before {
  content: "\e0ea";
}
.fa-offline-diagram-next::before {
  content: "\e476";
}
.fa-offline-person-rifle::before {
  content: "\e54e";
}
.fa-offline-clock-five-thirty::before {
  content: "\e34a";
}
.fa-offline-pipe-valve::before {
  content: "\e439";
}
.fa-offline-arrow-up-from-arc::before {
  content: "\e4b4";
}
.fa-offline-face-spiral-eyes::before {
  content: "\e485";
}
.fa-offline-compress-wide::before {
  content: "\f326";
}
.fa-offline-circle-phone-hangup::before {
  content: "\e11d";
}
.fa-offline-phone-circle-down::before {
  content: "\e11d";
}
.fa-offline-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-offline-badminton::before {
  content: "\e33a";
}
.fa-offline-closed-captioning::before {
  content: "\f20a";
}
.fa-offline-person-hiking::before {
  content: "\f6ec";
}
.fa-offline-hiking::before {
  content: "\f6ec";
}
.fa-offline-right-from-line::before {
  content: "\f347";
}
.fa-offline-arrow-alt-from-left::before {
  content: "\f347";
}
.fa-offline-venus-double::before {
  content: "\f226";
}
.fa-offline-images::before {
  content: "\f302";
}
.fa-offline-calculator::before {
  content: "\f1ec";
}
.fa-offline-shuttlecock::before {
  content: "\f45b";
}
.fa-offline-user-hair::before {
  content: "\e45a";
}
.fa-offline-eye-evil::before {
  content: "\f6db";
}
.fa-offline-people-pulling::before {
  content: "\e535";
}
.fa-offline-n::before {
  content: "N";
}
.fa-offline-garage::before {
  content: "\e009";
}
.fa-offline-cable-car::before {
  content: "\f7da";
}
.fa-offline-tram::before {
  content: "\f7da";
}
.fa-offline-shovel-snow::before {
  content: "\f7c3";
}
.fa-offline-cloud-rain::before {
  content: "\f73d";
}
.fa-offline-face-lying::before {
  content: "\e37e";
}
.fa-offline-sprinkler::before {
  content: "\e035";
}
.fa-offline-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-offline-person-sledding::before {
  content: "\f7cb";
}
.fa-offline-sledding::before {
  content: "\f7cb";
}
.fa-offline-game-console-handheld::before {
  content: "\f8bb";
}
.fa-offline-ship::before {
  content: "\f21a";
}
.fa-offline-clock-six-thirty::before {
  content: "\e353";
}
.fa-offline-battery-slash::before {
  content: "\f377";
}
.fa-offline-tugrik-sign::before {
  content: "\e2ba";
}
.fa-offline-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-offline-download::before {
  content: "\f019";
}
.fa-offline-shelves::before {
  content: "\f480";
}
.fa-offline-inventory::before {
  content: "\f480";
}
.fa-offline-cloud-snow::before {
  content: "\f742";
}
.fa-offline-face-grin::before {
  content: "\f580";
}
.fa-offline-grin::before {
  content: "\f580";
}
.fa-offline-delete-left::before {
  content: "\f55a";
}
.fa-offline-backspace::before {
  content: "\f55a";
}
.fa-offline-oven::before {
  content: "\e01d";
}
.fa-offline-eye-dropper::before {
  content: "\f1fb";
}
.fa-offline-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-offline-eyedropper::before {
  content: "\f1fb";
}
.fa-offline-comment-captions::before {
  content: "\e146";
}
.fa-offline-comments-question::before {
  content: "\e14e";
}
.fa-offline-scribble::before {
  content: "\e23f";
}
.fa-offline-rotate-exclamation::before {
  content: "\e23c";
}
.fa-offline-file-circle-check::before {
  content: "\e5a0";
}
.fa-offline-glass::before {
  content: "\f804";
}
.fa-offline-loader::before {
  content: "\e1d4";
}
.fa-offline-forward::before {
  content: "\f04e";
}
.fa-offline-user-pilot::before {
  content: "\e2c0";
}
.fa-offline-mobile::before {
  content: "\f3ce";
}
.fa-offline-mobile-android::before {
  content: "\f3ce";
}
.fa-offline-mobile-phone::before {
  content: "\f3ce";
}
.fa-offline-code-pull-request-closed::before {
  content: "\e3f9";
}
.fa-offline-face-meh::before {
  content: "\f11a";
}
.fa-offline-meh::before {
  content: "\f11a";
}
.fa-offline-align-center::before {
  content: "\f037";
}
.fa-offline-book-skull::before {
  content: "\f6b7";
}
.fa-offline-book-dead::before {
  content: "\f6b7";
}
.fa-offline-id-card::before {
  content: "\f2c2";
}
.fa-offline-drivers-license::before {
  content: "\f2c2";
}
.fa-offline-face-dotted::before {
  content: "\e47f";
}
.fa-offline-face-worried::before {
  content: "\e3a3";
}
.fa-offline-outdent::before {
  content: "\f03b";
}
.fa-offline-dedent::before {
  content: "\f03b";
}
.fa-offline-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-offline-house::before {
  content: "\f015";
}
.fa-offline-home::before {
  content: "\f015";
}
.fa-offline-home-alt::before {
  content: "\f015";
}
.fa-offline-home-lg-alt::before {
  content: "\f015";
}
.fa-offline-vector-circle::before {
  content: "\e2c6";
}
.fa-offline-car-circle-bolt::before {
  content: "\e342";
}
.fa-offline-calendar-week::before {
  content: "\f784";
}
.fa-offline-flying-disc::before {
  content: "\e3a9";
}
.fa-offline-laptop-medical::before {
  content: "\f812";
}
.fa-offline-square-down-right::before {
  content: "\e26c";
}
.fa-offline-b::before {
  content: "B";
}
.fa-offline-seat-airline::before {
  content: "\e244";
}
.fa-offline-moon-over-sun::before {
  content: "\f74a";
}
.fa-offline-eclipse-alt::before {
  content: "\f74a";
}
.fa-offline-pipe::before {
  content: "|";
}
.fa-offline-file-medical::before {
  content: "\f477";
}
.fa-offline-potato::before {
  content: "\e440";
}
.fa-offline-dice-one::before {
  content: "\f525";
}
.fa-offline-circle-a::before {
  content: "\e0f7";
}
.fa-offline-helmet-battle::before {
  content: "\f6eb";
}
.fa-offline-butter::before {
  content: "\e3e4";
}
.fa-offline-blanket-fire::before {
  content: "\e3da";
}
.fa-offline-kiwi-bird::before {
  content: "\f535";
}
.fa-offline-castle::before {
  content: "\e0de";
}
.fa-offline-golf-club::before {
  content: "\f451";
}
.fa-offline-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-offline-exchange::before {
  content: "\f0ec";
}
.fa-offline-rotate-right::before {
  content: "\f2f9";
}
.fa-offline-redo-alt::before {
  content: "\f2f9";
}
.fa-offline-rotate-forward::before {
  content: "\f2f9";
}
.fa-offline-utensils::before {
  content: "\f2e7";
}
.fa-offline-cutlery::before {
  content: "\f2e7";
}
.fa-offline-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-offline-sort-amount-up::before {
  content: "\f161";
}
.fa-offline-balloons::before {
  content: "\e2e4";
}
.fa-offline-mill-sign::before {
  content: "\e1ed";
}
.fa-offline-bowl-rice::before {
  content: "\e2eb";
}
.fa-offline-timeline-arrow::before {
  content: "\e29d";
}
.fa-offline-skull::before {
  content: "\f54c";
}
.fa-offline-game-board-simple::before {
  content: "\f868";
}
.fa-offline-game-board-alt::before {
  content: "\f868";
}
.fa-offline-circle-video::before {
  content: "\e12b";
}
.fa-offline-video-circle::before {
  content: "\e12b";
}
.fa-offline-chart-scatter-bubble::before {
  content: "\e0e9";
}
.fa-offline-house-turret::before {
  content: "\e1b4";
}
.fa-offline-banana::before {
  content: "\e2e5";
}
.fa-offline-hand-holding-skull::before {
  content: "\e1a4";
}
.fa-offline-people-dress::before {
  content: "\e217";
}
.fa-offline-loveseat::before {
  content: "\f4cc";
}
.fa-offline-couch-small::before {
  content: "\f4cc";
}
.fa-offline-tower-broadcast::before {
  content: "\f519";
}
.fa-offline-broadcast-tower::before {
  content: "\f519";
}
.fa-offline-truck-pickup::before {
  content: "\f63c";
}
.fa-offline-block-quote::before {
  content: "\e0b5";
}
.fa-offline-up-long::before {
  content: "\f30c";
}
.fa-offline-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-offline-stop::before {
  content: "\f04d";
}
.fa-offline-code-merge::before {
  content: "\f387";
}
.fa-offline-money-check-dollar-pen::before {
  content: "\f873";
}
.fa-offline-money-check-edit-alt::before {
  content: "\f873";
}
.fa-offline-up-from-line::before {
  content: "\f346";
}
.fa-offline-arrow-alt-from-bottom::before {
  content: "\f346";
}
.fa-offline-upload::before {
  content: "\f093";
}
.fa-offline-hurricane::before {
  content: "\f751";
}
.fa-offline-people-pants::before {
  content: "\e219";
}
.fa-offline-mound::before {
  content: "\e52d";
}
.fa-offline-windsock::before {
  content: "\f777";
}
.fa-offline-circle-half::before {
  content: "\e110";
}
.fa-offline-brake-warning::before {
  content: "\e0c7";
}
.fa-offline-toilet-portable::before {
  content: "\e583";
}
.fa-offline-compact-disc::before {
  content: "\f51f";
}
.fa-offline-file-arrow-down::before {
  content: "\f56d";
}
.fa-offline-file-download::before {
  content: "\f56d";
}
.fa-offline-saxophone-fire::before {
  content: "\f8db";
}
.fa-offline-sax-hot::before {
  content: "\f8db";
}
.fa-offline-camera-web-slash::before {
  content: "\f833";
}
.fa-offline-webcam-slash::before {
  content: "\f833";
}
.fa-offline-folder-medical::before {
  content: "\e18c";
}
.fa-offline-folder-gear::before {
  content: "\e187";
}
.fa-offline-folder-cog::before {
  content: "\e187";
}
.fa-offline-hand-wave::before {
  content: "\e1a7";
}
.fa-offline-arrow-up-arrow-down::before {
  content: "\e099";
}
.fa-offline-sort-up-down::before {
  content: "\e099";
}
.fa-offline-caravan::before {
  content: "\f8ff";
}
.fa-offline-shield-cat::before {
  content: "\e572";
}
.fa-offline-message-slash::before {
  content: "\f4a9";
}
.fa-offline-comment-alt-slash::before {
  content: "\f4a9";
}
.fa-offline-bolt::before {
  content: "\f0e7";
}
.fa-offline-zap::before {
  content: "\f0e7";
}
.fa-offline-trash-can-check::before {
  content: "\e2a9";
}
.fa-offline-glass-water::before {
  content: "\e4f4";
}
.fa-offline-oil-well::before {
  content: "\e532";
}
.fa-offline-person-simple::before {
  content: "\e220";
}
.fa-offline-vault::before {
  content: "\e2c5";
}
.fa-offline-mars::before {
  content: "\f222";
}
.fa-offline-toilet::before {
  content: "\f7d8";
}
.fa-offline-plane-circle-xmark::before {
  content: "\e557";
}
.fa-offline-yen-sign::before {
  content: "\f157";
}
.fa-offline-cny::before {
  content: "\f157";
}
.fa-offline-jpy::before {
  content: "\f157";
}
.fa-offline-rmb::before {
  content: "\f157";
}
.fa-offline-yen::before {
  content: "\f157";
}
.fa-offline-notes::before {
  content: "\e202";
}
.fa-offline-ruble-sign::before {
  content: "\f158";
}
.fa-offline-rouble::before {
  content: "\f158";
}
.fa-offline-rub::before {
  content: "\f158";
}
.fa-offline-ruble::before {
  content: "\f158";
}
.fa-offline-trash-undo::before {
  content: "\f895";
}
.fa-offline-trash-arrow-turn-left::before {
  content: "\f895";
}
.fa-offline-champagne-glass::before {
  content: "\f79e";
}
.fa-offline-glass-champagne::before {
  content: "\f79e";
}
.fa-offline-objects-align-center-horizontal::before {
  content: "\e3bc";
}
.fa-offline-sun::before {
  content: "\f185";
}
.fa-offline-trash-can-slash::before {
  content: "\e2ad";
}
.fa-offline-trash-alt-slash::before {
  content: "\e2ad";
}
.fa-offline-screen-users::before {
  content: "\f63d";
}
.fa-offline-users-class::before {
  content: "\f63d";
}
.fa-offline-guitar::before {
  content: "\f7a6";
}
.fa-offline-square-arrow-left::before {
  content: "\f33a";
}
.fa-offline-arrow-square-left::before {
  content: "\f33a";
}
.fa-offline-square-8::before {
  content: "\e25d";
}
.fa-offline-face-smile-hearts::before {
  content: "\e390";
}
.fa-offline-brackets-square::before {
  content: "\f7e9";
}
.fa-offline-brackets::before {
  content: "\f7e9";
}
.fa-offline-laptop-arrow-down::before {
  content: "\e1c6";
}
.fa-offline-hockey-stick-puck::before {
  content: "\e3ae";
}
.fa-offline-house-tree::before {
  content: "\e1b3";
}
.fa-offline-signal-fair::before {
  content: "\f68d";
}
.fa-offline-signal-2::before {
  content: "\f68d";
}
.fa-offline-face-laugh-wink::before {
  content: "\f59c";
}
.fa-offline-laugh-wink::before {
  content: "\f59c";
}
.fa-offline-circle-dollar::before {
  content: "\f2e8";
}
.fa-offline-dollar-circle::before {
  content: "\f2e8";
}
.fa-offline-usd-circle::before {
  content: "\f2e8";
}
.fa-offline-horse-head::before {
  content: "\f7ab";
}
.fa-offline-arrows-repeat::before {
  content: "\f364";
}
.fa-offline-repeat-alt::before {
  content: "\f364";
}
.fa-offline-bore-hole::before {
  content: "\e4c3";
}
.fa-offline-industry::before {
  content: "\f275";
}
.fa-offline-image-polaroid::before {
  content: "\f8c4";
}
.fa-offline-wave-triangle::before {
  content: "\f89a";
}
.fa-offline-circle-down::before {
  content: "\f358";
}
.fa-offline-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-offline-grill::before {
  content: "\e5a3";
}
.fa-offline-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-offline-chart-mixed::before {
  content: "\f643";
}
.fa-offline-analytics::before {
  content: "\f643";
}
.fa-offline-florin-sign::before {
  content: "\e184";
}
.fa-offline-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-offline-sort-amount-desc::before {
  content: "\f884";
}
.fa-offline-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-offline-less-than::before {
  content: "<";
}
.fa-offline-display-code::before {
  content: "\e165";
}
.fa-offline-desktop-code::before {
  content: "\e165";
}
.fa-offline-face-drooling::before {
  content: "\e372";
}
.fa-offline-oil-temperature::before {
  content: "\f614";
}
.fa-offline-oil-temp::before {
  content: "\f614";
}
.fa-offline-square-question::before {
  content: "\f2fd";
}
.fa-offline-question-square::before {
  content: "\f2fd";
}
.fa-offline-air-conditioner::before {
  content: "\f8f4";
}
.fa-offline-angle-down::before {
  content: "\f107";
}
.fa-offline-mountains::before {
  content: "\f6fd";
}
.fa-offline-omega::before {
  content: "\f67a";
}
.fa-offline-car-tunnel::before {
  content: "\e4de";
}
.fa-offline-person-dolly-empty::before {
  content: "\f4d1";
}
.fa-offline-pan-food::before {
  content: "\e42b";
}
.fa-offline-head-side-cough::before {
  content: "\e061";
}
.fa-offline-grip-lines::before {
  content: "\f7a4";
}
.fa-offline-thumbs-down::before {
  content: "\f165";
}
.fa-offline-user-lock::before {
  content: "\f502";
}
.fa-offline-arrow-right-long::before {
  content: "\f178";
}
.fa-offline-long-arrow-right::before {
  content: "\f178";
}
.fa-offline-tickets-airline::before {
  content: "\e29b";
}
.fa-offline-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-offline-ellipsis::before {
  content: "\f141";
}
.fa-offline-ellipsis-h::before {
  content: "\f141";
}
.fa-offline-nfc-slash::before {
  content: "\e1fc";
}
.fa-offline-chess-pawn::before {
  content: "\f443";
}
.fa-offline-kit-medical::before {
  content: "\f479";
}
.fa-offline-first-aid::before {
  content: "\f479";
}
.fa-offline-grid-2-plus::before {
  content: "\e197";
}
.fa-offline-bells::before {
  content: "\f77f";
}
.fa-offline-person-through-window::before {
  content: "\e5a9";
}
.fa-offline-toolbox::before {
  content: "\f552";
}
.fa-offline-envelope-dot::before {
  content: "\e16f";
}
.fa-offline-envelope-badge::before {
  content: "\e16f";
}
.fa-offline-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-offline-bug::before {
  content: "\f188";
}
.fa-offline-bowl-chopsticks::before {
  content: "\e2e9";
}
.fa-offline-credit-card::before {
  content: "\f09d";
}
.fa-offline-credit-card-alt::before {
  content: "\f09d";
}
.fa-offline-circle-s::before {
  content: "\e121";
}
.fa-offline-box-ballot::before {
  content: "\f735";
}
.fa-offline-car::before {
  content: "\f1b9";
}
.fa-offline-automobile::before {
  content: "\f1b9";
}
.fa-offline-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-offline-user-tie-hair::before {
  content: "\e45f";
}
.fa-offline-podium-star::before {
  content: "\f758";
}
.fa-offline-user-hair-mullet::before {
  content: "\e45c";
}
.fa-offline-business-front::before {
  content: "\e45c";
}
.fa-offline-party-back::before {
  content: "\e45c";
}
.fa-offline-trian-balbot::before {
  content: "\e45c";
}
.fa-offline-microphone-stand::before {
  content: "\f8cb";
}
.fa-offline-book-open-reader::before {
  content: "\f5da";
}
.fa-offline-book-reader::before {
  content: "\f5da";
}
.fa-offline-family-dress::before {
  content: "\e301";
}
.fa-offline-circle-x::before {
  content: "\e12e";
}
.fa-offline-cabin::before {
  content: "\e46d";
}
.fa-offline-mountain-sun::before {
  content: "\e52f";
}
.fa-offline-chart-simple-horizontal::before {
  content: "\e474";
}
.fa-offline-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-offline-hand-back-point-left::before {
  content: "\e19f";
}
.fa-offline-message-dots::before {
  content: "\f4a3";
}
.fa-offline-comment-alt-dots::before {
  content: "\f4a3";
}
.fa-offline-messaging::before {
  content: "\f4a3";
}
.fa-offline-file-heart::before {
  content: "\e176";
}
.fa-offline-beer-mug::before {
  content: "\e0b3";
}
.fa-offline-beer-foam::before {
  content: "\e0b3";
}
.fa-offline-dice-d20::before {
  content: "\f6cf";
}
.fa-offline-drone::before {
  content: "\f85f";
}
.fa-offline-truck-droplet::before {
  content: "\e58c";
}
.fa-offline-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-offline-temperature-arrow-up::before {
  content: "\e040";
}
.fa-offline-temperature-up::before {
  content: "\e040";
}
.fa-offline-medal::before {
  content: "\f5a2";
}
.fa-offline-bed::before {
  content: "\f236";
}
.fa-offline-book-copy::before {
  content: "\e0be";
}
.fa-offline-square-h::before {
  content: "\f0fd";
}
.fa-offline-h-square::before {
  content: "\f0fd";
}
.fa-offline-square-c::before {
  content: "\e266";
}
.fa-offline-clock-two::before {
  content: "\e35a";
}
.fa-offline-square-ellipsis-vertical::before {
  content: "\e26f";
}
.fa-offline-podcast::before {
  content: "\f2ce";
}
.fa-offline-bee::before {
  content: "\e0b2";
}
.fa-offline-temperature-full::before {
  content: "\f2c7";
}
.fa-offline-temperature-4::before {
  content: "\f2c7";
}
.fa-offline-thermometer-4::before {
  content: "\f2c7";
}
.fa-offline-thermometer-full::before {
  content: "\f2c7";
}
.fa-offline-bell::before {
  content: "\f0f3";
}
.fa-offline-candy-bar::before {
  content: "\e3e8";
}
.fa-offline-chocolate-bar::before {
  content: "\e3e8";
}
.fa-offline-xmark-large::before {
  content: "\e59b";
}
.fa-offline-pinata::before {
  content: "\e3c3";
}
.fa-offline-arrows-from-line::before {
  content: "\e0a4";
}
.fa-offline-superscript::before {
  content: "\f12b";
}
.fa-offline-bowl-spoon::before {
  content: "\e3e0";
}
.fa-offline-hexagon-check::before {
  content: "\e416";
}
.fa-offline-plug-circle-xmark::before {
  content: "\e560";
}
.fa-offline-star-of-life::before {
  content: "\f621";
}
.fa-offline-phone-slash::before {
  content: "\f3dd";
}
.fa-offline-traffic-light-stop::before {
  content: "\f63a";
}
.fa-offline-paint-roller::before {
  content: "\f5aa";
}
.fa-offline-accent-grave::before {
  content: "`";
}
.fa-offline-handshake-angle::before {
  content: "\f4c4";
}
.fa-offline-hands-helping::before {
  content: "\f4c4";
}
.fa-offline-circle-0::before {
  content: "\e0ed";
}
.fa-offline-dial-med-low::before {
  content: "\e160";
}
.fa-offline-location-dot::before {
  content: "\f3c5";
}
.fa-offline-map-marker-alt::before {
  content: "\f3c5";
}
.fa-offline-crab::before {
  content: "\e3ff";
}
.fa-offline-box-open-full::before {
  content: "\f49c";
}
.fa-offline-box-full::before {
  content: "\f49c";
}
.fa-offline-file::before {
  content: "\f15b";
}
.fa-offline-greater-than::before {
  content: ">";
}
.fa-offline-quotes::before {
  content: "\e234";
}
.fa-offline-pretzel::before {
  content: "\e441";
}
.fa-offline-person-swimming::before {
  content: "\f5c4";
}
.fa-offline-swimmer::before {
  content: "\f5c4";
}
.fa-offline-arrow-down::before {
  content: "\f063";
}
.fa-offline-user-robot-xmarks::before {
  content: "\e4a7";
}
.fa-offline-message-quote::before {
  content: "\e1e4";
}
.fa-offline-comment-alt-quote::before {
  content: "\e1e4";
}
.fa-offline-candy-corn::before {
  content: "\f6bd";
}
.fa-offline-folder-magnifying-glass::before {
  content: "\e18b";
}
.fa-offline-folder-search::before {
  content: "\e18b";
}
.fa-offline-notebook::before {
  content: "\e201";
}
.fa-offline-droplet::before {
  content: "\f043";
}
.fa-offline-tint::before {
  content: "\f043";
}
.fa-offline-bullseye-pointer::before {
  content: "\f649";
}
.fa-offline-eraser::before {
  content: "\f12d";
}
.fa-offline-hexagon-image::before {
  content: "\e504";
}
.fa-offline-earth-americas::before {
  content: "\f57d";
}
.fa-offline-earth::before {
  content: "\f57d";
}
.fa-offline-earth-america::before {
  content: "\f57d";
}
.fa-offline-globe-americas::before {
  content: "\f57d";
}
.fa-offline-crate-apple::before {
  content: "\f6b1";
}
.fa-offline-apple-crate::before {
  content: "\f6b1";
}
.fa-offline-person-burst::before {
  content: "\e53b";
}
.fa-offline-game-board::before {
  content: "\f867";
}
.fa-offline-hat-chef::before {
  content: "\f86b";
}
.fa-offline-hand-back-point-right::before {
  content: "\e1a1";
}
.fa-offline-dove::before {
  content: "\f4ba";
}
.fa-offline-snowflake-droplets::before {
  content: "\e5c1";
}
.fa-offline-battery-empty::before {
  content: "\f244";
}
.fa-offline-battery-0::before {
  content: "\f244";
}
.fa-offline-grid-4::before {
  content: "\e198";
}
.fa-offline-socks::before {
  content: "\f696";
}
.fa-offline-face-sunglasses::before {
  content: "\e398";
}
.fa-offline-inbox::before {
  content: "\f01c";
}
.fa-offline-square-0::before {
  content: "\e255";
}
.fa-offline-section::before {
  content: "\e447";
}
.fa-offline-square-this-way-up::before {
  content: "\f49f";
}
.fa-offline-box-up::before {
  content: "\f49f";
}
.fa-offline-gauge-high::before {
  content: "\f625";
}
.fa-offline-tachometer-alt::before {
  content: "\f625";
}
.fa-offline-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-offline-square-ampersand::before {
  content: "\e260";
}
.fa-offline-envelope-open-text::before {
  content: "\f658";
}
.fa-offline-lamp-desk::before {
  content: "\e014";
}
.fa-offline-hospital::before {
  content: "\f0f8";
}
.fa-offline-hospital-alt::before {
  content: "\f0f8";
}
.fa-offline-hospital-wide::before {
  content: "\f0f8";
}
.fa-offline-poll-people::before {
  content: "\f759";
}
.fa-offline-whiskey-glass-ice::before {
  content: "\f7a1";
}
.fa-offline-glass-whiskey-rocks::before {
  content: "\f7a1";
}
.fa-offline-wine-bottle::before {
  content: "\f72f";
}
.fa-offline-chess-rook::before {
  content: "\f447";
}
.fa-offline-user-bounty-hunter::before {
  content: "\e2bf";
}
.fa-offline-bars-staggered::before {
  content: "\f550";
}
.fa-offline-reorder::before {
  content: "\f550";
}
.fa-offline-stream::before {
  content: "\f550";
}
.fa-offline-diagram-sankey::before {
  content: "\e158";
}
.fa-offline-cloud-hail-mixed::before {
  content: "\f73a";
}
.fa-offline-circle-up-left::before {
  content: "\e128";
}
.fa-offline-dharmachakra::before {
  content: "\f655";
}
.fa-offline-objects-align-left::before {
  content: "\e3be";
}
.fa-offline-oil-can-drip::before {
  content: "\e205";
}
.fa-offline-face-smiling-hands::before {
  content: "\e396";
}
.fa-offline-broccoli::before {
  content: "\e3e2";
}
.fa-offline-route-interstate::before {
  content: "\f61b";
}
.fa-offline-ear-muffs::before {
  content: "\f795";
}
.fa-offline-hotdog::before {
  content: "\f80f";
}
.fa-offline-transporter-empty::before {
  content: "\e046";
}
.fa-offline-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-offline-blind::before {
  content: "\f29d";
}
.fa-offline-angle-90::before {
  content: "\e08d";
}
.fa-offline-rectangle-terminal::before {
  content: "\e236";
}
.fa-offline-kite::before {
  content: "\f6f4";
}
.fa-offline-drum::before {
  content: "\f569";
}
.fa-offline-scrubber::before {
  content: "\f2f8";
}
.fa-offline-ice-cream::before {
  content: "\f810";
}
.fa-offline-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-offline-fish-bones::before {
  content: "\e304";
}
.fa-offline-deer-rudolph::before {
  content: "\f78f";
}
.fa-offline-fax::before {
  content: "\f1ac";
}
.fa-offline-paragraph::before {
  content: "\f1dd";
}
.fa-offline-head-side-heart::before {
  content: "\e1aa";
}
.fa-offline-square-e::before {
  content: "\e26d";
}
.fa-offline-meter-fire::before {
  content: "\e1eb";
}
.fa-offline-cloud-hail::before {
  content: "\f739";
}
.fa-offline-check-to-slot::before {
  content: "\f772";
}
.fa-offline-vote-yea::before {
  content: "\f772";
}
.fa-offline-money-from-bracket::before {
  content: "\e312";
}
.fa-offline-star-half::before {
  content: "\f089";
}
.fa-offline-car-bus::before {
  content: "\f85a";
}
.fa-offline-speaker::before {
  content: "\f8df";
}
.fa-offline-timer::before {
  content: "\e29e";
}
.fa-offline-boxes-stacked::before {
  content: "\f468";
}
.fa-offline-boxes::before {
  content: "\f468";
}
.fa-offline-boxes-alt::before {
  content: "\f468";
}
.fa-offline-grill-hot::before {
  content: "\e5a5";
}
.fa-offline-ballot-check::before {
  content: "\f733";
}
.fa-offline-link::before {
  content: "\f0c1";
}
.fa-offline-chain::before {
  content: "\f0c1";
}
.fa-offline-ear-listen::before {
  content: "\f2a2";
}
.fa-offline-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-offline-file-minus::before {
  content: "\f318";
}
.fa-offline-tree-city::before {
  content: "\e587";
}
.fa-offline-play::before {
  content: "\f04b";
}
.fa-offline-font::before {
  content: "\f031";
}
.fa-offline-cup-togo::before {
  content: "\f6c5";
}
.fa-offline-coffee-togo::before {
  content: "\f6c5";
}
.fa-offline-square-down-left::before {
  content: "\e26b";
}
.fa-offline-burger-lettuce::before {
  content: "\e3e3";
}
.fa-offline-rupiah-sign::before {
  content: "\e23d";
}
.fa-offline-magnifying-glass::before {
  content: "\f002";
}
.fa-offline-search::before {
  content: "\f002";
}
.fa-offline-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-offline-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-offline-table-tennis::before {
  content: "\f45d";
}
.fa-offline-person-dots-from-line::before {
  content: "\f470";
}
.fa-offline-diagnoses::before {
  content: "\f470";
}
.fa-offline-chevrons-down::before {
  content: "\f322";
}
.fa-offline-chevron-double-down::before {
  content: "\f322";
}
.fa-offline-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-offline-trash-restore-alt::before {
  content: "\f82a";
}
.fa-offline-signal-good::before {
  content: "\f68e";
}
.fa-offline-signal-3::before {
  content: "\f68e";
}
.fa-offline-location-question::before {
  content: "\f60b";
}
.fa-offline-map-marker-question::before {
  content: "\f60b";
}
.fa-offline-floppy-disk-circle-xmark::before {
  content: "\e181";
}
.fa-offline-floppy-disk-times::before {
  content: "\e181";
}
.fa-offline-save-circle-xmark::before {
  content: "\e181";
}
.fa-offline-save-times::before {
  content: "\e181";
}
.fa-offline-naira-sign::before {
  content: "\e1f6";
}
.fa-offline-peach::before {
  content: "\e20b";
}
.fa-offline-taxi-bus::before {
  content: "\e298";
}
.fa-offline-bracket-curly::before {
  content: "{";
}
.fa-offline-bracket-curly-left::before {
  content: "{";
}
.fa-offline-lobster::before {
  content: "\e421";
}
.fa-offline-cart-flatbed-empty::before {
  content: "\f476";
}
.fa-offline-dolly-flatbed-empty::before {
  content: "\f476";
}
.fa-offline-colon::before {
  content: ":";
}
.fa-offline-cart-arrow-down::before {
  content: "\f218";
}
.fa-offline-wand::before {
  content: "\f72a";
}
.fa-offline-walkie-talkie::before {
  content: "\f8ef";
}
.fa-offline-file-pen::before {
  content: "\f31c";
}
.fa-offline-file-edit::before {
  content: "\f31c";
}
.fa-offline-receipt::before {
  content: "\f543";
}
.fa-offline-table-picnic::before {
  content: "\e32d";
}
.fa-offline-square-pen::before {
  content: "\f14b";
}
.fa-offline-pen-square::before {
  content: "\f14b";
}
.fa-offline-pencil-square::before {
  content: "\f14b";
}
.fa-offline-circle-microphone-lines::before {
  content: "\e117";
}
.fa-offline-microphone-circle-alt::before {
  content: "\e117";
}
.fa-offline-display-slash::before {
  content: "\e2fa";
}
.fa-offline-desktop-slash::before {
  content: "\e2fa";
}
.fa-offline-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-offline-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-offline-transporter-2::before {
  content: "\e044";
}
.fa-offline-hands-holding-diamond::before {
  content: "\f47c";
}
.fa-offline-hand-receiving::before {
  content: "\f47c";
}
.fa-offline-money-bill-simple-wave::before {
  content: "\e1f2";
}
.fa-offline-chevron-down::before {
  content: "\f078";
}
.fa-offline-battery-full::before {
  content: "\f240";
}
.fa-offline-battery::before {
  content: "\f240";
}
.fa-offline-battery-5::before {
  content: "\f240";
}
.fa-offline-bell-plus::before {
  content: "\f849";
}
.fa-offline-book-arrow-right::before {
  content: "\e0b9";
}
.fa-offline-hospitals::before {
  content: "\f80e";
}
.fa-offline-club::before {
  content: "\f327";
}
.fa-offline-skull-crossbones::before {
  content: "\f714";
}
.fa-offline-droplet-degree::before {
  content: "\f748";
}
.fa-offline-dewpoint::before {
  content: "\f748";
}
.fa-offline-code-compare::before {
  content: "\e13a";
}
.fa-offline-list-ul::before {
  content: "\f0ca";
}
.fa-offline-list-dots::before {
  content: "\f0ca";
}
.fa-offline-hand-holding-magic::before {
  content: "\f6e5";
}
.fa-offline-watermelon-slice::before {
  content: "\e337";
}
.fa-offline-circle-ellipsis::before {
  content: "\e10a";
}
.fa-offline-school-lock::before {
  content: "\e56f";
}
.fa-offline-tower-cell::before {
  content: "\e585";
}
.fa-offline-sd-cards::before {
  content: "\e240";
}
.fa-offline-down-long::before {
  content: "\f309";
}
.fa-offline-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-offline-envelopes::before {
  content: "\e170";
}
.fa-offline-phone-office::before {
  content: "\f67d";
}
.fa-offline-ranking-star::before {
  content: "\e561";
}
.fa-offline-chess-king::before {
  content: "\f43f";
}
.fa-offline-nfc-pen::before {
  content: "\e1fa";
}
.fa-offline-person-harassing::before {
  content: "\e549";
}
.fa-offline-hat-winter::before {
  content: "\f7a8";
}
.fa-offline-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-offline-landmark-dome::before {
  content: "\f752";
}
.fa-offline-landmark-alt::before {
  content: "\f752";
}
.fa-offline-bone-break::before {
  content: "\f5d8";
}
.fa-offline-arrow-up::before {
  content: "\f062";
}
.fa-offline-down-from-dotted-line::before {
  content: "\e407";
}
.fa-offline-tv::before {
  content: "\f26c";
}
.fa-offline-television::before {
  content: "\f26c";
}
.fa-offline-tv-alt::before {
  content: "\f26c";
}
.fa-offline-border-left::before {
  content: "\f84f";
}
.fa-offline-circle-divide::before {
  content: "\e106";
}
.fa-offline-shrimp::before {
  content: "\e448";
}
.fa-offline-list-check::before {
  content: "\f0ae";
}
.fa-offline-tasks::before {
  content: "\f0ae";
}
.fa-offline-diagram-subtask::before {
  content: "\e479";
}
.fa-offline-jug-detergent::before {
  content: "\e519";
}
.fa-offline-circle-user::before {
  content: "\f2bd";
}
.fa-offline-user-circle::before {
  content: "\f2bd";
}
.fa-offline-square-y::before {
  content: "\e287";
}
.fa-offline-user-doctor-hair::before {
  content: "\e458";
}
.fa-offline-planet-ringed::before {
  content: "\e020";
}
.fa-offline-mushroom::before {
  content: "\e425";
}
.fa-offline-user-shield::before {
  content: "\f505";
}
.fa-offline-megaphone::before {
  content: "\f675";
}
.fa-offline-circle-exclamation-check::before {
  content: "\e10d";
}
.fa-offline-wind::before {
  content: "\f72e";
}
.fa-offline-box-dollar::before {
  content: "\f4a0";
}
.fa-offline-box-usd::before {
  content: "\f4a0";
}
.fa-offline-car-burst::before {
  content: "\f5e1";
}
.fa-offline-car-crash::before {
  content: "\f5e1";
}
.fa-offline-y::before {
  content: "Y";
}
.fa-offline-user-headset::before {
  content: "\f82d";
}
.fa-offline-arrows-retweet::before {
  content: "\f361";
}
.fa-offline-retweet-alt::before {
  content: "\f361";
}
.fa-offline-person-snowboarding::before {
  content: "\f7ce";
}
.fa-offline-snowboarding::before {
  content: "\f7ce";
}
.fa-offline-square-chevron-right::before {
  content: "\f32b";
}
.fa-offline-chevron-square-right::before {
  content: "\f32b";
}
.fa-offline-lacrosse-stick-ball::before {
  content: "\e3b6";
}
.fa-offline-truck-fast::before {
  content: "\f48b";
}
.fa-offline-shipping-fast::before {
  content: "\f48b";
}
.fa-offline-user-magnifying-glass::before {
  content: "\e5c5";
}
.fa-offline-star-sharp::before {
  content: "\e28b";
}
.fa-offline-comment-heart::before {
  content: "\e5c8";
}
.fa-offline-circle-1::before {
  content: "\e0ee";
}
.fa-offline-circle-star::before {
  content: "\e123";
}
.fa-offline-star-circle::before {
  content: "\e123";
}
.fa-offline-fish::before {
  content: "\f578";
}
.fa-offline-cloud-fog::before {
  content: "\f74e";
}
.fa-offline-fog::before {
  content: "\f74e";
}
.fa-offline-waffle::before {
  content: "\e466";
}
.fa-offline-music-note::before {
  content: "\f8cf";
}
.fa-offline-music-alt::before {
  content: "\f8cf";
}
.fa-offline-hexagon-exclamation::before {
  content: "\e417";
}
.fa-offline-cart-shopping-fast::before {
  content: "\e0dc";
}
.fa-offline-object-union::before {
  content: "\e49f";
}
.fa-offline-user-graduate::before {
  content: "\f501";
}
.fa-offline-starfighter::before {
  content: "\e037";
}
.fa-offline-circle-half-stroke::before {
  content: "\f042";
}
.fa-offline-adjust::before {
  content: "\f042";
}
.fa-offline-arrow-right-long-to-line::before {
  content: "\e3d5";
}
.fa-offline-square-arrow-down::before {
  content: "\f339";
}
.fa-offline-arrow-square-down::before {
  content: "\f339";
}
.fa-offline-diamond-half-stroke::before {
  content: "\e5b8";
}
.fa-offline-clapperboard::before {
  content: "\e131";
}
.fa-offline-square-chevron-left::before {
  content: "\f32a";
}
.fa-offline-chevron-square-left::before {
  content: "\f32a";
}
.fa-offline-phone-intercom::before {
  content: "\e434";
}
.fa-offline-link-horizontal::before {
  content: "\e1cb";
}
.fa-offline-chain-horizontal::before {
  content: "\e1cb";
}
.fa-offline-mango::before {
  content: "\e30f";
}
.fa-offline-music-note-slash::before {
  content: "\f8d0";
}
.fa-offline-music-alt-slash::before {
  content: "\f8d0";
}
.fa-offline-circle-radiation::before {
  content: "\f7ba";
}
.fa-offline-radiation-alt::before {
  content: "\f7ba";
}
.fa-offline-face-tongue-sweat::before {
  content: "\e39e";
}
.fa-offline-globe-stand::before {
  content: "\f5f6";
}
.fa-offline-baseball::before {
  content: "\f433";
}
.fa-offline-baseball-ball::before {
  content: "\f433";
}
.fa-offline-circle-p::before {
  content: "\e11a";
}
.fa-offline-award-simple::before {
  content: "\e0ab";
}
.fa-offline-jet-fighter-up::before {
  content: "\e518";
}
.fa-offline-diagram-project::before {
  content: "\f542";
}
.fa-offline-project-diagram::before {
  content: "\f542";
}
.fa-offline-pedestal::before {
  content: "\e20d";
}
.fa-offline-chart-pyramid::before {
  content: "\e0e6";
}
.fa-offline-sidebar::before {
  content: "\e24e";
}
.fa-offline-snowman-head::before {
  content: "\f79b";
}
.fa-offline-frosty-head::before {
  content: "\f79b";
}
.fa-offline-copy::before {
  content: "\f0c5";
}
.fa-offline-burger-glass::before {
  content: "\e0ce";
}
.fa-offline-volume-xmark::before {
  content: "\f6a9";
}
.fa-offline-volume-mute::before {
  content: "\f6a9";
}
.fa-offline-volume-times::before {
  content: "\f6a9";
}
.fa-offline-hand-sparkles::before {
  content: "\e05d";
}
.fa-offline-bars-filter::before {
  content: "\e0ad";
}
.fa-offline-paintbrush-pencil::before {
  content: "\e206";
}
.fa-offline-party-bell::before {
  content: "\e31a";
}
.fa-offline-user-vneck-hair::before {
  content: "\e462";
}
.fa-offline-jack-o-lantern::before {
  content: "\f30e";
}
.fa-offline-grip::before {
  content: "\f58d";
}
.fa-offline-grip-horizontal::before {
  content: "\f58d";
}
.fa-offline-share-from-square::before {
  content: "\f14d";
}
.fa-offline-share-square::before {
  content: "\f14d";
}
.fa-offline-keynote::before {
  content: "\f66c";
}
.fa-offline-child-combatant::before {
  content: "\e4e0";
}
.fa-offline-child-rifle::before {
  content: "\e4e0";
}
.fa-offline-gun::before {
  content: "\e19b";
}
.fa-offline-square-phone::before {
  content: "\f098";
}
.fa-offline-phone-square::before {
  content: "\f098";
}
.fa-offline-plus::before {
  content: "+";
}
.fa-offline-add::before {
  content: "+";
}
.fa-offline-expand::before {
  content: "\f065";
}
.fa-offline-computer::before {
  content: "\e4e5";
}
.fa-offline-fort::before {
  content: "\e486";
}
.fa-offline-cloud-check::before {
  content: "\e35c";
}
.fa-offline-xmark::before {
  content: "\f00d";
}
.fa-offline-close::before {
  content: "\f00d";
}
.fa-offline-multiply::before {
  content: "\f00d";
}
.fa-offline-remove::before {
  content: "\f00d";
}
.fa-offline-times::before {
  content: "\f00d";
}
.fa-offline-face-smirking::before {
  content: "\e397";
}
.fa-offline-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-offline-arrows::before {
  content: "\f047";
}
.fa-offline-chalkboard-user::before {
  content: "\f51c";
}
.fa-offline-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-offline-rhombus::before {
  content: "\e23b";
}
.fa-offline-claw-marks::before {
  content: "\f6c2";
}
.fa-offline-peso-sign::before {
  content: "\e222";
}
.fa-offline-face-smile-tongue::before {
  content: "\e394";
}
.fa-offline-cart-circle-xmark::before {
  content: "\e3f4";
}
.fa-offline-building-shield::before {
  content: "\e4d8";
}
.fa-offline-circle-phone-flip::before {
  content: "\e11c";
}
.fa-offline-phone-circle-alt::before {
  content: "\e11c";
}
.fa-offline-baby::before {
  content: "\f77c";
}
.fa-offline-users-line::before {
  content: "\e592";
}
.fa-offline-quote-left::before {
  content: "\f10d";
}
.fa-offline-quote-left-alt::before {
  content: "\f10d";
}
.fa-offline-tractor::before {
  content: "\f722";
}
.fa-offline-key-skeleton::before {
  content: "\f6f3";
}
.fa-offline-trash-arrow-up::before {
  content: "\f829";
}
.fa-offline-trash-restore::before {
  content: "\f829";
}
.fa-offline-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-offline-arrow-down-to-bracket::before {
  content: "\e094";
}
.fa-offline-lines-leaning::before {
  content: "\e51e";
}
.fa-offline-square-q::before {
  content: "\e27b";
}
.fa-offline-ruler-combined::before {
  content: "\f546";
}
.fa-offline-symbols::before {
  content: "\f86e";
}
.fa-offline-icons-alt::before {
  content: "\f86e";
}
.fa-offline-copyright::before {
  content: "\f1f9";
}
.fa-offline-highlighter-line::before {
  content: "\e1af";
}
.fa-offline-bracket-square::before {
  content: "[";
}
.fa-offline-bracket::before {
  content: "[";
}
.fa-offline-bracket-left::before {
  content: "[";
}
.fa-offline-island-tropical::before {
  content: "\f811";
}
.fa-offline-island-tree-palm::before {
  content: "\f811";
}
.fa-offline-arrow-right-from-line::before {
  content: "\f343";
}
.fa-offline-arrow-from-left::before {
  content: "\f343";
}
.fa-offline-h2::before {
  content: "\f314";
}
.fa-offline-equals::before {
  content: "=";
}
.fa-offline-cake-slice::before {
  content: "\e3e5";
}
.fa-offline-shortcake::before {
  content: "\e3e5";
}
.fa-offline-peanut::before {
  content: "\e430";
}
.fa-offline-wrench-simple::before {
  content: "\e2d1";
}
.fa-offline-blender::before {
  content: "\f517";
}
.fa-offline-teeth::before {
  content: "\f62e";
}
.fa-offline-tally-2::before {
  content: "\e295";
}
.fa-offline-shekel-sign::before {
  content: "\f20b";
}
.fa-offline-ils::before {
  content: "\f20b";
}
.fa-offline-shekel::before {
  content: "\f20b";
}
.fa-offline-sheqel::before {
  content: "\f20b";
}
.fa-offline-sheqel-sign::before {
  content: "\f20b";
}
.fa-offline-cars::before {
  content: "\f85b";
}
.fa-offline-axe-battle::before {
  content: "\f6b3";
}
.fa-offline-user-hair-long::before {
  content: "\e45b";
}
.fa-offline-map::before {
  content: "\f279";
}
.fa-offline-file-circle-info::before {
  content: "\e493";
}
.fa-offline-face-disappointed::before {
  content: "\e36f";
}
.fa-offline-lasso-sparkles::before {
  content: "\e1c9";
}
.fa-offline-clock-eleven::before {
  content: "\e347";
}
.fa-offline-rocket::before {
  content: "\f135";
}
.fa-offline-siren-on::before {
  content: "\e02e";
}
.fa-offline-clock-ten::before {
  content: "\e354";
}
.fa-offline-candle-holder::before {
  content: "\f6bc";
}
.fa-offline-video-arrow-down-left::before {
  content: "\e2c8";
}
.fa-offline-photo-film::before {
  content: "\f87c";
}
.fa-offline-photo-video::before {
  content: "\f87c";
}
.fa-offline-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}
.fa-offline-save-circle-arrow-right::before {
  content: "\e180";
}
.fa-offline-folder-minus::before {
  content: "\f65d";
}
.fa-offline-planet-moon::before {
  content: "\e01f";
}
.fa-offline-face-eyes-xmarks::before {
  content: "\e374";
}
.fa-offline-chart-scatter::before {
  content: "\f7ee";
}
.fa-offline-display-arrow-down::before {
  content: "\e164";
}
.fa-offline-store::before {
  content: "\f54e";
}
.fa-offline-arrow-trend-up::before {
  content: "\e098";
}
.fa-offline-plug-circle-minus::before {
  content: "\e55e";
}
.fa-offline-olive-branch::before {
  content: "\e317";
}
.fa-offline-angle::before {
  content: "\e08c";
}
.fa-offline-vacuum-robot::before {
  content: "\e04e";
}
.fa-offline-sign-hanging::before {
  content: "\f4d9";
}
.fa-offline-sign::before {
  content: "\f4d9";
}
.fa-offline-square-divide::before {
  content: "\e26a";
}
.fa-offline-signal-stream-slash::before {
  content: "\e250";
}
.fa-offline-bezier-curve::before {
  content: "\f55b";
}
.fa-offline-eye-dropper-half::before {
  content: "\e173";
}
.fa-offline-store-lock::before {
  content: "\e4a6";
}
.fa-offline-bell-slash::before {
  content: "\f1f6";
}
.fa-offline-cloud-bolt-sun::before {
  content: "\f76e";
}
.fa-offline-thunderstorm-sun::before {
  content: "\f76e";
}
.fa-offline-camera-slash::before {
  content: "\e0d9";
}
.fa-offline-comment-quote::before {
  content: "\e14c";
}
.fa-offline-tablet::before {
  content: "\f3fb";
}
.fa-offline-tablet-android::before {
  content: "\f3fb";
}
.fa-offline-school-flag::before {
  content: "\e56e";
}
.fa-offline-message-code::before {
  content: "\e1df";
}
.fa-offline-glass-half::before {
  content: "\e192";
}
.fa-offline-glass-half-empty::before {
  content: "\e192";
}
.fa-offline-glass-half-full::before {
  content: "\e192";
}
.fa-offline-fill::before {
  content: "\f575";
}
.fa-offline-message-minus::before {
  content: "\f4a7";
}
.fa-offline-comment-alt-minus::before {
  content: "\f4a7";
}
.fa-offline-angle-up::before {
  content: "\f106";
}
.fa-offline-drumstick-bite::before {
  content: "\f6d7";
}
.fa-offline-link-horizontal-slash::before {
  content: "\e1cc";
}
.fa-offline-chain-horizontal-slash::before {
  content: "\e1cc";
}
.fa-offline-holly-berry::before {
  content: "\f7aa";
}
.fa-offline-nose::before {
  content: "\e5bd";
}
.fa-offline-chevron-left::before {
  content: "\f053";
}
.fa-offline-bacteria::before {
  content: "\e059";
}
.fa-offline-clouds::before {
  content: "\f744";
}
.fa-offline-money-bill-simple::before {
  content: "\e1f1";
}
.fa-offline-hand-lizard::before {
  content: "\f258";
}
.fa-offline-table-pivot::before {
  content: "\e291";
}
.fa-offline-filter-slash::before {
  content: "\e17d";
}
.fa-offline-trash-can-undo::before {
  content: "\f896";
}
.fa-offline-trash-can-arrow-turn-left::before {
  content: "\f896";
}
.fa-offline-trash-undo-alt::before {
  content: "\f896";
}
.fa-offline-notdef::before {
  content: "\e1fe";
}
.fa-offline-disease::before {
  content: "\f7fa";
}
.fa-offline-person-to-door::before {
  content: "\e433";
}
.fa-offline-turntable::before {
  content: "\f8e4";
}
.fa-offline-briefcase-medical::before {
  content: "\f469";
}
.fa-offline-genderless::before {
  content: "\f22d";
}
.fa-offline-chevron-right::before {
  content: "\f054";
}
.fa-offline-signal-weak::before {
  content: "\f68c";
}
.fa-offline-signal-1::before {
  content: "\f68c";
}
.fa-offline-clock-five::before {
  content: "\e349";
}
.fa-offline-retweet::before {
  content: "\f079";
}
.fa-offline-car-rear::before {
  content: "\f5de";
}
.fa-offline-car-alt::before {
  content: "\f5de";
}
.fa-offline-pump-soap::before {
  content: "\e06b";
}
.fa-offline-computer-classic::before {
  content: "\f8b1";
}
.fa-offline-frame::before {
  content: "\e495";
}
.fa-offline-video-slash::before {
  content: "\f4e2";
}
.fa-offline-battery-quarter::before {
  content: "\f243";
}
.fa-offline-battery-2::before {
  content: "\f243";
}
.fa-offline-ellipsis-stroke::before {
  content: "\f39b";
}
.fa-offline-ellipsis-h-alt::before {
  content: "\f39b";
}
.fa-offline-radio::before {
  content: "\f8d7";
}
.fa-offline-baby-carriage::before {
  content: "\f77d";
}
.fa-offline-carriage-baby::before {
  content: "\f77d";
}
.fa-offline-face-expressionless::before {
  content: "\e373";
}
.fa-offline-down-to-dotted-line::before {
  content: "\e408";
}
.fa-offline-cloud-music::before {
  content: "\f8ae";
}
.fa-offline-traffic-light::before {
  content: "\f637";
}
.fa-offline-cloud-minus::before {
  content: "\e35d";
}
.fa-offline-thermometer::before {
  content: "\f491";
}
.fa-offline-shield-minus::before {
  content: "\e249";
}
.fa-offline-vr-cardboard::before {
  content: "\f729";
}
.fa-offline-car-tilt::before {
  content: "\f5e5";
}
.fa-offline-gauge-circle-minus::before {
  content: "\e497";
}
.fa-offline-brightness-low::before {
  content: "\e0ca";
}
.fa-offline-hand-middle-finger::before {
  content: "\f806";
}
.fa-offline-percent::before {
  content: "%";
}
.fa-offline-percentage::before {
  content: "%";
}
.fa-offline-truck-moving::before {
  content: "\f4df";
}
.fa-offline-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-offline-conveyor-belt::before {
  content: "\f46e";
}
.fa-offline-location-check::before {
  content: "\f606";
}
.fa-offline-map-marker-check::before {
  content: "\f606";
}
.fa-offline-coin-vertical::before {
  content: "\e3fd";
}
.fa-offline-display::before {
  content: "\e163";
}
.fa-offline-person-sign::before {
  content: "\f757";
}
.fa-offline-face-smile::before {
  content: "\f118";
}
.fa-offline-smile::before {
  content: "\f118";
}
.fa-offline-phone-hangup::before {
  content: "\e225";
}
.fa-offline-signature-slash::before {
  content: "\e3cb";
}
.fa-offline-thumbtack::before {
  content: "\f08d";
}
.fa-offline-thumb-tack::before {
  content: "\f08d";
}
.fa-offline-wheat-slash::before {
  content: "\e339";
}
.fa-offline-trophy::before {
  content: "\f091";
}
.fa-offline-clouds-sun::before {
  content: "\f746";
}
.fa-offline-person-praying::before {
  content: "\f683";
}
.fa-offline-pray::before {
  content: "\f683";
}
.fa-offline-hammer::before {
  content: "\f6e3";
}
.fa-offline-face-vomit::before {
  content: "\e3a0";
}
.fa-offline-speakers::before {
  content: "\f8e0";
}
.fa-offline-tty-answer::before {
  content: "\e2b9";
}
.fa-offline-teletype-answer::before {
  content: "\e2b9";
}
.fa-offline-mug-tea-saucer::before {
  content: "\e1f5";
}
.fa-offline-diagram-lean-canvas::before {
  content: "\e156";
}
.fa-offline-alt::before {
  content: "\e08a";
}
.fa-offline-dial::before {
  content: "\e15b";
}
.fa-offline-dial-med-high::before {
  content: "\e15b";
}
.fa-offline-hand-peace::before {
  content: "\f25b";
}
.fa-offline-circle-trash::before {
  content: "\e126";
}
.fa-offline-trash-circle::before {
  content: "\e126";
}
.fa-offline-rotate::before {
  content: "\f2f1";
}
.fa-offline-sync-alt::before {
  content: "\f2f1";
}
.fa-offline-circle-quarters::before {
  content: "\e3f8";
}
.fa-offline-spinner::before {
  content: "\f110";
}
.fa-offline-tower-control::before {
  content: "\e2a2";
}
.fa-offline-arrow-up-triangle-square::before {
  content: "\f88a";
}
.fa-offline-sort-shapes-up::before {
  content: "\f88a";
}
.fa-offline-whale::before {
  content: "\f72c";
}
.fa-offline-robot::before {
  content: "\f544";
}
.fa-offline-peace::before {
  content: "\f67c";
}
.fa-offline-party-horn::before {
  content: "\e31b";
}
.fa-offline-gears::before {
  content: "\f085";
}
.fa-offline-cogs::before {
  content: "\f085";
}
.fa-offline-sun-bright::before {
  content: "\e28f";
}
.fa-offline-sun-alt::before {
  content: "\e28f";
}
.fa-offline-warehouse::before {
  content: "\f494";
}
.fa-offline-lock-keyhole-open::before {
  content: "\f3c2";
}
.fa-offline-lock-open-alt::before {
  content: "\f3c2";
}
.fa-offline-square-fragile::before {
  content: "\f49b";
}
.fa-offline-box-fragile::before {
  content: "\f49b";
}
.fa-offline-square-wine-glass-crack::before {
  content: "\f49b";
}
.fa-offline-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-offline-square-n::before {
  content: "\e277";
}
.fa-offline-splotch::before {
  content: "\f5bc";
}
.fa-offline-face-grin-hearts::before {
  content: "\f584";
}
.fa-offline-grin-hearts::before {
  content: "\f584";
}
.fa-offline-meter::before {
  content: "\e1e8";
}
.fa-offline-mandolin::before {
  content: "\f6f9";
}
.fa-offline-dice-four::before {
  content: "\f524";
}
.fa-offline-sim-card::before {
  content: "\f7c4";
}
.fa-offline-transgender::before {
  content: "\f225";
}
.fa-offline-transgender-alt::before {
  content: "\f225";
}
.fa-offline-mercury::before {
  content: "\f223";
}
.fa-offline-up-from-bracket::before {
  content: "\e590";
}
.fa-offline-knife-kitchen::before {
  content: "\f6f5";
}
.fa-offline-border-right::before {
  content: "\f852";
}
.fa-offline-arrow-turn-down::before {
  content: "\f149";
}
.fa-offline-level-down::before {
  content: "\f149";
}
.fa-offline-spade::before {
  content: "\f2f4";
}
.fa-offline-card-spade::before {
  content: "\e3ec";
}
.fa-offline-line-columns::before {
  content: "\f870";
}
.fa-offline-arrow-right-to-line::before {
  content: "\f340";
}
.fa-offline-arrow-to-right::before {
  content: "\f340";
}
.fa-offline-person-falling-burst::before {
  content: "\e547";
}
.fa-offline-flag-pennant::before {
  content: "\f456";
}
.fa-offline-pennant::before {
  content: "\f456";
}
.fa-offline-conveyor-belt-empty::before {
  content: "\e150";
}
.fa-offline-award::before {
  content: "\f559";
}
.fa-offline-ticket-simple::before {
  content: "\f3ff";
}
.fa-offline-ticket-alt::before {
  content: "\f3ff";
}
.fa-offline-building::before {
  content: "\f1ad";
}
.fa-offline-angles-left::before {
  content: "\f100";
}
.fa-offline-angle-double-left::before {
  content: "\f100";
}
.fa-offline-camcorder::before {
  content: "\f8a8";
}
.fa-offline-video-handheld::before {
  content: "\f8a8";
}
.fa-offline-pancakes::before {
  content: "\e42d";
}
.fa-offline-album-circle-user::before {
  content: "\e48d";
}
.fa-offline-qrcode::before {
  content: "\f029";
}
.fa-offline-dice-d10::before {
  content: "\f6cd";
}
.fa-offline-fireplace::before {
  content: "\f79a";
}
.fa-offline-browser::before {
  content: "\f37e";
}
.fa-offline-pen-paintbrush::before {
  content: "\f618";
}
.fa-offline-pencil-paintbrush::before {
  content: "\f618";
}
.fa-offline-fish-cooked::before {
  content: "\f7fe";
}
.fa-offline-chair-office::before {
  content: "\f6c1";
}
.fa-offline-nesting-dolls::before {
  content: "\e3ba";
}
.fa-offline-clock-rotate-left::before {
  content: "\f1da";
}
.fa-offline-history::before {
  content: "\f1da";
}
.fa-offline-trumpet::before {
  content: "\f8e3";
}
.fa-offline-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-offline-grin-beam-sweat::before {
  content: "\f583";
}
.fa-offline-fire-smoke::before {
  content: "\f74b";
}
.fa-offline-phone-missed::before {
  content: "\e226";
}
.fa-offline-file-export::before {
  content: "\f56e";
}
.fa-offline-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-offline-shield::before {
  content: "\f132";
}
.fa-offline-shield-blank::before {
  content: "\f132";
}
.fa-offline-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-offline-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-offline-arrows-repeat-1::before {
  content: "\f366";
}
.fa-offline-repeat-1-alt::before {
  content: "\f366";
}
.fa-offline-gun-slash::before {
  content: "\e19c";
}
.fa-offline-avocado::before {
  content: "\e0aa";
}
.fa-offline-binary::before {
  content: "\e33b";
}
.fa-offline-glasses-round::before {
  content: "\f5f5";
}
.fa-offline-glasses-alt::before {
  content: "\f5f5";
}
.fa-offline-phone-plus::before {
  content: "\f4d2";
}
.fa-offline-ditto::before {
  content: '"';
}
.fa-offline-person-seat::before {
  content: "\e21e";
}
.fa-offline-house-medical::before {
  content: "\e3b2";
}
.fa-offline-golf-ball-tee::before {
  content: "\f450";
}
.fa-offline-golf-ball::before {
  content: "\f450";
}
.fa-offline-circle-chevron-left::before {
  content: "\f137";
}
.fa-offline-chevron-circle-left::before {
  content: "\f137";
}
.fa-offline-house-chimney-window::before {
  content: "\e00d";
}
.fa-offline-scythe::before {
  content: "\f710";
}
.fa-offline-pen-nib::before {
  content: "\f5ad";
}
.fa-offline-ban-parking::before {
  content: "\f616";
}
.fa-offline-parking-circle-slash::before {
  content: "\f616";
}
.fa-offline-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-offline-face-diagonal-mouth::before {
  content: "\e47e";
}
.fa-offline-diagram-cells::before {
  content: "\e475";
}
.fa-offline-cricket-bat-ball::before {
  content: "\f449";
}
.fa-offline-cricket::before {
  content: "\f449";
}
.fa-offline-tents::before {
  content: "\e582";
}
.fa-offline-wand-magic::before {
  content: "\f0d0";
}
.fa-offline-magic::before {
  content: "\f0d0";
}
.fa-offline-dog::before {
  content: "\f6d3";
}
.fa-offline-pen-line::before {
  content: "\e212";
}
.fa-offline-atom-simple::before {
  content: "\f5d3";
}
.fa-offline-atom-alt::before {
  content: "\f5d3";
}
.fa-offline-ampersand::before {
  content: "&";
}
.fa-offline-carrot::before {
  content: "\f787";
}
.fa-offline-arrow-up-from-line::before {
  content: "\f342";
}
.fa-offline-arrow-from-bottom::before {
  content: "\f342";
}
.fa-offline-moon::before {
  content: "\f186";
}
.fa-offline-pen-slash::before {
  content: "\e213";
}
.fa-offline-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-offline-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-offline-square-star::before {
  content: "\e27f";
}
.fa-offline-cheese::before {
  content: "\f7ef";
}
.fa-offline-send-backward::before {
  content: "\f87f";
}
.fa-offline-yin-yang::before {
  content: "\f6ad";
}
.fa-offline-music::before {
  content: "\f001";
}
.fa-offline-compass-slash::before {
  content: "\f5e9";
}
.fa-offline-clock-one::before {
  content: "\e34e";
}
.fa-offline-file-music::before {
  content: "\f8b6";
}
.fa-offline-code-commit::before {
  content: "\f386";
}
.fa-offline-temperature-low::before {
  content: "\f76b";
}
.fa-offline-person-biking::before {
  content: "\f84a";
}
.fa-offline-biking::before {
  content: "\f84a";
}
.fa-offline-skeleton::before {
  content: "\f620";
}
.fa-offline-circle-g::before {
  content: "\e10f";
}
.fa-offline-circle-arrow-up-left::before {
  content: "\e0fb";
}
.fa-offline-coin-blank::before {
  content: "\e3fb";
}
.fa-offline-broom::before {
  content: "\f51a";
}
.fa-offline-vacuum::before {
  content: "\e04d";
}
.fa-offline-shield-heart::before {
  content: "\e574";
}
.fa-offline-card-heart::before {
  content: "\e3eb";
}
.fa-offline-lightbulb-cfl-on::before {
  content: "\e5a7";
}
.fa-offline-melon::before {
  content: "\e310";
}
.fa-offline-gopuram::before {
  content: "\f664";
}
.fa-offline-earth-oceania::before {
  content: "\e47b";
}
.fa-offline-globe-oceania::before {
  content: "\e47b";
}
.fa-offline-container-storage::before {
  content: "\f4b7";
}
.fa-offline-face-pouting::before {
  content: "\e387";
}
.fa-offline-square-xmark::before {
  content: "\f2d3";
}
.fa-offline-times-square::before {
  content: "\f2d3";
}
.fa-offline-xmark-square::before {
  content: "\f2d3";
}
.fa-offline-face-explode::before {
  content: "\e2fe";
}
.fa-offline-exploding-head::before {
  content: "\e2fe";
}
.fa-offline-hashtag::before {
  content: "#";
}
.fa-offline-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-offline-expand-alt::before {
  content: "\f424";
}
.fa-offline-oil-can::before {
  content: "\f613";
}
.fa-offline-t::before {
  content: "T";
}
.fa-offline-transformer-bolt::before {
  content: "\e2a4";
}
.fa-offline-hippo::before {
  content: "\f6ed";
}
.fa-offline-chart-column::before {
  content: "\e0e3";
}
.fa-offline-cassette-vhs::before {
  content: "\f8ec";
}
.fa-offline-vhs::before {
  content: "\f8ec";
}
.fa-offline-infinity::before {
  content: "\f534";
}
.fa-offline-vial-circle-check::before {
  content: "\e596";
}
.fa-offline-chimney::before {
  content: "\f78b";
}
.fa-offline-object-intersect::before {
  content: "\e49d";
}
.fa-offline-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-offline-voicemail::before {
  content: "\f897";
}
.fa-offline-block-brick::before {
  content: "\e3db";
}
.fa-offline-wall-brick::before {
  content: "\e3db";
}
.fa-offline-fan::before {
  content: "\f863";
}
.fa-offline-bags-shopping::before {
  content: "\f847";
}
.fa-offline-paragraph-left::before {
  content: "\f878";
}
.fa-offline-paragraph-rtl::before {
  content: "\f878";
}
.fa-offline-person-walking-luggage::before {
  content: "\e554";
}
.fa-offline-caravan-simple::before {
  content: "\e000";
}
.fa-offline-caravan-alt::before {
  content: "\e000";
}
.fa-offline-turtle::before {
  content: "\f726";
}
.fa-offline-up-down::before {
  content: "\f338";
}
.fa-offline-arrows-alt-v::before {
  content: "\f338";
}
.fa-offline-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-offline-booth-curtain::before {
  content: "\f734";
}
.fa-offline-calendar::before {
  content: "\f133";
}
.fa-offline-box-heart::before {
  content: "\f49d";
}
.fa-offline-trailer::before {
  content: "\e041";
}
.fa-offline-user-doctor-message::before {
  content: "\f82e";
}
.fa-offline-user-md-chat::before {
  content: "\f82e";
}
.fa-offline-bahai::before {
  content: "\f666";
}
.fa-offline-haykal::before {
  content: "\f666";
}
.fa-offline-amp-guitar::before {
  content: "\f8a1";
}
.fa-offline-sd-card::before {
  content: "\f7c2";
}
.fa-offline-volume-slash::before {
  content: "\f2e2";
}
.fa-offline-border-bottom::before {
  content: "\f84d";
}
.fa-offline-wifi-weak::before {
  content: "\f6aa";
}
.fa-offline-wifi-1::before {
  content: "\f6aa";
}
.fa-offline-dragon::before {
  content: "\f6d5";
}
.fa-offline-shoe-prints::before {
  content: "\f54b";
}
.fa-offline-circle-plus::before {
  content: "\f055";
}
.fa-offline-plus-circle::before {
  content: "\f055";
}
.fa-offline-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-offline-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-offline-hand-holding::before {
  content: "\f4bd";
}
.fa-offline-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-offline-link-slash::before {
  content: "\f127";
}
.fa-offline-chain-broken::before {
  content: "\f127";
}
.fa-offline-chain-slash::before {
  content: "\f127";
}
.fa-offline-unlink::before {
  content: "\f127";
}
.fa-offline-clone::before {
  content: "\f24d";
}
.fa-offline-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-offline-arrow-up-z-a::before {
  content: "\f882";
}
.fa-offline-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-offline-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-offline-fire-alt::before {
  content: "\f7e4";
}
.fa-offline-tornado::before {
  content: "\f76f";
}
.fa-offline-file-circle-plus::before {
  content: "\e494";
}
.fa-offline-delete-right::before {
  content: "\e154";
}
.fa-offline-book-quran::before {
  content: "\f687";
}
.fa-offline-quran::before {
  content: "\f687";
}
.fa-offline-circle-quarter::before {
  content: "\e11f";
}
.fa-offline-anchor::before {
  content: "\f13d";
}
.fa-offline-border-all::before {
  content: "\f84c";
}
.fa-offline-function::before {
  content: "\f661";
}
.fa-offline-face-angry::before {
  content: "\f556";
}
.fa-offline-angry::before {
  content: "\f556";
}
.fa-offline-people-simple::before {
  content: "\e21b";
}
.fa-offline-cookie-bite::before {
  content: "\f564";
}
.fa-offline-arrow-trend-down::before {
  content: "\e097";
}
.fa-offline-rss::before {
  content: "\f09e";
}
.fa-offline-feed::before {
  content: "\f09e";
}
.fa-offline-face-monocle::before {
  content: "\e380";
}
.fa-offline-draw-polygon::before {
  content: "\f5ee";
}
.fa-offline-scale-balanced::before {
  content: "\f24e";
}
.fa-offline-balance-scale::before {
  content: "\f24e";
}
.fa-offline-calendar-lines::before {
  content: "\e0d5";
}
.fa-offline-calendar-note::before {
  content: "\e0d5";
}
.fa-offline-arrow-down-big-small::before {
  content: "\f88c";
}
.fa-offline-sort-size-down::before {
  content: "\f88c";
}
.fa-offline-gauge-simple-high::before {
  content: "\f62a";
}
.fa-offline-tachometer::before {
  content: "\f62a";
}
.fa-offline-tachometer-fast::before {
  content: "\f62a";
}
.fa-offline-do-not-enter::before {
  content: "\f5ec";
}
.fa-offline-shower::before {
  content: "\f2cc";
}
.fa-offline-dice-d8::before {
  content: "\f6d2";
}
.fa-offline-desktop::before {
  content: "\f390";
}
.fa-offline-desktop-alt::before {
  content: "\f390";
}
.fa-offline-m::before {
  content: "M";
}
.fa-offline-grip-dots-vertical::before {
  content: "\e411";
}
.fa-offline-face-viewfinder::before {
  content: "\e2ff";
}
.fa-offline-soft-serve::before {
  content: "\e400";
}
.fa-offline-creemee::before {
  content: "\e400";
}
.fa-offline-h5::before {
  content: "\e412";
}
.fa-offline-hand-back-point-down::before {
  content: "\e19e";
}
.fa-offline-table-list::before {
  content: "\f00b";
}
.fa-offline-th-list::before {
  content: "\f00b";
}
.fa-offline-comment-sms::before {
  content: "\f7cd";
}
.fa-offline-sms::before {
  content: "\f7cd";
}
.fa-offline-rectangle::before {
  content: "\f2fa";
}
.fa-offline-rectangle-landscape::before {
  content: "\f2fa";
}
.fa-offline-clipboard-list-check::before {
  content: "\f737";
}
.fa-offline-turkey::before {
  content: "\f725";
}
.fa-offline-book::before {
  content: "\f02d";
}
.fa-offline-user-plus::before {
  content: "\f234";
}
.fa-offline-ice-skate::before {
  content: "\f7ac";
}
.fa-offline-check::before {
  content: "\f00c";
}
.fa-offline-battery-three-quarters::before {
  content: "\f241";
}
.fa-offline-battery-4::before {
  content: "\f241";
}
.fa-offline-tomato::before {
  content: "\e330";
}
.fa-offline-sword-laser::before {
  content: "\e03b";
}
.fa-offline-house-circle-check::before {
  content: "\e509";
}
.fa-offline-buildings::before {
  content: "\e0cc";
}
.fa-offline-angle-left::before {
  content: "\f104";
}
.fa-offline-cart-flatbed-boxes::before {
  content: "\f475";
}
.fa-offline-dolly-flatbed-alt::before {
  content: "\f475";
}
.fa-offline-diagram-successor::before {
  content: "\e47a";
}
.fa-offline-truck-arrow-right::before {
  content: "\e58b";
}
.fa-offline-square-w::before {
  content: "\e285";
}
.fa-offline-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-offline-lamp::before {
  content: "\f4ca";
}
.fa-offline-airplay::before {
  content: "\e089";
}
.fa-offline-hand-fist::before {
  content: "\f6de";
}
.fa-offline-fist-raised::before {
  content: "\f6de";
}
.fa-offline-shield-quartered::before {
  content: "\e575";
}
.fa-offline-slash-forward::before {
  content: "/";
}
.fa-offline-location-pen::before {
  content: "\f607";
}
.fa-offline-map-marker-edit::before {
  content: "\f607";
}
.fa-offline-cloud-moon::before {
  content: "\f6c3";
}
.fa-offline-pot-food::before {
  content: "\e43f";
}
.fa-offline-briefcase::before {
  content: "\f0b1";
}
.fa-offline-person-falling::before {
  content: "\e546";
}
.fa-offline-image-portrait::before {
  content: "\f3e0";
}
.fa-offline-portrait::before {
  content: "\f3e0";
}
.fa-offline-user-tag::before {
  content: "\f507";
}
.fa-offline-rug::before {
  content: "\e569";
}
.fa-offline-print-slash::before {
  content: "\f686";
}
.fa-offline-earth-europe::before {
  content: "\f7a2";
}
.fa-offline-globe-europe::before {
  content: "\f7a2";
}
.fa-offline-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-offline-luggage-cart::before {
  content: "\f59d";
}
.fa-offline-hand-back-point-ribbon::before {
  content: "\e1a0";
}
.fa-offline-rectangle-xmark::before {
  content: "\f410";
}
.fa-offline-rectangle-times::before {
  content: "\f410";
}
.fa-offline-times-rectangle::before {
  content: "\f410";
}
.fa-offline-window-close::before {
  content: "\f410";
}
.fa-offline-tire-rugged::before {
  content: "\f634";
}
.fa-offline-lightbulb-dollar::before {
  content: "\f670";
}
.fa-offline-cowbell::before {
  content: "\f8b3";
}
.fa-offline-baht-sign::before {
  content: "\e0ac";
}
.fa-offline-corner::before {
  content: "\e3fe";
}
.fa-offline-chevrons-right::before {
  content: "\f324";
}
.fa-offline-chevron-double-right::before {
  content: "\f324";
}
.fa-offline-book-open::before {
  content: "\f518";
}
.fa-offline-book-journal-whills::before {
  content: "\f66a";
}
.fa-offline-journal-whills::before {
  content: "\f66a";
}
.fa-offline-inhaler::before {
  content: "\f5f9";
}
.fa-offline-handcuffs::before {
  content: "\e4f8";
}
.fa-offline-snake::before {
  content: "\f716";
}
.fa-offline-triangle-exclamation::before {
  content: "\f071";
}
.fa-offline-exclamation-triangle::before {
  content: "\f071";
}
.fa-offline-warning::before {
  content: "\f071";
}
.fa-offline-note-medical::before {
  content: "\e200";
}
.fa-offline-database::before {
  content: "\f1c0";
}
.fa-offline-down-left::before {
  content: "\e16a";
}
.fa-offline-share::before {
  content: "\f064";
}
.fa-offline-arrow-turn-right::before {
  content: "\f064";
}
.fa-offline-mail-forward::before {
  content: "\f064";
}
.fa-offline-face-thinking::before {
  content: "\e39b";
}
.fa-offline-turn-down-right::before {
  content: "\e455";
}
.fa-offline-bottle-droplet::before {
  content: "\e4c4";
}
.fa-offline-mask-face::before {
  content: "\e1d7";
}
.fa-offline-hill-rockslide::before {
  content: "\e508";
}
.fa-offline-scanner-keyboard::before {
  content: "\f489";
}
.fa-offline-circle-o::before {
  content: "\e119";
}
.fa-offline-grid-horizontal::before {
  content: "\e307";
}
.fa-offline-message-dollar::before {
  content: "\f650";
}
.fa-offline-comment-alt-dollar::before {
  content: "\f650";
}
.fa-offline-right-left::before {
  content: "\f362";
}
.fa-offline-exchange-alt::before {
  content: "\f362";
}
.fa-offline-columns-3::before {
  content: "\e361";
}
.fa-offline-paper-plane::before {
  content: "\f1d8";
}
.fa-offline-road-circle-exclamation::before {
  content: "\e565";
}
.fa-offline-dungeon::before {
  content: "\f6d9";
}
.fa-offline-hand-holding-box::before {
  content: "\f47b";
}
.fa-offline-input-text::before {
  content: "\e1bf";
}
.fa-offline-window-flip::before {
  content: "\f40f";
}
.fa-offline-window-alt::before {
  content: "\f40f";
}
.fa-offline-align-right::before {
  content: "\f038";
}
.fa-offline-scanner-gun::before {
  content: "\f488";
}
.fa-offline-scanner::before {
  content: "\f488";
}
.fa-offline-tire::before {
  content: "\f631";
}
.fa-offline-engine::before {
  content: "\e16e";
}
.fa-offline-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-offline-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-offline-life-ring::before {
  content: "\f1cd";
}
.fa-offline-hands::before {
  content: "\f2a7";
}
.fa-offline-sign-language::before {
  content: "\f2a7";
}
.fa-offline-signing::before {
  content: "\f2a7";
}
.fa-offline-circle-caret-right::before {
  content: "\f330";
}
.fa-offline-caret-circle-right::before {
  content: "\f330";
}
.fa-offline-wheat::before {
  content: "\f72d";
}
.fa-offline-file-spreadsheet::before {
  content: "\f65b";
}
.fa-offline-audio-description-slash::before {
  content: "\e0a8";
}
.fa-offline-calendar-day::before {
  content: "\f783";
}
.fa-offline-water-ladder::before {
  content: "\f5c5";
}
.fa-offline-ladder-water::before {
  content: "\f5c5";
}
.fa-offline-swimming-pool::before {
  content: "\f5c5";
}
.fa-offline-arrows-up-down::before {
  content: "\f07d";
}
.fa-offline-arrows-v::before {
  content: "\f07d";
}
.fa-offline-chess-pawn-piece::before {
  content: "\f444";
}
.fa-offline-chess-pawn-alt::before {
  content: "\f444";
}
.fa-offline-face-grimace::before {
  content: "\f57f";
}
.fa-offline-grimace::before {
  content: "\f57f";
}
.fa-offline-wheelchair-move::before {
  content: "\e2ce";
}
.fa-offline-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-offline-turn-down::before {
  content: "\f3be";
}
.fa-offline-level-down-alt::before {
  content: "\f3be";
}
.fa-offline-square-s::before {
  content: "\e27d";
}
.fa-offline-rectangle-barcode::before {
  content: "\f463";
}
.fa-offline-barcode-alt::before {
  content: "\f463";
}
.fa-offline-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-offline-square-envelope::before {
  content: "\f199";
}
.fa-offline-envelope-square::before {
  content: "\f199";
}
.fa-offline-dice::before {
  content: "\f522";
}
.fa-offline-unicorn::before {
  content: "\f727";
}
.fa-offline-bowling-ball::before {
  content: "\f436";
}
.fa-offline-pompebled::before {
  content: "\e43d";
}
.fa-offline-brain::before {
  content: "\f5dc";
}
.fa-offline-watch-smart::before {
  content: "\e2cc";
}
.fa-offline-book-user::before {
  content: "\f7e7";
}
.fa-offline-sensor-cloud::before {
  content: "\e02c";
}
.fa-offline-sensor-smoke::before {
  content: "\e02c";
}
.fa-offline-clapperboard-play::before {
  content: "\e132";
}
.fa-offline-bandage::before {
  content: "\f462";
}
.fa-offline-band-aid::before {
  content: "\f462";
}
.fa-offline-calendar-minus::before {
  content: "\f272";
}
.fa-offline-circle-xmark::before {
  content: "\f057";
}
.fa-offline-times-circle::before {
  content: "\f057";
}
.fa-offline-xmark-circle::before {
  content: "\f057";
}
.fa-offline-circle-4::before {
  content: "\e0f1";
}
.fa-offline-gifts::before {
  content: "\f79c";
}
.fa-offline-album-collection::before {
  content: "\f8a0";
}
.fa-offline-hotel::before {
  content: "\f594";
}
.fa-offline-earth-asia::before {
  content: "\f57e";
}
.fa-offline-globe-asia::before {
  content: "\f57e";
}
.fa-offline-id-card-clip::before {
  content: "\f47f";
}
.fa-offline-id-card-alt::before {
  content: "\f47f";
}
.fa-offline-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-offline-search-plus::before {
  content: "\f00e";
}
.fa-offline-thumbs-up::before {
  content: "\f164";
}
.fa-offline-cloud-showers::before {
  content: "\f73f";
}
.fa-offline-user-clock::before {
  content: "\f4fd";
}
.fa-offline-onion::before {
  content: "\e427";
}
.fa-offline-clock-twelve-thirty::before {
  content: "\e359";
}
.fa-offline-arrow-down-to-dotted-line::before {
  content: "\e095";
}
.fa-offline-hand-dots::before {
  content: "\f461";
}
.fa-offline-allergies::before {
  content: "\f461";
}
.fa-offline-file-invoice::before {
  content: "\f570";
}
.fa-offline-window-minimize::before {
  content: "\f2d1";
}
.fa-offline-rectangle-wide::before {
  content: "\f2fc";
}
.fa-offline-comment-arrow-up::before {
  content: "\e144";
}
.fa-offline-garlic::before {
  content: "\e40e";
}
.fa-offline-mug-saucer::before {
  content: "\f0f4";
}
.fa-offline-coffee::before {
  content: "\f0f4";
}
.fa-offline-brush::before {
  content: "\f55d";
}
.fa-offline-tree-decorated::before {
  content: "\f7dc";
}
.fa-offline-mask::before {
  content: "\f6fa";
}
.fa-offline-calendar-heart::before {
  content: "\e0d3";
}
.fa-offline-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-offline-search-minus::before {
  content: "\f010";
}
.fa-offline-flower::before {
  content: "\f7ff";
}
.fa-offline-ruler-vertical::before {
  content: "\f548";
}
.fa-offline-user-large::before {
  content: "\f406";
}
.fa-offline-user-alt::before {
  content: "\f406";
}
.fa-offline-starship-freighter::before {
  content: "\e03a";
}
.fa-offline-train-tram::before {
  content: "\e5b4";
}
.fa-offline-bridge-suspension::before {
  content: "\e4cd";
}
.fa-offline-trash-check::before {
  content: "\e2af";
}
.fa-offline-user-nurse::before {
  content: "\f82f";
}
.fa-offline-boombox::before {
  content: "\f8a5";
}
.fa-offline-syringe::before {
  content: "\f48e";
}
.fa-offline-cloud-sun::before {
  content: "\f6c4";
}
.fa-offline-shield-exclamation::before {
  content: "\e247";
}
.fa-offline-stopwatch-20::before {
  content: "\e06f";
}
.fa-offline-square-full::before {
  content: "\f45c";
}
.fa-offline-grip-dots::before {
  content: "\e410";
}
.fa-offline-comment-exclamation::before {
  content: "\f4af";
}
.fa-offline-pen-swirl::before {
  content: "\e214";
}
.fa-offline-falafel::before {
  content: "\e40a";
}
.fa-offline-circle-2::before {
  content: "\e0ef";
}
.fa-offline-magnet::before {
  content: "\f076";
}
.fa-offline-jar::before {
  content: "\e516";
}
.fa-offline-gramophone::before {
  content: "\f8bd";
}
.fa-offline-dice-d12::before {
  content: "\f6ce";
}
.fa-offline-note-sticky::before {
  content: "\f249";
}
.fa-offline-sticky-note::before {
  content: "\f249";
}
.fa-offline-down::before {
  content: "\f354";
}
.fa-offline-arrow-alt-down::before {
  content: "\f354";
}
.fa-offline-hundred-points::before {
  content: "\e41c";
}
.fa-offline-100::before {
  content: "\e41c";
}
.fa-offline-paperclip-vertical::before {
  content: "\e3c2";
}
.fa-offline-wind-warning::before {
  content: "\f776";
}
.fa-offline-wind-circle-exclamation::before {
  content: "\f776";
}
.fa-offline-location-pin-slash::before {
  content: "\f60c";
}
.fa-offline-map-marker-slash::before {
  content: "\f60c";
}
.fa-offline-face-sad-sweat::before {
  content: "\e38a";
}
.fa-offline-bug-slash::before {
  content: "\e490";
}
.fa-offline-cupcake::before {
  content: "\e402";
}
.fa-offline-light-switch-off::before {
  content: "\e018";
}
.fa-offline-toggle-large-off::before {
  content: "\e5b0";
}
.fa-offline-pen-fancy-slash::before {
  content: "\e210";
}
.fa-offline-truck-container::before {
  content: "\f4dc";
}
.fa-offline-boot::before {
  content: "\f782";
}
.fa-offline-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-offline-file-check::before {
  content: "\f316";
}
.fa-offline-bone::before {
  content: "\f5d7";
}
.fa-offline-cards-blank::before {
  content: "\e4df";
}
.fa-offline-circle-3::before {
  content: "\e0f0";
}
.fa-offline-bench-tree::before {
  content: "\e2e7";
}
.fa-offline-keyboard-brightness-low::before {
  content: "\e1c1";
}
.fa-offline-ski-boot-ski::before {
  content: "\e3cd";
}
.fa-offline-brain-circuit::before {
  content: "\e0c6";
}
.fa-offline-user-injured::before {
  content: "\f728";
}
.fa-offline-block-brick-fire::before {
  content: "\e3dc";
}
.fa-offline-firewall::before {
  content: "\e3dc";
}
.fa-offline-face-sad-tear::before {
  content: "\f5b4";
}
.fa-offline-sad-tear::before {
  content: "\f5b4";
}
.fa-offline-plane::before {
  content: "\f072";
}
.fa-offline-tent-arrows-down::before {
  content: "\e581";
}
.fa-offline-exclamation::before {
  content: "!";
}
.fa-offline-arrows-spin::before {
  content: "\e4bb";
}
.fa-offline-face-smile-relaxed::before {
  content: "\e392";
}
.fa-offline-comment-xmark::before {
  content: "\f4b5";
}
.fa-offline-comment-times::before {
  content: "\f4b5";
}
.fa-offline-print::before {
  content: "\f02f";
}
.fa-offline-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-offline-try::before {
  content: "\e2bb";
}
.fa-offline-turkish-lira::before {
  content: "\e2bb";
}
.fa-offline-face-nose-steam::before {
  content: "\e382";
}
.fa-offline-circle-waveform-lines::before {
  content: "\e12d";
}
.fa-offline-waveform-circle::before {
  content: "\e12d";
}
.fa-offline-dollar-sign::before {
  content: "$";
}
.fa-offline-dollar::before {
  content: "$";
}
.fa-offline-usd::before {
  content: "$";
}
.fa-offline-ferris-wheel::before {
  content: "\e174";
}
.fa-offline-computer-speaker::before {
  content: "\f8b2";
}
.fa-offline-skull-cow::before {
  content: "\f8de";
}
.fa-offline-x::before {
  content: "X";
}
.fa-offline-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-offline-search-dollar::before {
  content: "\f688";
}
.fa-offline-users-gear::before {
  content: "\f509";
}
.fa-offline-users-cog::before {
  content: "\f509";
}
.fa-offline-person-military-pointing::before {
  content: "\e54a";
}
.fa-offline-building-columns::before {
  content: "\f19c";
}
.fa-offline-bank::before {
  content: "\f19c";
}
.fa-offline-institution::before {
  content: "\f19c";
}
.fa-offline-museum::before {
  content: "\f19c";
}
.fa-offline-university::before {
  content: "\f19c";
}
.fa-offline-circle-t::before {
  content: "\e124";
}
.fa-offline-sack::before {
  content: "\f81c";
}
.fa-offline-grid-2::before {
  content: "\e196";
}
.fa-offline-camera-cctv::before {
  content: "\f8ac";
}
.fa-offline-cctv::before {
  content: "\f8ac";
}
.fa-offline-umbrella::before {
  content: "\f0e9";
}
.fa-offline-trowel::before {
  content: "\e589";
}
.fa-offline-horizontal-rule::before {
  content: "\f86c";
}
.fa-offline-bed-front::before {
  content: "\f8f7";
}
.fa-offline-bed-alt::before {
  content: "\f8f7";
}
.fa-offline-d::before {
  content: "D";
}
.fa-offline-stapler::before {
  content: "\e5af";
}
.fa-offline-masks-theater::before {
  content: "\f630";
}
.fa-offline-theater-masks::before {
  content: "\f630";
}
.fa-offline-kip-sign::before {
  content: "\e1c4";
}
.fa-offline-face-woozy::before {
  content: "\e3a2";
}
.fa-offline-cloud-question::before {
  content: "\e492";
}
.fa-offline-pineapple::before {
  content: "\e31f";
}
.fa-offline-hand-point-left::before {
  content: "\f0a5";
}
.fa-offline-gallery-thumbnails::before {
  content: "\e3aa";
}
.fa-offline-circle-j::before {
  content: "\e112";
}
.fa-offline-eyes::before {
  content: "\e367";
}
.fa-offline-handshake-simple::before {
  content: "\f4c6";
}
.fa-offline-handshake-alt::before {
  content: "\f4c6";
}
.fa-offline-page-caret-up::before {
  content: "\e42a";
}
.fa-offline-file-caret-up::before {
  content: "\e42a";
}
.fa-offline-jet-fighter::before {
  content: "\f0fb";
}
.fa-offline-fighter-jet::before {
  content: "\f0fb";
}
.fa-offline-comet::before {
  content: "\e003";
}
.fa-offline-square-share-nodes::before {
  content: "\f1e1";
}
.fa-offline-share-alt-square::before {
  content: "\f1e1";
}
.fa-offline-shield-keyhole::before {
  content: "\e248";
}
.fa-offline-barcode::before {
  content: "\f02a";
}
.fa-offline-plus-minus::before {
  content: "\e43c";
}
.fa-offline-square-sliders-vertical::before {
  content: "\f3f2";
}
.fa-offline-sliders-v-square::before {
  content: "\f3f2";
}
.fa-offline-video::before {
  content: "\f03d";
}
.fa-offline-video-camera::before {
  content: "\f03d";
}
.fa-offline-message-middle::before {
  content: "\e1e1";
}
.fa-offline-comment-middle-alt::before {
  content: "\e1e1";
}
.fa-offline-graduation-cap::before {
  content: "\f19d";
}
.fa-offline-mortar-board::before {
  content: "\f19d";
}
.fa-offline-hand-holding-medical::before {
  content: "\e05c";
}
.fa-offline-person-circle-check::before {
  content: "\e53e";
}
.fa-offline-square-z::before {
  content: "\e288";
}
.fa-offline-message-text::before {
  content: "\e1e6";
}
.fa-offline-comment-alt-text::before {
  content: "\e1e6";
}
.fa-offline-turn-up::before {
  content: "\f3bf";
}
.fa-offline-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-offline-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-offline-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-offline-style-family-classic: "Font Awesome 6 Pro";
  --fa-offline-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(/assets/font-awesome/webfonts/fa-regular-400.ttf) format("truetype");
}
.far,
.far-offline,
.fa-offline-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-offline-style-family-classic: "Font Awesome 6 Pro";
  --fa-offline-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(/assets/font-awesome/webfonts/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-offline-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-offline-style-family-classic: "Font Awesome 6 Pro";
  --fa-offline-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/assets/font-awesome/webfonts/fa-light-300.woff2) format("woff2"), url(/assets/font-awesome/webfonts/fa-light-300.ttf) format("truetype");
}
.fal,
.fal-offline,
.fa-offline-light {
  font-weight: 300;
}
:root {
  --font-family-street-primary: "Heebo", sans-serif;
  --font-family-street-secondary: "Montserrat", sans-serif;
  --ion-font-family: var(--font-family-street-primary);
}
:root p,
:root .uve_font,
:root [uve-themes] p,
:root [uve-themes] .uve_font {
  font-family: var(--font-family-street-primary);
  line-height: 20px;
  letter-spacing: 0.0179em;
}
:root [uve-themes] .uve_list {
  gap: 10px;
}
:root p.bold {
  font-weight: var(--street-default-bold-weight);
}
b,
strong {
  font-weight: var(--street-default-bold-weight);
}
* {
  font-family: var(--font-family-street-primary);
  margin: 0;
  padding: 0;
}
* .sc-ion-input-ios-h {
  --padding-start: 0.5em;
}
body {
  -webkit-user-select: text;
  user-select: text;
  background-color: var(--uve-background);
}
body.is-web-device ion-content {
  --keyboard-offset: 0 !important;
}
a {
  font-weight: var(--street-default-bold-weight);
  color: var(--uve-green);
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  background: transparent;
  white-space: nowrap;
  transition: all 0.2s;
}
button:active {
  transform: translateY(2px);
}
h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: var(--street-default-bold-weight);
  color: var(--uve-text-primary);
  text-transform: uppercase;
  margin: 0 0 12px;
}
h3 {
  font-weight: var(--street-default-bold-weight);
  color: var(--uve-text-second);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 16px 0;
}
p {
  color: var(--uve-text-primary);
}
div[scrollY=true] {
  --overflow: auto;
}
ul {
  list-style: none;
}
button:disabled,
button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
ion-toolbar:not(.default-ion-styles) {
  --ion-toolbar-background: var(--uve-primary);
}
ion-button {
  font-weight: normal;
  font-size: 0.813rem;
  line-height: 0.9rem;
  height: 44px;
  text-transform: none;
  --padding-top: 22px;
  --padding-bottom: 22px;
  --border-width: 1px;
}
ion-button::part(native) {
  box-shadow: none;
}
ion-searchbar:not(.default-styles) {
  padding: 0px !important;
  --cancel-button-color: var(--uve-text-second) !important;
  --clear-button-color: var(--uve-text-second) !important;
  --icon-color: var(--uve-icons);
  background: transparent !important;
  --background: transparent !important;
  box-shadow: none !important;
  --box-shadow: none !important;
}
ion-searchbar:not(.default-styles) .searchbar-input-container input {
  font-size: 14px !important;
}
ion-spinner {
  z-index: 105;
}
ion-infinite-scroll {
  background-color: transparent;
}
ion-infinite-scroll .infinite-loading {
  margin-bottom: 0px;
}
ion-infinite-scroll .infinite-loading ion-infinite-scroll-content ion-spinner {
  margin-top: 0em;
}
ion-content {
  --background: var(--uve-background);
}
ion-content.safe-area-top {
  --padding-top: var(--ion-safe-area-top, 0px);
}
ion-content.safe-area-bottom {
  --padding-bottom: var(--ion-safe-area-bottom, 0px);
}
ion-refresher {
  z-index: 10;
}
ion-toggle.md {
  padding: 12px 2px;
}
ion-input,
ion-select,
ion-textarea {
  padding: 8px;
  border: 1px solid var(--uve-borders);
  border-radius: 5px;
  --color: var(--uve-text-primary);
  --placeholder-color: var(--uve-placeholder);
  --background: var(--uve-contrast);
  --padding-top: 8px;
  --padding-left: 8px;
  --padding-right: 8px;
  --padding-bottom: 8px;
  --padding-start: 8px;
}
ion-input.disabled,
ion-select.disabled,
ion-textarea.disabled {
  opacity: 0.6;
  border: none;
  color: var(--uve-disabled);
}
ion-textarea .textarea-highlight {
  background: transparent !important;
}
ion-input .input-highlight {
  background: transparent !important;
}
ion-textarea.has-focus,
ion-textarea.has-focus.ion-valid,
ion-input.has-focus,
ion-input.has-focus.ion-valid {
  --highlight-color: var(--blue) !important;
  --highlight-color-valid: var(--blue) !important;
}
ion-checkbox {
  --border-radius: 5px;
  --border-color: var(--uve-placeholder);
  --border-color-checked: var(--uve-placeholder);
  --border-width: 1px;
  --background-checked: var(--uve-contrast);
  --size: 26px;
  --checkmark-width: 3px;
  --checkmark-color: var(--uve-primary);
}
ion-checkbox.disabled {
  opacity: 0.6;
}
ion-item {
  --inner-border-width: 0;
  --border-width: 0;
  --inner-padding-end: 0;
  --padding-start: 0;
}
ion-select-popover ion-item {
  --inner-padding-end: 1em;
  --padding-start: 1em;
}
ion-searchbar[no-padding-end] input {
  padding-inline-end: 6px !important;
}
@media screen and (max-width: 479px) {
  ion-searchbar[no-padding-end] input {
    font-size: 11px !important;
  }
}
.modal .modal-content .input-container .input-wrapper ion-label {
  font-size: 12px;
  line-height: 14px;
  color: var(--uve-text-second);
}
ion-accordion ion-item {
  --ripple-color: transparent;
  --background-activated: transparent;
}
.uve-button {
  padding: 10px 20px;
  font-size: 0.813rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 36px;
}
.uve-button.primary {
  background-color: var(--uve-primary);
  color: var(--uve-contrast);
}
.see-more {
  color: var(--uve-primary) !important;
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
  margin-left: 16px;
}
.back-btn {
  display: block !important;
}
.clear-filters {
  background-color: var(--uve-warning);
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 16px 0;
  width: 100%;
}
.action-disabled-appearance {
  cursor: default;
  opacity: var(--opacity-disabled);
}
.action-disabled-appearance:is(button, ion-button) {
  color: var(--ion-color-button-disabled-contrast) !important;
}
.action-disabled-appearance:is(button, ion-button).button-outline {
  border-color: var(--ion-color-button-disabled-contrast);
}
.action-disabled-appearance:is(button, ion-button).button-solid::part(native) {
  background: var(--ion-color-button-disabled);
  color: var(--ion-color-button-disabled-contrast);
}
.action-disabled-appearance:is(ion-item-option) {
  background: var(--ion-color-button-disabled) !important;
}
.card {
  background-color: var(--uve-contrast);
  border-radius: 10px;
  padding: 20px;
}
.card-shadow {
  padding: 20px 20px 4px 20px;
  box-shadow: var(--box-shadow);
  background-color: var(--uve-contrast);
  margin-bottom: 16px;
}
.content-icon {
  font-size: 1em;
  justify-content: center;
  display: flex;
  align-items: center;
}
.content-icon ion-icon {
  font-size: 1.2em;
}
.custom-icon {
  background-color: var(--icon-bkg);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.custom-icon ion-icon {
  font-size: 26px;
  color: var(--uve-contrast);
}
.custom-icon.icon-effective {
  background-color: var(--icon-bkg-success);
}
.custom-icon.icon-no-effective {
  background-color: var(--icon-bkg-danger);
}
.custom-icon.icon-warning {
  background-color: var(--icon-bkg-warning);
}
.ios.fs-icon-close-btn {
  font-size: 3em !important;
}
.fs-icon-close-btn {
  font-size: 1.5em !important;
}
.fs-icon-other-btn {
  font-size: 2em !important;
}
.disable-icon {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
.icon-preference {
  background: white;
  border-radius: 10px;
  color: var(--color-warning);
  height: 14px;
  width: 14px;
}
.icon-preference.floating {
  position: absolute;
  left: 55px;
  top: -1px;
}
.error-form {
  border: 1px;
  border-style: solid;
  border-radius: 5px;
  border-color: var(--uve-danger) !important;
}
.error-message-input {
  color: var(--red);
  font-size: 12px;
  text-align: right;
}
.error-message {
  color: var(--red) !important;
  font-size: 12px;
}
.email-error-message {
  padding-left: 0.5em;
}
form ion-item {
  --highlight-color-focused: var(--uve-primary);
  --highlight-color-invalid: #e9e9e9 !important;
  --highlight-color-valid: #e9e9e9 !important;
}
form ion-item.item-has-focus {
  --highlight-color-invalid: var(--uve-primary) !important;
  --highlight-color-valid: var(--uve-primary) !important;
}
form .is-required {
  color: initial;
}
form .is-required::after {
  content: " * ";
  color: var(--ion-color-danger);
}
form .is-invalid {
  color: var(--ion-color-danger);
}
.ios form .item-interactive.item-has-focus {
  --border-color: var(--uve-primary);
}
.ios form .item-interactive.item-has-focus ion-label {
  color: var(--uve-primary);
}
.form-control {
  margin-bottom: 1em;
}
.form-control ion-input.ion-invalid.ion-touched {
  border-color: var(--ion-color-danger);
}
.box-search {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.box-search--end {
  justify-content: flex-end;
}
.box-search app-searchbar {
  display: flex;
  align-items: center;
  width: 100%;
}
ion-content.no-keyboard-offset {
  --keyboard-offset: 0 !important;
}
ion-title.fix-ios {
  position: unset;
  top: unset;
  left: unset;
}
ion-menu-button.ios {
  color: white;
}
:root {
  --border-radius-rounded-modal: 10px;
  --width-modal-sm: 95%;
}
ion-modal {
  --border-radius: var(--border-radius-rounded-modal);
}
ion-modal.ios ion-title {
  padding: 0;
}
ion-modal ion-footer.footer-modal ion-toolbar,
ion-modal ion-header.header-modal ion-toolbar {
  --min-height: 56px;
}
ion-modal ion-header.header-modal ion-toolbar {
  --background: var(--app-modal-header-bg-color);
  --padding-start: 0;
  --padding-end: 0;
  padding-left: var(--app-modal-header-padding);
  padding-right: calc(var(--app-modal-header-padding) - var(--ion-title-padding-end));
}
ion-modal ion-header.header-modal ion-toolbar ion-title {
  --color: var(--uve-text-second);
  padding-right: var(--ion-title-padding-end);
  font-family: var(--font-family-street-secondary);
  font-size: var(--app-modal-header-font-size);
  text-transform: uppercase;
  font-weight: var(--street-default-bold-weight);
  text-align: left;
}
ion-modal ion-header.header-modal ion-toolbar ion-buttons[slot=end] {
  margin-inline-end: 4px;
}
ion-modal ion-header.header-modal--light ion-toolbar {
  --background: var(--app-modal-header-bg-color-light);
}
ion-modal ion-content,
ion-modal > div {
  --background: #fff;
}
ion-modal ion-content.content-modal,
ion-modal > div.content-modal {
  --padding-top: var(--app-modal-content-padding);
  --padding-bottom: var(--app-modal-content-padding);
  --padding-start: var(--app-modal-content-padding);
  --padding-end: var(--app-modal-content-padding);
}
ion-modal ion-content.content-no-footer::part(scroll),
ion-modal > div.content-no-footer::part(scroll) {
  padding-bottom: var(--app-modal-content-padding);
}
ion-modal ion-footer.footer-modal ion-toolbar {
  --padding-bottom: var(--app-modal-footer-padding-common);
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: var(--app-modal-footer-padding-top);
  --background: var(--app-modal-footer-bg-color);
  padding-top: 0 !important;
  padding-left: var(--app-modal-footer-padding-common);
  padding-right: var(--app-modal-footer-padding-common);
}
ion-modal ion-footer.footer-modal ion-toolbar .wrapper-footer-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0 10px;
}
ion-modal div.modal .modal-footer {
  padding: var(--app-modal-footer-padding);
}
ion-modal div.modal .modal-footer .wrapper-footer-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0 10px;
}
ion-modal.flash-activity-info-modal,
ion-modal.force-sync-logout-modal {
  --width: var(--width-modal-sm);
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.flash-activity-info-modal,
  ion-modal.force-sync-logout-modal {
    --width: 375px;
  }
}
ion-modal.confirm-action-modal {
  --width: var(--width-modal-sm);
  --height: fit-content;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
}
@media screen and (min-width: 480px) {
  ion-modal.confirm-action-modal {
    --width: 375px;
  }
}
ion-modal.activity-delete-modal {
  --width: var(--width-modal-md);
  --height: fit-content;
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4) !important;
}
@media screen and (min-width: 480px) {
  ion-modal.activity-delete-modal {
    --width: 375px;
  }
}
ion-modal.logout-modal {
  --width: var(--width-modal-sm);
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.logout-modal {
    --width: 375px;
  }
}
ion-modal.synchronize-data-modal {
  --border-radius: 10px;
  --width: var(--width-modal-sm);
  --height: auto;
  --min-height: 200px;
  --max-height: calc(100vh - 40px);
  --max-width: calc(100vw - 20px);
}
@media screen and (min-width: 480px) {
  ion-modal.synchronize-data-modal {
    --width: 375px;
    --max-width: 375px;
    --max-height: calc(100vh - 80px);
  }
}
ion-modal.modal-about-user {
  --width: var(--width-modal-sm);
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.modal-about-user {
    --width: 375px;
  }
}
ion-modal.missing-ums-modal {
  --width: var(--width-modal-sm);
  --height: 340px;
}
@media screen and (min-width: 480px) {
  ion-modal.missing-ums-modal {
    --width: 375px;
  }
}
ion-modal.calendar-detail-modal {
  --height: auto;
  --width: 100%;
  align-items: flex-end;
  --border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 480px) {
  ion-modal.calendar-detail-modal {
    --height: 70%;
  }
}
ion-modal.version-modal {
  --width: var(--width-modal-sm);
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.version-modal {
    --width: 300px;
  }
}
ion-modal.info-day-modal {
  --height: fit-content;
  --width: var(--width-modal-sm);
}
@media screen and (min-width: 480px) {
  ion-modal.info-day-modal {
    --width: 450px;
  }
}
@media screen and (min-width: 480px) {
  ion-modal.filters-modal {
    --height: 584px;
    --width: 400px;
  }
}
ion-modal.payment-liquidation-modal {
  --width: var(--width-modal-sm);
  --height: 440px;
}
@media screen and (min-width: 480px) {
  ion-modal.payment-liquidation-modal {
    --width: 400px;
    --height: 384px;
  }
}
ion-modal.add-contact-modal {
  --border-radius: 0;
}
@media screen and (min-width: 480px) {
  ion-modal.add-contact-modal {
    --border-radius: var(--border-radius-rounded-modal);
    --height: 525px;
    --width: 330px;
  }
}
ion-modal.payment-details-modal {
  --border-radius: 0;
  --width: 100%;
  --height: 100%;
}
@media screen and (min-width: 768px) {
  ion-modal.payment-details-modal {
    --border-radius: var(--border-radius-rounded-modal);
    --width: 90%;
    --height: 600px;
    --max-width: 900px;
  }
}
ion-modal.add-contact-modal {
  --border-radius: 0;
}
@media screen and (min-width: 480px) {
  ion-modal.add-contact-modal {
    --border-radius: var(--border-radius-rounded-modal);
    --height: 525px;
    --width: 330px;
  }
}
ion-modal.activities-filters-modal {
  --width: var(--width-modal-sm);
  --border-radius: var(--border-radius-rounded-modal);
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.activities-filters-modal {
    --height: fit-content;
    --width: 400px;
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.speech-recognition-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 37.5%;
}
ion-modal.speech-recognition-modal .modal-wrapper {
  top: 40%;
  width: 200px;
  height: 200px;
}
ion-modal.activities-selector-modal {
  --height: 300px;
  --width: 95vw;
}
@media screen and (min-width: 480px) {
  ion-modal.activities-selector-modal {
    --width: 400px;
  }
}
@media screen and (min-width: 480px) {
  ion-modal.product-row-modal {
    --ion-safe-area-top: 0px;
    --ion-safe-area-bottom: 0px;
    --height: 95%;
    --width: 80%;
  }
}
ion-modal.sorting-modal {
  --ion-safe-area-top: 0px;
  --border-radius: var(--border-radius-rounded-modal);
  --height: fit-content;
  --width: var(--width-modal-sm);
}
@media screen and (min-width: 480px) {
  ion-modal.sorting-modal {
    --ion-safe-area-bottom: 0px;
    --width: 400px;
    --border-radius: var(--border-radius-rounded-modal);
    align-items: center;
  }
}
ion-modal.sorting-modal.modal-sorting-with-search {
  --height: fit-content;
}
ion-modal.list-sorting-modal {
  --height: fit-content;
}
@media screen and (min-width: 480px) {
  ion-modal.verify-action-modal {
    --width: 375px;
    --max-height: 420px;
  }
}
ion-modal.gallery-modal {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}
ion-modal.alert-save-order-modal,
ion-modal.m-alert-save-order-modal {
  --height: fit-content;
  --width: var(--width-modal-sm);
}
@media screen and (min-width: 480px) {
  ion-modal.alert-save-order-modal,
  ion-modal.m-alert-save-order-modal {
    --width: 375px;
  }
}
ion-modal.alert-save-order-modal {
  --max-height: 300px;
}
ion-modal.m-alert-save-order-modal {
  --max-height: 400px;
}
ion-modal.alert-cancel-sync-modal,
ion-modal.m-alert-cancel-sync-modal {
  --height: auto;
  --width: var(--width-modal-sm);
  --ion-safe-area-top: 0px;
  --ion-safe-area-bottom: 0px;
}
@media screen and (min-width: 576px) {
  ion-modal.alert-cancel-sync-modal,
  ion-modal.m-alert-cancel-sync-modal {
    --width: 560px;
  }
}
ion-modal.m-alert-cancel-sync-modal {
  --max-height: 400px;
}
ion-modal.alert-return-product-modal {
  --width: var(--width-modal-sm);
  --height: 400px;
}
@media screen and (min-width: 480px) {
  ion-modal.alert-return-product-modal {
    --width: 450px;
  }
}
ion-modal.reason-action-modal .modal-wrapper,
ion-modal.reason-action-modal div[role=dialog] {
  max-height: 50% !important;
  bottom: 0;
  position: fixed;
}
ion-modal.speech-to-text-modal {
  --border-radius: 0;
}
@media screen and (min-width: 480px) {
  ion-modal.speech-to-text-modal {
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.selectable-outlets-modal {
  --border-radius: 0;
  --width: 100%;
}
@media screen and (min-width: 480px) {
  ion-modal.selectable-outlets-modal {
    --width: 60%;
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.selectable-outlets-modal ionic-selectable-modal.ionic-selectable-modal .selectable-outlet .outlet-name {
  font-weight: var(--street-default-bold-weight);
  font-size: 14px;
  margin-left: 10px;
  color: var(--uve-text-primary);
}
ion-modal.selectable-outlets-modal ionic-selectable-modal.ionic-selectable-modal .selectable-outlet .outlet-address {
  font-size: 10px;
  margin-left: 10px;
  color: var(--uve-text-second);
}
ion-modal ionic-selectable-modal.ionic-selectable-modal ion-header ion-toolbar {
  --background: var(--background-color-secondary);
  --ion-toolbar-color: var(--uve-text-primary);
}
ion-modal ionic-selectable-modal.ionic-selectable-modal ion-footer ion-toolbar {
  --background: var(--uve-primary);
}
ion-modal ionic-selectable-modal.ionic-selectable-modal ion-footer ion-toolbar ion-button {
  --ion-toolbar-color: transparent;
  --ion-toolbar-background: #fff;
}
ion-modal.appointment-modal,
ion-modal.web-hook-validation-modal,
ion-modal.ps-validation-modal {
  --width: 100%;
  --border-radius: 0;
}
@media only screen and (min-width: 767px) {
  ion-modal.appointment-modal,
  ion-modal.web-hook-validation-modal,
  ion-modal.ps-validation-modal {
    --width: 60%;
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.appointment-modal .content-modal {
  --background: #fff;
  --padding-bottom: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-start: 0;
}
ion-modal.appointment-modal.expanded {
  --width: 90%;
}
ion-modal.web-hook-validation-modal,
ion-modal.ps-validation-modal {
  --height: 100%;
}
@media screen and (min-width: 480px) {
  ion-modal.web-hook-validation-modal,
  ion-modal.ps-validation-modal {
    --height: 400px;
  }
}
ion-modal.verify-action-modal,
ion-modal.filters-modal,
ion-modal.product-row-modal,
ion-modal.refunds-order-modal {
  --border-radius: 0;
}
@media screen and (min-width: 480px) {
  ion-modal.verify-action-modal,
  ion-modal.filters-modal,
  ion-modal.product-row-modal,
  ion-modal.refunds-order-modal {
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.modal-take-picture {
  --width: var(--width-modal-sm);
  --height: auto;
  --max-height: 300px;
}
@media screen and (min-width: 480px) {
  ion-modal.modal-take-picture {
    --width: 340px;
  }
}
ion-modal.order-gift-offer-modal {
  --border-radius: 0;
}
@media screen and (min-width: 767px) {
  ion-modal.order-gift-offer-modal {
    --ion-safe-area-top: 0px;
    --ion-safe-area-bottom: 0px;
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.modal-fullscreen {
  --width: 100%;
  --height: 100%;
  --border-radius: 0;
}
ion-modal.modal-gallery-preview uve-preview-modal .modal-image-gallery .modal-image-container div.header {
  padding-top: calc(0.5rem + var(--ion-safe-area-top, 0px)) !important;
}
ion-modal.modal-gallery-preview uve-preview-modal .modal-image-gallery .modal-image-container div.__carousel {
  padding-bottom: calc(1rem + var(--ion-safe-area-bottom, 0px));
  height: calc(12rem + var(--ion-safe-area-bottom, 0px));
}
ion-modal.appointment-datetime-modal {
  --border-radius: 0;
}
@media (width >= 767px) and (height >= 600px) {
  ion-modal.appointment-datetime-modal {
    --border-radius: var(--border-radius-rounded-modal);
  }
}
@media (width >= 767px) and (height < 767px) {
  ion-modal.appointment-datetime-modal {
    --height: 90%;
    --max-height: 600px;
  }
}
@media (width >= 767px) and (height < 600px) {
  ion-modal.appointment-datetime-modal {
    --height: 100%;
  }
}
ion-modal.appointment-datetime-modal ion-datetime::part(datetime-header) {
  padding-top: calc(20px + var(--ion-safe-area-top, 0px));
}
ion-modal.appointment-datetime-modal ion-datetime::part(datetime-footer) {
  padding-bottom: var(--ion-safe-area-bottom, 0px);
}
@media (width >= 767px) and (height >= 600px) {
  ion-modal.appointment-datetime-modal ion-datetime::part(datetime-header),
  ion-modal.appointment-datetime-modal ion-datetime::part(datetime-footer) {
    --ion-safe-area-top: 0px;
    --ion-safe-area-bottom: 0px;
  }
}
@media (width >= 767px) and (height >= 600px) and (orientation: landscape) {
  ion-modal.appointment-datetime-modal ion-datetime::part(datetime-header) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  ion-modal.appointment-datetime-modal ion-datetime::part(datetime-header-title) {
    margin-top: 8px;
  }
  ion-modal.appointment-datetime-modal ion-datetime::part(datetime-header-selected-date) {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
ion-modal.edit-address-modal,
ion-modal.calculator-modal {
  --border-radius: 0px;
}
@media screen and (min-width: 480px) {
  ion-modal.edit-address-modal,
  ion-modal.calculator-modal {
    --border-radius: var(--border-radius-rounded-modal);
  }
}
@media only screen and (min-width: 768px) {
  ion-modal.calculator-modal {
    --width: 600px;
    --ion-safe-area-top: 0px;
    --ion-safe-area-bottom: 0px;
    --ion-safe-area-right: 0px;
    --ion-safe-area-left: 0px;
  }
}
ion-modal.modal-no-border-radius {
  --border-radius: 0px;
}
ion-modal.order-details-modal,
ion-modal.promotional-pack-resume-modal {
  --border-radius: 0px;
  --width: 100%;
  --height: 100%;
}
@media screen and (min-width: 991px) {
  ion-modal.order-details-modal.only-summary,
  ion-modal.promotional-pack-resume-modal.only-summary {
    --width: 96%;
    --height: 96%;
    --max-width: 1200px;
    --border-radius: var(--border-radius-rounded-modal);
  }
}
ion-modal.notes-modal {
  --max-height: 300px;
}
ion-modal.inline-schedule-modal {
  --border-radius: 0px;
}
ion-modal.viktoria-modal {
  --height: 60dvh;
  --border-radius: 1rem;
  --width: 70%;
}
@media screen and (max-width: 767px) {
  ion-modal.viktoria-modal {
    --width: 600px;
  }
}
@media (width <= 700px) and (orientation: portrait), (height <= 500px) and (orientation: landscape) {
  ion-modal.viktoria-modal {
    --width: 100%;
    --height: 100%;
    --border-radius: 0rem;
  }
}
ion-modal.missing-ums-modal {
  --max-height: 200px;
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: var(--ion-backdrop-opacity, 0.4);
}
ion-modal.modal-with-ng-select {
  --overflow: unset;
  --override-border-radius: var(--border-radius);
}
ion-modal.modal-with-ng-select > .ion-page > .ion-page {
  border-radius: var(--override-border-radius, 0px);
  overflow: hidden;
}
ion-modal.modal-with-ng-select .overlay-ng-select {
  border-radius: var(--override-border-radius, 0px);
}
.keyboard-is-open ion-modal.filters-modal {
  --height: 80%;
}
ion-popover.calendar-detail-popover {
  --width: 350px;
}
ion-popover.calendar-detail-popover::part(arrow)::after {
  background: var(--app-modal-header-bg-color);
}
ion-popover.calendar-detail-popover .wrapper-footer {
  --ion-safe-area-bottom: 0;
  padding-bottom: var(--app-modal-footer-padding-common);
}
ion-popover.hours-popover {
  --width: 220px;
}
ion-popover.outlet-info-popover {
  --width: 96vw;
}
@media only screen and (min-width: 400px) {
  ion-popover.outlet-info-popover {
    --width: 350px;
  }
}
ion-popover.tooltip {
  --backdrop-opacity: 0;
  --background: #3c3c3c;
  --color: white;
}
ion-popover.tooltip div {
  --background: #3c3c3c;
  color: white;
  font-size: 12px;
  padding: 8px 10px;
  text-align: center;
}
ion-popover.tooltip::part(content) {
  border-radius: 4px;
  border: none;
  margin-top: 0px;
}
ion-popover.delete-activity {
  --width: 250px;
  --offset-y: -6px;
  --backdrop-opacity: 0;
  --box-shadow: 0px 2px 8px 0px #00000033;
}
ion-popover.delete-activity::part(content) {
  border-radius: 10px;
}
ion-popover.delete-activity::part(arrow)::after {
  display: none;
}
ion-popover.delete-activity ion-content {
  --background: #fff;
  --overflow: hidden;
}
ion-popover.delete-activity ion-content ion-item {
  --background: #fff;
  padding: 6px 20px;
}
ion-popover.delete-activity ion-content ion-item ion-label {
  font-size: 14px !important;
}
ion-popover.delete-activity ion-content ion-item ion-icon {
  color: var(--uve-primary);
  margin-inline-end: 16px;
  font-size: 16px;
}
ion-popover.select-activity {
  --width: 250px;
  --offset-y: -6px;
  --backdrop-opacity: 0;
  --box-shadow: 0px 2px 8px 0px #00000033;
}
ion-popover.select-activity::part(content) {
  border-radius: 10px;
}
ion-popover.select-activity::part(arrow)::after {
  display: none;
}
ion-popover.select-activity ion-content {
  --overflow: hidden;
}
ion-popover.select-activity ion-content .popover {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
ion-popover.select-activity ion-content .popover P {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
ion-popover.select-activity ion-content .popover:last-child {
  border-bottom: none;
}
ion-popover.new-order-popover {
  --width: 246px;
  --backdrop-opacity: 0;
  --box-shadow: 0px 2px 8px 0px #00000033;
}
ion-popover.new-order-popover::part(content) {
  border-radius: 10px;
}
ion-popover.new-order-popover ion-item {
  --padding-start: 16px;
  --padding-end: 16px;
  --padding-top: 8px;
  --padding-bottom: 8px;
  border-bottom: 1px solid var(--uve-borders);
}
ion-popover.new-order-popover ion-item:last-child {
  border: none;
}
ion-popover.new-order-popover ion-item ion-label {
  font-size: 14px !important;
  --color: var(--dialog-button-text) !important;
}
ion-popover.new-order-popover ion-item ion-icon {
  width: 22px;
  height: 22px;
  line-height: 18px;
  margin-right: 10px;
}
ion-alert {
  --min-width: 50% !important;
}
@media screen and (max-width: 479px) {
  ion-alert {
    --min-width: 85% !important;
  }
}
ion-alert.confirm-dialog-alert .alert-wrapper {
  width: 314px;
  border-radius: unset;
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-head {
  padding-top: 38px;
  padding-bottom: unset;
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-message {
  text-align: center;
  padding-bottom: 28px;
  font-size: 14px;
  color: var(--uve-text-primary);
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-message ion-icon.warning-icon {
  width: 40px;
  height: 40px;
  color: red;
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-button-group .alert-button {
  width: 50%;
  min-height: 100%;
  height: auto;
  margin: 0;
  font-size: 12px;
  text-transform: unset;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--dialog-button-background);
  border: 1px solid var(--dialog-button-border);
  border-radius: unset;
  font-weight: var(--street-default-bold-weight);
}
ion-alert.confirm-dialog-alert .alert-wrapper .alert-button-group .alert-button .alert-button-inner {
  justify-content: center;
  white-space: normal;
  text-align: center;
  font-weight: bolder;
}
ion-alert.distributor-selector-alert .alert-title {
  font-size: 1rem;
}
ion-alert.distributor-selector-alert .alert-radio-label.sc-ion-alert-md,
ion-alert.distributor-selector-alert .alert-radio-label.sc-ion-alert-ios {
  white-space: normal;
}
.alert-radio-label.sc-ion-alert-md {
  white-space: normal;
}
.alert-tappable.alert-radio {
  height: auto;
  contain: content;
}
ion-badge .warning,
ion-badge[color=warning] {
  height: 17px;
  min-width: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  position: absolute;
  top: 0.1rem;
  margin-left: 10px;
  z-index: 1;
  opacity: 0.9;
  border-radius: 17px;
  text-overflow: ellipsis;
}
ion-badge .warning ion-icon,
ion-badge[color=warning] ion-icon {
  font-size: 0.8rem;
  color: #ffffff !important;
}
ion-picker-internal ion-picker-column-internal {
  padding-right: 20px;
  padding-left: 10px;
}
.action-sheet-button.sc-ion-action-sheet-md {
  height: 30px;
  font-size: 14px;
}
.action-sheet-group.sc-ion-action-sheet-md:first-child {
  margin-top: 0%;
}
.ios ion-avatar {
  margin-top: 8px;
  margin-bottom: 8px;
}
ion-toast.toast-downloaded-file::part(wrapper-downloaded-file) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
ion-toast.toast-downloaded-file::part(btn-view-file) {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
ion-footer.footer-modal-btn-actions ion-toolbar ion-button:not(.btn-call-action) {
  --ion-toolbar-color: none;
  --background: var(--uve-primary);
  --color: var(--uve-white);
  --padding-top: 0;
  --padding-bottom: 0;
  height: 44px;
  background: var(--uve-primary);
  border-radius: var(--button-border-radius);
  --border-radius: var(--button-border-radius);
  padding: 12px 0;
  line-height: 1rem;
  font-weight: var(--street-default-light-weight);
  font-size: 0.875rem;
}
ion-footer.footer-modal-btn-actions ion-toolbar ion-button:not(.btn-call-action) ion-icon {
  --color: var(--uve-white);
}
ion-footer.footer-button-action ion-toolbar {
  --ion-toolbar-background: var(--uve-background);
  --background: var(--uve-background);
  --ion-toolbar-color: var(--uve-primary);
  --padding-top: var(--padding-page-app);
  --padding-bottom: var(--padding-page-app);
  --padding-start: var(--padding-page-app);
  --padding-end: var(--padding-page-app);
}
ion-footer.footer-button-action ion-toolbar ion-button:not(.btn-call-action) {
  height: 45px;
}
ion-footer.footer-button-action ion-toolbar ion-button:not(.btn-call-action)::part(native) {
  border-radius: var(--button-border-radius);
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
ion-footer.footer-button-action.footer-top-border ion-toolbar {
  border-top: 1px solid var(--uve-borders);
}
ion-footer.footer-button-action.footer-white-background ion-toolbar {
  --ion-toolbar-background: var(--sub-header-background-color);
  --background: var(--sub-header-background-color);
}
ion-item-option .option-slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
ion-item-option .option-slide .option-bottom {
  max-width: 40px;
}
ion-item-option .option-slide .option-bottom .text {
  color: white;
  display: flex;
  font-size: 10px;
  font-weight: var(--street-default-weight);
  height: 18px;
  line-height: 12px;
  text-transform: none;
  white-space: pre-line;
  word-wrap: break-word;
}
ion-item-option .option-slide .option-bottom .text-grey {
  color: var(--color-grey);
}
ion-item-option .option-slide .option-bottom .text-disabled {
  color: #999999;
}
ion-select {
  --highlight-color: transparent;
  --own-ion-select-min-height: 44px;
}
ion-select.own-ion-select {
  padding: 0;
  min-height: var(--own-ion-select-min-height);
  width: 100%;
}
ion-select.own-ion-select::part(icon) {
  position: absolute;
  right: 5px;
}
ion-select.own-ion-select::part(container) {
  width: 100%;
}
ion-select.custom-select--clear-button::part(container) {
  width: 100vw !important;
}
ion-select.custom-select--clear-button ion-button.clear-button {
  height: 18px;
  padding-right: 28px;
  --padding-bottom: 0;
  --padding-top: 0;
  font-size: 10px;
  font-weight: 400;
  padding-left: 16px;
  min-height: unset;
  line-height: 0;
  display: none;
}
ion-select.custom-select--clear-button.has-value ion-button.clear-button {
  display: block;
}
ion-input {
  --padding-start: 10px !important;
  --padding-end: 10px !important;
  border-radius: 10px;
}
ion-input label {
  --border-radius: 10px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
:root {
  --toast-close-button-color: #999999;
  --toast-success-container-bg-color: #0fcea0;
  --toast-success-icon-bg-color: #ffffff;
  --toast-error-container-bg-color: #fff2f2;
  --toast-error-icon-bg-color: #ff4949;
  --toast-warning-container-bg-color: #fff7df;
  --toast-warning-icon-bg-color: #fbcb1f;
  --toast-info-container-bg-color: #daf3fc;
  --toast-info-icon-bg-color: #48caff;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
}
@media only screen and (min-width: 567px) {
  .toast-container {
    width: auto;
  }
}
.street-toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 20px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 26px;
  background-color: #030303;
  pointer-events: auto;
  color: #3c3c3c;
}
.street-toast:first-child {
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 567px) {
  .street-toast {
    width: auto;
    border-radius: 10px;
    max-width: 60vw;
  }
  .street-toast:first-child {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .street-toast {
    max-width: 50vw;
  }
}
.toast-title {
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.toast-message {
  font-size: 14px;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: relative;
  font-size: 2.5em;
  font-weight: lighter;
  font-family: auto, sans-serif;
  color: var(--toast-close-button-color);
  margin-bottom: 6px;
}
button.toast-close-button:hover,
button.toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.toast-success .toast-close-button {
  --toast-close-button-color: #fff;
}
.toast-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 20px;
}
@media only screen and (min-width: 567px) {
  .toast-main {
    align-items: center;
  }
}
.toast-main .toast-content {
  flex: 1;
}
.toast-bg-icon {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
}
.toast-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  height: 100%;
}
.toast-info {
  background-color: var(--toast-info-container-bg-color);
  color: #3c3c3c;
}
.toast-info .toast-bg-icon {
  background: var(--toast-info-icon-bg-color);
}
.toast-info .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDwhLS0hIEZvbnQgQXdlc29tZSBQcm8gNi40LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjMgRm9udGljb25zLCBJbmMuIC0tPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGQ9Im0yMTgsNThhMzIsMzIgMCAxIDEgNjQsMGEzMiwzMiAwIDEgMSAtNjQsMHptLTQ4LDExMmMwLC04LjggNy4yLC0xNiAxNiwtMTZsNjQsMGM4LjgsMCAxNiw3LjIgMTYsMTZsMCwyNzJsNjQsMGM4LjgsMCAxNiw3LjIgMTYsMTZzLTcuMiwxNiAtMTYsMTZsLTE2MCwwYy04LjgsMCAtMTYsLTcuMiAtMTYsLTE2czcuMiwtMTYgMTYsLTE2bDY0LDBsMCwtMjU2bC00OCwwYy04LjgsMCAtMTYsLTcuMiAtMTYsLTE2eiIgZmlsbD0iI2ZmZmZmZiIvPgogPC9nPgo8L3N2Zz4=);
}
.toast-error {
  background-color: var(--toast-error-container-bg-color);
}
.toast-error .toast-bg-icon {
  background: var(--toast-error-icon-bg-color);
}
.toast-error .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMSAyMSc+DQoJPHBhdGggZmlsbD0nI2ZmZjJmMicNCgkJICBkPSdNMjEgMS4zNDU2MDg2NEwxOS42NTQ0MjUgMCAxMC41IDkuMTU0MzkxMzYgMS4zNDUzMTI1IDAgMCAxLjM0NTYwODY0IDkuMTU0Njg3NSAxMC41IDAgMTkuNjU0MzkxNCAxLjM0NTMxMjUgMjEgMTAuNSAxMS44NDU2MDg2IDE5LjY1NDQyNSAyMSAyMSAxOS42NTQzOTE0IDExLjg0NTgzNzUgMTAuNXonIC8+DQo8L3N2Zz4=);
}
.toast-success {
  background-color: var(--toast-success-container-bg-color);
  color: #ffffff;
}
.toast-success .toast-bg-icon {
  background: var(--toast-success-icon-bg-color);
}
.toast-success .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMGZjZWEwIiBkPSJNNDQzLjMgMTAwLjdDNDQ5LjYgMTA2LjkgNDQ5LjYgMTE3LjEgNDQzLjMgMTIzLjNMMTcxLjMgMzk1LjNDMTY1LjEgNDAxLjYgMTU0LjkgNDAxLjYgMTQ4LjcgMzk1LjNMNC42ODYgMjUxLjNDLTEuNTYyIDI0NS4xLTEuNTYyIDIzNC45IDQuNjg2IDIyOC43QzEwLjkzIDIyMi40IDIxLjA2IDIyMi40IDI3LjMxIDIyOC43TDE2MCAzNjEuNEw0MjAuNyAxMDAuN0M0MjYuOSA5NC40NCA0MzcuMSA5NC40NCA0NDMuMyAxMDAuN0g0NDMuM3oiLz48L3N2Zz4=);
}
.toast-warning {
  background-color: var(--toast-warning-container-bg-color);
}
.toast-warning .toast-bg-icon {
  background: var(--toast-warning-icon-bg-color);
}
.toast-warning .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .street-toast,
.toast-container.toast-bottom-center .street-toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .street-toast,
.toast-container.toast-bottom-full-width .street-toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  left: 0;
}
@media only screen and (min-width: 567px) {
  .toast-top-left {
    top: calc(12px + var(--ion-safe-area-top, 0px));
    left: 12px;
  }
}
.toast-top-right {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
}
@media only screen and (min-width: 567px) {
  .toast-top-right {
    top: calc(12px + var(--ion-safe-area-top, 0px));
    right: 12px;
  }
}
.toast-bottom-center {
  bottom: calc(0px + var(--ion-safe-area-bottom, 0px));
  right: 0;
  width: 100%;
}
.toast-bottom-right {
  right: 12px;
  bottom: calc(12px + var(--ion-safe-area-bottom, 0px));
}
.toast-bottom-left {
  bottom: calc(12px + var(--ion-safe-area-bottom, 0px));
  left: 12px;
}
.toast-bottom-full-width {
  bottom: calc(0px + var(--ion-safe-area-bottom, 0px));
  right: 0;
  width: 100%;
}
app-ui-header ion-header.header-md::after {
  background: none;
}
app-ui-header ion-header ion-toolbar {
  --border-color: var(--header-background-color);
  border-bottom: 1px solid var(--header-background-color);
}
app-ui-header ion-header ion-toolbar ion-title {
  padding: 0px 20px 0 10px;
  font-style: normal;
  font-family: var(--font-family-street-secondary);
  text-transform: uppercase;
  font-weight: var(--street-default-light-weight);
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 767px) {
  app-ui-header ion-header ion-toolbar ion-title {
    font-size: 20px;
    line-height: 24px;
  }
}
app-ui-header ion-header ion-toolbar ion-buttons[slot=start] {
  margin: inherit;
  padding: inherit;
  margin-inline-start: 4px;
}
app-ui-header ion-header ion-toolbar ion-buttons[slot=end] {
  margin-right: unset;
  margin-inline-end: 4px;
}
app-ui-header.light-theme {
  --header-background-color: none;
}
app-ui-header.light-theme ion-header ion-toolbar {
  --border-color: transparent;
  border-bottom: none;
}
app-ui-header.light-theme ion-header ion-toolbar ion-title {
  font-weight: 400;
}
app-empty-state {
  height: 100%;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-pagination:not(.default-swiper-pagination) .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: #6b6b6b;
  border-width: thin;
  opacity: 0.8;
}
.swiper-pagination:not(.default-swiper-pagination) .swiper-pagination-bullet-active {
  opacity: 1;
}
.slide-option {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.slide-option ion-icon {
  width: 16px;
  height: 16px;
}
.slide-option ion-label {
  color: var(--uve-white);
  font-size: var(--big-separator-font-size);
  line-height: 18px;
  margin-top: 5px;
  text-transform: none;
}
.slide-option.duplicate-line ion-label {
  color: var(--uve-grey);
}
body.scanner-active {
  --background: none !important;
  --ion-background-color: none !important;
  background: none !important;
}
.scanner-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.relative {
  position: relative;
  z-index: 1;
}
.square {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  top: 0;
}
.square > div {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.surround-cover {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5);
}
.scanner-area-container {
  margin: auto;
  max-width: min(500px, 80vh);
  width: 80%;
}
.scanner-area-outer {
  border-radius: 1em;
  display: flex;
}
.scanner-area-inner {
  border-radius: 1rem;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5), inset 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
  margin: 1rem;
  width: 100%;
}
.stop-wrapper {
  margin-top: 20px;
}
.stop-wrapper .stop-scanner {
  margin-left: 10px;
  margin-right: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(5px, 5px) rotate(-1deg) scale(1.05);
  }
  40% {
    transform: translate(5px, 5px) rotate(-2deg) scale(1.07);
  }
  60% {
    transform: translate(2px, 2px) rotate(0deg) scale(1.04);
  }
  80% {
    transform: translate(-1px, -1px) rotate(-2deg) scale(1.05);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
ion-modal.modal-with-ng-select::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}
.ng-dropdown-panel {
  z-index: 99999 !important;
  pointer-events: auto !important;
}
.ng-dropdown-panel.ng-select-customizable .ng-dropdown-header {
  padding: 8px;
}
.ng-dropdown-panel.ng-select-customizable .ng-dropdown-header .ng-select-search {
  width: 100%;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  min-height: 40px;
  padding: 0 8px;
  font-weight: 400;
}
.ng-dropdown-panel.ng-select-customizable .ng-dropdown-footer {
  padding: 8px 16px;
}
.ng-dropdown-panel.ng-select-customizable.ng-select-multiple mat-checkbox {
  --mat-progress-spinner-active-indicator-color: var(--blue);
  --mat-checkbox-selected-hover-icon-color: var(--blue);
  --mat-checkbox-selected-icon-color: var(--blue);
  --mat-checkbox-selected-focus-icon-color: var(--blue);
  --mat-checkbox-selected-hover-icon-color: var(--blue);
  --mat-checkbox-selected-focus-state-layer-color: var(--blue);
  --mat-checkbox-selected-hover-state-layer-color: var(--blue);
  --mat-checkbox-selected-pressed-state-layer-color: var(--blue);
  --mat-checkbox-selected-checkmark-color: #fff;
}
.ng-dropdown-panel.ng-select-customizable.ng-select-multiple mat-checkbox .mdc-checkbox__ripple {
  display: none;
}
.ng-dropdown-panel.ng-select-customizable.ng-select-multiple mat-checkbox .mdc-checkbox {
  box-sizing: content-box;
}
.color-grey {
  color: #737373 !important;
}
.color-light {
  color: #c9c9c9 !important;
}
.warning-light {
  color: #ffce00;
  background-color: #fff5cc;
}
.dark-light {
  color: #000;
  background-color: #f8f8ff;
}
.white-color,
.white-color:focus {
  --color: #fff;
  --background-activated: transparent;
  --color-activated: #fff;
  --color-focused: #fff;
}
.background-white {
  --background: #fff;
  background: #fff;
}
.background-light {
  --background: #e8e8e8;
}
.color-primary {
  color: var(--uve-primary);
}
.color-warning {
  color: #ffce00;
}
.color-incorrect {
  color: var(--color-incorrect);
}
.blue {
  background: var(--color-blue);
}
.dark-gray {
  background: var(--uve-text-primary);
}
.gray {
  background: #959494;
}
.green {
  background: green;
}
.purple {
  background: var(--color-purple);
}
.red,
.forbidden {
  background: var(--color-incorrect);
}
.yellow {
  background-color: #ffce00;
}
.ion-color-eye-grey {
  --ion-color-base: var(--ion-color-eye-grey, #d0d0d0) !important;
}
.ion-color-light-grey {
  --ion-color-base: var(--ion-color-light-grey, #e0e0e0) !important;
  --ion-color-contrast: var(--ion-color-light-grey-contrast, #fff) !important;
}
.ion-color-tyellow {
  --ion-color-base: var(--ion-color-tyellow, #f9bc4d) !important;
  --ion-color-contrast: var(--ion-color-tyellow-contrast, #fff) !important;
  --ion-color-shade: var(--ion-color-tyellow-shade, #e0ac08) !important;
}
.ion-color-tblue {
  --ion-color-base: var(--ion-color-tblue, #255f85) !important;
  --ion-color-contrast: var(--ion-color-tblue-contrast, #fff) !important;
  --ion-color-shade: var(--ion-color-tblue-shade, #2c0b99) !important;
}
.ion-color-tgreen {
  --ion-color-base: var(--ion-color-tgreen, #008000) !important;
  --ion-color-contrast: var(--ion-color-tgreen-contrast, #d7d8da) !important;
  --ion-color-shade: var(--ion-color-tgreen-shade, #d7d8da) !important;
}
.ion-color-tred {
  --ion-color-base: var(--ion-color-tred, #ed3131) !important;
  --ion-color-contrast: var(white) !important;
  --ion-color-shade: var(--ion-color-tred-shade, #ed3131) !important;
}
.ion-color-medium ion-icon {
  color: var(--uve-primary);
}
.ion-color-medium::part(native) {
  color: var(--uve-primary);
}
.alertYellow {
  background-color: yellow;
}
.alertOrange {
  background-color: #ed7d31;
}
.alertRed {
  background-color: #ed3232;
}
.alertTextYellow {
  color: yellow;
}
.alertTextOrange {
  color: #ed7d31;
}
.alertTextRed {
  color: #ed3232;
}
.svg-white {
  fill: #fff;
}
.svg-blue {
  fill: var(--uve-primary);
}
.svg-black {
  fill: #000;
}
.svg-light-gray {
  fill: #ddd;
}
.svg-grey {
  fill: #737373;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.theme-blue {
  color: blue;
}
.theme-red {
  color: #e6301f;
}
.theme-yellow {
  color: yellow;
}
.theme-green {
  color: var(--uve-success);
}
.calendar-icon {
  color: var(--uve-primary);
}
.wrapper-filters {
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  background: var(--background-color-light);
}
.wrapper-filters .search-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wrapper-filters .search-container app-searchbar {
  display: block;
  margin: 10px 0 10px 16px;
  width: 100%;
}
.wrapper-filters .search-container .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrapper-filters .search-container .icons ion-icon {
  font-size: var(--icon-size);
  padding: 13px;
  color: var(--uve-primary);
}
.wrapper-filters .search-container .icons img {
  width: 48px;
  height: 48px;
  padding: 8px;
  max-width: unset;
}
.wrapper-filters .search-container .icons .filter-icon {
  position: relative;
}
.wrapper-filters .search-container .icons .filter-icon > ion-icon {
  transform: translateY(2px);
}
.wrapper-filters .search-container .icons .filter-icon > div {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--uve-warning);
  color: black;
  font-size: 16px;
  opacity: 0;
  transition: all 0.2s;
}
.wrapper-filters .search-container .icons .filter-icon > div[data-filters=true] {
  opacity: 1;
}
.remove-filters {
  padding: 14px 0;
  background: var(--uve-borders);
}
.remove-filters button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.remove-filters span {
  color: var(--uve-primary);
  font-size: 14px;
  line-height: 18px;
}
.remove-filters img {
  width: 27px;
  height: 27px;
}
.fw-600 {
  font-weight: var(--street-default-mid-bold-weight);
}
.bold-text h1,
.bold-text h2,
.bold-text h3,
.bold-text h4,
.bold-text h5,
.bold-text p {
  font-weight: var(--street-default-mid-bold-weight) !important;
}
.bold {
  font-weight: var(--street-default-bold-weight);
}
.cursor-pointer {
  cursor: pointer;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.position--absolute {
  position: absolute;
}
.z-index--1 {
  z-index: 1;
}
.w-100 {
  width: 100%;
}
.height--100 {
  height: 100% !important;
}
.w-auto {
  width: auto !important;
}
.full-width {
  width: 100% !important;
}
.opacity0 {
  opacity: unset;
}
.text-right {
  text-align: right;
}
.right-align {
  text-align: right;
}
.center-align {
  text-align: center !important;
}
.left-align {
  text-align: left;
}
.text-upper {
  text-transform: uppercase !important;
}
.placeholdertext {
  color: #959494;
  font-size: var(--small-font-size);
}
.info-text {
  display: flex;
  align-items: flex-end;
  color: #959494;
  font-size: var(--small-font-size);
}
.strike {
  text-decoration: line-through;
}
.ion-left-side-menu {
  top: 20px !important;
}
.show-row {
  display: block;
}
.hide-row {
  display: none;
}
hr.bottom-line {
  border-bottom: 1px solid #dddddd;
}
.message-text {
  white-space: pre-line;
}
.justify-content-end {
  justify-content: flex-end;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.gap-16 {
  gap: 16px;
}
.d-flex-wrap-horizontal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.justify-content-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.justify-align-content-center {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.justify-content-space-evenly {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
.align-items-center {
  display: flex;
  align-items: center;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: -15px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-10 {
  margin: 10px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ion-m-b-5 {
  margin-bottom: 5px;
}
.margin-bottom-6 {
  margin-bottom: 6px;
}
.no-padding {
  padding: 0 !important;
}
.cols-2-gap ion-row {
  margin-left: -10px;
  margin-right: -10px;
}
.cols-2-gap ion-row ion-col {
  padding-right: 10px;
  padding-left: 10px;
}
.right-button {
  margin-left: 10px;
}
.left-button {
  margin-right: 10px;
}
.uve-padding {
  padding: 20px;
}
.p-l-0 {
  padding-left: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.padding-top-6 {
  padding-top: 6px;
}
.padding-bottom-6 {
  padding-bottom: 6px;
}
.ion-no-inner-padding {
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-records {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.rotate-90 {
  transform: rotate(90deg);
}
.divider {
  background-color: #e0e0e0;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.no-scroll {
  --overflow: hidden;
}
.no-ripple {
  --ripple-color: transparent;
}
.hide {
  display: none;
}
.safe-area-top {
  padding-top: var(--ion-safe-area-top, 0px);
}
.safe-area-bottom {
  padding-bottom: var(--ion-safe-area-bottom, 0px);
}
.datepicker {
  display: flex;
  flex-direction: row;
}
.datepicker .date-button {
  align-items: center;
  border: 1px solid var(--uve-borders);
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--uve-primary);
  display: flex;
  font-size: 15pt;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.datepicker .date-button.disabled {
  opacity: 0.3;
}
.datepicker .date-button ion-icon {
  font-size: 19px;
}
.datepicker .clean-button {
  border-bottom-right-radius: 5px;
  border: 1px solid var(--uve-borders);
  border-left: none;
  border-top-right-radius: 5px;
  color: var(--uve-primary);
  font-size: 15pt;
  height: 40px;
  width: 40px;
}
.datepicker .clean-button.disabled {
  opacity: 0.3;
}
.datepicker .input-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.datepicker .input-container .input-style {
  align-items: center;
  border: 1px solid var(--uve-borders);
  border-right: none;
  background-color: rgba(0, 0, 0, 0);
  --color: var(--uve-text-primary);
  color: var(--uve-text-primary);
  display: flex;
  height: 40px;
  padding-left: 0.6em !important;
  width: 100%;
}
.datepicker .input-container .input-style.disabled {
  height: 40px;
  color: var(--uve-text-second);
  opacity: 0.4;
}
.datepicker ion-input,
.datepicker div.input-style {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.mandatory {
  color: var(--uve-danger) !important;
}
.mandatory-label::after {
  content: "*";
  font-size: 16px;
  color: var(--uve-danger);
}
.is-invalid-control {
  border-color: var(--uve-danger) !important;
}
.disabled {
  color: var(--disabled-text) !important;
  opacity: 0.4;
}
.opacity-full {
  opacity: 0;
}
.disabled-option {
  background-color: var(--disabled-background) !important;
  border-left: 1px solid var(--disabled-text);
  color: var(--disabled-text);
}
.disabled-option ion-icon,
.disabled-option p {
  color: var(--disabled-icon) !important;
}
.pointer-events-none {
  pointer-events: none;
}
.field-red {
  border: 1px solid var(--uve-danger) !important;
}
.field-red-radius {
  border: 1px solid var(--uve-danger) !important;
  border-radius: 5px;
}
.field-warning {
  border: 1px solid var(--uve-warning) !important;
}
.field-warning-radius {
  border: 1px solid var(--uve-warning) !important;
  border-radius: 5px;
}
.color-red {
  color: var(--uve-danger);
}
.color-primary {
  color: var(--ion-color-primary);
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: whitesmoke;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}
.loader.loader-position-absolute {
  position: absolute;
  top: 0;
}
.appoinments-wrapper {
  background: var(--uve-background);
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  position: sticky;
  top: 0;
  z-index: 108;
}
.appoinments-wrapper .icons {
  align-items: center;
  border: 1px solid var(--uve-borders);
  border-radius: 58px;
  color: var(--uve-primary);
  display: flex;
  height: 36px;
  padding: 8px 17px;
}
.appoinments-wrapper .icons ion-icon {
  font-size: 15px;
  margin-right: 8px;
}
.appoinments-wrapper .icons ion-label {
  font-size: var(--font-size-default);
}
.appoinments-wrapper .icon-close {
  font-size: 20px;
}
.appoinments-wrapper .outlets-num {
  color: var(--uve-text-primary);
  font-size: 12px;
  font-family: var(--secondary-font);
  font-weight: var(--street-default-strong-bold-weight);
  line-height: 18px;
  margin-bottom: 8px;
}
.appoinments-wrapper .buttons-appoinments {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .appoinments-wrapper {
    align-items: center;
    flex-direction: row;
    padding: 6px 16px;
  }
  .appoinments-wrapper .outlets-num {
    min-width: 50px;
    margin-bottom: 0;
  }
  .appoinments-wrapper .buttons-appoinments {
    overflow-x: auto;
  }
  .appoinments-wrapper .icons {
    height: 36px;
  }
  .appoinments-wrapper .icons:last-child {
    margin-right: 38px;
  }
  .appoinments-wrapper .icon-close {
    background:
      linear-gradient(
        to left,
        var(--uve-background),
        transparent);
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
}
app-image-skeleton.display-cover img {
  object-fit: cover;
}
[hidden],
.force-display-none {
  display: none !important;
}
.reset-safe-area-modal {
  --ion-safe-area-top: 0px;
  --ion-safe-area-bottom: 0px;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.md .custom-alert-grey > div,
.ios .custom-alert-grey > div,
.wp .custom-alert-grey > div {
  --min-width: 350px;
}
.md .custom-alert-grey h2,
.md .custom-alert-grey button,
.ios .custom-alert-grey h2,
.ios .custom-alert-grey button,
.wp .custom-alert-grey h2,
.wp .custom-alert-grey button {
  color: var(--ion-color-step-550, #737373);
}
.logo-small {
  height: 100px;
  width: auto;
  margin: auto;
  display: block;
}
.logo-medium {
  height: 300px;
  width: auto;
  margin: auto;
  display: block;
}
.img-shoppingcart {
  width: 20px;
  height: 20px;
}
.ion-searchbar-no-icon {
  padding: 0 !important;
}
.ion-searchbar-no-icon ion-icon {
  display: none !important;
  width: 0 !important;
}
.ion-searchbar-no-icon input {
  padding-left: 0 !important;
}
.chat-msg-background {
  background: var(--uve-primary-soft);
}
.profile-pic {
  position: relative;
}
.profile-pic .online-status {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #4cd137;
  border-radius: 50%;
  border: 1.5px solid #fff;
}
.action-sheet-custom-height .action-sheet-title.sc-ion-action-sheet-md {
  height: auto;
}
.action-sheet-custom-height .action-sheet-button.sc-ion-action-sheet-md {
  height: 35px;
}
@media only screen and (min-height: 600px) and (min-width: 768px) {
  .custom-modal .modal-wrapper {
    position: absolute;
    width: 766px !important;
    height: 500px !important;
    top: calc(100% - 500px);
    left: calc(100% - 766px) !important;
  }
}
.bottom-modal {
  --height: auto;
  --min-height: 280px;
}
.bottom-modal form {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.bottom-modal .invitation-content {
  --background: #f4f4f4;
  padding-bottom: 0px;
  --padding-bottom: 0px;
}
.bottom-modal .invitation-content ion-item {
  --background: transparent;
}
.bottom-modal .invitation-content ion-item ion-icon {
  color: #d5d5d5;
}
.bottom-modal .invitation-content .item-modal-title {
  padding: 0.5em 1em 0em 1em;
}
.bottom-modal .invitation-content .item-modal-title .img-small-profile {
  width: 50px !important;
  height: 50px !important;
}
.bottom-modal .invitation-content .item-modal-title .img-small-profile img {
  max-width: 50px;
  width: 50px;
}
.bottom-modal .invitation-content ion-card {
  background: #fff;
}
.bottom-modal .invitation-content p {
  font-size: 14px;
}
.bottom-modal .invitation-footer {
  background: #f4f4f4;
  text-align: center;
  padding-bottom: 10px;
}
.bottom-modal .invitation-footer ion-button {
  --padding-top: auto;
  --padding-bottom: auto;
  font-size: 14px;
  min-width: 110px;
}
.bottom-modal .invitation-footer .light-color {
  --background: #e0e0e0;
  --background-focused: #e0e0e0;
  --background-hover: #e0e0e0;
  --color: #bababa;
  --color-activated: #bababa;
  --color-focused: #bababa;
}
.bottom-modal .invitation-footer .light-color ion-icon {
  color: #6b6b6b;
}
.bottom-modal .invitation-footer:before {
  display: none;
}
.bottom-modal .item-customer-code {
  --min-height: auto;
  height: 36px;
}
.bottom-modal .item-customer-code ion-label {
  color: #808080;
  font-weight: var(--street-default-mid-bold-weight);
  font-size: 14px;
  max-width: 100%;
}
.bottom-modal .item-customer-code ion-input {
  border-bottom: 1px solid #ccc;
}
.bottom-modal .item-customer-code ion-input input {
  padding: 5px;
  font-size: 14px;
}
@media only screen and (min-height: 600px) and (min-width: 768px) {
  .country-select-modal {
    --width: 30% !important;
  }
}
.max-h32-hidden {
  max-height: 32px;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: normal !important;
}
.block-btn {
  --padding-top: 0px;
  --padding-bottom: 0px;
  margin: 0 0 0 0;
  font-size: 1.375em;
  --box-shadow: none;
  height: 51px;
}
.btn-radius {
  --border-radius: 5px !important;
}
@media (min-width: 992px) {
  .fix-width {
    width: 992px;
    margin: 0 auto;
  }
}
.generic-select-modal {
  align-items: flex-end !important;
}
.generic-select-modal ion-header ion-item {
  --min-height: 36px;
}
.generic-select-modal ion-header ion-icon {
  font-size: 24px;
}
.generic-select-modal ion-header ion-title {
  margin-right: 15px;
}
.generic-select-modal ion-header ion-title h6 {
  margin: 0;
  font-size: 14px;
  line-height: normal;
}
.generic-select-modal .header-md:after {
  display: none;
}
.generic-select-modal ion-list {
  max-height: 100%;
  overflow-y: auto;
}
.generic-select-modal ion-list ion-item {
  --min-height: 32px;
  font-size: 14px;
  padding-right: 16px;
  --inner-padding-end: 0px;
}
.generic-select-modal ion-list ion-item ion-label {
  margin: 0;
  padding: 10px 0;
}
.generic-select-modal ion-list ion-item ion-icon {
  margin-right: 0.75em;
}
.generic-select-modal ion-list .sub-list {
  margin-left: 25px;
}
.generic-select-modal .modal-wrapper {
  border-radius: 8px 8px 0px 0px;
}
.modal-select-large .modal-wrapper {
  min-height: 90%;
  max-height: 90%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.modal-select-small .modal-wrapper {
  min-height: 50%;
  max-height: 50%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
.custom-loading {
  height: 100%;
  width: 100%;
  z-index: 10;
}
.custom-loading ion-backdrop {
  opacity: 0.5 !important;
}
.custom-loading .loading-wrapper {
  padding: 0;
  background: transparent;
  box-shadow: unset;
  justify-content: center;
}
.custom-loading ion-spinner {
  transform: scale(1.5);
}
.uve-popover {
  --width: 150px;
}
.uve-popover .list-popover ion-item:hover {
  --background: var(--uve-primary-soft);
  color: #fff;
}
.chat-input-area {
  display: list-item;
  list-style: none;
}
.chat-input-area textarea {
  padding-top: 10px;
}
.contry-code-label {
  max-width: 30%;
}
.change-photo-action-sheet .action-sheet-group {
  background: #e1ebf3;
}
.change-photo-action-sheet .action-sheet-title {
  font-size: 1.25em;
  color: #000;
}
.change-photo-action-sheet .action-sheet-button {
  padding-top: unset;
  padding-bottom: unset;
  height: 36px;
  color: #000;
  font-size: 1em;
}
.change-photo-action-sheet .action-sheet-cancel {
  font-weight: unset;
  background: #e1ebf3;
}
.toolbar-quantity {
  --background: transparent !important;
  --min-height: auto !important;
}
.toolbar-quantity ion-button {
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-start: 5px;
  --padding-end: 5px;
  --min-height: auto;
  width: auto;
  height: auto;
}
.toolbar-quantity ion-button ion-icon {
  font-size: 1.7em;
}
.toolbar-quantity .share-op {
  margin-right: 10px;
}
.toolbar-quantity .quantity-op {
  margin-right: 0;
}
.chat-input,
.share-product-input {
  background-color: #fafafa !important;
}
.chat-input ion-toolbar,
.share-product-input ion-toolbar {
  background-color: #fafafa !important;
  --min-height: 45px;
  --max-height: 100px;
}
.chat-input ion-toolbar ion-item,
.share-product-input ion-toolbar ion-item {
  --ion-background-color: #fafafa !important;
  background-color: #fafafa !important;
}
.chat-input ion-toolbar .chat-input-item,
.share-product-input ion-toolbar .chat-input-item {
  display: flex;
  --min-height: 45px;
  --max-height: 100px;
  padding: 0.35em 0em 0.35em 0em;
}
.chat-input ion-toolbar .chat-input-item ion-textarea textarea,
.share-product-input ion-toolbar .chat-input-item ion-textarea textarea {
  height: auto;
  max-height: 100px;
  min-height: 39px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.chat-input ion-toolbar .chat-input-item .send-btn-div,
.share-product-input ion-toolbar .chat-input-item .send-btn-div {
  margin-left: 0.3em;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-input ion-toolbar .chat-input-item .send-btn-div .disabled,
.share-product-input ion-toolbar .chat-input-item .send-btn-div .disabled {
  height: 22.391px;
  width: 22.391px;
}
.chat-input ion-toolbar .chat-input-item .send-btn-div .active,
.share-product-input ion-toolbar .chat-input-item .send-btn-div .active {
  height: 100%;
  width: 100%;
}
.cart-count-span {
  width: 0px;
}
app-chat {
  background-color: transparent;
}
app-chat .chat-referesher {
  height: 130px;
}
app-chat .chat-referesher ion-refresher-content ion-spinner,
app-chat .chat-referesher ion-refresher-content ion-icon {
  background: #fff !important;
  border-radius: 50% !important;
}
app-chat .chat-referesher.refresher-active {
  z-index: 100000 !important;
}
.read-status ion-icon {
  font-size: 1.3em !important;
}
.list-toolbar ion-icon {
  font-size: 1.6em !important;
}
.archive-icon {
  width: 18px;
  margin-top: 2px !important;
}
.archive-icon-swipe {
  height: 24px;
  margin-top: -5px;
}
.trash-icon-swipe {
  height: 24px;
  margin-top: -5px;
  font-size: 20px;
  color: #fff;
}
.chat-right-label-web {
  max-width: 10%;
}
.backbtn-chat {
  display: block;
}
.chatuserhome-header .profile-item {
  --background: transparent;
  --inner-padding-end: 0px;
  color: #fff;
}
.chatuserhome-header .profile-item .profile-pic .online-status {
  bottom: 25px;
  right: 0.4em;
}
.chatuserhome-header .profile-item .profile-pic ion-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.chatuserhome-header .profile-item .name-div {
  max-width: 70%;
  width: 70%;
}
.chatuserhome-header .profile-item .name-div ion-label {
  max-width: 90%;
}
.chatuserhome-header .profile-item .name-div .title-description {
  font-size: 12px;
}
.select-scroll {
  margin-bottom: 0px !important;
}
.select-scroll ion-infinite-scroll-content {
  min-height: 10px !important;
}
.outletName {
  font-size: 6pt;
  max-width: 90%;
  display: block;
}
.outlets-dropdown-components {
  --background: #efefef;
  text-align: center;
  font-size: 12px;
}
.outlets-dropdown-components ion-select {
  align-items: center;
}
.carousal-content .swiper-container-horizontal > .swiper-pagination-bullets,
.carousal-content .swiper-pagination-custom,
.carousal-content .swiper-pagination-fraction {
  margin-top: 5px !important;
  position: unset !important;
}
.news-infinite-scroll {
  margin-bottom: 0px !important;
}
.news-infinite-scroll .infinite-loading ion-spinner {
  --marging-start: auto !important;
  margin-left: -35% !important;
  margin-top: auto;
}
.news-infinite-scroll .infinite-loading .infinite-loading-text {
  --margin-end: auto !important;
  margin-right: auto !important;
  margin-top: -8%;
}
.dragger-div {
  height: 5px;
  border-radius: 50px;
  margin: 5px 40% 0px;
  background: #c3c3c3;
  cursor: pointer;
  text-align: center;
}
.newsfeed-card .text-content ion-textarea textarea {
  height: 5px;
  visibility: hidden;
}
.continue-shopping-actionSheet .action-sheet-group {
  min-height: 50%;
  max-height: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 8px 8px 0px 0px;
}
.continue-shopping-actionSheet .action-sheet-group .action-sheet-title {
  padding-top: 0px;
  cursor: pointer;
}
.continue-shopping-actionSheet .action-sheet-group .action-sheet-title::before {
  content: " ";
  height: 5px;
  border-radius: 50px;
  margin: 5px 40%;
  background: #c3c3c3;
  cursor: pointer;
  text-align: center;
  display: block;
}
.continue-shopping-actionSheet .small-action-group {
  min-height: 50%;
  max-height: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.continue-shopping-actionSheet .large-action-group {
  min-height: 80%;
  max-height: 80%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.continue-shopping-actionSheet .hide-action-group {
  min-height: 0%;
  max-height: 0%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.continue-shopping-actionSheet a.ui-state-default.ng-tns-c3-0.ng-star-inserted {
  color: var(--uve-primary-soft) !important;
}
.continue-shopping-actionSheet body .ui-datepicker table td > a.ui-state-active,
.continue-shopping-actionSheet body .ui-datepicker table td > span.ui-state-active {
  background-color: #b0e9ff !important;
  border-radius: 10px;
}
.continue-shopping-actionSheet .uppercase {
  text-transform: uppercase;
}
.submit-button {
  --padding-top: 0px;
  --padding-bottom: 0px;
  margin: 1px;
}
.footer-button-container {
  padding: 0.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.centered-box-container {
  max-width: 442px;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 45px 35px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (min-height: 376px) {
  .news-infinite-scroll .infinite-loading ion-spinner {
    margin: 0 !important;
  }
}
.order-totalization-footer .footer-button-container {
  background-color: #fff;
}
.order-totalization-footer ion-item {
  --min-height: 30px;
  font-size: 14px;
}
.order-totalization-footer ion-button {
  margin: 1px;
  --padding-top: auto;
  --padding-bottom: auto;
}
.order-totalization-footer ion-button button {
  top: -10px !important;
}
.order-totalization-footer .ion-padding-bottom-10 {
  padding: 0 0 10px 0;
}
.order-totalization-footer .grow-content {
  display: flex;
}
.order-totalization-footer .grow-content .flex-grow {
  display: flex;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .mobile-item-padding {
    display: auto;
    width: 85vw;
    margin: auto !important;
  }
}
.common-input {
  font-weight: unset;
  font-size: 14px !important;
  --background: #fff;
  background: #fff;
  box-shadow: 0 1px 0 0 #e5e5e5;
  border: 0.5px solid rgba(229, 229, 229, 0.8980392157);
  --padding-start: 0.5em !important;
}
.common-input ion-select-option {
  font-size: 14px;
}
.common-text-area {
  font-weight: unset;
  font-size: 14px !important;
  --background: #fff;
  background: #fff;
  box-shadow: 0 1px 0 0 #e5e5e5;
  --padding-start: 0.5em !important;
}
.m-alert-return-product-modall {
  --width: 95%;
  --height: 27%;
}
.light-modal {
  --width: 90%;
  --height: 80%;
}
.small-modal {
  --width: 90%;
  --height: 30%;
  --min-height: 285px;
}
.medium-modal {
  --width: 90%;
  --height: 50%;
}
.large-modal {
  --min-height: 70%;
  --max-height: 90%;
  --height: auto;
  --width: 90%;
}
.large-modal .modal-wrapper {
  height: auto;
}
.large-modal .modal-wrapper ion-content {
  height: auto;
  --height: auto;
  --max-height: 90%;
}
.custom-modal {
  --width: 90%;
  --height: 50%;
  --min-height: 400px !important;
}
.item-cart-count {
  --background: transparent;
  --inner-padding-end: 0px;
  color: #fff;
}
.item-cart-count ion-button {
  --padding-start: 0px;
  --padding-end: 0px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  font-size: 1.2rem !important;
  min-height: auto !important;
}
.chat-date-badge {
  background: var(--uve-primary-soft);
  color: #737373;
  font-weight: normal;
  text-transform: capitalize;
}
.image-circle {
  border-radius: 50%;
}
.left10 {
  position: absolute;
  left: 10px;
}
.dropicon {
  margin-top: 15px;
}
.country-label {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}
.button-border-green {
  background-color: var(--uve-background);
  color: var(--uve-success);
  border-color: var(--uve-success);
  --color-activated: var(--uve-success);
  --border-color: var(--uve-success);
  --background: transparent;
  --color: var(--uve-success);
  --color-focused: var(--uve-success);
}
ion-back-button {
  font-weight: normal !important;
}
ion-header.ios ion-back-button {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .background-banner {
    background: rgba(239, 239, 239, 0.9) var(--background-img-url) no-repeat top center;
    background-size: cover;
  }
  .padding-sides-5-lg {
    padding-left: var(--padding-left-lg) !important;
    padding-right: var(--padding-right-lg) !important;
  }
}
.sc-ion-back-button-ios {
  display: none;
}
app-products-filter {
  height: 100%;
}
.md.create-new-contact-modal {
  --height: 45%;
}
.transparent-back {
  background: transparent;
}
.cat ion-button {
  --min-height: auto;
  height: 32px;
}
.lable-recive-invitation {
  background: var(--uve-success);
  color: #fff !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: unset;
  max-width: 140px;
}
uve-dashboard-grid .grid-stack {
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}
uve-dashboard-grid .grid-stack .grid-stack-item-content {
  width: 100%;
  height: 100%;
}
uve-dashboard-grid uve-shared-kpis-dynamic-kpi .kpi-container {
  width: 100% !important;
  padding-top: 20px !important;
}
uve-dashboard-grid uve-dashboard-carousel-wrapper uve-shared-kpis-dynamic-kpi .kpi-container {
  height: 100% !important;
  overflow: auto !important;
}
@media (max-width: 488px) {
  :root uve-gallery-list .cards-gallery .gridi {
    grid-template-columns: repeat(auto-fill, minmax(8.75rem, 2fr));
  }
}
:root uve-gallery-list .no-result {
  height: calc(100% - 4rem);
}
@media screen and (min-width: 480px) {
  :root uve-gallery-list .no-result {
    height: 100vh;
  }
}
@media only screen and (min-width: 767px) {
  :root uve-gallery-list .no-result {
    height: calc(100vh - 9rem);
  }
}
:root uve-gallery-list .no-result .no-results-container div > h2 {
  margin: 10px 0;
}
:root uve-gallery-list uve-gallery-card uve-shared-checkbox {
  display: none;
}
:root .header-gallery {
  display: none;
}
:root .uve_body .gallery__filter-actions {
  padding: 2px 0 16px 0;
}
:root uve-preview-modal uve-preview-content .notimage {
  padding: var(--ion-padding, 16px);
  margin-top: 0;
}
:root uve-preview-modal .__carousel.__carousel ._card:first-child {
  margin-left: 1rem;
}
:root uve-gallery-card-options ul.dropdown {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
:root uve-shared-popup {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  :root uve-shared-popup {
    max-width: 475px;
    --uve-safe-area-top: 0px;
    --uve-safe-area-bottom: 0px;
  }
}
:root uve-shared-popup .modal.small {
  width: 100%;
  max-width: unset;
}
:root uve-shared-popup .modal.small .footer.uve_footer {
  flex-wrap: wrap;
}
@media screen and (min-width: 376px) {
  :root uve-shared-popup .modal.small .footer.uve_footer {
    flex-wrap: unset;
  }
}
:root uve-shared-filters-menu .uve_head,
:root uve-shared-filter-overlay .uve_head {
  padding-top: calc(9px + var(--uve-safe-area-top, 0px)) !important;
}
:root uve-shared-filters-menu .menu-container > .uve_body {
  margin-bottom: calc(1rem + var(--uve-safe-area-bottom, 0px));
}
:root uve-shared-filter-overlay .uve_block-styled .uve_footer {
  padding-bottom: calc(20px + var(--uve-safe-area-bottom, 0px)) !important;
}
:root uve-shared-modal .modal:not(.small-fixed) .uve_head,
:root uve-shared-popup .modal:not(.small-fixed) .uve_head {
  padding-top: calc(9px + var(--uve-safe-area-top, 0px)) !important;
}
:root uve-shared-modal .modal:not(.small-fixed) .uve_footer,
:root uve-shared-popup .modal:not(.small-fixed) .uve_footer {
  padding-bottom: calc(20px + var(--uve-safe-area-bottom, 0px)) !important;
}
@media only screen and (min-width: 600px) {
  :root uve-shared-modal {
    --uve-safe-area-top: 0px;
    --uve-safe-area-bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  uve-report-component.report-table-scrollable table.table .table-header-cell {
    display: table-cell !important;
  }
  uve-report-component.report-table-scrollable table.table .table-cell {
    display: table-cell !important;
  }
  uve-report-component.report-table-scrollable table.table .table-header-row,
  uve-report-component.report-table-scrollable table.table .table-row {
    display: table-row !important;
    float: unset !important;
  }
}
.p-overlay.p-component .p-overlay-content {
  background-color: #ffffff;
  border: 1px solid var(--uve-borders);
}
.p-overlay.p-component .p-overlay-content .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  padding: 4px;
}
.p-overlay.p-component .p-overlay-content .p-autocomplete-panel + span {
  padding: 4px;
  display: block;
}
uve-tables-list-cell uve-input-autocomplete p-autocomplete .p-inputwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
uve-tables-list-cell uve-input-autocomplete p-autocomplete .p-inputwrapper .p-autocomplete-clear-icon {
  top: unset;
  right: 1rem;
}
uve-tables-list-cell uve-input-autocomplete p-autocomplete .p-inputwrapper input.p-autocomplete-input {
  padding: 0 10px;
  width: 100%;
  color: var(--uve-text-primary);
  line-height: 20px;
  height: 36px;
  position: relative;
  border-radius: 0.3rem;
  border: 1px solid var(--uve-borders);
}
uve-tables-list-cell uve-input-autocomplete p-autocomplete.p-inputwrapper-filled input.p-autocomplete-input {
  padding-right: 1.5rem;
}
uve-tasks-question-signature {
  padding: 1rem 0 !important;
}
uve-tasks-question-photo uve-shared-responsive-button {
  display: none;
}
uve-tasks-question-multimedia-presentation uve-shared-boolean .buttons-container .btn:not(.active):hover.primary {
  background-color: var(--uve-contrast) !important;
  border: 1px solid var(--uve-borders) !important;
  color: var(--uve-text-primary) !important;
}
uve-tasks-question-number uve-shared-input input[type=number] {
  text-align: center !important;
}
uve-tasks-products-questionnaire-wrapper .finish-q-container uve-shared-boolean .buttons-container button {
  padding: 0.4rem !important;
}
@media screen and (min-width: 400px) {
  uve-tasks-products-questionnaire-wrapper .finish-q-container uve-shared-boolean .buttons-container button {
    padding: 0.5rem 1.5rem !important;
  }
}
uve-tasks-products-questionnaire-wrapper .finish-q-container uve-shared-boolean .buttons-container button.btn.right.green:hover:not(.active) {
  background-color: var(--uve-contrast) !important;
  border: 1px solid var(--uve-borders) !important;
  color: var(--uve-text-primary) !important;
}
uve-tasks-products-questionnaire-wrapper .finish-q-container uve-shared-boolean .buttons-container button.btn.right.green:hover:not(.active) i {
  color: var(--uve-icons) !important;
}
uve-tasks-question-datepicker uve-shared-calendar {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  uve-tasks-question-datepicker uve-shared-calendar {
    width: unset;
    display: unset;
  }
}
uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card {
  border: 1px solid var(--uve-borders);
  --uve-calendar-day-min-width: 1.5rem;
}
@media screen and (min-width: 376px) {
  uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card {
    --uve-calendar-day-min-width: 2.25rem;
  }
}
@media screen and (min-width: 476px) {
  uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card {
    --uve-calendar-day-min-width: 2.7125rem;
  }
}
uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card .week-container [data-cy=calendar-days].week {
  gap: 0.1rem;
  grid-template-columns: repeat(7, 1fr);
}
uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card .week-container [data-cy=calendar-days].week .day {
  min-width: var(--uve-calendar-day-min-width);
}
uve-tasks-question-datepicker uve-shared-calendar .calendar.uve_card .week-container [data-cy=calendar-days].week .day .weekday {
  width: var(--uve-calendar-day-min-width);
  height: var(--uve-calendar-day-min-width);
}
.page-tasks-question {
  --virtual-scroll-viewport-height-difference: 255px;
}
.page-tasks-question--readonly {
  --virtual-scroll-viewport-height-difference: 170px;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse .finish-q-container uve-shared-boolean {
  pointer-events: none;
  opacity: 0.65;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-questionnaire *[data-cy*=question-]:not([data-cy=question-multimedia-presentation]):not([data-cy=question-photo]) .question-box > * {
  pointer-events: none;
  opacity: 0.65;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-questionnaire *[data-cy*=question-]:not([data-cy=question-multimedia-presentation]):not([data-cy=question-photo]) .question-box > uve-tasks-question-header {
  pointer-events: auto;
  opacity: 1;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-questionnaire uve-tasks-question-multimedia-presentation uve-shared-boolean {
  pointer-events: none;
  opacity: 0.65;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-questionnaire uve-tasks-question-photo .photo-container:not(.photo-container--has-value) {
  pointer-events: none;
  opacity: 0.65;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-questionnaire uve-tasks-question-photo .photo-container__delete-button {
  display: none;
}
.page-tasks-question--readonly uve-tasks-products-actions .product-container.expanse uve-tasks-question-header uve-shared-responsive-button {
  display: none;
}
.page-tasks-question uve-tasks-products-actions uve-tasks-products-list cdk-virtual-scroll-viewport {
  height: calc(100vh - var(--virtual-scroll-viewport-height-difference, 0px)) !important;
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --animation-order: 1;
  --animation-timing: 70ms;
}
.animated {
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.animated-faster {
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.animated-fast {
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.animated-slow {
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.animated-slower {
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
.animated-pop-in {
  animation: popIn 0.2s calc(var(--animation-order) * var(--animation-timing)) both ease-in;
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animated-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
ion-app.page-in-transition {
  pointer-events: none;
}
ion-app.page-in-transition ion-content {
  --overflow: hidden;
}
ion-button.custom-button-disabled {
  --ripple-color: transparent;
  opacity: 0.5;
  cursor: default;
}
ion-item.custom-item-disabled,
div.custom-item-disabled,
ion-button.custom-item-disabled {
  cursor: default;
  opacity: 0.3;
}
div.search-bar-sticky {
  position: sticky;
  top: 0;
  background-color: var(--white);
  padding: 0em 1em;
}
:root {
  --toast-close-button-color: #999999;
  --toast-success-container-bg-color: #0fcea0;
  --toast-success-icon-bg-color: #ffffff;
  --toast-error-container-bg-color: #fff2f2;
  --toast-error-icon-bg-color: #ff4949;
  --toast-warning-container-bg-color: #fff7df;
  --toast-warning-icon-bg-color: #fbcb1f;
  --toast-info-container-bg-color: #daf3fc;
  --toast-info-icon-bg-color: #48caff;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
  width: 100%;
}
@media only screen and (min-width: 567px) {
  .toast-container {
    width: auto;
  }
}
.street-toast {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 20px;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 26px;
  background-color: #030303;
  pointer-events: auto;
  color: #3c3c3c;
}
.street-toast:first-child {
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 567px) {
  .street-toast {
    width: auto;
    border-radius: 10px;
    max-width: 60vw;
  }
  .street-toast:first-child {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .street-toast {
    max-width: 50vw;
  }
}
.toast-title {
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.toast-message {
  font-size: 14px;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: relative;
  font-size: 2.5em;
  font-weight: lighter;
  font-family: auto, sans-serif;
  color: var(--toast-close-button-color);
  margin-bottom: 6px;
}
button.toast-close-button:hover,
button.toast-close-button:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.toast-success .toast-close-button {
  --toast-close-button-color: #fff;
}
.toast-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 20px;
}
@media only screen and (min-width: 567px) {
  .toast-main {
    align-items: center;
  }
}
.toast-main .toast-content {
  flex: 1;
}
.toast-bg-icon {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
}
.toast-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 100%;
  height: 100%;
}
.toast-info {
  background-color: var(--toast-info-container-bg-color);
  color: #3c3c3c;
}
.toast-info .toast-bg-icon {
  background: var(--toast-info-icon-bg-color);
}
.toast-info .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KIDwhLS0hIEZvbnQgQXdlc29tZSBQcm8gNi40LjIgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjMgRm9udGljb25zLCBJbmMuIC0tPgoKIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8cGF0aCBpZD0ic3ZnXzEiIGQ9Im0yMTgsNThhMzIsMzIgMCAxIDEgNjQsMGEzMiwzMiAwIDEgMSAtNjQsMHptLTQ4LDExMmMwLC04LjggNy4yLC0xNiAxNiwtMTZsNjQsMGM4LjgsMCAxNiw3LjIgMTYsMTZsMCwyNzJsNjQsMGM4LjgsMCAxNiw3LjIgMTYsMTZzLTcuMiwxNiAtMTYsMTZsLTE2MCwwYy04LjgsMCAtMTYsLTcuMiAtMTYsLTE2czcuMiwtMTYgMTYsLTE2bDY0LDBsMCwtMjU2bC00OCwwYy04LjgsMCAtMTYsLTcuMiAtMTYsLTE2eiIgZmlsbD0iI2ZmZmZmZiIvPgogPC9nPgo8L3N2Zz4=);
}
.toast-error {
  background-color: var(--toast-error-container-bg-color);
}
.toast-error .toast-bg-icon {
  background: var(--toast-error-icon-bg-color);
}
.toast-error .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMSAyMSc+DQoJPHBhdGggZmlsbD0nI2ZmZjJmMicNCgkJICBkPSdNMjEgMS4zNDU2MDg2NEwxOS42NTQ0MjUgMCAxMC41IDkuMTU0MzkxMzYgMS4zNDUzMTI1IDAgMCAxLjM0NTYwODY0IDkuMTU0Njg3NSAxMC41IDAgMTkuNjU0MzkxNCAxLjM0NTMxMjUgMjEgMTAuNSAxMS44NDU2MDg2IDE5LjY1NDQyNSAyMSAyMSAxOS42NTQzOTE0IDExLjg0NTgzNzUgMTAuNXonIC8+DQo8L3N2Zz4=);
}
.toast-success {
  background-color: var(--toast-success-container-bg-color);
  color: #ffffff;
}
.toast-success .toast-bg-icon {
  background: var(--toast-success-icon-bg-color);
}
.toast-success .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMGZjZWEwIiBkPSJNNDQzLjMgMTAwLjdDNDQ5LjYgMTA2LjkgNDQ5LjYgMTE3LjEgNDQzLjMgMTIzLjNMMTcxLjMgMzk1LjNDMTY1LjEgNDAxLjYgMTU0LjkgNDAxLjYgMTQ4LjcgMzk1LjNMNC42ODYgMjUxLjNDLTEuNTYyIDI0NS4xLTEuNTYyIDIzNC45IDQuNjg2IDIyOC43QzEwLjkzIDIyMi40IDIxLjA2IDIyMi40IDI3LjMxIDIyOC43TDE2MCAzNjEuNEw0MjAuNyAxMDAuN0M0MjYuOSA5NC40NCA0MzcuMSA5NC40NCA0NDMuMyAxMDAuN0g0NDMuM3oiLz48L3N2Zz4=);
}
.toast-warning {
  background-color: var(--toast-warning-container-bg-color);
}
.toast-warning .toast-bg-icon {
  background: var(--toast-warning-icon-bg-color);
}
.toast-warning .toast-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .street-toast,
.toast-container.toast-bottom-center .street-toast {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .street-toast,
.toast-container.toast-bottom-full-width .street-toast {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  left: 0;
}
@media only screen and (min-width: 567px) {
  .toast-top-left {
    top: calc(12px + var(--ion-safe-area-top, 0px));
    left: 12px;
  }
}
.toast-top-right {
  top: calc(0px + var(--ion-safe-area-top, 0px));
  right: 0;
}
@media only screen and (min-width: 567px) {
  .toast-top-right {
    top: calc(12px + var(--ion-safe-area-top, 0px));
    right: 12px;
  }
}
.toast-bottom-center {
  bottom: calc(0px + var(--ion-safe-area-bottom, 0px));
  right: 0;
  width: 100%;
}
.toast-bottom-right {
  right: 12px;
  bottom: calc(12px + var(--ion-safe-area-bottom, 0px));
}
.toast-bottom-left {
  bottom: calc(12px + var(--ion-safe-area-bottom, 0px));
  left: 12px;
}
.toast-bottom-full-width {
  bottom: calc(0px + var(--ion-safe-area-bottom, 0px));
  right: 0;
  width: 100%;
}

/* src/theme/variables.scss */
:root {
  --background-color-secondary: #f9f9f9;
  --background-color-light: #f6f8fa;
  --header-background-color: #3c3c3c;
  --sub-header-background-color: #fbfbfb;
  --separator-color: #e5e5e5;
  --shadow-color: #e5e5e5;
  --navbar-background: #e9f1f9;
  --blue: #3eb8ea;
  --green: #3fab58;
  --yellow: #fabc4d;
  --white: var(--uve-contrast);
  --red: #ff0000;
  --orange: #fba31f;
  --catalog-menu: var(--uve-primary);
  --dialog-button-background: var(--uve-contrast);
  --dialog-button-border: #e5e5e5;
  --dialog-button-text: #3c3c3c;
  --dialog-button-shadow: #e5e5e5;
  --dialog-button-selected: #48caff;
  --dialog-button-selected-text: #fff;
  --ion-color-primary: #48caff;
  --ion-color-primary-rgb:
    70,
    193,
    240;
  --ion-color-primary-contrast: var(--uve-contrast);
  --ion-color-primary-contrast-rgb:
    0,
    0,
    0;
  --ion-color-primary-shade: #3eaad3;
  --ion-color-primary-tint: #59c7f2;
  --ion-color-secondary: #46c1f0;
  --ion-color-secondary-rgb:
    70,
    193,
    240;
  --ion-color-secondary-contrast: var(--uve-contrast);
  --ion-color-secondary-contrast-rgb:
    0,
    0,
    0;
  --ion-color-secondary-shade: #3eaad3;
  --ion-color-secondary-tint: #59c7f2;
  --ion-color-tertiary: #3dad59;
  --ion-color-tertiary-rgb:
    61,
    173,
    89;
  --ion-color-tertiary-contrast: var(--uve-contrast);
  --ion-color-tertiary-contrast-rgb:
    0,
    0,
    0;
  --ion-color-tertiary-shade: #36984e;
  --ion-color-tertiary-tint: #50b56a;
  --ion-color-success: #29a978;
  --ion-color-success-rgb:
    16,
    220,
    96;
  --ion-color-success-contrast: var(--uve-contrast);
  --ion-color-success-contrast-rgb:
    255,
    255,
    255;
  --ion-color-success-shade: #60a999;
  --ion-color-success-tint: #28e070;
  --ion-color-warning: #ffce00;
  --ion-color-warning-rgb:
    255,
    206,
    0;
  --ion-color-warning-contrast: var(--uve-contrast);
  --ion-color-warning-contrast-rgb:
    255,
    255,
    255;
  --ion-color-warning-shade: #e0b500;
  --ion-color-warning-tint: #ffd31a;
  --ion-color-danger: #ff4949;
  --ion-color-danger-rgb:
    245,
    61,
    61;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #d33939;
  --ion-color-danger-tint: #f25454;
  --ion-color-danger-alert: #ffe6e6;
  --ion-color-danger-alert-rgb:
    255,
    230,
    230;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    34,
    34;
  --ion-color-dark-contrast: var(--uve-contrast);
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  --ion-color-medium: #e5e5e5;
  --ion-color-medium-rgb:
    229,
    229,
    229;
  --ion-color-medium-contrast: var(--uve-contrast);
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #86888f;
  --ion-color-medium-tint: #a2a4ab;
  --ion-color-light: var(--uve-contrast);
  --ion-color-light-rgb:
    255,
    255,
    255;
  --ion-color-light-contrast: #46c1f0;
  --ion-color-light-contrast-rgb:
    70,
    193,
    240;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-tred: #ed3131;
  --ion-color-tred-rgb:
    244,
    244,
    244;
  --ion-color-tred-contrast: #000000;
  --ion-color-tred-contrast-rgb:
    0,
    0,
    0;
  --ion-color-tred-shade: #d7d8da;
  --ion-color-tred-tint: #f5f6f9;
  --ion-color-tyellow: #f9bc4d;
  --ion-color-tyellow-contrast: var(--uve-contrast);
  --ion-color-tyellow-shade: #e0ac08;
  --ion-color-tblue: #255f85;
  --ion-color-tblue-contrast: var(--uve-contrast);
  --ion-color-tblue-shade: #2c0b99;
  --ion-color-tgreen: #008000;
  --ion-color-tgreen-rgb:
    244,
    244,
    244;
  --ion-color-tgreen-contrast: #fff;
  --ion-color-tgreen-contrast-rgb:
    0,
    0,
    0;
  --ion-color-tgreen-shade: #d7d8da;
  --ion-color-tgreen-tint: #f5f6f9;
  --button-icon-color-alone-light: #46c1f0;
  --color-success: #29a978;
  --color-error: #ff0000;
  --color-warning: #fbcb1f;
  --color-done: #0fcea0;
  --color-cyan: #2bcaca;
  --color-light-blue: #b5e6f9;
  --navbar-selection: #e9f1f9;
  --bkg-gradient:
    linear-gradient(
      121.17deg,
      rgba(15, 206, 160, 0.9) 0%,
      rgba(40, 179, 233, 0.9) 100%);
  --color-incorrect: #ff4949;
  --color-dark-purple: #232341;
  --color-purple: #404077;
  --color-blue: #255f85;
  --navbar-selection: #e9f1f9;
  --highlight-background: #46c1f0;
  --highlight-color-valid: #46c1f0;
  --highlight-color-invalid: #46c1f0;
  --ion-toolbar-color: var(--uve-contrast);
  --ion-color-eye-grey: #d0d0d0;
  --ion-color-light-grey: #e0e0e0;
  --ion-color-light-grey-contrast: var(--uve-contrast);
  --tooltip-background: var(--header-background-color);
  --padding-right-lg: 5em;
  --padding-left-lg: 5em;
  --button-max-width-lg: 250px;
  --font-size-default: 13px;
  --large-font-size: 16px;
  --small-font-size: 0.6rem;
  --smaller-font-size: 0.3rem;
  --normal-font-size: 0.8rem;
  --small-separator-font-size: 12px;
  --separator-font-size: 13px;
  --big-separator-font-size: 14px;
  --label-font-size: 12px;
  --ion-font-family: sans-serif;
  --standar-font-family: sans-serif;
  --black-semi-transparent: rgb(0 0 0 / 50%);
  --box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px;
  --text-background-color: #e5e5e5;
  --icon-bkg: rgba(70, 193, 240, 0.5);
  --icon-bkg-success: rgba(15, 206, 160, 0.5);
  --icon-bkg-light-green: rgba(6, 151, 69, 0.2);
  --icon-bkg-warning: rgba(249, 188, 77, 0.5);
  --icon-bkg-danger: rgba(255, 73, 73, 0.5);
  --bkg-error: #ff000010;
  --bkg-warning: #fbcb1f10;
  --bkg-info: #48caff10;
  --swiper-navigation-color: var(--uve-text-second);
  --modal-bkg: var(--uve-contrast);
  --primary-font: "Heebo", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --street-default-light-weight: 300;
  --street-default-weight: 400;
  --street-default-bold-weight: 500;
  --street-default-mid-bold-weight: 600;
  --street-default-strong-bold-weight: 700;
  --button-border-radius: 22px;
  --uve-size-8: 0.5rem;
  --uve-size-10: 10px;
  --uve-size-20: 20px;
  --uve-size-25: 25px;
  --background-opacity: rgba(255, 255, 255, 0.8);
  --padding-page-app: 20px;
  --icon-size: 22px;
  --icon-size-small: 16px;
  --disabled-text: #c0c0c0;
  --disabled-icon: #999999;
  --disabled-background: #f2f2f2;
  --color-grey: #6d6d6d;
  --color-light: #daf3fc;
  --opacity-disabled: 0.65;
  --ion-color-street-header: var(--header-background-color);
  --ion-color-street-header-rgb:
    60,
    60,
    60;
  --ion-color-street-header-contrast: #ffffff;
  --ion-color-street-header-contrast-rgb:
    255,
    255,
    255;
  --ion-color-street-header-shade: #353535;
  --ion-color-street-header-tint: #505050;
  --ion-color-street-header-alt: #fbfbfb;
  --ion-color-street-header-alt-rgb:
    251,
    251,
    251;
  --ion-color-street-header-alt-contrast: #3c3c3c;
  --ion-color-street-header-alt-contrast-rgb:
    60,
    60,
    60;
  --ion-color-street-header-alt-shade: #dddddd;
  --ion-color-street-header-alt-tint: #fbfbfb;
  --ion-color-button-disabled: #e5e5e5;
  --ion-color-button-disabled-rgb:
    229,
    229,
    229;
  --ion-color-button-disabled-contrast: #c0c0c0;
  --ion-color-button-disabled-contrast-rgb:
    0,
    0,
    0;
  --ion-color-button-disabled-shade: #cacaca;
  --ion-color-button-disabled-tint: #e8e8e8;
  --app-modal-header-bg-color: #f6f8fa;
  --app-modal-header-bg-color-light: #fbfbfb;
  --app-modal-header-padding: 20px;
  --app-modal-header-font-size: 16px;
  --app-modal-content-padding: 20px;
  --app-modal-footer-bg-color: #fff;
  --app-modal-footer-padding-top: 16px;
  --app-modal-footer-padding-common: 20px;
  --app-modal-footer-padding-bottom: 25px;
  --app-modal-footer-padding: var(--app-modal-footer-padding-common);
  --ion-title-padding-end: 16px;
  --activity-button-height: 85px;
  --activity-button-bottom: 56px;
  --box-search-height: 44px;
  --page-content-activity-button-pb: calc( var(--activity-button-height) + var(--ion-padding, 16px) + var(--ion-safe-area-bottom, 0px) );
}
:root .ion-color-warning {
  color: white;
}
:root .ion-color-danger {
  color: white;
}
:root .ion-color-street-header {
  --ion-color-base: var(--ion-color-street-header) !important;
  --ion-color-base-rgb: var(--ion-color-street-header-rgb) !important;
  --ion-color-contrast: var(--ion-color-street-header-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-street-header-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-street-header-shade) !important;
  --ion-color-tint: var(--ion-color-street-header-tint) !important;
}
:root .ion-color-street-header-alt {
  --ion-color-base: var(--ion-color-street-header-alt) !important;
  --ion-color-base-rgb: var(--ion-color-street-header-alt-rgb) !important;
  --ion-color-contrast: var(--ion-color-street-header-alt-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-street-header-alt-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-street-header-alt-shade) !important;
  --ion-color-tint: var(--ion-color-street-header-alt-tint) !important;
}
:root .ion-color-button-disabled {
  --ion-color-base: var(--ion-color-button-disabled) !important;
  --ion-color-base-rgb: var(--ion-color-button-disabled-rgb) !important;
  --ion-color-contrast: var(--ion-color-button-disabled-contrast) !important;
  --ion-color-contrast-rgb: var(--ion-color-button-disabled-contrast-rgb) !important;
  --ion-color-shade: var(--ion-color-button-disabled-shade) !important;
  --ion-color-tint: var(--ion-color-button-disabled-tint) !important;
}
:root body.keyboard-is-open {
  --activity-button-bottom: 0px;
  --page-content-activity-button-pb: calc(var(--ion-padding, 16px) + var(--ion-safe-area-bottom, 0px));
}
a {
  color: var(--uve-green);
}
html {
  overflow: hidden;
}
ion-toolbar:not(.default-ion-styles) {
  --background: var(--header-background-color);
}

/* src/theme/fonts.scss */
@font-face {
  font-family: "Gotham-Bold";
  src: url("./media/Gotham-Bold.otf") format("opentype");
  font-weight: var(--street-default-bold-weight);
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("./media/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heebo-bold";
  src:
    url("./media/heebo-bold.eot?#iefix") format("embedded-opentype"),
    url("./media/heebo-bold.woff") format("woff"),
    url("./media/heebo-bold.ttf") format("truetype"),
    url("./media/heebo-bold.svg#heebo-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heebo-medium";
  src:
    url("./media/heebo-medium.eot?#iefix") format("embedded-opentype"),
    url("./media/heebo-medium.woff") format("woff"),
    url("./media/heebo-medium.ttf") format("truetype"),
    url("./media/heebo-medium.svg#heebo-medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heebo-regular";
  src:
    url("./media/heebo-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/heebo-regular.woff") format("woff"),
    url("./media/heebo-regular.ttf") format("truetype"),
    url("./media/heebo-regular.svg#heebo-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heebo-light";
  src:
    url("./media/heebo-light.eot?#iefix") format("embedded-opentype"),
    url("./media/heebo-light.woff") format("woff"),
    url("./media/heebo-light.ttf") format("truetype"),
    url("./media/heebo-light.svg#heebo-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gatwick-bold";
  src:
    url("./media/gatwick-bold.eot?#iefix") format("embedded-opentype"),
    url("./media/gatwick-bold.woff") format("woff"),
    url("./media/gatwick-bold.ttf") format("truetype");
}
@font-face {
  font-family: "gatwick-ultralight";
  src: url("./media/Gatwick-Ultralight.ttf") format("truetype");
}

/* src/assets/css/css_robo.css */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* src/assets/css/google_icon.css */
@font-face {
  font-family: "Material Icons", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

/* src/assets/css/css_heebo.css */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbE.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbE.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbE.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbE.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFzsQ.woff2) format("woff2");
  unicode-range:
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbE.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* src/assets/css/css_montserrat.css */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range:
    U+0460-052F,
    U+1C80-1C88,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range:
    U+0100-024F,
    U+0259,
    U+1E00-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20CF,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+2000-206F,
    U+2074,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

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