@charset "UTF-8";

/* src/styles.scss */
body {
  background:
    radial-gradient(
      61.87% 50% at 38.13% 100%,
      var(--background-starting-point) 0%,
      var(--background-ending-point) 100%) !important;
  height: 100vh;
  margin: 0;
  font-family:
    "Host Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
label {
  font-size: var--(--font-size-sm, 0.875rem) !important;
}
#actionMenu .p-menuitem {
}
#actionMenu .p-menuitem .p-menuitem-content {
  transition: all 0.2s ease-in-out;
}
#actionMenu .p-menuitem .p-menuitem-content:hover {
  background-color: #F4F3F0 !important;
  color: #4E4540 !important;
  border-radius: var(--radius-md) !important;
  transform: translateX(2px);
}
#actionMenu .p-menuitem .p-menuitem-content:hover .p-menuitem-text {
  color: #4E4540 !important;
  font-weight: 500;
}
#actionMenu .p-menuitem .p-menuitem-content:hover .p-menuitem-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem .p-menuitem-content:hover .p-submenu-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem .p-menuitem-content:active {
  background-color: #F4F3F0 !important;
  transform: translateX(0);
}
#actionMenu .p-menuitem.p-menuitem-active:not(.p-submenu-list .p-menuitem) > .p-menuitem-content {
  background-color: #F4F3F0 !important;
  color: #4E4540 !important;
}
#actionMenu .p-menuitem.p-menuitem-active:not(.p-submenu-list .p-menuitem) > .p-menuitem-content .p-menuitem-text {
  color: #4E4540 !important;
  font-weight: 500;
}
#actionMenu .p-menuitem.p-menuitem-active:not(.p-submenu-list .p-menuitem) > .p-menuitem-content .p-menuitem-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem.p-menuitem-active:not(.p-submenu-list .p-menuitem) > .p-menuitem-content .p-submenu-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem.p-focus:not(.p-submenu-list .p-menuitem) .p-menuitem-content {
  background-color: #F4F3F0 !important;
  color: #4E4540 !important;
  outline-offset: -2px;
}
#actionMenu .p-menuitem.p-focus:not(.p-submenu-list .p-menuitem) .p-menuitem-content .p-menuitem-text {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem.p-focus:not(.p-submenu-list .p-menuitem) .p-menuitem-content .p-menuitem-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content {
  background-color: transparent !important;
  background: transparent !important;
  color: #6B7280 !important;
}
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-text,
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-icon {
  color: #6B7280 !important;
}
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content:hover {
  background-color: #F4F3F0 !important;
  background-color: #F4F3F0 !important;
  color: #4E4540 !important;
  border-radius: var(--radius-md) !important;
  transform: translateX(2px);
}
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content:hover .p-menuitem-text,
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content:hover .p-menuitem-icon {
  color: #4E4540 !important;
}
#actionMenu .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content:not(:hover) {
  background-color: transparent !important;
  background: transparent !important;
}

/* src/theme/kds/themes/light/theme.scss */
:root {
  font-family:
    "Host Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --font-family:
    "Host Grotesk",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color: #2B221F;
  --text-color-secondary:#6c757d;
  --primary-color: #6460F4;
  --primary-color-text:#ffffff;
  --surface-0: #FFFFFF;
  --surface-50: #F8F7F6;
  --surface-100: #F4F3F0;
  --surface-200: #D8D4D0;
  --surface-300: #C0B9B1;
  --surface-400: #A59B92;
  --surface-500: #8F8780;
  --surface-600: #827974;
  --surface-700: #6D6561;
  --surface-800: #5F534D;
  --surface-900: #4E4540;
  --content-padding:0.984rem;
  --inline-spacing:0.5rem;
  --border-radius:0.25rem;
  --surface-ground:#f8f9fa;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover:#e9ecef;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EEF1FF;
  --highlight-text-color: ;
  --focus-ring: none;
  color-scheme: light;
  --radius-none: 0rem;
  --radius-xs: 0.125rem;
  --radius-sm: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-3xl: 1.25rem;
  --radius-rounded: 62.4375rem;
  --padding-0: 0rem;
  --padding-2: 0.125rem;
  --padding-4: 0.25rem;
  --padding-6: 0.375rem;
  --padding-8: 0.5rem;
  --padding-12: 0.75rem;
  --padding-14: 0.875rem;
  --padding-16: 1rem;
  --padding-20: 1.25rem;
  --padding-24: 1.5rem;
  --padding-32: 2rem;
  --padding-40: 2.5rem;
  --margin-0: 0rem;
  --margin-2: 0.125rem;
  --margin-4: 0.25rem;
  --margin-6: 0.375rem;
  --margin-8: 0.5rem;
  --margin-12: 0.75rem;
  --margin-16: 1rem;
  --margin-20: 1.25rem;
  --margin-24: 1.5rem;
  --margin-32: 2rem;
  --margin-40: 2.5rem;
  --width-8: 0.5rem;
  --width-12: 0.75rem;
  --width-16: 1rem;
  --width-20: 1.25rem;
  --width-24: 1.5rem;
  --width-32: 2rem;
  --width-40: 2.5rem;
  --width-48: 3rem;
  --width-64: 4rem;
  --width-80: 5rem;
  --width-96: 6rem;
  --width-120: 7.5rem;
  --height-12: 0.75rem;
  --height-16: 1rem;
  --height-20: 1.25rem;
  --height-24: 1.5rem;
  --height-32: 2rem;
  --height-40: 2.5rem;
  --height-48: 3rem;
  --height-64: 4rem;
  --height-80: 5rem;
  --height-96: 6rem;
  --height-120: 7.5rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 2rem;
  --font-size-4xl: 2.5rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  --font-size-7xl: 4.5rem;
  --font-size-8xl: 6rem;
  --font-size-9xl: 8rem;
  --line-height-xs: 1rem;
  --line-height-sm: 1.25rem;
  --line-height-md: 1.5rem;
  --line-height-lg: 1.75rem;
  --line-height-xl: 1.75rem;
  --line-height-2xl: 2rem;
  --line-height-3xl: 2.5rem;
  --line-height-4xl: 3rem;
  --line-height-5xl: 3rem;
  --line-height-6xl: 3.75rem;
  --line-height-7xl: 4.5rem;
  --line-height-8xl: 6rem;
  --line-height-9xl: 8rem;
  --font-weight-thin: 100;
  --font-weight-extralight: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
  --font-style-normal: normal;
  --font-style-italic: italic;
  --font-style-oblique: ;
  --font-style-inherit: ;
  --font-style-initial: ;
  --font-style-unset: ;
  --background-starting-point: #F6E8DE;
  --background-ending-point: #F4F3F0;
  --text-muted: #8F8780;
  --text-hover: #4E4540;
  --text-hover-muted: #827974;
  --highlight-bg: #EEF1FF;
  --highlight-color: #4735CD;
  --highlight-focus-bg: #DFE5FF;
  --highlight-focus-color: #3B2EA5;
  --mask-bg: rgba(0, 0, 0, 0.4);
  --mask-color: #D8D4D0;
  --contrast-color: #FFFFFF;
  --hover-color: #4E4540;
  --active-color: #5F534D;
  --content-bg: #FFFFFF;
  --content-color: #2B221F;
  --content-hover-bg: #F4F3F0;
  --content-hover-color: #4E4540;
  --content-border-color: #FFFFFF;
  --content-border-radius: 1.25rem;
  --overlay-select-bg: #FFFFFF;
  --overlay-select-color: #2B221F;
  --overlay-select-border-color: #F4F3F0;
  --overlay-select-border-radius: 0.75rem;
  --overlay-popover-bg: #FFFFFF;
  --overlay-popover-color: #2B221F;
  --overlay-popover-padding: 0.75rem;
  --overlay-popover-border-color: #F4F3F0;
  --overlay-popover-border-radius: 0.75rem;
  --overlay-modal-bg: #FFFFFF;
  --overlay-modal-color: #2B221F;
  --overlay-modal-padding: 1rem;
  --overlay-modal-border-color: #F4F3F0;
  --overlay-modal-border-radius: 0.75rem;
  --card-bg: #FFFFFF;
  --card-color: #2B221F;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./media/HostGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./media/HostGrotesk-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --sand-50: #F8F7F6;
  --sand-100: #F4F3F0;
  --sand-200: #D8D4D0;
  --sand-300: #C0B9B1;
  --sand-400: #A59B92;
  --sand-500: #8F8780;
  --sand-600: #827974;
  --sand-700: #6D6561;
  --sand-800: #5F534D;
  --sand-900: #4E4540;
  --sand-950: #2B221F;
  --blue-50: #EEF1FF;
  --blue-100: #DFE5FF;
  --blue-200: #C6CEFF;
  --blue-300: #A3AFFE;
  --blue-400: #7F84FA;
  --blue-500: #6460F4;
  --blue-600: #5443E8;
  --blue-700: #4735CD;
  --blue-800: #3B2EA5;
  --blue-900: #322B7F;
  --blue-950: #1F1A4C;
  --linen-50: #FBF5F1;
  --linen-100: #F6E8DE;
  --linen-200: #ECCFBC;
  --linen-300: #E0AD91;
  --linen-400: #D28565;
  --linen-500: #C86847;
  --linen-600: #BA533C;
  --linen-700: #9B4133;
  --linen-800: #7D372F;
  --linen-900: #652F29;
  --linen-950: #361614;
  --red-50: #FEF2F2;
  --red-100: #FEE2E2;
  --red-200: #FECACA;
  --red-300: #FCA5A5;
  --red-400: #F87171;
  --red-500: #EF4444;
  --red-600: #DC2626;
  --red-700: #B91C1C;
  --red-800: #991B1B;
  --red-900: #7F1D1D;
  --red-950: #450A0A;
  --green-50: #F2FDF0;
  --green-100: #E2FDDD;
  --green-200: #C2F9B9;
  --green-300: #92F283;
  --green-400: #5BE246;
  --green-500: #33CA1D;
  --green-600: #25A712;
  --green-700: #208312;
  --green-800: #1E6714;
  --green-900: #185512;
  --green-950: #072F04;
  --orange-50: #FEF5E8;
  --orange-100: #FEE5C3;
  --orange-200: #FECE8A;
  --orange-300: #FDB147;
  --orange-400: #FA9B15;
  --orange-500: #EA8C08;
  --orange-600: #CA7804;
  --orange-700: #A16207;
  --orange-800: #854D0E;
  --orange-900: #713F12;
  --orange-950: #422006;
}
.p-editor-container .p-editor-toolbar {
  background: #FFFFFF;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #FFFFFF;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #8F8780;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #8F8780;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #8F8780;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #FFFFFF;
  border: 1px solid #F4F3F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 0.5rem 0.25rem;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #2B221F;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #4E4540;
  background: #F4F3F0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 0.5rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #FFFFFF;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #FFFFFF;
  color: #2B221F;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #2B221F;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #2B221F;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #2B221F;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #6460F4;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #6460F4;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #6460F4;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #6460F4;
}
@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: 400;
  }
  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }
  .p-disabled,
  .p-component:disabled {
    opacity: 0.8;
  }
  .p-error {
    color: #F87171;
  }
  .p-text-secondary {
    color: #6c757d;
  }
  .pi {
    font-size: 0.875rem;
  }
  .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 0.25rem;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .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.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.75rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-dropdown {
    width: 2rem;
    padding: 0;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-dropdown.p-button-icon-only {
    width: 2rem;
    height: calc(0.5rem * 2 + 0.875rem * 1.5 + 2px);
    border-radius: 0 62.4375rem 62.4375rem 0;
    border-color: #F4F3F0;
    border-left: 0;
    background-color: #FFFFFF;
    color: #2B221F;
    padding: 0.5rem 0.5rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-dropdown.p-button-icon-only:hover {
    background-color: #F8F7F6;
    color: #6D6561;
    cursor: pointer;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #F4F3F0;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.25rem 0.75rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.25rem 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: 0.875rem;
    color: #6460F4;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.25rem 0.75rem;
    background: #F4F3F0;
    color: #5F534D;
    border-radius: 62.4375rem;
  }
  .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: #F4F3F0;
    color: #5F534D;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-autocomplete-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0.5rem 0.25rem;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.5rem 0.5rem;
    border: 0 none;
    color: #2B221F;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .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 {
    background: #EEF1FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: #DFE5FF;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.438rem 0.656rem;
    color: #8F8780;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.5rem 0.5rem;
    color: #2B221F;
    background: transparent;
  }
  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 2.375rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #A59B92;
    right: 2.75rem;
  }
  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-datepicker {
    padding: 0.5rem;
    background: #ffffff;
    color: #6460F4;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 1px solid #F4F3F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px 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: #6460F4;
    background: #ffffff;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
  .p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .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: none;
  }
  .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: #6460F4;
    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: #6460F4;
  }
  .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 {
    background: #EEF1FF;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #ced4da;
    color: #6460F4;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    background: #EEF1FF;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 1rem 0;
    border-top: 1px solid #D8D4D0;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #D8D4D0;
    padding: 0.5rem;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.286rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.429rem;
  }
  .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: 0.25rem;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    background: #EEF1FF;
  }
  .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: 0.25rem;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    background: #EEF1FF;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #D8D4D0;
    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: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #e9ecef;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 2.375rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #A59B92;
    right: 2.75rem;
  }
  @media screen and (max-width: 769px) {
    .p-datepicker table th,
    .p-datepicker table td {
      padding: 0;
    }
  }
  .p-cascadeselect {
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #F4F3F0;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.5rem 0.75rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #8F8780;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #A59B92;
    width: 2.357rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #FFFFFF;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #F8F7F6;
  }
  .p-cascadeselect-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0.5rem 0.25rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #2B221F;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .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 {
    background: #EEF1FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: #DFE5FF;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.5rem 0.5rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }
  .p-input-filled .p-cascadeselect {
    background: #FFFFFF;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #F8F7F6;
  }
  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #F87171;
    color: #DC2626;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.75rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #A59B92;
    right: 2.357rem;
  }
  .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: 1rem;
    height: 1rem;
  }
  .p-checkbox .p-checkbox-box {
    border: 2px solid #F4F3F0;
    background: #FFFFFF;
    width: 1rem;
    height: 1rem;
    color: #6460F4;
    border-radius: 0.25rem;
    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: 0.75rem;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #6460F4;
    background: #6460F4;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #F4F3F0;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #4E4540;
    background: #4E4540;
    color: #FFFFFF;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #FFFFFF;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #6460F4;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #F8F7F6;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #4E4540;
  }
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #FFFFFF;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #6460F4;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #4E4540;
  }
  .p-checkbox-label {
    margin-left: 0.5rem;
  }
  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #F4F3F0;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.25rem 0.75rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #F4F3F0;
    color: #5F534D;
    border-radius: 62.4375rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #F4F3F0;
    color: #5F534D;
  }
  .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.25rem 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: 0.875rem;
    color: #6460F4;
    padding: 0;
    margin: 0;
  }
  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.625rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  .p-colorpicker-preview,
  .p-fluid .p-colorpicker-preview.p-inputtext {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-colorpicker-panel {
    background: #FFFFFF;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
  .p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #2B221F;
  }
  .p-colorpicker-overlay-panel {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .p-dropdown {
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 62.4375rem;
    box-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05);
    min-width: 15.625rem;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #F4F3F0;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.625rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #8F8780;
  }
  .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: #A59B92;
    width: 2.357rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding-top: 0.25rem;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #A59B92;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-dropdown.p-variant-filled {
    background-color: #FFFFFF;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #F8F7F6;
  }
  .p-dropdown-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0.5rem 0.25rem;
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.5rem 0.5rem;
    border-bottom: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
    border-radius: 62.4375rem;
    border: 1px solid #F4F3F0;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter:focus {
    outline: 0 none;
    outline-offset: 0;
    border-color: #D8D4D0;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.5rem;
    color: #A59B92;
  }
  .p-dropdown-panel .p-dropdown-items-wrapper {
    overflow: auto;
  }
  .p-dropdown-panel .p-dropdown-items {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-dropdown-panel .p-dropdown-item {
    margin: 0;
    padding: 0.5rem 0.5rem;
    border: 0 none;
    color: #2B221F;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-dropdown-panel .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-item:last-child {
    margin-bottom: 0;
  }
  .p-dropdown-panel .p-dropdown-item.p-highlight,
  .p-dropdown-panel .p-dropdown-item[data-p-highlight=true] {
    color:!important;
    background: #EEF1FF !important;
  }
  .p-dropdown-panel .p-dropdown-item.p-highlight.p-focus,
  .p-dropdown-panel .p-dropdown-item.p-highlight[data-p-focused=true],
  .p-dropdown-panel .p-dropdown-item[data-p-highlight=true].p-focus,
  .p-dropdown-panel .p-dropdown-item[data-p-highlight=true][data-p-focused=true] {
    background: #DFE5FF !important;
  }
  .p-dropdown-panel .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
    border-radius: 0.25rem;
  }
  .p-dropdown-panel .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4E4540;
    background: #F4F3F0;
    border-radius: 0.25rem;
    box-shadow: none;
  }
  .p-dropdown-panel .p-dropdown-item.p-disabled {
    color: #C0B9B1;
  }
  .p-dropdown-panel .p-dropdown-item .p-dropdown-check-icon {
    position: relative;
    margin-left: -0.375rem;
    margin-right: 0.375rem;
  }
  .p-dropdown-panel .p-dropdown-item .p-dropdown-blank-icon {
    position: relative;
    margin-left: -0.375rem;
    margin-right: 0.375rem;
  }
  .p-dropdown-panel .p-dropdown-empty-message {
    padding: 0.5rem 0.5rem;
    color: #8F8780;
    background: transparent;
  }
  .p-dropdown-panel .p-dropdown-item-group {
    margin: 0;
    padding: 0.5rem 0.5rem;
    color: #2B221F;
    background: #FFFFFF;
    font-weight: 600;
  }
  .p-input-filled .p-dropdown {
    background: #FFFFFF;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #F8F7F6;
  }
  .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: #F87171;
    color: #DC2626;
  }
  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-inputgroup-addon {
    background: #FFFFFF;
    color: #A59B92;
    border-top: 1px solid #F4F3F0;
    border-left: 1px solid #F4F3F0;
    border-bottom: 1px solid #F4F3F0;
    padding: 0.5rem 0.75rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #F4F3F0;
  }
  .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: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .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: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2rem;
  }
  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.75rem;
    color: #A59B92;
  }
  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.75rem;
    color: #A59B92;
  }
  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 2.375rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  .p-inputmask.p-variant-filled {
    background-color: #FFFFFF;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #F8F7F6;
  }
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 2.375rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.75rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.75rem;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #FFFFFF;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #F8F7F6;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #F8F7F6;
  }
  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .p-inputotp-input {
    text-align: center;
    width: 2.5rem;
  }
  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #ced4da;
    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: none;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #c3cad2;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #6460F4;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #ffffff;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #5443E8;
  }
  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 0.875rem;
    color: #2B221F;
    background: #FFFFFF;
    padding: 0.5rem 0.75rem;
    border: 1px solid #F4F3F0;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    appearance: none;
    border-radius: 62.4375rem;
  }
  .p-inputtext:enabled:hover {
    border-color: #F4F3F0;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-inputtext.p-variant-filled {
    background-color: #FFFFFF;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #F8F7F6;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.765625rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.09375rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-inputtext.p-disabled,
  .p-inputtext.p-component:disabled {
    background-color: #F8F7F6;
    border-color: 1px solid #F4F3F0;
    color: #C0B9B1;
    cursor: not-allowed;
    opacity: 1;
  }
  .p-float-label > label {
    left: 0.75rem;
    color: #8F8780;
    transition-duration: 0.2s;
  }
  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #F87171;
  }
  .p-input-icon-left > .p-icon-wrapper.p-icon,
  .p-input-icon-left > i:first-of-type {
    left: 0.75rem;
    color: #A59B92;
  }
  .p-input-icon-left > .p-inputtext {
    padding-left: 2.375rem;
  }
  .p-input-icon-left.p-float-label > label {
    left: 2.375rem;
  }
  .p-input-icon-right > .p-icon-wrapper,
  .p-input-icon-right > i:last-of-type {
    right: 0.75rem;
    color: #A59B92;
  }
  .p-input-icon-right > .p-inputtext {
    padding-right: 2.375rem;
  }
  .p-icon-field-left > .p-inputtext {
    padding-left: 2.375rem;
  }
  .p-icon-field-left.p-float-label > label {
    left: 2.375rem;
  }
  .p-icon-field-right > .p-inputtext {
    padding-right: 2.375rem;
  }
  ::-webkit-input-placeholder {
    color: #8F8780;
  }
  :-moz-placeholder {
    color: #8F8780;
  }
  ::-moz-placeholder {
    color: #8F8780;
  }
  :-ms-input-placeholder {
    color: #8F8780;
  }
  .p-input-filled .p-inputtext {
    background-color: #FFFFFF;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #F8F7F6;
  }
  .p-inputtext-sm .p-inputtext {
    font-size: 0.765625rem;
    padding: 0.4375rem 0.65625rem;
  }
  .p-inputtext-lg .p-inputtext {
    font-size: 1.09375rem;
    padding: 0.625rem 0.9375rem;
  }
  .p-listbox {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 1rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.5rem 0.5rem;
    border-bottom: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.625rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0.5rem 0.25rem;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.5rem 0.5rem;
    border: 0 none;
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    background: #EEF1FF;
  }
  .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.438rem 0.656rem;
    color: #8F8780;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.5rem 0.5rem;
    color: #2B221F;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: #DFE5FF;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
    border-radius: 0.25rem;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #4E4540;
    background: #F4F3F0;
    border-radius: 0.25rem;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-multiselect {
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 62.4375rem;
    box-shadow: 0 1px 2px 0 rgba(18, 18, 23, 0.05);
    max-width: 15.625rem;
    min-width: 15.625rem;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #F4F3F0;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.5rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #8F8780;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #F4F3F0;
    color: #5F534D;
    border-radius: 62.4375rem;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #A59B92;
    width: 2.357rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-multiselect.p-variant-filled {
    background: #FFFFFF;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #F8F7F6;
  }
  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.25rem 0.75rem;
  }
  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.625rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #A59B92;
    right: 2.357rem;
  }
  .p-multiselect-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.5rem 0.5rem;
    border-bottom: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.625rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .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: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0.5rem 0.25rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.5rem 0.5rem;
    border: 0 none;
    color: #2B221F;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .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,
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item[data-p-highlight=true] {
    color:!important;
    background: #EEF1FF !important;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus,
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight[data-p-focused=true],
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item[data-p-highlight=true].p-focus,
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item[data-p-highlight=true][data-p-focused=true] {
    background: #DFE5FF !important;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
  }
  .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.438rem 0.656rem;
    color: #8F8780;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.5rem 0.5rem;
    color: #2B221F;
    background: transparent;
  }
  .p-input-filled .p-multiselect {
    background: #FFFFFF;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #F8F7F6;
  }
  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #F87171;
    color: #DC2626;
  }
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-password-panel {
    padding: 0.984rem;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #dee2e6;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #EF4444;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #EA8C08;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #33CA1D;
  }
  p-password.p-password-clearable .p-password-input {
    padding-right: 2.375rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #A59B92;
    right: 0.75rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 4rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #A59B92;
    right: 2.375rem;
  }
  .p-radiobutton {
    width: 1rem;
    height: 1rem;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 2px solid #F4F3F0;
    background: #FFFFFF;
    width: 1rem;
    height: 1rem;
    color: #6460F4;
    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: #F4F3F0;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 0.75rem;
    height: 0.75rem;
    transition-duration: 0.2s;
    background-color: #FFFFFF;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #6460F4;
    background: #6460F4;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #4E4540;
    background: #4E4540;
    color: #FFFFFF;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #FFFFFF;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #6460F4;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #4E4540;
  }
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #FFFFFF;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #6460F4;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #4E4540;
  }
  .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: #2B221F;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    font-size: 1rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #e74c3c;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #EA8C08;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #4E4540;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #c0392b;
  }
  .p-selectbutton .p-button {
    background: #F4F3F0;
    border: 1px solid #F4F3F0;
    color: #8F8780;
    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: #8F8780;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #F4F3F0;
    border-color: #F4F3F0;
    color: #6D6561;
  }
  .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: #6D6561;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #FFFFFF;
    border-color: #F4F3F0;
    color: #8F8780;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #8F8780;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #F4F3F0;
    border-color: #F4F3F0;
    color: #8F8780;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #6D6561;
  }
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-slider {
    background: #FFFFFF;
    border: 0 none;
    border-radius: 1.25rem;
  }
  .p-slider.p-slider-horizontal {
    height: 0.188rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.625rem;
    margin-left: -0.625rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.188rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.25rem;
    width: 1.25rem;
    margin-left: -0.625rem;
    margin-bottom: -0.625rem;
  }
  .p-slider .p-slider-handle {
    height: 1.25rem;
    width: 1.25rem;
    background: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.08), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-slider .p-slider-range {
    background: #6460F4;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #FFFFFF;
    border-color: none;
  }
  .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: #F4F3F0;
    border: 1px solid #F4F3F0;
    color: #8F8780;
    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: #8F8780;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #F4F3F0;
    border-color: #F4F3F0;
    color: #6D6561;
  }
  .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: #6D6561;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #FFFFFF;
    border-color: #F4F3F0;
    color: #8F8780;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #8F8780;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #F4F3F0;
    border-color: #F4F3F0;
    color: #8F8780;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #6D6561;
  }
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-treeselect {
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #F4F3F0;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
    border-color: #D8D4D0;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.5rem 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #8F8780;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    background: #F4F3F0;
    color: #5F534D;
    border-radius: 62.4375rem;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #A59B92;
    width: 2.357rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-treeselect.p-variant-filled {
    background-color: #FFFFFF;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #F8F7F6;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #F8F7F6;
  }
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #F87171;
    color: #DC2626;
  }
  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.25rem 0.75rem;
  }
  .p-treeselect-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.5rem 0.5rem;
    border-bottom: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .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.625rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 3.25rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 2.375rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .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.5rem 0.5rem;
    color: #2B221F;
    background: transparent;
  }
  .p-input-filled .p-treeselect {
    background: #FFFFFF;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #F8F7F6;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #F8F7F6;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.625rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #A59B92;
    right: 2rem;
  }
  .p-button {
    color: #FFFFFF;
    background: #2B221F;
    border: 1px solid #2B221F;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition:
      background-color 0.2s,
      color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
    outline-color: transparent;
    height: 2rem;
    line-height: 100%;
    display: flex;
    align-items: center;
  }
  .p-button:not(:disabled):hover {
    background: #4E4540;
    color: #FFFFFF;
    border-color: #4E4540;
  }
  .p-button:not(:disabled):active {
    background: #5F534D;
    color: #FFFFFF;
    border-color: #5F534D;
  }
  .p-button.p-button-outlined {
    background-color: #FFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: #F8F7F6;
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #6D6561;
    border-color: #6D6561;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #F8F7F6;
    color: #6D6561;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #F4F3F0;
    color: #6D6561;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #2B221F;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(43, 34, 31, 0.04);
    color: #2B221F;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(43, 34, 31, 0.16);
    color: #2B221F;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #6D6561;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #F8F7F6;
    color: #6D6561;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #F4F3F0;
    color: #6D6561;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
    order: 2;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
    order: 1;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
    order: 3;
  }
  .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: #2B221F;
    background-color: #FFFFFF;
  }
  .p-button.p-button-raised {
    box-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);
  }
  .p-button.p-button-rounded {
    border-radius: 62.4375rem;
  }
  .p-button.p-button-icon-only {
    width: 2rem;
    padding: 0.5rem 0.5rem;
  }
  .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: 2rem;
  }
  .p-button.p-button-sm {
    height: 1.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.75rem;
  }
  .p-button.p-button-lg {
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    border-radius: 1rem;
  }
  .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: 2rem;
  }
  .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: #2B221F;
    background: #F8F7F6;
    border: 1px solid #D8D4D0;
  }
  .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: #D8D4D0;
    color: #6D6561;
    border-color: #D8D4D0;
  }
  .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: none;
  }
  .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: #C0B9B1;
    color: #5F534D;
    border-color: #C0B9B1;
  }
  .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: #F8F7F6;
    color: #8F8780;
    border: 1px solid #D8D4D0;
  }
  .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: #F4F3F0;
    color: #6D6561;
    border: 1px solid #F4F3F0;
  }
  .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: #F4F3F0;
    color: #6D6561;
    border: 1px solid #D8D4D0;
  }
  .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: #F8F7F6;
    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(248, 247, 246, 0.04);
    border-color: transparent;
    color: #F8F7F6;
  }
  .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(248, 247, 246, 0.16);
    border-color: transparent;
    color: #F8F7F6;
  }
  .p-button.p-button-info,
  .p-button-group.p-button-info > .p-button,
  .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #6460F4;
    border: 1px solid #5443E8;
  }
  .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: #5443E8;
    color: #ffffff;
    border-color: #5443E8;
  }
  .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: none;
  }
  .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: #4735CD;
    color: #ffffff;
    border-color: #0288D1;
  }
  .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: #6460F4;
    border: 1px solid #F4F3F0;
  }
  .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(100, 96, 244, 0.04);
    color: #6460F4;
    border: 1px solid #F4F3F0;
  }
  .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(100, 96, 244, 0.16);
    color: #6460F4;
    border: 1px solid #F4F3F0;
  }
  .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: #6460F4;
    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(100, 96, 244, 0.04);
    border-color: transparent;
    color: #6460F4;
  }
  .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(100, 96, 244, 0.16);
    border-color: transparent;
    color: #6460F4;
  }
  .p-button.p-button-success,
  .p-button-group.p-button-success > .p-button,
  .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #33CA1D;
    border: 1px solid #33CA1D;
  }
  .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: #25A712;
    color: #ffffff;
    border-color: #25A712;
  }
  .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: none;
  }
  .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: #208312;
    color: #ffffff;
    border-color: #208312;
  }
  .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: #33CA1D;
    border: 1px solid #F4F3F0;
  }
  .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(51, 202, 29, 0.04);
    color: #33CA1D;
    border: 1px solid #F4F3F0;
  }
  .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(51, 202, 29, 0.16);
    color: #33CA1D;
    border: 1px solid #F4F3F0;
  }
  .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: #33CA1D;
    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(51, 202, 29, 0.04);
    border-color: transparent;
    color: #33CA1D;
  }
  .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(51, 202, 29, 0.16);
    border-color: transparent;
    color: #33CA1D;
  }
  .p-button.p-button-warning,
  .p-button-group.p-button-warning > .p-button,
  .p-splitbutton.p-button-warning > .p-button {
    color: #FFFFFF;
    background: #EA8C08;
    border: 1px solid #CA7804;
  }
  .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: #CA7804;
    color: #FFFFFF;
    border-color: #CA7804;
  }
  .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: none;
  }
  .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: #A16207;
    color: #FFFFFF;
    border-color: #A16207;
  }
  .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: #EA8C08;
    border: 1px solid #F4F3F0;
  }
  .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(234, 140, 8, 0.04);
    color: #EA8C08;
    border: 1px solid #F4F3F0;
  }
  .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(234, 140, 8, 0.16);
    color: #EA8C08;
    border: 1px solid #F4F3F0;
  }
  .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: #EA8C08;
    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(234, 140, 8, 0.04);
    border-color: transparent;
    color: #EA8C08;
  }
  .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(234, 140, 8, 0.16);
    border-color: transparent;
    color: #EA8C08;
  }
  .p-button.p-button-help,
  .p-button-group.p-button-help > .p-button,
  .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #9C27B0;
    border: 1px solid #9C27B0;
  }
  .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: #8E24AA;
    color: #ffffff;
    border-color: #8E24AA;
  }
  .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 #CE93D8;
  }
  .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: #7B1FA2;
    color: #ffffff;
    border-color: #7B1FA2;
  }
  .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: #9C27B0;
    border: 1px solid #F4F3F0;
  }
  .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(156, 39, 176, 0.04);
    color: #9C27B0;
    border: 1px solid #F4F3F0;
  }
  .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(156, 39, 176, 0.16);
    color: #9C27B0;
    border: 1px solid #F4F3F0;
  }
  .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: #9C27B0;
    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(156, 39, 176, 0.04);
    border-color: transparent;
    color: #9C27B0;
  }
  .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(156, 39, 176, 0.16);
    border-color: transparent;
    color: #9C27B0;
  }
  .p-button.p-button-danger,
  .p-button-group.p-button-danger > .p-button,
  .p-splitbutton.p-button-danger > .p-button {
    color: #FFFFFF;
    background: #EF4444;
    border: 1px solid #EF4444;
  }
  .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: #DC2626;
    color: #FFFFFF;
    border-color: #DC2626;
  }
  .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: none;
  }
  .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: #B91C1C;
    color: #FFFFFF;
    border-color: #B91C1C;
  }
  .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: #EF4444;
    border: 1px solid #F4F3F0;
  }
  .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(239, 68, 68, 0.04);
    color: #EF4444;
    border: 1px solid #F4F3F0;
  }
  .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(239, 68, 68, 0.16);
    color: #EF4444;
    border: 1px solid #F4F3F0;
  }
  .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: #EF4444;
    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(239, 68, 68, 0.04);
    border-color: transparent;
    color: #EF4444;
  }
  .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(239, 68, 68, 0.16);
    border-color: transparent;
    color: #EF4444;
  }
  .p-button.p-button-contrast,
  .p-button-group.p-button-contrast > .p-button,
  .p-splitbutton.p-button-contrast > .p-button {
    color: #FFFFFF;
    background: #2B221F;
    border: 1px solid #2B221F;
  }
  .p-button.p-button-contrast:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
    background: #4E4540;
    color: #FFFFFF;
    border-color: #4E4540;
  }
  .p-button.p-button-contrast:not(:disabled):focus,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):focus,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
    box-shadow: none;
  }
  .p-button.p-button-contrast:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
    background: #5F534D;
    color: #FFFFFF;
    border-color: #5F534D;
  }
  .p-button.p-button-contrast.p-button-outlined,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
    background-color: transparent;
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(43, 34, 31, 0.04);
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-contrast.p-button-outlined:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(43, 34, 31, 0.16);
    color: #2B221F;
    border: 1px solid #F4F3F0;
  }
  .p-button.p-button-contrast.p-button-text,
  .p-button-group.p-button-contrast > .p-button.p-button-text,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text {
    background-color: transparent;
    color: #2B221F;
    border-color: transparent;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):hover,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(43, 34, 31, 0.04);
    border-color: transparent;
    color: #2B221F;
  }
  .p-button.p-button-contrast.p-button-text:not(:disabled):active,
  .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active,
  .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
    background: rgba(43, 34, 31, 0.16);
    border-color: transparent;
    color: #2B221F;
  }
  .p-button.p-button-link {
    color: #6460F4;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #6460F4;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: none;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #3B2EA5;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #6460F4;
    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: none;
  }
  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #2B221F;
    color: #FFFFFF;
  }
  .p-speeddial-action:hover {
    background: #2B221F;
    color: #FFFFFF;
  }
  .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: 0.25rem;
  }
  .p-splitbutton .p-tieredmenu-overlay {
    max-width: 100% !important;
    margin-top: 0 !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    right: auto !important;
    transform: translateX(0) !important;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 62.4375rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 62.4375rem;
  }
  .p-splitbutton.p-button-raised {
    box-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);
  }
  .p-carousel .p-carousel-content .p-carousel-prev,
  .p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .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: none;
  }
  .p-carousel .p-carousel-content .p-carousel-items-container {
    gap: 0.5rem;
  }
  .p-carousel .p-carousel-indicators {
    padding: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0;
    margin-bottom: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #D8D4D0;
    width: 1.5rem;
    height: 0.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 1.25rem;
    border: none;
    cursor: pointer;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #C0B9B1;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:focus {
    outline: none;
    box-shadow: none;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #6460F4;
  }
  .p-datatable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 0 0 0;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 1px 1px 0px 1px;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
  }
  .p-datatable .p-datatable-footer {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 0.75rem 0.75rem;
    border: #FFFFFF;
    border-width: 0 0 0 0;
    font-weight: 500;
    color: #827974;
    background: #F4F3F0;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-datatable:has(.p-datatable-header) .p-datatable-thead > tr > th:first-child {
    border-left: 1px solid #FFFFFF;
  }
  .p-datatable:has(.p-datatable-header) .p-datatable-thead > tr > th:last-child {
    border-right: 1px solid #FFFFFF;
  }
  .p-datatable:not(:has(.p-datatable-header)) .p-datatable-thead > tr > th {
    border-top: 1px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
  }
  .p-datatable:not(:has(.p-datatable-header)) .p-datatable-thead > tr > th:first-child {
    border-left: 1px solid #FFFFFF;
    border-top-left-radius: 1.25rem;
  }
  .p-datatable:not(:has(.p-datatable-header)) .p-datatable-thead > tr > th:last-child {
    border-right: 1px solid #FFFFFF;
    border-top-right-radius: 1.25rem;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 0.5rem 0.5rem;
    border: 1px solid #F4F3F0;
    border-width: 0 1px 1px 1px;
    font-weight: 500;
    color: #827974;
    background: #F4F3F0;
  }
  .p-datatable .p-datatable-tfoot > tr > td:first-child {
    border-bottom-left-radius: 1.25rem;
  }
  .p-datatable .p-datatable-tfoot > tr > td:last-child {
    border-bottom-right-radius: 1.25rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #8F8780;
    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;
    background: #EEF1FF;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #D8D4D0;
    color: #4E4540;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #827974;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #EEF1FF;
    color: #4735CD;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4735CD;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #EEF1FF;
    color: #4735CD;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #4735CD;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: none;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #FFFFFF;
    color: #2B221F;
    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 #F4F3F0;
    border-width: 0 0 1px 0;
    padding: 0.75rem 0.75rem;
  }
  .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: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .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: none;
  }
  .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 #3B2EA5;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #EEF1FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #EEF1FF;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #EEF1FF;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-datatable .p-column-resizer-helper {
    background: #6460F4;
  }
  .p-datatable .p-datatable-scrollable-header,
  .p-datatable .p-datatable-scrollable-footer {
    background: rgba(0, 0, 0, 0);
  }
  .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: #F4F3F0;
  }
  .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: #F8F7F6;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #EEF1FF;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.375rem 0.375rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.375rem 0.375rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.375rem 0.375rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.375rem 0.375rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.375rem 0.375rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 0.9375rem 0.9375rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 0.9375rem 0.9375rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 0.9375rem 0.9375rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 0.9375rem 0.9375rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 0.9375rem 0.9375rem;
  }
  .p-datatable:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 1.25rem;
  }
  .p-datatable:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 1.25rem;
  }
  .p-datatable:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-wrapper {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
  .p-datatable.p-datatable-gridlines:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 1.25rem;
  }
  .p-datatable.p-datatable-gridlines:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 1.25rem;
  }
  .p-datatable.p-datatable-gridlines:not(:has(.p-datatable-footer)):not(:has(.p-datatable-tfoot)) .p-datatable-wrapper {
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 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 0 0;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 0px 1px 1px 1px;
    padding: 0.656rem 0.875rem;
    font-weight: 500;
  }
  .p-dataview .p-dataview-content {
    background: #FFFFFF;
    color: #2B221F;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 0px 1px 1px 1px;
    padding: 0.656rem 0.875rem;
    font-weight: 0px 1px 1px 1px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 0.984rem;
  }
  .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: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open,
  .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: #e9ecef;
    color: #6460F4;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active,
  .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #EEF1FF;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-overlay {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    min-width: 110.938rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0.5rem 0.25rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.5rem 0.5rem;
    border: 0 none;
    color: #2B221F;
    background: transparent;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .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 {
    background: #EEF1FF;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #D8D4D0;
    margin: 0.25rem 0;
  }
  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.5rem 0.5rem;
    border-bottom: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 0.984rem;
    border-bottom: 1px solid #D8D4D0;
  }
  .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 0.984rem 0.984rem 0.984rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 0.984rem;
  }
  .p-orderlist .p-orderlist-controls {
    padding: 0.984rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    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: none;
    border-color: #D8D4D0;
  }
  .p-orderlist .p-orderlist-header {
    color: #2B221F;
    padding: 0.141rem 0.984rem;
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 600;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 0.141rem 0.984rem;
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.625rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .p-orderlist .p-orderlist-list {
    color: #2B221F;
    padding: 0.5rem 0.25rem;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #FFFFFF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.5rem 0.5rem;
    margin: 0;
    border: 0 none;
    color: #2B221F;
    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: #F4F3F0;
    color: #4E4540;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    background: #EEF1FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: #DFE5FF;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.5rem 0.5rem;
    color: #2B221F;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #F4F3F0;
  }
  .p-orderlist-item.cdk-drag-preview {
    padding: 0.5rem 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
  }
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #EEF1FF;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #6f88ff;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #FFFFFF;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #FFFFFF;
    border-color: #dee2e6;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2B221F;
    padding: 0.984rem;
  }
  .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: none;
  }
  .p-paginator {
    background: #FFFFFF;
    color: #2B221F;
    border: solid #8F8780;
    border-width: 0;
    padding: 0.5rem 1rem;
    border-radius: 1.25rem;
  }
  .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: #8F8780;
    min-width: 35px;
    height: 35px;
    margin: 0.25rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      color 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: #F4F3F0;
    border-color: transparent;
    color: #827974;
    border-radius: 50%;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 35px;
  }
  .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: 35px;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #8F8780;
    min-width: 35px;
    height: 35px;
    margin: 0.25rem;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #8F8780;
    min-width: 35px;
    height: 35px;
    margin: 0.25rem;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      color 0.2s;
    border-radius: 50%;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #EEF1FF;
    border-color: #EEF1FF;
    color: #4735CD;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #F4F3F0;
    border-color: transparent;
    color: #827974;
    border-radius: 50%;
  }
  .p-picklist .p-picklist-buttons {
    padding: 0.984rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    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: none;
    border-color: #D8D4D0;
  }
  .p-picklist .p-picklist-header {
    color: #2B221F;
    padding: 0.141rem 0.984rem;
    font-weight: 600;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 600;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 0.141rem 0.984rem;
    background: #FFFFFF;
    border: 1px solid #F4F3F0;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.625rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .p-picklist .p-picklist-list {
    color: #2B221F;
    padding: 0.5rem 0.25rem;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #FFFFFF;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.5rem 0.5rem;
    margin: 0;
    border: 0 none;
    color: #2B221F;
    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: #F4F3F0;
    color: #4E4540;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #4E4540;
    background: #F4F3F0;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    background: #EEF1FF;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: #DFE5FF;
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.5rem 0.5rem;
    color: #2B221F;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #e9ecef;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #F4F3F0;
  }
  .p-picklist-item.cdk-drag-preview {
    padding: 0.5rem 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #2B221F;
    background: #FFFFFF;
    margin: 0;
  }
  .p-timeline .p-timeline-event-marker {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #6460F4;
    box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #F4F3F0;
  }
  .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: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2B221F;
    padding: 0.984rem;
    border-radius: 0.25rem;
  }
  .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: none;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 0.25rem;
    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: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #8F8780;
  }
  .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: #6460F4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #FFFFFF;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #6460F4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #F8F7F6;
  }
  .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: #4E4540;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #EEF1FF;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.625rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.75rem;
    color: #A59B92;
  }
  .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: #8ba0ff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 0.25rem;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #2B221F;
    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: #EEF1FF;
  }
  .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: #8F8780;
    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: #F4F3F0;
    color: #4E4540;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-treetable .p-paginator-top {
    border-width: 1px 0 1px 0;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 0 0 0;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 1px 1px 0px 1px;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
  }
  .p-treetable .p-treetable-footer {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 0px 1px 1px 1px;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 0.75rem 0.75rem;
    border: #FFFFFF;
    border-width: 0 0 0 0;
    font-weight: 500;
    color: #827974;
    background: #F4F3F0;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 0.5rem 0.5rem;
    border: 1px solid #F4F3F0;
    border-width: 0 1px 1px 1px;
    font-weight: 500;
    color: #827974;
    background: #F4F3F0;
  }
  .p-treetable .p-sortable-column {
    outline-color: #3B2EA5;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #8F8780;
    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;
    background: #EEF1FF;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #D8D4D0;
    color: #4E4540;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #827974;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #EEF1FF;
    color: #4735CD;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #4735CD;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #FFFFFF;
    color: #2B221F;
    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 #F4F3F0;
    border-width: 0 0 1px 0;
    padding: 0.75rem 0.75rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .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: #6460F4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #FFFFFF;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #6460F4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #F8F7F6;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #4E4540;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #3B2EA5;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #EEF1FF;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #F4F3F0;
    color: #4E4540;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #4E4540;
  }
  .p-treetable .p-column-resizer-helper {
    background: #6460F4;
  }
  .p-treetable .p-treetable-scrollable-header,
  .p-treetable .p-treetable-scrollable-footer {
    background: rgba(0, 0, 0, 0);
  }
  .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: 0.65625rem 0.65625rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.375rem 0.375rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.375rem 0.375rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.375rem 0.375rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.375rem 0.375rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 0.9375rem 0.9375rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 0.9375rem 0.9375rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 0.9375rem 0.9375rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 0.9375rem 0.9375rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 0.9375rem 0.9375rem;
  }
  .p-virtualscroller .p-virtualscroller-header {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 1px 1px 0px 1px;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #FFFFFF;
    color: #2B221F;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #F4F3F0;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-width: 0px 1px 1px 1px;
    padding: 0.75rem 0.75rem;
    font-weight: 500;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 0.141rem 0.984rem;
    border: 1px solid #F4F3F0;
    color: #2B221F;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-radius: 0.25rem;
    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 none;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    border-color: 1px solid #F4F3F0;
    color: #2B221F;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: rgba(0, 0, 0, 0);
    border-color: #6460F4;
    color: #2B221F;
    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: 1px solid #F4F3F0;
    color: #2B221F;
  }
  .p-accordion .p-accordion-content {
    padding: 0.984rem;
    border: 0px none;
    background: #FFFFFF;
    color: #2B221F;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 0;
  }
  .p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
    border-radius: 0;
  }
  .p-accordion p-accordiontab .p-accordion-content {
    border-radius: 0;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,
  .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-top: 0 none;
  }
  .p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-accordion p-accordiontab:last-child .p-accordion-content {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-card {
    background: #FFFFFF;
    color: #2B221F;
    box-shadow: none;
    border-radius: 0.75rem;
  }
  .p-card .p-card-header img {
    border-radius: 0.75rem 0.75rem 0 0;
    width: 100%;
  }
  .p-card .p-card-body {
    padding: 1.094rem;
  }
  .p-card .p-card-title {
    font-size: 1.094rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 400;
    margin-bottom: 0.5rem;
    color: #8F8780;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }
  .p-divider .p-divider-content {
    background-color: #FFFFFF;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #D8D4D0;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
    color: #2B221F;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #D8D4D0;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }
  .p-fieldset {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2B221F;
    border-radius: 0.25rem;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 0.141rem 0.984rem;
    border: 1px solid #F4F3F0;
    color: #2B221F;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-radius: 1.25rem;
  }
  .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: 0.141rem 0.984rem;
    color: #2B221F;
    border-radius: 0.25rem;
    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: none;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #F4F3F0;
    border-color: #F4F3F0;
    color: #4E4540;
  }
  .p-fieldset .p-fieldset-content {
    padding: 0.984rem;
  }
  .p-panel .p-panel-header {
    border: 1px solid #F4F3F0;
    padding: 0.141rem 0.984rem;
    background: rgba(0, 0, 0, 0);
    color: #2B221F;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 600;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.141rem 0.984rem;
  }
  .p-panel .p-panel-content {
    padding: 0.984rem;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2B221F;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-panel .p-panel-footer {
    padding: 0 0.984rem 0.984rem 0.984rem;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #2B221F;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    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: #F4F3F0;
    border: 0.5rem solid #F4F3F0;
    border-radius: 62.4375rem;
    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: none;
  }
  .p-splitter {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 0.25rem;
    color: #2B221F;
  }
  .p-splitter .p-splitter-gutter {
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    background: #F8F7F6;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #D8D4D0;
    border-radius: 1.25rem;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #D8D4D0;
  }
  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2rem;
  }
  .p-tabview .p-tabview-nav {
    background: #FFFFFF;
    border: 1px solid #D8D4D0;
    border-width: 0 0 1px 0;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 0;
  }
  .p-tabview .p-tabview-nav li a.p-tabview-nav-link {
    color: #8F8780 !important;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: solid #D8D4D0;
    border-width: 0 0 1px 0;
    border-color: transparent transparent #D8D4D0 transparent !important;
    background: #FFFFFF;
    color: #8F8780;
    padding: 0.75rem 1rem;
    font-weight: 400;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    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 none;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: rgba(0, 0, 0, 0);
    border-color: #FFFFFF !important;
    color: #2B221F !important;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: rgba(0, 0, 0, 0);
    border-color: #2B221F !important;
    color: #2B221F !important;
    border-bottom-color: #2B221F !important;
    border-bottom-width: 2px !important;
  }
  .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: rgba(0, 0, 0, 0);
    color: #2B221F;
    width: 2rem;
    box-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);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-tabview .p-tabview-panels {
    background: #FFFFFF;
    padding: 0.984rem;
    border: 0 none;
    color: #2B221F;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-toolbar {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #F4F3F0;
    padding: 0.141rem 0.984rem;
    border-radius: 0.25rem;
    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: none;
  }
  .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: 0.25rem;
    background: #FFFFFF;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #8F8780;
    border: none;
    border-width: 2px;
    background: #FFFFFF;
    min-width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1rem;
    border-radius: 0.875rem;
    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: #8F8780;
    font-weight: 500;
    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: none;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #EEF1FF;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #6460F4;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #6460F4;
  }
  .p-stepper .p-stepper-panels {
    background: #FFFFFF;
    padding: 0.984rem;
    color: #2B221F;
  }
  .p-stepper .p-stepper-separator {
    background-color: #F4F3F0;
    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: #FFFFFF;
    color: #2B221F;
  }
  .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: #6460F4;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }
  .p-confirm-popup {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 0.984rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0 0.984rem 0.984rem 0.984rem;
  }
  .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(244, 243, 240, 0);
    border-bottom-color: #F4F3F0;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #FFFFFF;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #F4F3F0;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.3125rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.3125rem;
    height: 1.3125rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }
  .p-dialog {
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .p-dialog .p-dialog-header {
    border-bottom: none;
    background: #FFFFFF;
    color: #2B221F;
    padding: 1rem;
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 600;
    font-size: 1rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #FFFFFF;
    color: #2B221F;
    padding: 0 1.094rem 1.094rem 1.094rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .p-dialog .p-dialog-footer {
    border-top: none;
    background: #FFFFFF;
    color: #2B221F;
    padding: 0 1.094rem 1.094rem 1.094rem;
    text-align: right;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
  .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: 1.75rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }
  .p-overlaypanel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 0.984rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #2B221F;
    color: #FFFFFF;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #4E4540;
    color: #FFFFFF;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #FFFFFF;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #F4F3F0;
  }
  .p-sidebar {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #F4F3F0;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .p-sidebar .p-sidebar-header {
    padding: 0.141rem 0.984rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    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: #6460F4;
    border-color: transparent;
    background: #e9ecef;
  }
  .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: none;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 0.984rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 0.141rem 0.984rem;
  }
  .p-tooltip .p-tooltip-text {
    background: #6D6561;
    color: #FFFFFF;
    padding: 0.5rem 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #6D6561;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #6D6561;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #6D6561;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #6D6561;
  }
  .p-fileupload .p-fileupload-buttonbar {
    background: rgba(0, 0, 0, 0);
    padding: 0.141rem 0.984rem;
    border: 1px solid #F4F3F0;
    color: #2B221F;
    border-bottom: 0 none;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .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: none;
  }
  .p-fileupload .p-fileupload-content {
    background: #FFFFFF;
    padding: 2rem 1rem;
    border: 1px solid #FFFFFF;
    color: #2B221F;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #e9ecef;
    border-style: dashed;
    background-color: #EEF1FF;
  }
  .p-fileupload .p-progressbar {
    height: 0.219rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 0.75rem 0.75rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }
  .p-fileupload-choose:not(.p-disabled):hover {
    background: #4E4540;
    color: #FFFFFF;
    border-color: #4E4540;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #5F534D;
    color: #FFFFFF;
    border-color: #5F534D;
  }
  .p-breadcrumb {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    padding: 0.875rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #2B221F;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #2B221F;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #5F534D;
  }
  .p-contextmenu {
    padding: 0.25rem 0;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    width: 110.938rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0.25rem 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
  }
  .p-contextmenu .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    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: 0.25rem;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .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: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-megamenu .p-megamenu-panel {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.438rem 0.656rem;
    color: #8F8780;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-megamenu .p-submenu-list {
    padding: 0.25rem 0;
    width: 110.938rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    margin: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 110.938rem;
    padding: 0.25rem 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.5rem;
    -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: #2B221F;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    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: #5F534D;
    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: #4E4540;
    background: #FFFFFF;
  }
  .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: #4E4540;
  }
  .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: #4E4540;
  }
  .p-menu {
    padding: 0.25rem 0;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-radius: 1.25rem;
    min-width: 10.938rem;
    max-width: 100%;
  }
  .p-menu .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-menu.p-menu-overlay {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.438rem 0.656rem;
    color: #8F8780;
    background: rgba(0, 0, 0, 0);
    font-weight: 600;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    margin: 0.25rem 0;
  }
  .p-menu .p-menuitem-badge {
    background: #6460F4;
    color: #ffffff;
    font-size: 0.5rem;
    font-weight: 600;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-menubar {
    padding: 0.5rem;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-radius: 1.25rem;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.25rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.5rem;
    -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: #2B221F;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .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: #4E4540;
  }
  .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: #4E4540;
  }
  .p-menubar .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-menubar .p-submenu-list {
    padding: 0.25rem 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    width: 110.938rem;
    border-radius: 1.25rem;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    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: #5F534D;
      border-radius: 50%;
      transition:
        background-color 0.2s,
        color 0.2s,
        box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #4E4540;
      background: #FFFFFF;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: none;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0.25rem 0;
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #D8D4D0;
      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: 1.5rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.5rem;
    }
    .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: 3.5rem;
    }
    .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: 4.5rem;
    }
    .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: 5.5rem;
    }
    .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: 1px solid #F4F3F0;
    color: #2B221F;
    background: rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    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: #2B221F;
    padding: 0.141rem 0.984rem;
    font-weight: 600;
  }
  .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 none;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    border-color: 1px solid #F4F3F0;
    color: #2B221F;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: rgba(0, 0, 0, 0);
    border-color: #6460F4;
    color: #2B221F;
    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: 1px solid #F4F3F0;
    color: #2B221F;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0.25rem 0;
    border: 0px none;
    background: #FFFFFF;
    color: #2B221F;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .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: #4E4540;
  }
  .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: #5443E8;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .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 #D8D4D0;
    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: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,
  .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-top: 0 none;
  }
  .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-slidemenu {
    padding: 0.25rem 0;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    width: 110.938rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0.25rem 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    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.5rem;
    color: #2B221F;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #6460F4;
    color: #ffffff;
    font-size: 0.5rem;
    font-weight: 600;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    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: 0.25rem;
    background: #FFFFFF;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #8F8780;
    border: none;
    background: #FFFFFF;
    min-width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1rem;
    z-index: 1;
    border-radius: 0.875rem;
    box-shadow: 0 0.5px 0 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #8F8780;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #EEF1FF;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 500;
    color: #6460F4;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 2px solid #D8D4D0;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -0.875rem;
  }
  .p-tabmenu .p-tabmenu-nav {
    background: #FFFFFF;
    border: 1px solid #D8D4D0;
    border-width: 0 0 1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #6460F4;
    color: #ffffff;
    font-size: 0.5rem;
    font-weight: 600;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: 0.25rem;
    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 #D8D4D0;
    border-width: 0 0 1px 0;
    border-color: transparent transparent #D8D4D0 transparent;
    background: #FFFFFF;
    color: #8F8780;
    padding: 0.75rem 1rem;
    font-weight: 400;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    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 none;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: rgba(0, 0, 0, 0);
    border-color: #FFFFFF;
    color: #2B221F;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: rgba(0, 0, 0, 0);
    border-color: #2B221F;
    color: #2B221F;
  }
  .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: rgba(0, 0, 0, 0);
    color: #2B221F;
    width: 2rem;
    box-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);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset none;
  }
  .p-tieredmenu {
    padding: 0.25rem 0;
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    border-radius: 1.25rem;
    width: 110.938rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px 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: 1px solid #FFFFFF;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    max-height: 70vh;
    overflow: auto;
  }
  .p-tieredmenu .p-menuitem {
    padding: 0.5rem 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #2B221F;
    transition:
      background-color 0.2s,
      border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.75rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #2B221F;
    padding: 0.5rem;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #2B221F;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #5F534D;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #5F534D;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #FFFFFF;
    background: #FFFFFF;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #FFFFFF;
  }
  .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: #5443E8;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #FFFFFF;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #5443E8;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #4E4540;
    background: #FFFFFF;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #4E4540;
  }
  .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: #4E4540;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #D8D4D0;
    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.5rem 0.75rem;
    margin: 0;
    border-radius: 1.25rem;
  }
  .p-inline-message.p-inline-message-info {
    background: #EEF1FF;
    border: solid #C6CEFF;
    border-width: 1px 1px 1px 1px;
    color: #5443E8;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #5443E8;
  }
  .p-inline-message.p-inline-message-success {
    background: #F2FDF0;
    border: 1px solid #C2F9B9;
    border-width: 1px 1px 1px 1px;
    color: #25A712;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #25A712;
  }
  .p-inline-message.p-inline-message-warn {
    background: #FEF5E8;
    border: 1px solid #FECE8A;
    border-width: 1px 1px 1px 1px;
    color: #CA7804;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #CA7804;
  }
  .p-inline-message.p-inline-message-error {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-width: 1px 1px 1px 1px;
    color: #DC2626;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #DC2626;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 0.875rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }
  .p-message {
    margin: 1rem 0;
    border-radius: 1.25rem;
    box-shadow: 0 4px 8px 0 rgba(1, 8, 4, 0.04);
  }
  .p-message .p-message-wrapper {
    padding: 0.438rem 0.656rem;
  }
  .p-message .p-message-close {
    width: 1.531rem;
    height: 1.531rem;
    border-radius: 0.766rem;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border: none;
    padding-top: 0.4rem;
  }
  .p-message .p-message-close:hover {
    cursor: pointer;
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-message.p-message-info {
    background: #EEF1FF;
    border: solid #C6CEFF;
    border-width: 1px 1px 1px 1px;
    color: #5443E8;
  }
  .p-message.p-message-info .p-message-icon {
    color: #5443E8;
  }
  .p-message.p-message-info .p-message-close {
    color: #5443E8;
  }
  .p-message.p-message-info .p-message-close:hover {
    background: #DFE5FF;
  }
  .p-message.p-message-success {
    background: #F2FDF0;
    border: 1px solid #C2F9B9;
    border-width: 1px 1px 1px 1px;
    color: #25A712;
  }
  .p-message.p-message-success .p-message-icon {
    color: #25A712;
  }
  .p-message.p-message-success .p-message-close {
    color: #25A712;
  }
  .p-message.p-message-success .p-message-close:hover {
    background: #E2FDDD;
  }
  .p-message.p-message-warn {
    background: #FEF5E8;
    border: 1px solid #FECE8A;
    border-width: 1px 1px 1px 1px;
    color: #CA7804;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #CA7804;
  }
  .p-message.p-message-warn .p-message-close {
    color: #CA7804;
  }
  .p-message.p-message-warn .p-message-close:hover {
    background: #FEE5C3;
  }
  .p-message.p-message-error {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-width: 1px 1px 1px 1px;
    color: #DC2626;
  }
  .p-message.p-message-error .p-message-icon {
    color: #DC2626;
  }
  .p-message.p-message-error .p-message-close {
    color: #DC2626;
  }
  .p-message.p-message-error .p-message-close:hover {
    background: #FEE2E2;
  }
  .p-message .p-message-text {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .p-message .p-message-icon {
    font-size: 0.875rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }
  .p-message.p-message-secondary {
    background: #F4F3F0;
    border: solid #D8D4D0;
    border-width: 1px 1px 1px 1px;
    color: #827974;
  }
  .p-message.p-message-secondary .p-message-icon {
    color: #827974;
  }
  .p-message.p-message-secondary .p-message-close {
    color: #827974;
  }
  .p-message.p-message-secondary .p-message-close:hover {
    background: #D8D4D0;
  }
  .p-message.p-message-contrast {
    background: #2B221F;
    border: solid #2B221F;
    border-width: 1px 1px 1px 1px;
    color: #F8F7F6;
  }
  .p-message.p-message-contrast .p-message-icon {
    color: #F8F7F6;
  }
  .p-message.p-message-contrast .p-message-close {
    color: #F8F7F6;
  }
  .p-message.p-message-contrast .p-message-close:hover {
    background: #5F534D;
  }
  .p-toast {
    opacity: 1;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 4px 8px 0 rgba(1, 8, 4, 0.04);
    border-radius: 1.25rem;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 0.75rem;
    border-width: 1px 1px 1px 1px;
  }
  .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: 0.984rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 0.984rem;
    height: 0.984rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 500;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
    color: #4E4540;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 0.984rem;
    height: 0.984rem;
    border-radius: 50%;
    background: transparent;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border: none;
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #EEF1FF;
    border: solid #C6CEFF;
    border-width: 1px 1px 1px 1px;
    color: #5443E8;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon {
    color: #5443E8;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #5443E8;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close:hover {
    background: #DFE5FF;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #F2FDF0;
    border: 1px solid #C2F9B9;
    border-width: 1px 1px 1px 1px;
    color: #25A712;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon {
    color: #25A712;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #25A712;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close:hover {
    background: #E2FDDD;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #FEF5E8;
    border: 1px solid #FECE8A;
    border-width: 1px 1px 1px 1px;
    color: #CA7804;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon {
    color: #CA7804;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #CA7804;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close:hover {
    background: #FEE5C3;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-width: 1px 1px 1px 1px;
    color: #DC2626;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon {
    color: #DC2626;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #DC2626;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close:hover {
    background: #FEE2E2;
  }
  .p-toast .p-toast-message.p-toast-message-secondary {
    background: #F4F3F0;
    border: solid #D8D4D0;
    border-width: 1px 1px 1px 1px;
    color: #827974;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-message-icon {
    color: #827974;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close {
    color: #827974;
  }
  .p-toast .p-toast-message.p-toast-message-secondary .p-toast-icon-close:hover {
    background: #D8D4D0;
  }
  .p-toast .p-toast-message.p-toast-message-contrast {
    background: #2B221F;
    border: solid #2B221F;
    border-width: 1px 1px 1px 1px;
    color: #F8F7F6;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-detail {
    color: #FFFFFF;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-message-icon {
    color: #F8F7F6;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close {
    color: #F8F7F6;
  }
  .p-toast .p-toast-message.p-toast-message-contrast .p-toast-icon-close:hover {
    background: #5F534D;
  }
  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #F8F7F6;
    width: 1.25rem;
    height: 1.25rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 1.25rem;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 1.25rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .p-galleria .p-galleria-item-nav {
    background: rgba(0, 0, 0, 0.1);
    color: #F4F3F0;
    width: 2.5rem;
    height: 2.5rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 1.25rem;
    margin: 0.5rem 0;
  }
  .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: 1.25rem;
    height: 1.25rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #F4F3F0;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #D8D4D0;
    width: 0.75rem;
    height: 0.75rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 0.5rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #C0B9B1;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #EEF1FF;
  }
  .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: #EEF1FF;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: #FFFFFF;
    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: #827974;
    width: 2rem;
    height: 2rem;
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
    border-radius: 1.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: #F4F3F0;
    color: #6D6561;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.4);
  }
  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.4);
  }
  .p-image-preview-indicator {
    background-color: transparent;
    color: #F4F3F0;
    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: #F4F3F0;
    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: #FFFFFF;
    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: #FFFFFF;
    border-radius: 0.25rem;
    position: relative;
    display: inline-block;
    overflow: visible;
  }
  .p-avatar.p-overlay-badge {
    overflow: visible;
  }
  .p-avatar.p-overlay-badge .p-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    transform: none;
    border: none;
    z-index: 1;
    border-radius: 50%;
    min-width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .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-lg.p-overlay-badge .p-badge {
    top: -0.375rem;
    right: -0.375rem;
    min-width: 1.5rem;
    height: 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.p-avatar-xl.p-overlay-badge .p-badge {
    top: -0.5rem;
    right: -0.5rem;
    min-width: 1.75rem;
    height: 1.75rem;
  }
  .p-avatar-group .p-avatar {
    border: 2px solid #FFFFFF;
  }
  .p-avatar-group .p-avatar.p-overlay-badge {
    overflow: visible;
  }
  .p-overlay-badge {
    overflow: visible !important;
  }
  .p-badge {
    background: #6460F4;
    color: #ffffff;
    font-size: 0.5rem;
    font-weight: 600;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
  }
  .p-badge.p-badge-secondary {
    background-color: #F8F7F6;
    color: #2B221F;
  }
  .p-badge.p-badge-contrast {
    background-color: #2B221F;
    color: #FFFFFF;
  }
  .p-badge.p-badge-success {
    background-color: #33CA1D;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #6460F4;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #EA8C08;
    color: #FFFFFF;
  }
  .p-badge.p-badge-danger {
    background-color: #EF4444;
    color: #FFFFFF;
  }
  .p-badge.p-badge-lg {
    font-size: 0.75rem;
    min-width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1rem;
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .p-chip {
    background-color: #F4F3F0;
    color: #5F534D;
    border-radius: 62.4375rem;
    padding: 0 0.75rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip.p-chip-image {
    padding-top: 0.25rem;
    padding-left: 1rem;
    padding-bottom: 0.25rem;
  }
  .p-chip img {
    width: 2rem;
    height: 2rem;
    margin-left: -0.75rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 0.25rem;
    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: none;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }
  .p-inplace .p-inplace-display {
    padding: 0.438rem 0.656rem;
    border-radius: 1.25rem;
    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: #F4F3F0;
    color: #4E4540;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
  }
  .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: #FFFFFF;
    border-radius: 0.25rem;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #6460F4;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #6460F4;
    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: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .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: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .p-progressbar {
    border: 0 none;
    height: 1.094rem;
    background: #FFFFFF;
    border-radius: 1.25rem;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #6460F4;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 1.094rem;
  }
  .p-scrolltop {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition:
      background-color 0.2s,
      color 0.2s,
      box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: #2B221F;
  }
  .p-scrolltop.p-link:hover {
    background: #2B221F;
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1rem;
    color: #FFFFFF;
  }
  .p-scrolltop .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-skeleton {
    background-color: #D8D4D0;
    border-radius: 1.25rem;
  }
  .p-skeleton:after {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.4),
        rgba(255, 255, 255, 0));
  }
  .p-tag {
    background: #6460F4;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.219rem 0.438rem;
    border-radius: 0.5rem;
  }
  .p-tag.p-tag-success {
    background-color: #F2FDF0;
    color: #208312;
  }
  .p-tag.p-tag-info {
    background-color: #EEF1FF;
    color: #4735CD;
  }
  .p-tag.p-tag-warning {
    background-color: #FEF5E8;
    color: #A16207;
  }
  .p-tag.p-tag-danger {
    background-color: #FEF2F2;
    color: #B91C1C;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.5rem;
  }
  .p-tag .p-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
  .p-tag.p-tag-secondary {
    background-color: #F8F7F6;
    color: #2B221F;
  }
  .p-tag.p-tag-contrast {
    background-color: #2B221F;
    color: #FFFFFF;
  }
  .p-terminal {
    background: #FFFFFF;
    color: #2B221F;
    border: 1px solid #FFFFFF;
    padding: 0.984rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 0.875rem;
  }
}
.p-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.radius-none {
  border-radius: var(--radius-none);
}
.radius-xs {
  border-radius: var(--radius-xs);
}
.radius-sm {
  border-radius: var(--radius-sm);
}
.radius-md {
  border-radius: var(--radius-md);
}
.radius-lg {
  border-radius: var(--radius-lg);
}
.radius-xl {
  border-radius: var(--radius-xl);
}
.radius-2xl {
  border-radius: var(--radius-2xl);
}
.radius-3xl {
  border-radius: var(--radius-3xl);
}
.radius-rounded {
  border-radius: var(--radius-rounded);
}
.p-0 {
  padding: var(--padding-0);
}
.p-2 {
  padding: var(--padding-2);
}
.p-4 {
  padding: var(--padding-4);
}
.p-6 {
  padding: var(--padding-6);
}
.p-8 {
  padding: var(--padding-8);
}
.p-12 {
  padding: var(--padding-12);
}
.p-14 {
  padding: var(--padding-14);
}
.p-16 {
  padding: var(--padding-16);
}
.p-20 {
  padding: var(--padding-20);
}
.p-24 {
  padding: var(--padding-24);
}
.p-32 {
  padding: var(--padding-32);
}
.p-40 {
  padding: var(--padding-40);
}
.pl-0 {
  padding-left: var(--padding-0);
}
.pl-2 {
  padding-left: var(--padding-2);
}
.pl-4 {
  padding-left: var(--padding-4);
}
.pl-6 {
  padding-left: var(--padding-6);
}
.pl-8 {
  padding-left: var(--padding-8);
}
.pl-12 {
  padding-left: var(--padding-12);
}
.pl-16 {
  padding-left: var(--padding-16);
}
.pl-20 {
  padding-left: var(--padding-20);
}
.pl-24 {
  padding-left: var(--padding-24);
}
.pl-32 {
  padding-left: var(--padding-32);
}
.pl-40 {
  padding-left: var(--padding-40);
}
.pr-0 {
  padding-right: var(--padding-0);
}
.pr-2 {
  padding-right: var(--padding-2);
}
.pr-4 {
  padding-right: var(--padding-4);
}
.pr-6 {
  padding-right: var(--padding-6);
}
.pr-8 {
  padding-right: var(--padding-8);
}
.pr-12 {
  padding-right: var(--padding-12);
}
.pr-16 {
  padding-right: var(--padding-16);
}
.pr-20 {
  padding-right: var(--padding-20);
}
.pr-24 {
  padding-right: var(--padding-24);
}
.pr-32 {
  padding-right: var(--padding-32);
}
.pr-40 {
  padding-right: var(--padding-40);
}
.pt-0 {
  padding-top: var(--padding-0);
}
.pt-2 {
  padding-top: var(--padding-2);
}
.pt-4 {
  padding-top: var(--padding-4);
}
.pt-6 {
  padding-top: var(--padding-6);
}
.pt-8 {
  padding-top: var(--padding-8);
}
.pt-12 {
  padding-top: var(--padding-12);
}
.pt-16 {
  padding-top: var(--padding-16);
}
.pt-20 {
  padding-top: var(--padding-20);
}
.pt-24 {
  padding-top: var(--padding-24);
}
.pt-32 {
  padding-top: var(--padding-32);
}
.pt-40 {
  padding-top: var(--padding-40);
}
.pb-0 {
  padding-bottom: var(--padding-0);
}
.pb-2 {
  padding-bottom: var(--padding-2);
}
.pb-4 {
  padding-bottom: var(--padding-4);
}
.pb-6 {
  padding-bottom: var(--padding-6);
}
.pb-8 {
  padding-bottom: var(--padding-8);
}
.pb-12 {
  padding-bottom: var(--padding-12);
}
.pb-16 {
  padding-bottom: var(--padding-16);
}
.pb-20 {
  padding-bottom: var(--padding-20);
}
.pb-24 {
  padding-bottom: var(--padding-24);
}
.pb-32 {
  padding-bottom: var(--padding-32);
}
.pb-40 {
  padding-bottom: var(--padding-40);
}
.m-0 {
  margin: var(--margin-0);
}
.m-2 {
  margin: var(--margin-2);
}
.m-4 {
  margin: var(--margin-4);
}
.m-6 {
  margin: var(--margin-6);
}
.m-8 {
  margin: var(--margin-8);
}
.m-12 {
  margin: var(--margin-12);
}
.m-16 {
  margin: var(--margin-16);
}
.m-20 {
  margin: var(--margin-20);
}
.m-24 {
  margin: var(--margin-24);
}
.m-32 {
  margin: var(--margin-32);
}
.m-40 {
  margin: var(--margin-40);
}
.ml-0 {
  margin-left: var(--margin-0);
}
.ml-2 {
  margin-left: var(--margin-2);
}
.ml-4 {
  margin-left: var(--margin-4);
}
.ml-6 {
  margin-left: var(--margin-6);
}
.ml-8 {
  margin-left: var(--margin-8);
}
.ml-12 {
  margin-left: var(--margin-12);
}
.ml-16 {
  margin-left: var(--margin-16);
}
.ml-20 {
  margin-left: var(--margin-20);
}
.ml-24 {
  margin-left: var(--margin-24);
}
.ml-32 {
  margin-left: var(--margin-32);
}
.ml-40 {
  margin-left: var(--margin-40);
}
.mr-0 {
  margin-right: var(--margin-0);
}
.mr-2 {
  margin-right: var(--margin-2);
}
.mr-4 {
  margin-right: var(--margin-4);
}
.mr-6 {
  margin-right: var(--margin-6);
}
.mr-8 {
  margin-right: var(--margin-8);
}
.mr-12 {
  margin-right: var(--margin-12);
}
.mr-16 {
  margin-right: var(--margin-16);
}
.mr-20 {
  margin-right: var(--margin-20);
}
.mr-24 {
  margin-right: var(--margin-24);
}
.mr-32 {
  margin-right: var(--margin-32);
}
.mr-40 {
  margin-right: var(--margin-40);
}
.mt-0 {
  margin-top: var(--margin-0);
}
.mt-2 {
  margin-top: var(--margin-2);
}
.mt-4 {
  margin-top: var(--margin-4);
}
.mt-6 {
  margin-top: var(--margin-6);
}
.mt-8 {
  margin-top: var(--margin-8);
}
.mt-12 {
  margin-top: var(--margin-12);
}
.mt-16 {
  margin-top: var(--margin-16);
}
.mt-20 {
  margin-top: var(--margin-20);
}
.mt-24 {
  margin-top: var(--margin-24);
}
.mt-32 {
  margin-top: var(--margin-32);
}
.mt-40 {
  margin-top: var(--margin-40);
}
.mb-0 {
  margin-bottom: var(--margin-0) !important;
}
.mb-2 {
  margin-bottom: var(--margin-2) !important;
}
.mb-4 {
  margin-bottom: var(--margin-4) !important;
}
.mb-6 {
  margin-bottom: var(--margin-6) !important;
}
.mb-8 {
  margin-bottom: var(--margin-8) !important;
}
.mb-12 {
  margin-bottom: var(--margin-12) !important;
}
.mb-16 {
  margin-bottom: var(--margin-16) !important;
}
.mb-20 {
  margin-bottom: var(--margin-20) !important;
}
.mb-24 {
  margin-bottom: var(--margin-24) !important;
}
.mb-32 {
  margin-bottom: var(--margin-32) !important;
}
.mb-40 {
  margin-bottom: var(--margin-40) !important;
}
.gap-0 {
  gap: var(--gap-0);
}
.gap-1 {
  gap: var(--gap-1);
}
.gap-2 {
  gap: var(--gap-2);
}
.gap-4 {
  gap: var(--gap-4);
}
.gap-6 {
  gap: var(--gap-6);
}
.gap-8 {
  gap: var(--gap-8);
}
.gap-12 {
  gap: var(--gap-12);
}
.gap-16 {
  gap: var(--gap-16);
}
.gap-20 {
  gap: var(--gap-20);
}
.gap-24 {
  gap: var(--gap-24);
}
.gap-32 {
  gap: var(--gap-32);
}
.gap-40 {
  gap: var(--gap-40);
}
.gap-y-0 {
  row-gap: var(--gap-0);
}
.gap-y-1 {
  row-gap: var(--gap-1);
}
.gap-y-2 {
  row-gap: var(--gap-2);
}
.gap-y-4 {
  row-gap: var(--gap-4);
}
.gap-y-6 {
  row-gap: var(--gap-6);
}
.gap-y-8 {
  row-gap: var(--gap-8);
}
.gap-y-12 {
  row-gap: var(--gap-12);
}
.gap-y-16 {
  row-gap: var(--gap-16);
}
.gap-y-20 {
  row-gap: var(--gap-20);
}
.gap-y-24 {
  row-gap: var(--gap-24);
}
.gap-y-32 {
  row-gap: var(--gap-32);
}
.gap-y-40 {
  row-gap: var(--gap-40);
}
.gap-x-0 {
  column-gap: var(--gap-0);
}
.gap-x-1 {
  column-gap: var(--gap-1);
}
.gap-x-2 {
  column-gap: var(--gap-2);
}
.gap-x-4 {
  column-gap: var(--gap-4);
}
.gap-x-6 {
  column-gap: var(--gap-6);
}
.gap-x-8 {
  column-gap: var(--gap-8);
}
.gap-x-12 {
  column-gap: var(--gap-12);
}
.gap-x-16 {
  column-gap: var(--gap-16);
}
.gap-x-20 {
  column-gap: var(--gap-20);
}
.gap-x-24 {
  column-gap: var(--gap-24);
}
.gap-x-32 {
  column-gap: var(--gap-32);
}
.gap-x-40 {
  column-gap: var(--gap-40);
}
.w-8 {
  width: var(--width-8);
}
.w-12 {
  width: var(--width-12);
}
.w-16 {
  width: var(--width-16);
}
.w-20 {
  width: var(--width-20);
}
.w-24 {
  width: var(--width-24);
}
.w-32 {
  width: var(--width-32);
}
.w-40 {
  width: var(--width-40);
}
.w-48 {
  width: var(--width-48);
}
.w-64 {
  width: var(--width-64);
}
.w-80 {
  width: var(--width-80);
}
.w-96 {
  width: var(--width-96);
}
.w-120 {
  width: var(--width-120);
}
.w-72 {
  width: 18rem;
}
.w-84 {
  width: 21rem;
}
.w-88 {
  width: 22rem;
}
.w-92 {
  width: 23rem;
}
.w-third {
  width: 33.3333%;
}
.w-half {
  width: 50%;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.h-12 {
  height: var(--height-12);
}
.h-16 {
  height: var(--height-16);
}
.h-20 {
  height: var(--height-20);
}
.h-24 {
  height: var(--height-24);
}
.h-32 {
  height: var(--height-32);
}
.h-40 {
  height: var(--height-40);
}
.h-48 {
  height: var(--height-48);
}
.h-64 {
  height: var(--height-64);
}
.h-80 {
  height: var(--height-80);
}
.h-96 {
  height: var(--height-96);
}
.h-120 {
  height: var(--height-120);
}
.h-half {
  height: 50%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.fs-xs {
  font-size: var(--font-size-xs);
}
.fs-sm {
  font-size: var(--font-size-sm);
}
.fs-md {
  font-size: var(--font-size-md);
}
.fs-lg {
  font-size: var(--font-size-lg);
}
.fs-xl {
  font-size: var(--font-size-xl);
}
.fs-2xl {
  font-size: var(--font-size-2xl);
}
.fs-3xl {
  font-size: var(--font-size-3xl);
}
.fs-4xl {
  font-size: var(--font-size-4xl);
}
.fs-5xl {
  font-size: var(--font-size-5xl);
}
.fs-6xl {
  font-size: var(--font-size-6xl);
}
.fs-7xl {
  font-size: var(--font-size-7xl);
}
.fs-8xl {
  font-size: var(--font-size-8xl);
}
.fs-9xl {
  font-size: var(--font-size-9xl);
}
.fw-thin {
  font-weight: var(--font-weight-thin);
}
.fw-extralight {
  font-weight: var(--font-weight-extralight);
}
.fw-light {
  font-weight: var(--font-weight-light);
}
.fw-regular {
  font-weight: var(--font-weight-regular);
}
.fw-medium {
  font-weight: var(--font-weight-medium);
}
.fw-semibold {
  font-weight: var(--font-weight-semibold);
}
.fw-bold {
  font-weight: var(--font-weight-bold);
}
.fw-extrabold {
  font-weight: var(--font-weight-extrabold);
}
.fw-black {
  font-weight: var(--font-weight-black);
}
.lh-xs {
  line-height: var(--line-height-xs);
}
.lh-sm {
  line-height: var(--line-height-sm);
}
.lh-md {
  line-height: var(--line-height-md);
}
.lh-lg {
  line-height: var(--line-height-lg);
}
.lh-xl {
  line-height: var(--line-height-xl);
}
.lh-2xl {
  line-height: var(--line-height-2xl);
}
.lh-3xl {
  line-height: var(--line-height-3xl);
}
.lh-4xl {
  line-height: var(--line-height-4xl);
}
.lh-5xl {
  line-height: var(--line-height-5xl);
}
.lh-6xl {
  line-height: var(--line-height-6xl);
}
.lh-7xl {
  line-height: var(--line-height-7xl);
}
.lh-8xl {
  line-height: var(--line-height-8xl);
}
.lh-9xl {
  line-height: var(--line-height-9xl);
}
.bg-content {
  background: var(--content-bg);
}
.bg-content-hover {
  background: var(--content-hover-bg);
}
.bg-overlay-popover {
  background: var(--overlay-popover-bg);
}
.bg-overlay-modal {
  background: var(--overlay-modal-bg);
}
.bg-card {
  background: var(--card-bg);
}
.bg-highlight {
  background: var(--highlight-bg);
}
.bg-highlight-focus {
  background: var(--highlight-focus-bg);
}
.bg-mask {
  background: var(--mask-bg);
}
.bg-background-start {
  background: var(--background-starting-point);
}
.bg-background-end {
  background: var(--background-ending-point);
}
.bg-body {
  background:
    radial-gradient(
      61.87% 50% at 38.13% 100%,
      var(--background-starting-point) 0%,
      var(--background-ending-point) 100%);
}
.text-content {
  color: var(--content-color);
}
.text-content-hover {
  color: var(--content-hover-color);
}
.text-card {
  color: var(--card-color);
}
.text-highlight {
  color: var(--highlight-color);
}
.text-highlight-focus {
  color: var(--highlight-focus-color);
}
.text-contrast {
  color: var(--contrast-color);
}
.text-muted {
  color: var(--text-muted);
}
.text-hover {
  color: var(--text-hover);
}
.text-hover-muted {
  color: var(--text-hover-muted);
}
.text-primary-color {
  color: var(--primary-color);
}
.text-sand-50 {
  color: #F8F7F6;
}
.text-sand-100 {
  color: #F4F3F0;
}
.text-sand-200 {
  color: #D8D4D0;
}
.text-sand-300 {
  color: #C0B9B1;
}
.text-sand-400 {
  color: #A59B92;
}
.text-sand-500 {
  color: #8F8780;
}
.text-sand-600 {
  color: #827974;
}
.text-sand-700 {
  color: #6D6561;
}
.text-sand-800 {
  color: #5F534D;
}
.text-sand-900 {
  color: #4E4540;
}
.text-sand-950 {
  color: #2B221F;
}
.text-blue-50 {
  color: #EEF1FF;
}
.text-blue-100 {
  color: #DFE5FF;
}
.text-blue-200 {
  color: #C6CEFF;
}
.text-blue-300 {
  color: #A3AFFE;
}
.text-blue-400 {
  color: #7F84FA;
}
.text-blue-500 {
  color: #6460F4;
}
.text-blue-600 {
  color: #5443E8;
}
.text-blue-700 {
  color: #4735CD;
}
.text-blue-800 {
  color: #3B2EA5;
}
.text-blue-900 {
  color: #322B7F;
}
.text-blue-950 {
  color: #1F1A4C;
}
.text-linen-50 {
  color: #FBF5F1;
}
.text-linen-100 {
  color: #F6E8DE;
}
.text-linen-200 {
  color: #ECCFBC;
}
.text-linen-300 {
  color: #E0AD91;
}
.text-linen-400 {
  color: #D28565;
}
.text-linen-500 {
  color: #C86847;
}
.text-linen-600 {
  color: #BA533C;
}
.text-linen-700 {
  color: #9B4133;
}
.text-linen-800 {
  color: #7D372F;
}
.text-linen-900 {
  color: #652F29;
}
.text-linen-950 {
  color: #361614;
}
.text-red-50 {
  color: #FEF2F2;
}
.text-red-100 {
  color: #FEE2E2;
}
.text-red-200 {
  color: #FECACA;
}
.text-red-300 {
  color: #FCA5A5;
}
.text-red-400 {
  color: #F87171;
}
.text-red-500 {
  color: #EF4444;
}
.text-red-600 {
  color: #DC2626;
}
.text-red-700 {
  color: #B91C1C;
}
.text-red-800 {
  color: #991B1B;
}
.text-red-900 {
  color: #7F1D1D;
}
.text-red-950 {
  color: #450A0A;
}
.text-green-50 {
  color: #F2FDF0;
}
.text-green-100 {
  color: #E2FDDD;
}
.text-green-200 {
  color: #C2F9B9;
}
.text-green-300 {
  color: #92F283;
}
.text-green-400 {
  color: #5BE246;
}
.text-green-500 {
  color: #33CA1D;
}
.text-green-600 {
  color: #25A712;
}
.text-green-700 {
  color: #208312;
}
.text-green-800 {
  color: #1E6714;
}
.text-green-900 {
  color: #185512;
}
.text-green-950 {
  color: #072F04;
}
.text-orange-50 {
  color: #FEF5E8;
}
.text-orange-100 {
  color: #FEE5C3;
}
.text-orange-200 {
  color: #FECE8A;
}
.text-orange-300 {
  color: #FDB147;
}
.text-orange-400 {
  color: #FA9B15;
}
.text-orange-500 {
  color: #EA8C08;
}
.text-orange-600 {
  color: #CA7804;
}
.text-orange-700 {
  color: #A16207;
}
.text-orange-800 {
  color: #854D0E;
}
.text-orange-900 {
  color: #713F12;
}
.text-orange-950 {
  color: #422006;
}
.text-white {
  color: #FFFFFF;
}
.text-black {
  color: #000000;
}
.text-transparent {
  color: transparent;
}
.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-wrap {
  white-space: normal;
  word-break: normal;
}
.text-break {
  word-break: break-word;
  white-space: normal;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bg-sand-50 {
  background-color: #F8F7F6;
}
.bg-sand-100 {
  background-color: #F4F3F0;
}
.bg-sand-200 {
  background-color: #D8D4D0;
}
.bg-sand-300 {
  background-color: #C0B9B1;
}
.bg-sand-400 {
  background-color: #A59B92;
}
.bg-sand-500 {
  background-color: #8F8780;
}
.bg-sand-600 {
  background-color: #827974;
}
.bg-sand-700 {
  background-color: #6D6561;
}
.bg-sand-800 {
  background-color: #5F534D;
}
.bg-sand-900 {
  background-color: #4E4540;
}
.bg-sand-950 {
  background-color: #2B221F;
}
.bg-blue-50 {
  background-color: #EEF1FF;
}
.bg-blue-100 {
  background-color: #DFE5FF;
}
.bg-blue-200 {
  background-color: #C6CEFF;
}
.bg-blue-300 {
  background-color: #A3AFFE;
}
.bg-blue-400 {
  background-color: #7F84FA;
}
.bg-blue-500 {
  background-color: #6460F4;
}
.bg-blue-600 {
  background-color: #5443E8;
}
.bg-blue-700 {
  background-color: #4735CD;
}
.bg-blue-800 {
  background-color: #3B2EA5;
}
.bg-blue-900 {
  background-color: #322B7F;
}
.bg-blue-950 {
  background-color: #1F1A4C;
}
.bg-linen-50 {
  background-color: #FBF5F1;
}
.bg-linen-100 {
  background-color: #F6E8DE;
}
.bg-linen-200 {
  background-color: #ECCFBC;
}
.bg-linen-300 {
  background-color: #E0AD91;
}
.bg-linen-400 {
  background-color: #D28565;
}
.bg-linen-500 {
  background-color: #C86847;
}
.bg-linen-600 {
  background-color: #BA533C;
}
.bg-linen-700 {
  background-color: #9B4133;
}
.bg-linen-800 {
  background-color: #7D372F;
}
.bg-linen-900 {
  background-color: #652F29;
}
.bg-linen-950 {
  background-color: #361614;
}
.bg-red-50 {
  background-color: #FEF2F2;
}
.bg-red-100 {
  background-color: #FEE2E2;
}
.bg-red-200 {
  background-color: #FECACA;
}
.bg-red-300 {
  background-color: #FCA5A5;
}
.bg-red-400 {
  background-color: #F87171;
}
.bg-red-500 {
  background-color: #EF4444;
}
.bg-red-600 {
  background-color: #DC2626;
}
.bg-red-700 {
  background-color: #B91C1C;
}
.bg-red-800 {
  background-color: #991B1B;
}
.bg-red-900 {
  background-color: #7F1D1D;
}
.bg-red-950 {
  background-color: #450A0A;
}
.bg-green-50 {
  background-color: #F2FDF0;
}
.bg-green-100 {
  background-color: #E2FDDD;
}
.bg-green-200 {
  background-color: #C2F9B9;
}
.bg-green-300 {
  background-color: #92F283;
}
.bg-green-400 {
  background-color: #5BE246;
}
.bg-green-500 {
  background-color: #33CA1D;
}
.bg-green-600 {
  background-color: #25A712;
}
.bg-green-700 {
  background-color: #208312;
}
.bg-green-800 {
  background-color: #1E6714;
}
.bg-green-900 {
  background-color: #185512;
}
.bg-green-950 {
  background-color: #072F04;
}
.bg-orange-50 {
  background-color: #FEF5E8;
}
.bg-orange-100 {
  background-color: #FEE5C3;
}
.bg-orange-200 {
  background-color: #FECE8A;
}
.bg-orange-300 {
  background-color: #FDB147;
}
.bg-orange-400 {
  background-color: #FA9B15;
}
.bg-orange-500 {
  background-color: #EA8C08;
}
.bg-orange-600 {
  background-color: #CA7804;
}
.bg-orange-700 {
  background-color: #A16207;
}
.bg-orange-800 {
  background-color: #854D0E;
}
.bg-orange-900 {
  background-color: #713F12;
}
.bg-orange-950 {
  background-color: #422006;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-black {
  background-color: #000000;
}
.bg-transparent {
  background-color: transparent;
}
.border-sand-500 {
  border-color: #8F8780;
}
.border-blue-500 {
  border-color: #6460F4;
}
.border-linen-500 {
  border-color: #C86847;
}
.border-red-500 {
  border-color: #EF4444;
}
.border-green-500 {
  border-color: #33CA1D;
}
.border-orange-500 {
  border-color: #EA8C08;
}
.border-white {
  border-color: #FFFFFF;
}
.border-black {
  border-color: #000000;
}
.border-content {
  border-color: var(--content-border-color);
}
.border-overlay-select {
  border-color: var(--overlay-select-border-color);
}
.border-overlay-popover {
  border-color: var(--overlay-popover-border-color);
}
.border-overlay-modal {
  border-color: var(--overlay-modal-border-color);
}
.radius-content {
  border-radius: var(--content-border-radius);
}
.radius-overlay-select {
  border-radius: var(--overlay-select-border-radius);
}
.radius-overlay-popover {
  border-radius: var(--overlay-popover-border-radius);
}
.radius-overlay-modal {
  border-radius: var(--overlay-modal-border-radius);
}
.shadow-none {
  box-shadow: none;
}
.shadow-xs {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-sm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.drop-shadow-sm {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}
.drop-shadow-md {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
.drop-shadow-lg {
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04));
}
.drop-shadow-xl {
  filter: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03));
}
.drop-shadow-2xl {
  filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}
.drop-shadow-none {
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
}
.shadow-card {
  box-shadow: var(--shadow-card, 0 4px 6px -1px rgba(0, 0, 0, 0.1));
}
.shadow-popover {
  box-shadow: var(--shadow-popover, 0 10px 15px -3px rgba(0, 0, 0, 0.1));
}
.shadow-modal {
  box-shadow: var(--shadow-modal, 0 25px 50px -12px rgba(0, 0, 0, 0.25));
}
.shadow-button {
  box-shadow: var(--shadow-button, 0 2px 4px rgba(0, 0, 0, 0.1));
}
.shadow-button-hover {
  box-shadow: var(--shadow-button-hover, 0 4px 8px rgba(0, 0, 0, 0.15));
}
.shadow-blue {
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.1), 0 2px 4px -2px rgba(59, 130, 246, 0.1);
}
.shadow-red {
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.1), 0 2px 4px -2px rgba(239, 68, 68, 0.1);
}
.shadow-green {
  box-shadow: 0 4px 6px -1px rgba(34, 197, 94, 0.1), 0 2px 4px -2px rgba(34, 197, 94, 0.1);
}
.shadow-orange {
  box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.1), 0 2px 4px -2px rgba(249, 115, 22, 0.1);
}
.shadow-sand {
  box-shadow: 0 4px 6px -1px rgba(120, 113, 108, 0.1), 0 2px 4px -2px rgba(120, 113, 108, 0.1);
}
.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.hover\:shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.hover\:shadow-none:hover {
  box-shadow: none;
}
.focus\:shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.focus\:shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.p-overlay-popover {
  padding: var(--overlay-popover-padding);
}
.p-overlay-modal {
  padding: var(--overlay-modal-padding);
}
.font-style-normal {
  font-style: var(--font-style-normal);
}
.font-style-italic {
  font-style: var(--font-style-italic);
}
.font-style-oblique {
  font-style: var(--font-style-oblique);
}
.font-style-inherit {
  font-style: var(--font-style-inherit);
}
.font-style-initial {
  font-style: var(--font-style-initial);
}
.font-style-unset {
  font-style: var(--font-style-unset);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-clip {
  overflow: clip;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-clip {
  overflow-y: clip;
}
.min-w-0 {
  min-width: 0;
}
.min-w-8 {
  min-width: var(--width-8);
}
.min-w-12 {
  min-width: var(--width-12);
}
.min-w-16 {
  min-width: var(--width-16);
}
.min-w-20 {
  min-width: var(--width-20);
}
.min-w-24 {
  min-width: var(--width-24);
}
.min-w-32 {
  min-width: var(--width-32);
}
.min-w-40 {
  min-width: var(--width-40);
}
.min-w-48 {
  min-width: var(--width-48);
}
.min-w-64 {
  min-width: var(--width-64);
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-80 {
  min-width: var(--width-80);
}
.min-w-84 {
  min-width: 21rem;
}
.min-w-88 {
  min-width: 22rem;
}
.min-w-92 {
  min-width: 23rem;
}
.min-w-96 {
  min-width: var(--width-96);
}
.min-w-120 {
  min-width: var(--width-120);
}
.min-w-third {
  min-width: 33.3333%;
}
.min-w-half {
  min-width: 50%;
}
.min-w-screen {
  min-width: 100vw;
}
.min-w-full {
  min-width: 100%;
}
.max-w-8 {
  max-width: var(--width-8);
}
.max-w-12 {
  max-width: var(--width-12);
}
.max-w-16 {
  max-width: var(--width-16);
}
.max-w-20 {
  max-width: var(--width-20);
}
.max-w-24 {
  max-width: var(--width-24);
}
.max-w-32 {
  max-width: var(--width-32);
}
.max-w-40 {
  max-width: var(--width-40);
}
.max-w-48 {
  max-width: var(--width-48);
}
.max-w-64 {
  max-width: var(--width-64);
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-80 {
  max-width: var(--width-80);
}
.max-w-84 {
  max-width: 21rem;
}
.max-w-88 {
  max-width: 22rem;
}
.max-w-92 {
  max-width: 23rem;
}
.max-w-96 {
  max-width: var(--width-96);
}
.max-w-120 {
  max-width: var(--width-120);
}
.max-w-third {
  max-width: 33.3333%;
}
.max-w-half {
  max-width: 50%;
}
.max-w-three-quarter {
  max-width: 75%;
}
.max-w-screen {
  max-width: 100vw;
}
.max-w-none {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.align-horizontal {
  display: flex;
  align-items: center;
}
.align-horizontal-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.align-horizontal-space-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-horizontal-vertical {
  display: flex;
  align-items: center;
}
.align-horizontal-vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.align-vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-space-between {
  display: flex;
  justify-content: space-between;
}
.center-bloc {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pointer {
  cursor: pointer;
}
.cursor-drag {
  cursor: move;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.align-left {
  display: flex;
  justify-content: flex-start;
}
.align-right {
  display: flex;
  justify-content: flex-end;
}
.align-center {
  display: flex;
  justify-content: center;
}
.position-absolute-left {
  position: absolute;
  left: 0;
}
.position-absolute-right {
  position: absolute;
  right: 0;
}
.position-absolute-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.left-0 {
  left: 0;
}
.left-2 {
  left: var(--margin-2);
}
.left-4 {
  left: var(--margin-4);
}
.left-8 {
  left: var(--margin-8);
}
.left-12 {
  left: var(--margin-12);
}
.left-16 {
  left: var(--margin-16);
}
.right-0 {
  right: 0;
}
.right-2 {
  right: var(--margin-2);
}
.right-4 {
  right: var(--margin-4);
}
.right-8 {
  right: var(--margin-8);
}
.right-12 {
  right: var(--margin-12);
}
.right-16 {
  right: var(--margin-16);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.text-align-left {
  text-align: left !important;
}
.text-align-right {
  text-align: right !important;
}
.text-align-center {
  text-align: center !important;
}
.flex {
  display: flex !important;
}
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.row {
  display: flex !important;
  flex-direction: row !important;
}
.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.column {
  display: flex;
  flex-direction: column;
}
.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-auto {
  flex: auto;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.h-table-container {
  height: calc(100vh - 300px);
  min-height: 400px;
  max-height: 800px;
}
@media (max-width: 768px) {
  .h-table-container {
    height: calc(100vh - 250px);
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .h-table-container {
    height: calc(100vh - 200px);
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .h-table-container {
    height: calc(100vh - 350px);
    max-height: 1000px;
  }
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.eot");
  src:
    url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons.woff2") format("woff2"),
    url("./media/primeicons.woff") format("woff"),
    url("./media/primeicons.ttf") format("truetype"),
    url("./media/primeicons.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/@phosphor-icons/web/src/regular/style.css */
@font-face {
  font-family: "Phosphor";
  src:
    url("./media/Phosphor.woff2") format("woff2"),
    url("./media/Phosphor.woff") format("woff"),
    url("./media/Phosphor.ttf") format("truetype"),
    url("./media/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph {
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph.ph-acorn:before {
  content: "\eb9a";
}
.ph.ph-address-book:before {
  content: "\e6f8";
}
.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph.ph-airplane:before {
  content: "\e002";
}
.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph.ph-airplane-landing:before {
  content: "\e502";
}
.ph.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph.ph-airplay:before {
  content: "\e004";
}
.ph.ph-alarm:before {
  content: "\e006";
}
.ph.ph-alien:before {
  content: "\e8a6";
}
.ph.ph-align-bottom:before {
  content: "\e506";
}
.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph.ph-align-left:before {
  content: "\e50e";
}
.ph.ph-align-left-simple:before {
  content: "\eaee";
}
.ph.ph-align-right:before {
  content: "\e510";
}
.ph.ph-align-right-simple:before {
  content: "\eb12";
}
.ph.ph-align-top:before {
  content: "\e512";
}
.ph.ph-align-top-simple:before {
  content: "\eb14";
}
.ph.ph-amazon-logo:before {
  content: "\e96c";
}
.ph.ph-ambulance:before {
  content: "\e572";
}
.ph.ph-anchor:before {
  content: "\e514";
}
.ph.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph.ph-android-logo:before {
  content: "\e008";
}
.ph.ph-angle:before {
  content: "\e7bc";
}
.ph.ph-angular-logo:before {
  content: "\eb80";
}
.ph.ph-aperture:before {
  content: "\e00a";
}
.ph.ph-app-store-logo:before {
  content: "\e974";
}
.ph.ph-app-window:before {
  content: "\e5da";
}
.ph.ph-apple-logo:before {
  content: "\e516";
}
.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph.ph-approximate-equals:before {
  content: "\edaa";
}
.ph.ph-archive:before {
  content: "\e00c";
}
.ph.ph-armchair:before {
  content: "\e012";
}
.ph.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph.ph-arrow-down:before {
  content: "\e03e";
}
.ph.ph-arrow-down-left:before {
  content: "\e040";
}
.ph.ph-arrow-down-right:before {
  content: "\e042";
}
.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph.ph-arrow-left:before {
  content: "\e058";
}
.ph.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph.ph-arrow-line-left:before {
  content: "\e062";
}
.ph.ph-arrow-line-right:before {
  content: "\e064";
}
.ph.ph-arrow-line-up:before {
  content: "\e066";
}
.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph.ph-arrow-right:before {
  content: "\e06c";
}
.ph.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph.ph-arrow-square-left:before {
  content: "\e074";
}
.ph.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph.ph-arrow-square-right:before {
  content: "\e076";
}
.ph.ph-arrow-square-up:before {
  content: "\e078";
}
.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph.ph-arrow-up:before {
  content: "\e08e";
}
.ph.ph-arrow-up-left:before {
  content: "\e090";
}
.ph.ph-arrow-up-right:before {
  content: "\e092";
}
.ph.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph.ph-arrows-down-up:before {
  content: "\e098";
}
.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph.ph-arrows-in:before {
  content: "\e09a";
}
.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph.ph-arrows-out:before {
  content: "\e0a2";
}
.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph.ph-arrows-split:before {
  content: "\ed3c";
}
.ph.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph.ph-article:before {
  content: "\e0a8";
}
.ph.ph-article-medium:before {
  content: "\e5e0";
}
.ph.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph.ph-asclepius:before {
  content: "\ee34";
}
.ph.ph-caduceus:before {
  content: "\ee34";
}
.ph.ph-asterisk:before {
  content: "\e0aa";
}
.ph.ph-asterisk-simple:before {
  content: "\e832";
}
.ph.ph-at:before {
  content: "\e0ac";
}
.ph.ph-atom:before {
  content: "\e5e4";
}
.ph.ph-avocado:before {
  content: "\ee04";
}
.ph.ph-axe:before {
  content: "\e9fc";
}
.ph.ph-baby:before {
  content: "\e774";
}
.ph.ph-baby-carriage:before {
  content: "\e818";
}
.ph.ph-backpack:before {
  content: "\e922";
}
.ph.ph-backspace:before {
  content: "\e0ae";
}
.ph.ph-bag:before {
  content: "\e0b0";
}
.ph.ph-bag-simple:before {
  content: "\e5e6";
}
.ph.ph-balloon:before {
  content: "\e76c";
}
.ph.ph-bandaids:before {
  content: "\e0b2";
}
.ph.ph-bank:before {
  content: "\e0b4";
}
.ph.ph-barbell:before {
  content: "\e0b6";
}
.ph.ph-barcode:before {
  content: "\e0b8";
}
.ph.ph-barn:before {
  content: "\ec72";
}
.ph.ph-barricade:before {
  content: "\e948";
}
.ph.ph-baseball:before {
  content: "\e71a";
}
.ph.ph-baseball-cap:before {
  content: "\ea28";
}
.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph.ph-basket:before {
  content: "\e964";
}
.ph.ph-basketball:before {
  content: "\e724";
}
.ph.ph-bathtub:before {
  content: "\e81e";
}
.ph.ph-battery-charging:before {
  content: "\e0ba";
}
.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph.ph-battery-empty:before {
  content: "\e0be";
}
.ph.ph-battery-full:before {
  content: "\e0c0";
}
.ph.ph-battery-high:before {
  content: "\e0c2";
}
.ph.ph-battery-low:before {
  content: "\e0c4";
}
.ph.ph-battery-medium:before {
  content: "\e0c6";
}
.ph.ph-battery-plus:before {
  content: "\e808";
}
.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph.ph-battery-warning:before {
  content: "\e0c8";
}
.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph.ph-beach-ball:before {
  content: "\ed24";
}
.ph.ph-beanie:before {
  content: "\ea2a";
}
.ph.ph-bed:before {
  content: "\e0cc";
}
.ph.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph.ph-beer-stein:before {
  content: "\eb62";
}
.ph.ph-behance-logo:before {
  content: "\e7f4";
}
.ph.ph-bell:before {
  content: "\e0ce";
}
.ph.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph.ph-bell-simple:before {
  content: "\e0d0";
}
.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph.ph-bell-slash:before {
  content: "\e0d4";
}
.ph.ph-bell-z:before {
  content: "\e5ee";
}
.ph.ph-belt:before {
  content: "\ea2c";
}
.ph.ph-bezier-curve:before {
  content: "\eb00";
}
.ph.ph-bicycle:before {
  content: "\e0d6";
}
.ph.ph-binary:before {
  content: "\ee60";
}
.ph.ph-binoculars:before {
  content: "\ea64";
}
.ph.ph-biohazard:before {
  content: "\e9e0";
}
.ph.ph-bird:before {
  content: "\e72c";
}
.ph.ph-blueprint:before {
  content: "\eda0";
}
.ph.ph-bluetooth:before {
  content: "\e0da";
}
.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph.ph-boat:before {
  content: "\e786";
}
.ph.ph-bomb:before {
  content: "\ee0a";
}
.ph.ph-bone:before {
  content: "\e7f2";
}
.ph.ph-book:before {
  content: "\e0e2";
}
.ph.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph.ph-book-open:before {
  content: "\e0e6";
}
.ph.ph-book-open-text:before {
  content: "\e8f2";
}
.ph.ph-book-open-user:before {
  content: "\ede0";
}
.ph.ph-bookmark:before {
  content: "\e0e8";
}
.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph.ph-bookmarks:before {
  content: "\e0ec";
}
.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph.ph-books:before {
  content: "\e758";
}
.ph.ph-boot:before {
  content: "\ecca";
}
.ph.ph-boules:before {
  content: "\e722";
}
.ph.ph-bounding-box:before {
  content: "\e6ce";
}
.ph.ph-bowl-food:before {
  content: "\eaa4";
}
.ph.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph.ph-bowling-ball:before {
  content: "\ea34";
}
.ph.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph.ph-archive-box:before {
  content: "\e00e";
}
.ph.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph.ph-boxing-glove:before {
  content: "\ea36";
}
.ph.ph-brackets-angle:before {
  content: "\e862";
}
.ph.ph-brackets-curly:before {
  content: "\e860";
}
.ph.ph-brackets-round:before {
  content: "\e864";
}
.ph.ph-brackets-square:before {
  content: "\e85e";
}
.ph.ph-brain:before {
  content: "\e74e";
}
.ph.ph-brandy:before {
  content: "\e6b4";
}
.ph.ph-bread:before {
  content: "\e81c";
}
.ph.ph-bridge:before {
  content: "\ea68";
}
.ph.ph-briefcase:before {
  content: "\e0ee";
}
.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph.ph-broadcast:before {
  content: "\e0f2";
}
.ph.ph-broom:before {
  content: "\ec54";
}
.ph.ph-browser:before {
  content: "\e0f4";
}
.ph.ph-browsers:before {
  content: "\e0f6";
}
.ph.ph-bug:before {
  content: "\e5f4";
}
.ph.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph.ph-bug-droid:before {
  content: "\e5f8";
}
.ph.ph-building:before {
  content: "\e100";
}
.ph.ph-building-apartment:before {
  content: "\e0fe";
}
.ph.ph-building-office:before {
  content: "\e0ff";
}
.ph.ph-buildings:before {
  content: "\e102";
}
.ph.ph-bulldozer:before {
  content: "\ec6c";
}
.ph.ph-bus:before {
  content: "\e106";
}
.ph.ph-butterfly:before {
  content: "\ea6e";
}
.ph.ph-cable-car:before {
  content: "\e49c";
}
.ph.ph-cactus:before {
  content: "\e918";
}
.ph.ph-cake:before {
  content: "\e780";
}
.ph.ph-calculator:before {
  content: "\e538";
}
.ph.ph-calendar:before {
  content: "\e108";
}
.ph.ph-calendar-blank:before {
  content: "\e10a";
}
.ph.ph-calendar-check:before {
  content: "\e712";
}
.ph.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph.ph-calendar-minus:before {
  content: "\ea14";
}
.ph.ph-calendar-plus:before {
  content: "\e714";
}
.ph.ph-calendar-slash:before {
  content: "\ea12";
}
.ph.ph-calendar-star:before {
  content: "\e8b2";
}
.ph.ph-calendar-x:before {
  content: "\e10c";
}
.ph.ph-call-bell:before {
  content: "\e7de";
}
.ph.ph-camera:before {
  content: "\e10e";
}
.ph.ph-camera-plus:before {
  content: "\ec58";
}
.ph.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph.ph-camera-slash:before {
  content: "\e110";
}
.ph.ph-campfire:before {
  content: "\e9d8";
}
.ph.ph-car:before {
  content: "\e112";
}
.ph.ph-car-battery:before {
  content: "\ee30";
}
.ph.ph-car-profile:before {
  content: "\e8cc";
}
.ph.ph-car-simple:before {
  content: "\e114";
}
.ph.ph-cardholder:before {
  content: "\e5fa";
}
.ph.ph-cards:before {
  content: "\e0f8";
}
.ph.ph-cards-three:before {
  content: "\ee50";
}
.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph.ph-caret-circle-left:before {
  content: "\e120";
}
.ph.ph-caret-circle-right:before {
  content: "\e122";
}
.ph.ph-caret-circle-up:before {
  content: "\e124";
}
.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph.ph-caret-double-down:before {
  content: "\e126";
}
.ph.ph-caret-double-left:before {
  content: "\e128";
}
.ph.ph-caret-double-right:before {
  content: "\e12a";
}
.ph.ph-caret-double-up:before {
  content: "\e12c";
}
.ph.ph-caret-down:before {
  content: "\e136";
}
.ph.ph-caret-left:before {
  content: "\e138";
}
.ph.ph-caret-line-down:before {
  content: "\e134";
}
.ph.ph-caret-line-left:before {
  content: "\e132";
}
.ph.ph-caret-line-right:before {
  content: "\e130";
}
.ph.ph-caret-line-up:before {
  content: "\e12e";
}
.ph.ph-caret-right:before {
  content: "\e13a";
}
.ph.ph-caret-up:before {
  content: "\e13c";
}
.ph.ph-caret-up-down:before {
  content: "\e140";
}
.ph.ph-carrot:before {
  content: "\ed38";
}
.ph.ph-cash-register:before {
  content: "\ed80";
}
.ph.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph.ph-castle-turret:before {
  content: "\e9d0";
}
.ph.ph-cat:before {
  content: "\e748";
}
.ph.ph-cell-signal-full:before {
  content: "\e142";
}
.ph.ph-cell-signal-high:before {
  content: "\e144";
}
.ph.ph-cell-signal-low:before {
  content: "\e146";
}
.ph.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph.ph-cell-tower:before {
  content: "\ebaa";
}
.ph.ph-certificate:before {
  content: "\e766";
}
.ph.ph-chair:before {
  content: "\e950";
}
.ph.ph-chalkboard:before {
  content: "\e5fc";
}
.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph.ph-champagne:before {
  content: "\eaca";
}
.ph.ph-charging-station:before {
  content: "\e8d0";
}
.ph.ph-chart-bar:before {
  content: "\e150";
}
.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph.ph-chart-donut:before {
  content: "\eaa6";
}
.ph.ph-chart-line:before {
  content: "\e154";
}
.ph.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph.ph-chart-line-up:before {
  content: "\e156";
}
.ph.ph-chart-pie:before {
  content: "\e158";
}
.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph.ph-chart-polar:before {
  content: "\eaa8";
}
.ph.ph-chart-scatter:before {
  content: "\eaac";
}
.ph.ph-chat:before {
  content: "\e15c";
}
.ph.ph-chat-centered:before {
  content: "\e160";
}
.ph.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph.ph-chat-centered-text:before {
  content: "\e166";
}
.ph.ph-chat-circle:before {
  content: "\e168";
}
.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph.ph-chat-dots:before {
  content: "\e170";
}
.ph.ph-chat-slash:before {
  content: "\e15e";
}
.ph.ph-chat-teardrop:before {
  content: "\e172";
}
.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph.ph-chat-text:before {
  content: "\e17a";
}
.ph.ph-chats:before {
  content: "\e17c";
}
.ph.ph-chats-circle:before {
  content: "\e17e";
}
.ph.ph-chats-teardrop:before {
  content: "\e180";
}
.ph.ph-check:before {
  content: "\e182";
}
.ph.ph-check-circle:before {
  content: "\e184";
}
.ph.ph-check-fat:before {
  content: "\eba6";
}
.ph.ph-check-square:before {
  content: "\e186";
}
.ph.ph-check-square-offset:before {
  content: "\e188";
}
.ph.ph-checkerboard:before {
  content: "\e8c4";
}
.ph.ph-checks:before {
  content: "\e53a";
}
.ph.ph-cheers:before {
  content: "\ea4a";
}
.ph.ph-cheese:before {
  content: "\e9fe";
}
.ph.ph-chef-hat:before {
  content: "\ed8e";
}
.ph.ph-cherries:before {
  content: "\e830";
}
.ph.ph-church:before {
  content: "\ecea";
}
.ph.ph-cigarette:before {
  content: "\ed90";
}
.ph.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph.ph-circle:before {
  content: "\e18a";
}
.ph.ph-circle-dashed:before {
  content: "\e602";
}
.ph.ph-circle-half:before {
  content: "\e18c";
}
.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph.ph-circle-notch:before {
  content: "\eb44";
}
.ph.ph-circles-four:before {
  content: "\e190";
}
.ph.ph-circles-three:before {
  content: "\e192";
}
.ph.ph-circles-three-plus:before {
  content: "\e194";
}
.ph.ph-circuitry:before {
  content: "\e9c2";
}
.ph.ph-city:before {
  content: "\ea6a";
}
.ph.ph-clipboard:before {
  content: "\e196";
}
.ph.ph-clipboard-text:before {
  content: "\e198";
}
.ph.ph-clock:before {
  content: "\e19a";
}
.ph.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph.ph-clock-user:before {
  content: "\edec";
}
.ph.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph.ph-cloud:before {
  content: "\e1aa";
}
.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph.ph-cloud-check:before {
  content: "\e1b0";
}
.ph.ph-cloud-fog:before {
  content: "\e53c";
}
.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph.ph-cloud-moon:before {
  content: "\e53e";
}
.ph.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph.ph-cloud-sun:before {
  content: "\e540";
}
.ph.ph-cloud-warning:before {
  content: "\ea98";
}
.ph.ph-cloud-x:before {
  content: "\ea96";
}
.ph.ph-clover:before {
  content: "\edc8";
}
.ph.ph-club:before {
  content: "\e1ba";
}
.ph.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph.ph-coda-logo:before {
  content: "\e7ce";
}
.ph.ph-code:before {
  content: "\e1bc";
}
.ph.ph-code-block:before {
  content: "\eafe";
}
.ph.ph-code-simple:before {
  content: "\e1be";
}
.ph.ph-codepen-logo:before {
  content: "\e978";
}
.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph.ph-coffee:before {
  content: "\e1c2";
}
.ph.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph.ph-coin:before {
  content: "\e60e";
}
.ph.ph-coin-vertical:before {
  content: "\eb48";
}
.ph.ph-coins:before {
  content: "\e78e";
}
.ph.ph-columns:before {
  content: "\e546";
}
.ph.ph-columns-plus-left:before {
  content: "\e544";
}
.ph.ph-columns-plus-right:before {
  content: "\e542";
}
.ph.ph-command:before {
  content: "\e1c4";
}
.ph.ph-compass:before {
  content: "\e1c8";
}
.ph.ph-compass-rose:before {
  content: "\e1c6";
}
.ph.ph-compass-tool:before {
  content: "\ea0e";
}
.ph.ph-computer-tower:before {
  content: "\e548";
}
.ph.ph-confetti:before {
  content: "\e81a";
}
.ph.ph-contactless-payment:before {
  content: "\ed42";
}
.ph.ph-control:before {
  content: "\eca6";
}
.ph.ph-cookie:before {
  content: "\e6ca";
}
.ph.ph-cooking-pot:before {
  content: "\e764";
}
.ph.ph-copy:before {
  content: "\e1ca";
}
.ph.ph-copy-simple:before {
  content: "\e1cc";
}
.ph.ph-copyleft:before {
  content: "\e86a";
}
.ph.ph-copyright:before {
  content: "\e54a";
}
.ph.ph-corners-in:before {
  content: "\e1ce";
}
.ph.ph-corners-out:before {
  content: "\e1d0";
}
.ph.ph-couch:before {
  content: "\e7f6";
}
.ph.ph-court-basketball:before {
  content: "\ee36";
}
.ph.ph-cow:before {
  content: "\eabe";
}
.ph.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph.ph-cpu:before {
  content: "\e610";
}
.ph.ph-crane:before {
  content: "\ed48";
}
.ph.ph-crane-tower:before {
  content: "\ed49";
}
.ph.ph-credit-card:before {
  content: "\e1d2";
}
.ph.ph-cricket:before {
  content: "\ee12";
}
.ph.ph-crop:before {
  content: "\e1d4";
}
.ph.ph-cross:before {
  content: "\e8a0";
}
.ph.ph-crosshair:before {
  content: "\e1d6";
}
.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph.ph-crown:before {
  content: "\e614";
}
.ph.ph-crown-cross:before {
  content: "\ee5e";
}
.ph.ph-crown-simple:before {
  content: "\e616";
}
.ph.ph-cube:before {
  content: "\e1da";
}
.ph.ph-cube-focus:before {
  content: "\ed0a";
}
.ph.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph.ph-currency-btc:before {
  content: "\e618";
}
.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph.ph-currency-cny:before {
  content: "\e54e";
}
.ph.ph-currency-dollar:before {
  content: "\e550";
}
.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph.ph-currency-eth:before {
  content: "\eada";
}
.ph.ph-currency-eur:before {
  content: "\e554";
}
.ph.ph-currency-gbp:before {
  content: "\e556";
}
.ph.ph-currency-inr:before {
  content: "\e558";
}
.ph.ph-currency-jpy:before {
  content: "\e55a";
}
.ph.ph-currency-krw:before {
  content: "\e55c";
}
.ph.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph.ph-currency-ngn:before {
  content: "\eb52";
}
.ph.ph-currency-rub:before {
  content: "\e55e";
}
.ph.ph-cursor:before {
  content: "\e1dc";
}
.ph.ph-cursor-click:before {
  content: "\e7c8";
}
.ph.ph-cursor-text:before {
  content: "\e7d8";
}
.ph.ph-cylinder:before {
  content: "\e8fc";
}
.ph.ph-database:before {
  content: "\e1de";
}
.ph.ph-desk:before {
  content: "\ed16";
}
.ph.ph-desktop:before {
  content: "\e560";
}
.ph.ph-desktop-tower:before {
  content: "\e562";
}
.ph.ph-detective:before {
  content: "\e83e";
}
.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph.ph-device-mobile:before {
  content: "\e1e0";
}
.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph.ph-device-rotate:before {
  content: "\edf2";
}
.ph.ph-device-tablet:before {
  content: "\e1e6";
}
.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph.ph-devices:before {
  content: "\eba4";
}
.ph.ph-diamond:before {
  content: "\e1ec";
}
.ph.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph.ph-dice-five:before {
  content: "\e1ee";
}
.ph.ph-dice-four:before {
  content: "\e1f0";
}
.ph.ph-dice-one:before {
  content: "\e1f2";
}
.ph.ph-dice-six:before {
  content: "\e1f4";
}
.ph.ph-dice-three:before {
  content: "\e1f6";
}
.ph.ph-dice-two:before {
  content: "\e1f8";
}
.ph.ph-disc:before {
  content: "\e564";
}
.ph.ph-disco-ball:before {
  content: "\ed98";
}
.ph.ph-discord-logo:before {
  content: "\e61a";
}
.ph.ph-divide:before {
  content: "\e1fa";
}
.ph.ph-dna:before {
  content: "\e924";
}
.ph.ph-dog:before {
  content: "\e74a";
}
.ph.ph-door:before {
  content: "\e61c";
}
.ph.ph-door-open:before {
  content: "\e7e6";
}
.ph.ph-dot:before {
  content: "\ecde";
}
.ph.ph-dot-outline:before {
  content: "\ece0";
}
.ph.ph-dots-nine:before {
  content: "\e1fc";
}
.ph.ph-dots-six:before {
  content: "\e794";
}
.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph.ph-dots-three:before {
  content: "\e1fe";
}
.ph.ph-dots-three-circle:before {
  content: "\e200";
}
.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph.ph-dots-three-outline:before {
  content: "\e204";
}
.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph.ph-download:before {
  content: "\e20a";
}
.ph.ph-download-simple:before {
  content: "\e20c";
}
.ph.ph-dress:before {
  content: "\ea7e";
}
.ph.ph-dresser:before {
  content: "\e94e";
}
.ph.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph.ph-drone:before {
  content: "\ed74";
}
.ph.ph-drop:before {
  content: "\e210";
}
.ph.ph-drop-half:before {
  content: "\e566";
}
.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph.ph-drop-simple:before {
  content: "\ee32";
}
.ph.ph-drop-slash:before {
  content: "\e954";
}
.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph.ph-ear:before {
  content: "\e70c";
}
.ph.ph-ear-slash:before {
  content: "\e70e";
}
.ph.ph-egg:before {
  content: "\e812";
}
.ph.ph-egg-crack:before {
  content: "\eb64";
}
.ph.ph-eject:before {
  content: "\e212";
}
.ph.ph-eject-simple:before {
  content: "\e6ae";
}
.ph.ph-elevator:before {
  content: "\ecc0";
}
.ph.ph-empty:before {
  content: "\edbc";
}
.ph.ph-engine:before {
  content: "\ea80";
}
.ph.ph-envelope:before {
  content: "\e214";
}
.ph.ph-envelope-open:before {
  content: "\e216";
}
.ph.ph-envelope-simple:before {
  content: "\e218";
}
.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph.ph-equalizer:before {
  content: "\ebbc";
}
.ph.ph-equals:before {
  content: "\e21c";
}
.ph.ph-eraser:before {
  content: "\e21e";
}
.ph.ph-escalator-down:before {
  content: "\ecba";
}
.ph.ph-escalator-up:before {
  content: "\ecbc";
}
.ph.ph-exam:before {
  content: "\e742";
}
.ph.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph.ph-exclude:before {
  content: "\e882";
}
.ph.ph-exclude-square:before {
  content: "\e880";
}
.ph.ph-export:before {
  content: "\eaf0";
}
.ph.ph-eye:before {
  content: "\e220";
}
.ph.ph-eye-closed:before {
  content: "\e222";
}
.ph.ph-eye-slash:before {
  content: "\e224";
}
.ph.ph-eyedropper:before {
  content: "\e568";
}
.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph.ph-eyes:before {
  content: "\ee5c";
}
.ph.ph-face-mask:before {
  content: "\e56a";
}
.ph.ph-facebook-logo:before {
  content: "\e226";
}
.ph.ph-factory:before {
  content: "\e760";
}
.ph.ph-faders:before {
  content: "\e228";
}
.ph.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph.ph-fan:before {
  content: "\e9f2";
}
.ph.ph-farm:before {
  content: "\ec70";
}
.ph.ph-fast-forward:before {
  content: "\e6a6";
}
.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph.ph-feather:before {
  content: "\e9c0";
}
.ph.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph.ph-figma-logo:before {
  content: "\e22e";
}
.ph.ph-file:before {
  content: "\e230";
}
.ph.ph-file-archive:before {
  content: "\eb2a";
}
.ph.ph-file-arrow-down:before {
  content: "\e232";
}
.ph.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph.ph-file-audio:before {
  content: "\ea20";
}
.ph.ph-file-c:before {
  content: "\eb32";
}
.ph.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph.ph-file-cloud:before {
  content: "\e95e";
}
.ph.ph-file-code:before {
  content: "\e914";
}
.ph.ph-file-cpp:before {
  content: "\eb2e";
}
.ph.ph-file-css:before {
  content: "\eb34";
}
.ph.ph-file-csv:before {
  content: "\eb1c";
}
.ph.ph-file-dashed:before {
  content: "\e704";
}
.ph.ph-file-dotted:before {
  content: "\e704";
}
.ph.ph-file-doc:before {
  content: "\eb1e";
}
.ph.ph-file-html:before {
  content: "\eb38";
}
.ph.ph-file-image:before {
  content: "\ea24";
}
.ph.ph-file-ini:before {
  content: "\eb33";
}
.ph.ph-file-jpg:before {
  content: "\eb1a";
}
.ph.ph-file-js:before {
  content: "\eb24";
}
.ph.ph-file-jsx:before {
  content: "\eb3a";
}
.ph.ph-file-lock:before {
  content: "\e95c";
}
.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph.ph-file-search:before {
  content: "\e238";
}
.ph.ph-file-md:before {
  content: "\ed50";
}
.ph.ph-file-minus:before {
  content: "\e234";
}
.ph.ph-file-pdf:before {
  content: "\e702";
}
.ph.ph-file-plus:before {
  content: "\e236";
}
.ph.ph-file-png:before {
  content: "\eb18";
}
.ph.ph-file-ppt:before {
  content: "\eb20";
}
.ph.ph-file-py:before {
  content: "\eb2c";
}
.ph.ph-file-rs:before {
  content: "\eb28";
}
.ph.ph-file-sql:before {
  content: "\ed4e";
}
.ph.ph-file-svg:before {
  content: "\ed08";
}
.ph.ph-file-text:before {
  content: "\e23a";
}
.ph.ph-file-ts:before {
  content: "\eb26";
}
.ph.ph-file-tsx:before {
  content: "\eb3c";
}
.ph.ph-file-txt:before {
  content: "\eb35";
}
.ph.ph-file-video:before {
  content: "\ea22";
}
.ph.ph-file-vue:before {
  content: "\eb3e";
}
.ph.ph-file-x:before {
  content: "\e23c";
}
.ph.ph-file-xls:before {
  content: "\eb22";
}
.ph.ph-file-zip:before {
  content: "\e958";
}
.ph.ph-files:before {
  content: "\e710";
}
.ph.ph-film-reel:before {
  content: "\e8c0";
}
.ph.ph-film-script:before {
  content: "\eb50";
}
.ph.ph-film-slate:before {
  content: "\e8c2";
}
.ph.ph-film-strip:before {
  content: "\e792";
}
.ph.ph-fingerprint:before {
  content: "\e23e";
}
.ph.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph.ph-finn-the-human:before {
  content: "\e56c";
}
.ph.ph-fire:before {
  content: "\e242";
}
.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph.ph-fire-simple:before {
  content: "\e620";
}
.ph.ph-fire-truck:before {
  content: "\e574";
}
.ph.ph-first-aid:before {
  content: "\e56e";
}
.ph.ph-first-aid-kit:before {
  content: "\e570";
}
.ph.ph-fish:before {
  content: "\e728";
}
.ph.ph-fish-simple:before {
  content: "\e72a";
}
.ph.ph-flag:before {
  content: "\e244";
}
.ph.ph-flag-banner:before {
  content: "\e622";
}
.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph.ph-flag-checkered:before {
  content: "\ea38";
}
.ph.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph.ph-flame:before {
  content: "\e624";
}
.ph.ph-flashlight:before {
  content: "\e246";
}
.ph.ph-flask:before {
  content: "\e79e";
}
.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph.ph-floppy-disk:before {
  content: "\e248";
}
.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph.ph-flower:before {
  content: "\e75e";
}
.ph.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph.ph-flower-tulip:before {
  content: "\eacc";
}
.ph.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph.ph-folder:before {
  content: "\e24a";
}
.ph.ph-folder-notch:before {
  content: "\e24a";
}
.ph.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph.ph-folder-lock:before {
  content: "\ea3c";
}
.ph.ph-folder-minus:before {
  content: "\e254";
}
.ph.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph.ph-folder-open:before {
  content: "\e256";
}
.ph.ph-folder-notch-open:before {
  content: "\e256";
}
.ph.ph-folder-plus:before {
  content: "\e258";
}
.ph.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph.ph-folder-simple:before {
  content: "\e25a";
}
.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph.ph-folder-star:before {
  content: "\ea86";
}
.ph.ph-folder-user:before {
  content: "\eb46";
}
.ph.ph-folders:before {
  content: "\e260";
}
.ph.ph-football:before {
  content: "\e718";
}
.ph.ph-football-helmet:before {
  content: "\ee4c";
}
.ph.ph-footprints:before {
  content: "\ea88";
}
.ph.ph-fork-knife:before {
  content: "\e262";
}
.ph.ph-four-k:before {
  content: "\ea5c";
}
.ph.ph-frame-corners:before {
  content: "\e626";
}
.ph.ph-framer-logo:before {
  content: "\e264";
}
.ph.ph-function:before {
  content: "\ebe4";
}
.ph.ph-funnel:before {
  content: "\e266";
}
.ph.ph-funnel-simple:before {
  content: "\e268";
}
.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph.ph-funnel-x:before {
  content: "\e26c";
}
.ph.ph-game-controller:before {
  content: "\e26e";
}
.ph.ph-garage:before {
  content: "\ecd6";
}
.ph.ph-gas-can:before {
  content: "\e8ce";
}
.ph.ph-gas-pump:before {
  content: "\e768";
}
.ph.ph-gauge:before {
  content: "\e628";
}
.ph.ph-gavel:before {
  content: "\ea32";
}
.ph.ph-gear:before {
  content: "\e270";
}
.ph.ph-gear-fine:before {
  content: "\e87c";
}
.ph.ph-gear-six:before {
  content: "\e272";
}
.ph.ph-gender-female:before {
  content: "\e6e0";
}
.ph.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph.ph-gender-male:before {
  content: "\e6e2";
}
.ph.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph.ph-ghost:before {
  content: "\e62a";
}
.ph.ph-gif:before {
  content: "\e274";
}
.ph.ph-gift:before {
  content: "\e276";
}
.ph.ph-git-branch:before {
  content: "\e278";
}
.ph.ph-git-commit:before {
  content: "\e27a";
}
.ph.ph-git-diff:before {
  content: "\e27c";
}
.ph.ph-git-fork:before {
  content: "\e27e";
}
.ph.ph-git-merge:before {
  content: "\e280";
}
.ph.ph-git-pull-request:before {
  content: "\e282";
}
.ph.ph-github-logo:before {
  content: "\e576";
}
.ph.ph-gitlab-logo:before {
  content: "\e694";
}
.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph.ph-globe:before {
  content: "\e288";
}
.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph.ph-globe-simple:before {
  content: "\e28e";
}
.ph.ph-globe-simple-x:before {
  content: "\e284";
}
.ph.ph-globe-stand:before {
  content: "\e290";
}
.ph.ph-globe-x:before {
  content: "\e286";
}
.ph.ph-goggles:before {
  content: "\ecb4";
}
.ph.ph-golf:before {
  content: "\ea3e";
}
.ph.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph.ph-google-logo:before {
  content: "\e292";
}
.ph.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph.ph-google-play-logo:before {
  content: "\e294";
}
.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph.ph-gps:before {
  content: "\edd8";
}
.ph.ph-gps-fix:before {
  content: "\edd6";
}
.ph.ph-gps-slash:before {
  content: "\edd4";
}
.ph.ph-gradient:before {
  content: "\eb42";
}
.ph.ph-graduation-cap:before {
  content: "\e62c";
}
.ph.ph-grains:before {
  content: "\ec68";
}
.ph.ph-grains-slash:before {
  content: "\ec6a";
}
.ph.ph-graph:before {
  content: "\eb58";
}
.ph.ph-graphics-card:before {
  content: "\e612";
}
.ph.ph-greater-than:before {
  content: "\edc4";
}
.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph.ph-grid-four:before {
  content: "\e296";
}
.ph.ph-grid-nine:before {
  content: "\ec8c";
}
.ph.ph-guitar:before {
  content: "\ea8a";
}
.ph.ph-hair-dryer:before {
  content: "\ea66";
}
.ph.ph-hamburger:before {
  content: "\e790";
}
.ph.ph-hammer:before {
  content: "\e80e";
}
.ph.ph-hand:before {
  content: "\e298";
}
.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph.ph-hand-coins:before {
  content: "\ea8c";
}
.ph.ph-hand-deposit:before {
  content: "\ee82";
}
.ph.ph-hand-eye:before {
  content: "\ea4c";
}
.ph.ph-hand-fist:before {
  content: "\e57a";
}
.ph.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph.ph-hand-heart:before {
  content: "\e810";
}
.ph.ph-hand-palm:before {
  content: "\e57e";
}
.ph.ph-hand-peace:before {
  content: "\e7cc";
}
.ph.ph-hand-pointing:before {
  content: "\e29a";
}
.ph.ph-hand-soap:before {
  content: "\e630";
}
.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph.ph-hand-tap:before {
  content: "\ec90";
}
.ph.ph-hand-waving:before {
  content: "\e580";
}
.ph.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph.ph-handbag:before {
  content: "\e29c";
}
.ph.ph-handbag-simple:before {
  content: "\e62e";
}
.ph.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph.ph-hands-praying:before {
  content: "\ecc8";
}
.ph.ph-handshake:before {
  content: "\e582";
}
.ph.ph-hard-drive:before {
  content: "\e29e";
}
.ph.ph-hard-drives:before {
  content: "\e2a0";
}
.ph.ph-hard-hat:before {
  content: "\ed46";
}
.ph.ph-hash:before {
  content: "\e2a2";
}
.ph.ph-hash-straight:before {
  content: "\e2a4";
}
.ph.ph-head-circuit:before {
  content: "\e7d4";
}
.ph.ph-headlights:before {
  content: "\e6fe";
}
.ph.ph-headphones:before {
  content: "\e2a6";
}
.ph.ph-headset:before {
  content: "\e584";
}
.ph.ph-heart:before {
  content: "\e2a8";
}
.ph.ph-heart-break:before {
  content: "\ebe8";
}
.ph.ph-heart-half:before {
  content: "\ec48";
}
.ph.ph-heart-straight:before {
  content: "\e2aa";
}
.ph.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph.ph-heartbeat:before {
  content: "\e2ac";
}
.ph.ph-hexagon:before {
  content: "\e2ae";
}
.ph.ph-high-definition:before {
  content: "\ea8e";
}
.ph.ph-high-heel:before {
  content: "\e8e8";
}
.ph.ph-highlighter:before {
  content: "\ec76";
}
.ph.ph-highlighter-circle:before {
  content: "\e632";
}
.ph.ph-hockey:before {
  content: "\ec86";
}
.ph.ph-hoodie:before {
  content: "\ecd0";
}
.ph.ph-horse:before {
  content: "\e2b0";
}
.ph.ph-hospital:before {
  content: "\e844";
}
.ph.ph-hourglass:before {
  content: "\e2b2";
}
.ph.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph.ph-house:before {
  content: "\e2c2";
}
.ph.ph-house-line:before {
  content: "\e2c4";
}
.ph.ph-house-simple:before {
  content: "\e2c6";
}
.ph.ph-hurricane:before {
  content: "\e88e";
}
.ph.ph-ice-cream:before {
  content: "\e804";
}
.ph.ph-identification-badge:before {
  content: "\e6f6";
}
.ph.ph-identification-card:before {
  content: "\e2c8";
}
.ph.ph-image:before {
  content: "\e2ca";
}
.ph.ph-image-broken:before {
  content: "\e7a8";
}
.ph.ph-image-square:before {
  content: "\e2cc";
}
.ph.ph-images:before {
  content: "\e836";
}
.ph.ph-images-square:before {
  content: "\e834";
}
.ph.ph-infinity:before {
  content: "\e634";
}
.ph.ph-lemniscate:before {
  content: "\e634";
}
.ph.ph-info:before {
  content: "\e2ce";
}
.ph.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph.ph-intersect:before {
  content: "\e2d2";
}
.ph.ph-intersect-square:before {
  content: "\e87a";
}
.ph.ph-intersect-three:before {
  content: "\ecc4";
}
.ph.ph-intersection:before {
  content: "\edba";
}
.ph.ph-invoice:before {
  content: "\ee42";
}
.ph.ph-island:before {
  content: "\ee06";
}
.ph.ph-jar:before {
  content: "\e7e0";
}
.ph.ph-jar-label:before {
  content: "\e7e1";
}
.ph.ph-jeep:before {
  content: "\e2d4";
}
.ph.ph-joystick:before {
  content: "\ea5e";
}
.ph.ph-kanban:before {
  content: "\eb54";
}
.ph.ph-key:before {
  content: "\e2d6";
}
.ph.ph-key-return:before {
  content: "\e782";
}
.ph.ph-keyboard:before {
  content: "\e2d8";
}
.ph.ph-keyhole:before {
  content: "\ea78";
}
.ph.ph-knife:before {
  content: "\e636";
}
.ph.ph-ladder:before {
  content: "\e9e4";
}
.ph.ph-ladder-simple:before {
  content: "\ec26";
}
.ph.ph-lamp:before {
  content: "\e638";
}
.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph.ph-laptop:before {
  content: "\e586";
}
.ph.ph-lasso:before {
  content: "\edc6";
}
.ph.ph-lastfm-logo:before {
  content: "\e842";
}
.ph.ph-layout:before {
  content: "\e6d6";
}
.ph.ph-leaf:before {
  content: "\e2da";
}
.ph.ph-lectern:before {
  content: "\e95a";
}
.ph.ph-lego:before {
  content: "\e8c6";
}
.ph.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph.ph-less-than:before {
  content: "\edac";
}
.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph.ph-lifebuoy:before {
  content: "\e63a";
}
.ph.ph-lightbulb:before {
  content: "\e2dc";
}
.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph.ph-lighthouse:before {
  content: "\e9f6";
}
.ph.ph-lightning:before {
  content: "\e2de";
}
.ph.ph-lightning-a:before {
  content: "\ea84";
}
.ph.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph.ph-line-segment:before {
  content: "\e6d2";
}
.ph.ph-line-segments:before {
  content: "\e6d4";
}
.ph.ph-line-vertical:before {
  content: "\ed70";
}
.ph.ph-link:before {
  content: "\e2e2";
}
.ph.ph-link-break:before {
  content: "\e2e4";
}
.ph.ph-link-simple:before {
  content: "\e2e6";
}
.ph.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph.ph-linktree-logo:before {
  content: "\edee";
}
.ph.ph-linux-logo:before {
  content: "\eb02";
}
.ph.ph-list:before {
  content: "\e2f0";
}
.ph.ph-list-bullets:before {
  content: "\e2f2";
}
.ph.ph-list-checks:before {
  content: "\eadc";
}
.ph.ph-list-dashes:before {
  content: "\e2f4";
}
.ph.ph-list-heart:before {
  content: "\ebde";
}
.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph.ph-list-numbers:before {
  content: "\e2f6";
}
.ph.ph-list-plus:before {
  content: "\e2f8";
}
.ph.ph-list-star:before {
  content: "\ebdc";
}
.ph.ph-lock:before {
  content: "\e2fa";
}
.ph.ph-lock-key:before {
  content: "\e2fe";
}
.ph.ph-lock-key-open:before {
  content: "\e300";
}
.ph.ph-lock-laminated:before {
  content: "\e302";
}
.ph.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph.ph-lock-open:before {
  content: "\e306";
}
.ph.ph-lock-simple:before {
  content: "\e308";
}
.ph.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph.ph-lockers:before {
  content: "\ecb8";
}
.ph.ph-log:before {
  content: "\ed82";
}
.ph.ph-magic-wand:before {
  content: "\e6b6";
}
.ph.ph-magnet:before {
  content: "\e680";
}
.ph.ph-magnet-straight:before {
  content: "\e682";
}
.ph.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph.ph-mailbox:before {
  content: "\ec1e";
}
.ph.ph-map-pin:before {
  content: "\e316";
}
.ph.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph.ph-map-pin-line:before {
  content: "\e318";
}
.ph.ph-map-pin-plus:before {
  content: "\e314";
}
.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph.ph-map-trifold:before {
  content: "\e31a";
}
.ph.ph-markdown-logo:before {
  content: "\e508";
}
.ph.ph-marker-circle:before {
  content: "\e640";
}
.ph.ph-martini:before {
  content: "\e31c";
}
.ph.ph-mask-happy:before {
  content: "\e9f4";
}
.ph.ph-mask-sad:before {
  content: "\eb9e";
}
.ph.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph.ph-math-operations:before {
  content: "\e31e";
}
.ph.ph-matrix-logo:before {
  content: "\ed64";
}
.ph.ph-medal:before {
  content: "\e320";
}
.ph.ph-medal-military:before {
  content: "\ecfc";
}
.ph.ph-medium-logo:before {
  content: "\e322";
}
.ph.ph-megaphone:before {
  content: "\e324";
}
.ph.ph-megaphone-simple:before {
  content: "\e642";
}
.ph.ph-member-of:before {
  content: "\edc2";
}
.ph.ph-memory:before {
  content: "\e9c4";
}
.ph.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph.ph-meta-logo:before {
  content: "\ed02";
}
.ph.ph-meteor:before {
  content: "\e9ba";
}
.ph.ph-metronome:before {
  content: "\ec8e";
}
.ph.ph-microphone:before {
  content: "\e326";
}
.ph.ph-microphone-slash:before {
  content: "\e328";
}
.ph.ph-microphone-stage:before {
  content: "\e75c";
}
.ph.ph-microscope:before {
  content: "\ec7a";
}
.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph.ph-minus:before {
  content: "\e32a";
}
.ph.ph-minus-circle:before {
  content: "\e32c";
}
.ph.ph-minus-square:before {
  content: "\ed4c";
}
.ph.ph-money:before {
  content: "\e588";
}
.ph.ph-money-wavy:before {
  content: "\ee68";
}
.ph.ph-monitor:before {
  content: "\e32e";
}
.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph.ph-monitor-play:before {
  content: "\e58c";
}
.ph.ph-moon:before {
  content: "\e330";
}
.ph.ph-moon-stars:before {
  content: "\e58e";
}
.ph.ph-moped:before {
  content: "\e824";
}
.ph.ph-moped-front:before {
  content: "\e822";
}
.ph.ph-mosque:before {
  content: "\ecee";
}
.ph.ph-motorcycle:before {
  content: "\e80a";
}
.ph.ph-mountains:before {
  content: "\e7ae";
}
.ph.ph-mouse:before {
  content: "\e33a";
}
.ph.ph-mouse-left-click:before {
  content: "\e334";
}
.ph.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph.ph-mouse-right-click:before {
  content: "\e336";
}
.ph.ph-mouse-scroll:before {
  content: "\e332";
}
.ph.ph-mouse-simple:before {
  content: "\e644";
}
.ph.ph-music-note:before {
  content: "\e33c";
}
.ph.ph-music-note-simple:before {
  content: "\e33e";
}
.ph.ph-music-notes:before {
  content: "\e340";
}
.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph.ph-music-notes-simple:before {
  content: "\e342";
}
.ph.ph-navigation-arrow:before {
  content: "\eade";
}
.ph.ph-needle:before {
  content: "\e82e";
}
.ph.ph-network:before {
  content: "\edde";
}
.ph.ph-network-slash:before {
  content: "\eddc";
}
.ph.ph-network-x:before {
  content: "\edda";
}
.ph.ph-newspaper:before {
  content: "\e344";
}
.ph.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph.ph-not-equals:before {
  content: "\eda6";
}
.ph.ph-not-member-of:before {
  content: "\edae";
}
.ph.ph-not-subset-of:before {
  content: "\edb0";
}
.ph.ph-not-superset-of:before {
  content: "\edb2";
}
.ph.ph-notches:before {
  content: "\ed3a";
}
.ph.ph-note:before {
  content: "\e348";
}
.ph.ph-note-blank:before {
  content: "\e34a";
}
.ph.ph-note-pencil:before {
  content: "\e34c";
}
.ph.ph-notebook:before {
  content: "\e34e";
}
.ph.ph-notepad:before {
  content: "\e63e";
}
.ph.ph-notification:before {
  content: "\e6fa";
}
.ph.ph-notion-logo:before {
  content: "\e9a0";
}
.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph.ph-number-circle-eight:before {
  content: "\e352";
}
.ph.ph-number-circle-five:before {
  content: "\e358";
}
.ph.ph-number-circle-four:before {
  content: "\e35e";
}
.ph.ph-number-circle-nine:before {
  content: "\e364";
}
.ph.ph-number-circle-one:before {
  content: "\e36a";
}
.ph.ph-number-circle-seven:before {
  content: "\e370";
}
.ph.ph-number-circle-six:before {
  content: "\e376";
}
.ph.ph-number-circle-three:before {
  content: "\e37c";
}
.ph.ph-number-circle-two:before {
  content: "\e382";
}
.ph.ph-number-circle-zero:before {
  content: "\e388";
}
.ph.ph-number-eight:before {
  content: "\e350";
}
.ph.ph-number-five:before {
  content: "\e356";
}
.ph.ph-number-four:before {
  content: "\e35c";
}
.ph.ph-number-nine:before {
  content: "\e362";
}
.ph.ph-number-one:before {
  content: "\e368";
}
.ph.ph-number-seven:before {
  content: "\e36e";
}
.ph.ph-number-six:before {
  content: "\e374";
}
.ph.ph-number-square-eight:before {
  content: "\e354";
}
.ph.ph-number-square-five:before {
  content: "\e35a";
}
.ph.ph-number-square-four:before {
  content: "\e360";
}
.ph.ph-number-square-nine:before {
  content: "\e366";
}
.ph.ph-number-square-one:before {
  content: "\e36c";
}
.ph.ph-number-square-seven:before {
  content: "\e372";
}
.ph.ph-number-square-six:before {
  content: "\e378";
}
.ph.ph-number-square-three:before {
  content: "\e37e";
}
.ph.ph-number-square-two:before {
  content: "\e384";
}
.ph.ph-number-square-zero:before {
  content: "\e38a";
}
.ph.ph-number-three:before {
  content: "\e37a";
}
.ph.ph-number-two:before {
  content: "\e380";
}
.ph.ph-number-zero:before {
  content: "\e386";
}
.ph.ph-numpad:before {
  content: "\e3c8";
}
.ph.ph-nut:before {
  content: "\e38c";
}
.ph.ph-ny-times-logo:before {
  content: "\e646";
}
.ph.ph-octagon:before {
  content: "\e38e";
}
.ph.ph-office-chair:before {
  content: "\ea46";
}
.ph.ph-onigiri:before {
  content: "\ee2c";
}
.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph.ph-option:before {
  content: "\e8a8";
}
.ph.ph-orange:before {
  content: "\ee40";
}
.ph.ph-orange-slice:before {
  content: "\ed36";
}
.ph.ph-oven:before {
  content: "\ed8c";
}
.ph.ph-package:before {
  content: "\e390";
}
.ph.ph-paint-brush:before {
  content: "\e6f0";
}
.ph.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph.ph-paint-bucket:before {
  content: "\e392";
}
.ph.ph-paint-roller:before {
  content: "\e6f4";
}
.ph.ph-palette:before {
  content: "\e6c8";
}
.ph.ph-panorama:before {
  content: "\eaa2";
}
.ph.ph-pants:before {
  content: "\ec88";
}
.ph.ph-paper-plane:before {
  content: "\e394";
}
.ph.ph-paper-plane-right:before {
  content: "\e396";
}
.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph.ph-paperclip:before {
  content: "\e39a";
}
.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph.ph-parachute:before {
  content: "\ea7c";
}
.ph.ph-paragraph:before {
  content: "\e960";
}
.ph.ph-parallelogram:before {
  content: "\ecc6";
}
.ph.ph-park:before {
  content: "\ecb2";
}
.ph.ph-password:before {
  content: "\e752";
}
.ph.ph-path:before {
  content: "\e39c";
}
.ph.ph-patreon-logo:before {
  content: "\e98a";
}
.ph.ph-pause:before {
  content: "\e39e";
}
.ph.ph-pause-circle:before {
  content: "\e3a0";
}
.ph.ph-paw-print:before {
  content: "\e648";
}
.ph.ph-paypal-logo:before {
  content: "\e98c";
}
.ph.ph-peace:before {
  content: "\e3a2";
}
.ph.ph-pen:before {
  content: "\e3aa";
}
.ph.ph-pen-nib:before {
  content: "\e3ac";
}
.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph.ph-pencil:before {
  content: "\e3ae";
}
.ph.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph.ph-pencil-line:before {
  content: "\e3b2";
}
.ph.ph-pencil-ruler:before {
  content: "\e906";
}
.ph.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph.ph-pentagon:before {
  content: "\ec7e";
}
.ph.ph-pentagram:before {
  content: "\ec5c";
}
.ph.ph-pepper:before {
  content: "\e94a";
}
.ph.ph-percent:before {
  content: "\e3b6";
}
.ph.ph-person:before {
  content: "\e3a8";
}
.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph.ph-person-simple:before {
  content: "\e72e";
}
.ph.ph-person-simple-bike:before {
  content: "\e734";
}
.ph.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph.ph-person-simple-run:before {
  content: "\e730";
}
.ph.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph.ph-person-simple-swim:before {
  content: "\e736";
}
.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph.ph-person-simple-throw:before {
  content: "\e732";
}
.ph.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph.ph-perspective:before {
  content: "\ebe6";
}
.ph.ph-phone:before {
  content: "\e3b8";
}
.ph.ph-phone-call:before {
  content: "\e3ba";
}
.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph.ph-phone-incoming:before {
  content: "\e3be";
}
.ph.ph-phone-list:before {
  content: "\e3cc";
}
.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph.ph-phone-pause:before {
  content: "\e3ca";
}
.ph.ph-phone-plus:before {
  content: "\ec56";
}
.ph.ph-phone-slash:before {
  content: "\e3c2";
}
.ph.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph.ph-phone-x:before {
  content: "\e3c4";
}
.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph.ph-pi:before {
  content: "\ec80";
}
.ph.ph-piano-keys:before {
  content: "\e9c8";
}
.ph.ph-picnic-table:before {
  content: "\ee26";
}
.ph.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph.ph-piggy-bank:before {
  content: "\ea04";
}
.ph.ph-pill:before {
  content: "\e700";
}
.ph.ph-ping-pong:before {
  content: "\ea42";
}
.ph.ph-pint-glass:before {
  content: "\edd0";
}
.ph.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph.ph-pinwheel:before {
  content: "\eb9c";
}
.ph.ph-pipe:before {
  content: "\ed86";
}
.ph.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph.ph-pix-logo:before {
  content: "\ecc2";
}
.ph.ph-pizza:before {
  content: "\e796";
}
.ph.ph-placeholder:before {
  content: "\e650";
}
.ph.ph-planet:before {
  content: "\e652";
}
.ph.ph-plant:before {
  content: "\ebae";
}
.ph.ph-play:before {
  content: "\e3d0";
}
.ph.ph-play-circle:before {
  content: "\e3d2";
}
.ph.ph-play-pause:before {
  content: "\e8be";
}
.ph.ph-playlist:before {
  content: "\e6aa";
}
.ph.ph-plug:before {
  content: "\e946";
}
.ph.ph-plug-charging:before {
  content: "\eb5c";
}
.ph.ph-plugs:before {
  content: "\eb56";
}
.ph.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph.ph-plus:before {
  content: "\e3d4";
}
.ph.ph-plus-circle:before {
  content: "\e3d6";
}
.ph.ph-plus-minus:before {
  content: "\e3d8";
}
.ph.ph-plus-square:before {
  content: "\ed4a";
}
.ph.ph-poker-chip:before {
  content: "\e594";
}
.ph.ph-police-car:before {
  content: "\ec4a";
}
.ph.ph-polygon:before {
  content: "\e6d0";
}
.ph.ph-popcorn:before {
  content: "\eb4e";
}
.ph.ph-popsicle:before {
  content: "\ebbe";
}
.ph.ph-potted-plant:before {
  content: "\ec22";
}
.ph.ph-power:before {
  content: "\e3da";
}
.ph.ph-prescription:before {
  content: "\e7a2";
}
.ph.ph-presentation:before {
  content: "\e654";
}
.ph.ph-presentation-chart:before {
  content: "\e656";
}
.ph.ph-printer:before {
  content: "\e3dc";
}
.ph.ph-prohibit:before {
  content: "\e3de";
}
.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph.ph-projector-screen:before {
  content: "\e658";
}
.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph.ph-pulse:before {
  content: "\e000";
}
.ph.ph-activity:before {
  content: "\e000";
}
.ph.ph-push-pin:before {
  content: "\e3e2";
}
.ph.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph.ph-puzzle-piece:before {
  content: "\e596";
}
.ph.ph-qr-code:before {
  content: "\e3e6";
}
.ph.ph-question:before {
  content: "\e3e8";
}
.ph.ph-question-mark:before {
  content: "\e3e9";
}
.ph.ph-queue:before {
  content: "\e6ac";
}
.ph.ph-quotes:before {
  content: "\e660";
}
.ph.ph-rabbit:before {
  content: "\eac2";
}
.ph.ph-racquet:before {
  content: "\ee02";
}
.ph.ph-radical:before {
  content: "\e3ea";
}
.ph.ph-radio:before {
  content: "\e77e";
}
.ph.ph-radio-button:before {
  content: "\eb08";
}
.ph.ph-radioactive:before {
  content: "\e9dc";
}
.ph.ph-rainbow:before {
  content: "\e598";
}
.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph.ph-ranking:before {
  content: "\ed62";
}
.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph.ph-receipt:before {
  content: "\e3ec";
}
.ph.ph-receipt-x:before {
  content: "\ed40";
}
.ph.ph-record:before {
  content: "\e3ee";
}
.ph.ph-rectangle:before {
  content: "\e3f0";
}
.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph.ph-recycle:before {
  content: "\e75a";
}
.ph.ph-reddit-logo:before {
  content: "\e59c";
}
.ph.ph-repeat:before {
  content: "\e3f6";
}
.ph.ph-repeat-once:before {
  content: "\e3f8";
}
.ph.ph-replit-logo:before {
  content: "\eb8a";
}
.ph.ph-resize:before {
  content: "\ed6e";
}
.ph.ph-rewind:before {
  content: "\e6a8";
}
.ph.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph.ph-road-horizon:before {
  content: "\e838";
}
.ph.ph-robot:before {
  content: "\e762";
}
.ph.ph-rocket:before {
  content: "\e3fc";
}
.ph.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph.ph-rows:before {
  content: "\e5a2";
}
.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph.ph-rss:before {
  content: "\e400";
}
.ph.ph-rss-simple:before {
  content: "\e402";
}
.ph.ph-rug:before {
  content: "\ea1a";
}
.ph.ph-ruler:before {
  content: "\e6b8";
}
.ph.ph-sailboat:before {
  content: "\e78a";
}
.ph.ph-scales:before {
  content: "\e750";
}
.ph.ph-scan:before {
  content: "\ebb6";
}
.ph.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph.ph-scissors:before {
  content: "\eae0";
}
.ph.ph-scooter:before {
  content: "\e820";
}
.ph.ph-screencast:before {
  content: "\e404";
}
.ph.ph-screwdriver:before {
  content: "\e86e";
}
.ph.ph-scribble:before {
  content: "\e806";
}
.ph.ph-scribble-loop:before {
  content: "\e662";
}
.ph.ph-scroll:before {
  content: "\eb7a";
}
.ph.ph-seal:before {
  content: "\e604";
}
.ph.ph-circle-wavy:before {
  content: "\e604";
}
.ph.ph-seal-check:before {
  content: "\e606";
}
.ph.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph.ph-seal-percent:before {
  content: "\e60a";
}
.ph.ph-seal-question:before {
  content: "\e608";
}
.ph.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph.ph-seal-warning:before {
  content: "\e60c";
}
.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph.ph-seat:before {
  content: "\eb8e";
}
.ph.ph-seatbelt:before {
  content: "\edfe";
}
.ph.ph-security-camera:before {
  content: "\eca4";
}
.ph.ph-selection:before {
  content: "\e69a";
}
.ph.ph-selection-all:before {
  content: "\e746";
}
.ph.ph-selection-background:before {
  content: "\eaf8";
}
.ph.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph.ph-selection-inverse:before {
  content: "\e744";
}
.ph.ph-selection-plus:before {
  content: "\e69c";
}
.ph.ph-selection-slash:before {
  content: "\e69e";
}
.ph.ph-shapes:before {
  content: "\ec5e";
}
.ph.ph-share:before {
  content: "\e406";
}
.ph.ph-share-fat:before {
  content: "\ed52";
}
.ph.ph-share-network:before {
  content: "\e408";
}
.ph.ph-shield:before {
  content: "\e40a";
}
.ph.ph-shield-check:before {
  content: "\e40c";
}
.ph.ph-shield-checkered:before {
  content: "\e708";
}
.ph.ph-shield-chevron:before {
  content: "\e40e";
}
.ph.ph-shield-plus:before {
  content: "\e706";
}
.ph.ph-shield-slash:before {
  content: "\e410";
}
.ph.ph-shield-star:before {
  content: "\ec34";
}
.ph.ph-shield-warning:before {
  content: "\e412";
}
.ph.ph-shipping-container:before {
  content: "\e78c";
}
.ph.ph-shirt-folded:before {
  content: "\ea92";
}
.ph.ph-shooting-star:before {
  content: "\ecfa";
}
.ph.ph-shopping-bag:before {
  content: "\e416";
}
.ph.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph.ph-shopping-cart:before {
  content: "\e41e";
}
.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph.ph-shovel:before {
  content: "\e9e6";
}
.ph.ph-shower:before {
  content: "\e776";
}
.ph.ph-shrimp:before {
  content: "\eab4";
}
.ph.ph-shuffle:before {
  content: "\e422";
}
.ph.ph-shuffle-angular:before {
  content: "\e424";
}
.ph.ph-shuffle-simple:before {
  content: "\e426";
}
.ph.ph-sidebar:before {
  content: "\eab6";
}
.ph.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph.ph-sigma:before {
  content: "\eab8";
}
.ph.ph-sign-in:before {
  content: "\e428";
}
.ph.ph-sign-out:before {
  content: "\e42a";
}
.ph.ph-signature:before {
  content: "\ebac";
}
.ph.ph-signpost:before {
  content: "\e89c";
}
.ph.ph-sim-card:before {
  content: "\e664";
}
.ph.ph-siren:before {
  content: "\e9b8";
}
.ph.ph-sketch-logo:before {
  content: "\e42c";
}
.ph.ph-skip-back:before {
  content: "\e5a4";
}
.ph.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph.ph-skip-forward:before {
  content: "\e5a6";
}
.ph.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph.ph-skull:before {
  content: "\e916";
}
.ph.ph-skype-logo:before {
  content: "\e8dc";
}
.ph.ph-slack-logo:before {
  content: "\e5a8";
}
.ph.ph-sliders:before {
  content: "\e432";
}
.ph.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph.ph-slideshow:before {
  content: "\ed32";
}
.ph.ph-smiley:before {
  content: "\e436";
}
.ph.ph-smiley-angry:before {
  content: "\ec62";
}
.ph.ph-smiley-blank:before {
  content: "\e438";
}
.ph.ph-smiley-meh:before {
  content: "\e43a";
}
.ph.ph-smiley-melting:before {
  content: "\ee56";
}
.ph.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph.ph-smiley-sad:before {
  content: "\e43e";
}
.ph.ph-smiley-sticker:before {
  content: "\e440";
}
.ph.ph-smiley-wink:before {
  content: "\e666";
}
.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph.ph-snapchat-logo:before {
  content: "\e668";
}
.ph.ph-sneaker:before {
  content: "\e80c";
}
.ph.ph-sneaker-move:before {
  content: "\ed60";
}
.ph.ph-snowflake:before {
  content: "\e5aa";
}
.ph.ph-soccer-ball:before {
  content: "\e716";
}
.ph.ph-sock:before {
  content: "\ecce";
}
.ph.ph-solar-panel:before {
  content: "\ed7a";
}
.ph.ph-solar-roof:before {
  content: "\ed7b";
}
.ph.ph-sort-ascending:before {
  content: "\e444";
}
.ph.ph-sort-descending:before {
  content: "\e446";
}
.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph.ph-spade:before {
  content: "\e448";
}
.ph.ph-sparkle:before {
  content: "\e6a2";
}
.ph.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph.ph-speaker-high:before {
  content: "\e44a";
}
.ph.ph-speaker-low:before {
  content: "\e44c";
}
.ph.ph-speaker-none:before {
  content: "\e44e";
}
.ph.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph.ph-speaker-slash:before {
  content: "\e45a";
}
.ph.ph-speaker-x:before {
  content: "\e45c";
}
.ph.ph-speedometer:before {
  content: "\ee74";
}
.ph.ph-sphere:before {
  content: "\ee66";
}
.ph.ph-spinner:before {
  content: "\e66a";
}
.ph.ph-spinner-ball:before {
  content: "\ee28";
}
.ph.ph-spinner-gap:before {
  content: "\e66c";
}
.ph.ph-spiral:before {
  content: "\e9fa";
}
.ph.ph-split-horizontal:before {
  content: "\e872";
}
.ph.ph-split-vertical:before {
  content: "\e876";
}
.ph.ph-spotify-logo:before {
  content: "\e66e";
}
.ph.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph.ph-square:before {
  content: "\e45e";
}
.ph.ph-square-half:before {
  content: "\e462";
}
.ph.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph.ph-square-logo:before {
  content: "\e690";
}
.ph.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph.ph-square-split-vertical:before {
  content: "\e874";
}
.ph.ph-squares-four:before {
  content: "\e464";
}
.ph.ph-stack:before {
  content: "\e466";
}
.ph.ph-stack-minus:before {
  content: "\edf4";
}
.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph.ph-stack-plus:before {
  content: "\edf6";
}
.ph.ph-stack-simple:before {
  content: "\e468";
}
.ph.ph-stairs:before {
  content: "\e8ec";
}
.ph.ph-stamp:before {
  content: "\ea48";
}
.ph.ph-standard-definition:before {
  content: "\ea90";
}
.ph.ph-star:before {
  content: "\e46a";
}
.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph.ph-star-four:before {
  content: "\e6a4";
}
.ph.ph-star-half:before {
  content: "\e70a";
}
.ph.ph-star-of-david:before {
  content: "\e89e";
}
.ph.ph-steam-logo:before {
  content: "\ead4";
}
.ph.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph.ph-steps:before {
  content: "\ecbe";
}
.ph.ph-stethoscope:before {
  content: "\e7ea";
}
.ph.ph-sticker:before {
  content: "\e5ac";
}
.ph.ph-stool:before {
  content: "\ea44";
}
.ph.ph-stop:before {
  content: "\e46c";
}
.ph.ph-stop-circle:before {
  content: "\e46e";
}
.ph.ph-storefront:before {
  content: "\e470";
}
.ph.ph-strategy:before {
  content: "\ea3a";
}
.ph.ph-stripe-logo:before {
  content: "\e698";
}
.ph.ph-student:before {
  content: "\e73e";
}
.ph.ph-subset-of:before {
  content: "\edc0";
}
.ph.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph.ph-subtitles:before {
  content: "\e1a8";
}
.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph.ph-subtract:before {
  content: "\ebd6";
}
.ph.ph-subtract-square:before {
  content: "\ebd4";
}
.ph.ph-subway:before {
  content: "\e498";
}
.ph.ph-suitcase:before {
  content: "\e5ae";
}
.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph.ph-sun:before {
  content: "\e472";
}
.ph.ph-sun-dim:before {
  content: "\e474";
}
.ph.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph.ph-sunglasses:before {
  content: "\e816";
}
.ph.ph-superset-of:before {
  content: "\edb8";
}
.ph.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph.ph-swap:before {
  content: "\e83c";
}
.ph.ph-swatches:before {
  content: "\e5b8";
}
.ph.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph.ph-sword:before {
  content: "\e5ba";
}
.ph.ph-synagogue:before {
  content: "\ecec";
}
.ph.ph-syringe:before {
  content: "\e968";
}
.ph.ph-t-shirt:before {
  content: "\e670";
}
.ph.ph-table:before {
  content: "\e476";
}
.ph.ph-tabs:before {
  content: "\e778";
}
.ph.ph-tag:before {
  content: "\e478";
}
.ph.ph-tag-chevron:before {
  content: "\e672";
}
.ph.ph-tag-simple:before {
  content: "\e47a";
}
.ph.ph-target:before {
  content: "\e47c";
}
.ph.ph-taxi:before {
  content: "\e902";
}
.ph.ph-tea-bag:before {
  content: "\e8e6";
}
.ph.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph.ph-television:before {
  content: "\e754";
}
.ph.ph-television-simple:before {
  content: "\eae6";
}
.ph.ph-tennis-ball:before {
  content: "\e720";
}
.ph.ph-tent:before {
  content: "\e8ba";
}
.ph.ph-terminal:before {
  content: "\e47e";
}
.ph.ph-terminal-window:before {
  content: "\eae8";
}
.ph.ph-test-tube:before {
  content: "\e7a0";
}
.ph.ph-text-a-underline:before {
  content: "\ed34";
}
.ph.ph-text-aa:before {
  content: "\e6ee";
}
.ph.ph-text-align-center:before {
  content: "\e480";
}
.ph.ph-text-align-justify:before {
  content: "\e482";
}
.ph.ph-text-align-left:before {
  content: "\e484";
}
.ph.ph-text-align-right:before {
  content: "\e486";
}
.ph.ph-text-b:before {
  content: "\e5be";
}
.ph.ph-text-bolder:before {
  content: "\e5be";
}
.ph.ph-text-columns:before {
  content: "\ec96";
}
.ph.ph-text-h:before {
  content: "\e6ba";
}
.ph.ph-text-h-five:before {
  content: "\e6c4";
}
.ph.ph-text-h-four:before {
  content: "\e6c2";
}
.ph.ph-text-h-one:before {
  content: "\e6bc";
}
.ph.ph-text-h-six:before {
  content: "\e6c6";
}
.ph.ph-text-h-three:before {
  content: "\e6c0";
}
.ph.ph-text-h-two:before {
  content: "\e6be";
}
.ph.ph-text-indent:before {
  content: "\ea1e";
}
.ph.ph-text-italic:before {
  content: "\e5c0";
}
.ph.ph-text-outdent:before {
  content: "\ea1c";
}
.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph.ph-text-subscript:before {
  content: "\ec98";
}
.ph.ph-text-superscript:before {
  content: "\ec9a";
}
.ph.ph-text-t:before {
  content: "\e48a";
}
.ph.ph-text-t-slash:before {
  content: "\e488";
}
.ph.ph-text-underline:before {
  content: "\e5c4";
}
.ph.ph-textbox:before {
  content: "\eb0a";
}
.ph.ph-thermometer:before {
  content: "\e5c6";
}
.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph.ph-threads-logo:before {
  content: "\ed9e";
}
.ph.ph-three-d:before {
  content: "\ea5a";
}
.ph.ph-thumbs-down:before {
  content: "\e48c";
}
.ph.ph-thumbs-up:before {
  content: "\e48e";
}
.ph.ph-ticket:before {
  content: "\e490";
}
.ph.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph.ph-tilde:before {
  content: "\eda8";
}
.ph.ph-timer:before {
  content: "\e492";
}
.ph.ph-tip-jar:before {
  content: "\e7e2";
}
.ph.ph-tipi:before {
  content: "\ed30";
}
.ph.ph-tire:before {
  content: "\edd2";
}
.ph.ph-toggle-left:before {
  content: "\e674";
}
.ph.ph-toggle-right:before {
  content: "\e676";
}
.ph.ph-toilet:before {
  content: "\e79a";
}
.ph.ph-toilet-paper:before {
  content: "\e79c";
}
.ph.ph-toolbox:before {
  content: "\eca0";
}
.ph.ph-tooth:before {
  content: "\e9cc";
}
.ph.ph-tornado:before {
  content: "\e88c";
}
.ph.ph-tote:before {
  content: "\e494";
}
.ph.ph-tote-simple:before {
  content: "\e678";
}
.ph.ph-towel:before {
  content: "\ede6";
}
.ph.ph-tractor:before {
  content: "\ec6e";
}
.ph.ph-trademark:before {
  content: "\e9f0";
}
.ph.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph.ph-traffic-sign:before {
  content: "\e67a";
}
.ph.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph.ph-train:before {
  content: "\e496";
}
.ph.ph-train-regional:before {
  content: "\e49e";
}
.ph.ph-train-simple:before {
  content: "\e4a0";
}
.ph.ph-tram:before {
  content: "\e9ec";
}
.ph.ph-translate:before {
  content: "\e4a2";
}
.ph.ph-trash:before {
  content: "\e4a6";
}
.ph.ph-trash-simple:before {
  content: "\e4a8";
}
.ph.ph-tray:before {
  content: "\e4aa";
}
.ph.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph.ph-archive-tray:before {
  content: "\e010";
}
.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph.ph-treasure-chest:before {
  content: "\ede2";
}
.ph.ph-tree:before {
  content: "\e6da";
}
.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph.ph-tree-palm:before {
  content: "\e91a";
}
.ph.ph-tree-structure:before {
  content: "\e67c";
}
.ph.ph-tree-view:before {
  content: "\ee48";
}
.ph.ph-trend-down:before {
  content: "\e4ac";
}
.ph.ph-trend-up:before {
  content: "\e4ae";
}
.ph.ph-triangle:before {
  content: "\e4b0";
}
.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph.ph-trolley:before {
  content: "\e5b2";
}
.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph.ph-trophy:before {
  content: "\e67e";
}
.ph.ph-truck:before {
  content: "\e4b4";
}
.ph.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph.ph-umbrella:before {
  content: "\e684";
}
.ph.ph-umbrella-simple:before {
  content: "\e686";
}
.ph.ph-union:before {
  content: "\edbe";
}
.ph.ph-unite:before {
  content: "\e87e";
}
.ph.ph-unite-square:before {
  content: "\e878";
}
.ph.ph-upload:before {
  content: "\e4be";
}
.ph.ph-upload-simple:before {
  content: "\e4c0";
}
.ph.ph-usb:before {
  content: "\e956";
}
.ph.ph-user:before {
  content: "\e4c2";
}
.ph.ph-user-check:before {
  content: "\eafa";
}
.ph.ph-user-circle:before {
  content: "\e4c4";
}
.ph.ph-user-circle-check:before {
  content: "\ec38";
}
.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph.ph-user-focus:before {
  content: "\e6fc";
}
.ph.ph-user-gear:before {
  content: "\e4cc";
}
.ph.ph-user-list:before {
  content: "\e73c";
}
.ph.ph-user-minus:before {
  content: "\e4ce";
}
.ph.ph-user-plus:before {
  content: "\e4d0";
}
.ph.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph.ph-user-sound:before {
  content: "\eca8";
}
.ph.ph-user-square:before {
  content: "\e4d4";
}
.ph.ph-user-switch:before {
  content: "\e756";
}
.ph.ph-users:before {
  content: "\e4d6";
}
.ph.ph-users-four:before {
  content: "\e68c";
}
.ph.ph-users-three:before {
  content: "\e68e";
}
.ph.ph-van:before {
  content: "\e826";
}
.ph.ph-vault:before {
  content: "\e76e";
}
.ph.ph-vector-three:before {
  content: "\ee62";
}
.ph.ph-vector-two:before {
  content: "\ee64";
}
.ph.ph-vibrate:before {
  content: "\e4d8";
}
.ph.ph-video:before {
  content: "\e740";
}
.ph.ph-video-camera:before {
  content: "\e4da";
}
.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph.ph-video-conference:before {
  content: "\edce";
}
.ph.ph-vignette:before {
  content: "\eba2";
}
.ph.ph-vinyl-record:before {
  content: "\ecac";
}
.ph.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph.ph-virus:before {
  content: "\e7d6";
}
.ph.ph-visor:before {
  content: "\ee2a";
}
.ph.ph-voicemail:before {
  content: "\e4de";
}
.ph.ph-volleyball:before {
  content: "\e726";
}
.ph.ph-wall:before {
  content: "\e688";
}
.ph.ph-wallet:before {
  content: "\e68a";
}
.ph.ph-warehouse:before {
  content: "\ecd4";
}
.ph.ph-warning:before {
  content: "\e4e0";
}
.ph.ph-warning-circle:before {
  content: "\e4e2";
}
.ph.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph.ph-washing-machine:before {
  content: "\ede8";
}
.ph.ph-watch:before {
  content: "\e4e6";
}
.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph.ph-wave-sine:before {
  content: "\ea9a";
}
.ph.ph-wave-square:before {
  content: "\ea9e";
}
.ph.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph.ph-waveform:before {
  content: "\e802";
}
.ph.ph-waveform-slash:before {
  content: "\e800";
}
.ph.ph-waves:before {
  content: "\e6de";
}
.ph.ph-webcam:before {
  content: "\e9b2";
}
.ph.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph.ph-wheelchair:before {
  content: "\e4e8";
}
.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph.ph-wifi-high:before {
  content: "\e4ea";
}
.ph.ph-wifi-low:before {
  content: "\e4ec";
}
.ph.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph.ph-wifi-none:before {
  content: "\e4f0";
}
.ph.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph.ph-wifi-x:before {
  content: "\e4f4";
}
.ph.ph-wind:before {
  content: "\e5d2";
}
.ph.ph-windmill:before {
  content: "\e9f8";
}
.ph.ph-windows-logo:before {
  content: "\e692";
}
.ph.ph-wine:before {
  content: "\e6b2";
}
.ph.ph-wrench:before {
  content: "\e5d4";
}
.ph.ph-x:before {
  content: "\e4f6";
}
.ph.ph-x-circle:before {
  content: "\e4f8";
}
.ph.ph-x-logo:before {
  content: "\e4bc";
}
.ph.ph-x-square:before {
  content: "\e4fa";
}
.ph.ph-yarn:before {
  content: "\ed9a";
}
.ph.ph-yin-yang:before {
  content: "\e92a";
}
.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

/* node_modules/@phosphor-icons/web/src/bold/style.css */
@font-face {
  font-family: "Phosphor-Bold";
  src:
    url("./media/Phosphor-Bold.woff2") format("woff2"),
    url("./media/Phosphor-Bold.woff") format("woff"),
    url("./media/Phosphor-Bold.ttf") format("truetype"),
    url("./media/Phosphor-Bold.svg#Phosphor-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-bold {
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-bold.ph-acorn:before {
  content: "\eb9a";
}
.ph-bold.ph-address-book:before {
  content: "\e6f8";
}
.ph-bold.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-bold.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-bold.ph-airplane:before {
  content: "\e002";
}
.ph-bold.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-bold.ph-airplane-landing:before {
  content: "\e502";
}
.ph-bold.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-bold.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-bold.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-bold.ph-airplay:before {
  content: "\e004";
}
.ph-bold.ph-alarm:before {
  content: "\e006";
}
.ph-bold.ph-alien:before {
  content: "\e8a6";
}
.ph-bold.ph-align-bottom:before {
  content: "\e506";
}
.ph-bold.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-bold.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-bold.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-bold.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-bold.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-bold.ph-align-left:before {
  content: "\e50e";
}
.ph-bold.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-bold.ph-align-right:before {
  content: "\e510";
}
.ph-bold.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-bold.ph-align-top:before {
  content: "\e512";
}
.ph-bold.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-bold.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-bold.ph-ambulance:before {
  content: "\e572";
}
.ph-bold.ph-anchor:before {
  content: "\e514";
}
.ph-bold.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-bold.ph-android-logo:before {
  content: "\e008";
}
.ph-bold.ph-angle:before {
  content: "\e7bc";
}
.ph-bold.ph-angular-logo:before {
  content: "\eb80";
}
.ph-bold.ph-aperture:before {
  content: "\e00a";
}
.ph-bold.ph-app-store-logo:before {
  content: "\e974";
}
.ph-bold.ph-app-window:before {
  content: "\e5da";
}
.ph-bold.ph-apple-logo:before {
  content: "\e516";
}
.ph-bold.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-bold.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-bold.ph-archive:before {
  content: "\e00c";
}
.ph-bold.ph-armchair:before {
  content: "\e012";
}
.ph-bold.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-bold.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-bold.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-bold.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-bold.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-bold.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-bold.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-bold.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-bold.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-bold.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-bold.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-bold.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-bold.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-bold.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-bold.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-bold.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-bold.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-bold.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-bold.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-bold.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-bold.ph-arrow-down:before {
  content: "\e03e";
}
.ph-bold.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-bold.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-bold.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-bold.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-bold.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-bold.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-bold.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-bold.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-bold.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-bold.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-bold.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-bold.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-bold.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-bold.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-bold.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-bold.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-bold.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-bold.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-bold.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-bold.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-bold.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-bold.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-bold.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-bold.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-bold.ph-arrow-left:before {
  content: "\e058";
}
.ph-bold.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-bold.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-bold.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-bold.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-bold.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-bold.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-bold.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-bold.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-bold.ph-arrow-right:before {
  content: "\e06c";
}
.ph-bold.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-bold.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-bold.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-bold.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-bold.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-bold.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-bold.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-bold.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-bold.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-bold.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-bold.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-bold.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-bold.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-bold.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-bold.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-bold.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-bold.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-bold.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-bold.ph-arrow-up:before {
  content: "\e08e";
}
.ph-bold.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-bold.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-bold.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-bold.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-bold.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-bold.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-bold.ph-arrows-in:before {
  content: "\e09a";
}
.ph-bold.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-bold.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-bold.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-bold.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-bold.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-bold.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-bold.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-bold.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-bold.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-bold.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-bold.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-bold.ph-article:before {
  content: "\e0a8";
}
.ph-bold.ph-article-medium:before {
  content: "\e5e0";
}
.ph-bold.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-bold.ph-asclepius:before {
  content: "\ee34";
}
.ph-bold.ph-caduceus:before {
  content: "\ee34";
}
.ph-bold.ph-asterisk:before {
  content: "\e0aa";
}
.ph-bold.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-bold.ph-at:before {
  content: "\e0ac";
}
.ph-bold.ph-atom:before {
  content: "\e5e4";
}
.ph-bold.ph-avocado:before {
  content: "\ee04";
}
.ph-bold.ph-axe:before {
  content: "\e9fc";
}
.ph-bold.ph-baby:before {
  content: "\e774";
}
.ph-bold.ph-baby-carriage:before {
  content: "\e818";
}
.ph-bold.ph-backpack:before {
  content: "\e922";
}
.ph-bold.ph-backspace:before {
  content: "\e0ae";
}
.ph-bold.ph-bag:before {
  content: "\e0b0";
}
.ph-bold.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-bold.ph-balloon:before {
  content: "\e76c";
}
.ph-bold.ph-bandaids:before {
  content: "\e0b2";
}
.ph-bold.ph-bank:before {
  content: "\e0b4";
}
.ph-bold.ph-barbell:before {
  content: "\e0b6";
}
.ph-bold.ph-barcode:before {
  content: "\e0b8";
}
.ph-bold.ph-barn:before {
  content: "\ec72";
}
.ph-bold.ph-barricade:before {
  content: "\e948";
}
.ph-bold.ph-baseball:before {
  content: "\e71a";
}
.ph-bold.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-bold.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-bold.ph-basket:before {
  content: "\e964";
}
.ph-bold.ph-basketball:before {
  content: "\e724";
}
.ph-bold.ph-bathtub:before {
  content: "\e81e";
}
.ph-bold.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-bold.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-bold.ph-battery-empty:before {
  content: "\e0be";
}
.ph-bold.ph-battery-full:before {
  content: "\e0c0";
}
.ph-bold.ph-battery-high:before {
  content: "\e0c2";
}
.ph-bold.ph-battery-low:before {
  content: "\e0c4";
}
.ph-bold.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-bold.ph-battery-plus:before {
  content: "\e808";
}
.ph-bold.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-bold.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-bold.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-bold.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-bold.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-bold.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-bold.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-bold.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-bold.ph-beach-ball:before {
  content: "\ed24";
}
.ph-bold.ph-beanie:before {
  content: "\ea2a";
}
.ph-bold.ph-bed:before {
  content: "\e0cc";
}
.ph-bold.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-bold.ph-beer-stein:before {
  content: "\eb62";
}
.ph-bold.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-bold.ph-bell:before {
  content: "\e0ce";
}
.ph-bold.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-bold.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-bold.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-bold.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-bold.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-bold.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-bold.ph-bell-z:before {
  content: "\e5ee";
}
.ph-bold.ph-belt:before {
  content: "\ea2c";
}
.ph-bold.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-bold.ph-bicycle:before {
  content: "\e0d6";
}
.ph-bold.ph-binary:before {
  content: "\ee60";
}
.ph-bold.ph-binoculars:before {
  content: "\ea64";
}
.ph-bold.ph-biohazard:before {
  content: "\e9e0";
}
.ph-bold.ph-bird:before {
  content: "\e72c";
}
.ph-bold.ph-blueprint:before {
  content: "\eda0";
}
.ph-bold.ph-bluetooth:before {
  content: "\e0da";
}
.ph-bold.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-bold.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-bold.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-bold.ph-boat:before {
  content: "\e786";
}
.ph-bold.ph-bomb:before {
  content: "\ee0a";
}
.ph-bold.ph-bone:before {
  content: "\e7f2";
}
.ph-bold.ph-book:before {
  content: "\e0e2";
}
.ph-bold.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-bold.ph-book-open:before {
  content: "\e0e6";
}
.ph-bold.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-bold.ph-book-open-user:before {
  content: "\ede0";
}
.ph-bold.ph-bookmark:before {
  content: "\e0e8";
}
.ph-bold.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-bold.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-bold.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-bold.ph-books:before {
  content: "\e758";
}
.ph-bold.ph-boot:before {
  content: "\ecca";
}
.ph-bold.ph-boules:before {
  content: "\e722";
}
.ph-bold.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-bold.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-bold.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-bold.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-bold.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-bold.ph-archive-box:before {
  content: "\e00e";
}
.ph-bold.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-bold.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-bold.ph-brackets-angle:before {
  content: "\e862";
}
.ph-bold.ph-brackets-curly:before {
  content: "\e860";
}
.ph-bold.ph-brackets-round:before {
  content: "\e864";
}
.ph-bold.ph-brackets-square:before {
  content: "\e85e";
}
.ph-bold.ph-brain:before {
  content: "\e74e";
}
.ph-bold.ph-brandy:before {
  content: "\e6b4";
}
.ph-bold.ph-bread:before {
  content: "\e81c";
}
.ph-bold.ph-bridge:before {
  content: "\ea68";
}
.ph-bold.ph-briefcase:before {
  content: "\e0ee";
}
.ph-bold.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-bold.ph-broadcast:before {
  content: "\e0f2";
}
.ph-bold.ph-broom:before {
  content: "\ec54";
}
.ph-bold.ph-browser:before {
  content: "\e0f4";
}
.ph-bold.ph-browsers:before {
  content: "\e0f6";
}
.ph-bold.ph-bug:before {
  content: "\e5f4";
}
.ph-bold.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-bold.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-bold.ph-building:before {
  content: "\e100";
}
.ph-bold.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-bold.ph-building-office:before {
  content: "\e0ff";
}
.ph-bold.ph-buildings:before {
  content: "\e102";
}
.ph-bold.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-bold.ph-bus:before {
  content: "\e106";
}
.ph-bold.ph-butterfly:before {
  content: "\ea6e";
}
.ph-bold.ph-cable-car:before {
  content: "\e49c";
}
.ph-bold.ph-cactus:before {
  content: "\e918";
}
.ph-bold.ph-cake:before {
  content: "\e780";
}
.ph-bold.ph-calculator:before {
  content: "\e538";
}
.ph-bold.ph-calendar:before {
  content: "\e108";
}
.ph-bold.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-bold.ph-calendar-check:before {
  content: "\e712";
}
.ph-bold.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-bold.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-bold.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-bold.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-bold.ph-calendar-plus:before {
  content: "\e714";
}
.ph-bold.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-bold.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-bold.ph-calendar-x:before {
  content: "\e10c";
}
.ph-bold.ph-call-bell:before {
  content: "\e7de";
}
.ph-bold.ph-camera:before {
  content: "\e10e";
}
.ph-bold.ph-camera-plus:before {
  content: "\ec58";
}
.ph-bold.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-bold.ph-camera-slash:before {
  content: "\e110";
}
.ph-bold.ph-campfire:before {
  content: "\e9d8";
}
.ph-bold.ph-car:before {
  content: "\e112";
}
.ph-bold.ph-car-battery:before {
  content: "\ee30";
}
.ph-bold.ph-car-profile:before {
  content: "\e8cc";
}
.ph-bold.ph-car-simple:before {
  content: "\e114";
}
.ph-bold.ph-cardholder:before {
  content: "\e5fa";
}
.ph-bold.ph-cards:before {
  content: "\e0f8";
}
.ph-bold.ph-cards-three:before {
  content: "\ee50";
}
.ph-bold.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-bold.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-bold.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-bold.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-bold.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-bold.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-bold.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-bold.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-bold.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-bold.ph-caret-double-down:before {
  content: "\e126";
}
.ph-bold.ph-caret-double-left:before {
  content: "\e128";
}
.ph-bold.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-bold.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-bold.ph-caret-down:before {
  content: "\e136";
}
.ph-bold.ph-caret-left:before {
  content: "\e138";
}
.ph-bold.ph-caret-line-down:before {
  content: "\e134";
}
.ph-bold.ph-caret-line-left:before {
  content: "\e132";
}
.ph-bold.ph-caret-line-right:before {
  content: "\e130";
}
.ph-bold.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-bold.ph-caret-right:before {
  content: "\e13a";
}
.ph-bold.ph-caret-up:before {
  content: "\e13c";
}
.ph-bold.ph-caret-up-down:before {
  content: "\e140";
}
.ph-bold.ph-carrot:before {
  content: "\ed38";
}
.ph-bold.ph-cash-register:before {
  content: "\ed80";
}
.ph-bold.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-bold.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-bold.ph-cat:before {
  content: "\e748";
}
.ph-bold.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-bold.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-bold.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-bold.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-bold.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-bold.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-bold.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-bold.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-bold.ph-certificate:before {
  content: "\e766";
}
.ph-bold.ph-chair:before {
  content: "\e950";
}
.ph-bold.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-bold.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-bold.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-bold.ph-champagne:before {
  content: "\eaca";
}
.ph-bold.ph-charging-station:before {
  content: "\e8d0";
}
.ph-bold.ph-chart-bar:before {
  content: "\e150";
}
.ph-bold.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-bold.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-bold.ph-chart-line:before {
  content: "\e154";
}
.ph-bold.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-bold.ph-chart-line-up:before {
  content: "\e156";
}
.ph-bold.ph-chart-pie:before {
  content: "\e158";
}
.ph-bold.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-bold.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-bold.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-bold.ph-chat:before {
  content: "\e15c";
}
.ph-bold.ph-chat-centered:before {
  content: "\e160";
}
.ph-bold.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-bold.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-bold.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-bold.ph-chat-circle:before {
  content: "\e168";
}
.ph-bold.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-bold.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-bold.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-bold.ph-chat-dots:before {
  content: "\e170";
}
.ph-bold.ph-chat-slash:before {
  content: "\e15e";
}
.ph-bold.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-bold.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-bold.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-bold.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-bold.ph-chat-text:before {
  content: "\e17a";
}
.ph-bold.ph-chats:before {
  content: "\e17c";
}
.ph-bold.ph-chats-circle:before {
  content: "\e17e";
}
.ph-bold.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-bold.ph-check:before {
  content: "\e182";
}
.ph-bold.ph-check-circle:before {
  content: "\e184";
}
.ph-bold.ph-check-fat:before {
  content: "\eba6";
}
.ph-bold.ph-check-square:before {
  content: "\e186";
}
.ph-bold.ph-check-square-offset:before {
  content: "\e188";
}
.ph-bold.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-bold.ph-checks:before {
  content: "\e53a";
}
.ph-bold.ph-cheers:before {
  content: "\ea4a";
}
.ph-bold.ph-cheese:before {
  content: "\e9fe";
}
.ph-bold.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-bold.ph-cherries:before {
  content: "\e830";
}
.ph-bold.ph-church:before {
  content: "\ecea";
}
.ph-bold.ph-cigarette:before {
  content: "\ed90";
}
.ph-bold.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-bold.ph-circle:before {
  content: "\e18a";
}
.ph-bold.ph-circle-dashed:before {
  content: "\e602";
}
.ph-bold.ph-circle-half:before {
  content: "\e18c";
}
.ph-bold.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-bold.ph-circle-notch:before {
  content: "\eb44";
}
.ph-bold.ph-circles-four:before {
  content: "\e190";
}
.ph-bold.ph-circles-three:before {
  content: "\e192";
}
.ph-bold.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-bold.ph-circuitry:before {
  content: "\e9c2";
}
.ph-bold.ph-city:before {
  content: "\ea6a";
}
.ph-bold.ph-clipboard:before {
  content: "\e196";
}
.ph-bold.ph-clipboard-text:before {
  content: "\e198";
}
.ph-bold.ph-clock:before {
  content: "\e19a";
}
.ph-bold.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-bold.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-bold.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-bold.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-bold.ph-clock-user:before {
  content: "\edec";
}
.ph-bold.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-bold.ph-cloud:before {
  content: "\e1aa";
}
.ph-bold.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-bold.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-bold.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-bold.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-bold.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-bold.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-bold.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-bold.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-bold.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-bold.ph-cloud-sun:before {
  content: "\e540";
}
.ph-bold.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-bold.ph-cloud-x:before {
  content: "\ea96";
}
.ph-bold.ph-clover:before {
  content: "\edc8";
}
.ph-bold.ph-club:before {
  content: "\e1ba";
}
.ph-bold.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-bold.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-bold.ph-code:before {
  content: "\e1bc";
}
.ph-bold.ph-code-block:before {
  content: "\eafe";
}
.ph-bold.ph-code-simple:before {
  content: "\e1be";
}
.ph-bold.ph-codepen-logo:before {
  content: "\e978";
}
.ph-bold.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-bold.ph-coffee:before {
  content: "\e1c2";
}
.ph-bold.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-bold.ph-coin:before {
  content: "\e60e";
}
.ph-bold.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-bold.ph-coins:before {
  content: "\e78e";
}
.ph-bold.ph-columns:before {
  content: "\e546";
}
.ph-bold.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-bold.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-bold.ph-command:before {
  content: "\e1c4";
}
.ph-bold.ph-compass:before {
  content: "\e1c8";
}
.ph-bold.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-bold.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-bold.ph-computer-tower:before {
  content: "\e548";
}
.ph-bold.ph-confetti:before {
  content: "\e81a";
}
.ph-bold.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-bold.ph-control:before {
  content: "\eca6";
}
.ph-bold.ph-cookie:before {
  content: "\e6ca";
}
.ph-bold.ph-cooking-pot:before {
  content: "\e764";
}
.ph-bold.ph-copy:before {
  content: "\e1ca";
}
.ph-bold.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-bold.ph-copyleft:before {
  content: "\e86a";
}
.ph-bold.ph-copyright:before {
  content: "\e54a";
}
.ph-bold.ph-corners-in:before {
  content: "\e1ce";
}
.ph-bold.ph-corners-out:before {
  content: "\e1d0";
}
.ph-bold.ph-couch:before {
  content: "\e7f6";
}
.ph-bold.ph-court-basketball:before {
  content: "\ee36";
}
.ph-bold.ph-cow:before {
  content: "\eabe";
}
.ph-bold.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-bold.ph-cpu:before {
  content: "\e610";
}
.ph-bold.ph-crane:before {
  content: "\ed48";
}
.ph-bold.ph-crane-tower:before {
  content: "\ed49";
}
.ph-bold.ph-credit-card:before {
  content: "\e1d2";
}
.ph-bold.ph-cricket:before {
  content: "\ee12";
}
.ph-bold.ph-crop:before {
  content: "\e1d4";
}
.ph-bold.ph-cross:before {
  content: "\e8a0";
}
.ph-bold.ph-crosshair:before {
  content: "\e1d6";
}
.ph-bold.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-bold.ph-crown:before {
  content: "\e614";
}
.ph-bold.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-bold.ph-crown-simple:before {
  content: "\e616";
}
.ph-bold.ph-cube:before {
  content: "\e1da";
}
.ph-bold.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-bold.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-bold.ph-currency-btc:before {
  content: "\e618";
}
.ph-bold.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-bold.ph-currency-cny:before {
  content: "\e54e";
}
.ph-bold.ph-currency-dollar:before {
  content: "\e550";
}
.ph-bold.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-bold.ph-currency-eth:before {
  content: "\eada";
}
.ph-bold.ph-currency-eur:before {
  content: "\e554";
}
.ph-bold.ph-currency-gbp:before {
  content: "\e556";
}
.ph-bold.ph-currency-inr:before {
  content: "\e558";
}
.ph-bold.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-bold.ph-currency-krw:before {
  content: "\e55c";
}
.ph-bold.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-bold.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-bold.ph-currency-rub:before {
  content: "\e55e";
}
.ph-bold.ph-cursor:before {
  content: "\e1dc";
}
.ph-bold.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-bold.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-bold.ph-cylinder:before {
  content: "\e8fc";
}
.ph-bold.ph-database:before {
  content: "\e1de";
}
.ph-bold.ph-desk:before {
  content: "\ed16";
}
.ph-bold.ph-desktop:before {
  content: "\e560";
}
.ph-bold.ph-desktop-tower:before {
  content: "\e562";
}
.ph-bold.ph-detective:before {
  content: "\e83e";
}
.ph-bold.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-bold.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-bold.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-bold.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-bold.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-bold.ph-device-rotate:before {
  content: "\edf2";
}
.ph-bold.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-bold.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-bold.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-bold.ph-devices:before {
  content: "\eba4";
}
.ph-bold.ph-diamond:before {
  content: "\e1ec";
}
.ph-bold.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-bold.ph-dice-five:before {
  content: "\e1ee";
}
.ph-bold.ph-dice-four:before {
  content: "\e1f0";
}
.ph-bold.ph-dice-one:before {
  content: "\e1f2";
}
.ph-bold.ph-dice-six:before {
  content: "\e1f4";
}
.ph-bold.ph-dice-three:before {
  content: "\e1f6";
}
.ph-bold.ph-dice-two:before {
  content: "\e1f8";
}
.ph-bold.ph-disc:before {
  content: "\e564";
}
.ph-bold.ph-disco-ball:before {
  content: "\ed98";
}
.ph-bold.ph-discord-logo:before {
  content: "\e61a";
}
.ph-bold.ph-divide:before {
  content: "\e1fa";
}
.ph-bold.ph-dna:before {
  content: "\e924";
}
.ph-bold.ph-dog:before {
  content: "\e74a";
}
.ph-bold.ph-door:before {
  content: "\e61c";
}
.ph-bold.ph-door-open:before {
  content: "\e7e6";
}
.ph-bold.ph-dot:before {
  content: "\ecde";
}
.ph-bold.ph-dot-outline:before {
  content: "\ece0";
}
.ph-bold.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-bold.ph-dots-six:before {
  content: "\e794";
}
.ph-bold.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-bold.ph-dots-three:before {
  content: "\e1fe";
}
.ph-bold.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-bold.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-bold.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-bold.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-bold.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-bold.ph-download:before {
  content: "\e20a";
}
.ph-bold.ph-download-simple:before {
  content: "\e20c";
}
.ph-bold.ph-dress:before {
  content: "\ea7e";
}
.ph-bold.ph-dresser:before {
  content: "\e94e";
}
.ph-bold.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-bold.ph-drone:before {
  content: "\ed74";
}
.ph-bold.ph-drop:before {
  content: "\e210";
}
.ph-bold.ph-drop-half:before {
  content: "\e566";
}
.ph-bold.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-bold.ph-drop-simple:before {
  content: "\ee32";
}
.ph-bold.ph-drop-slash:before {
  content: "\e954";
}
.ph-bold.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-bold.ph-ear:before {
  content: "\e70c";
}
.ph-bold.ph-ear-slash:before {
  content: "\e70e";
}
.ph-bold.ph-egg:before {
  content: "\e812";
}
.ph-bold.ph-egg-crack:before {
  content: "\eb64";
}
.ph-bold.ph-eject:before {
  content: "\e212";
}
.ph-bold.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-bold.ph-elevator:before {
  content: "\ecc0";
}
.ph-bold.ph-empty:before {
  content: "\edbc";
}
.ph-bold.ph-engine:before {
  content: "\ea80";
}
.ph-bold.ph-envelope:before {
  content: "\e214";
}
.ph-bold.ph-envelope-open:before {
  content: "\e216";
}
.ph-bold.ph-envelope-simple:before {
  content: "\e218";
}
.ph-bold.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-bold.ph-equalizer:before {
  content: "\ebbc";
}
.ph-bold.ph-equals:before {
  content: "\e21c";
}
.ph-bold.ph-eraser:before {
  content: "\e21e";
}
.ph-bold.ph-escalator-down:before {
  content: "\ecba";
}
.ph-bold.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-bold.ph-exam:before {
  content: "\e742";
}
.ph-bold.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-bold.ph-exclude:before {
  content: "\e882";
}
.ph-bold.ph-exclude-square:before {
  content: "\e880";
}
.ph-bold.ph-export:before {
  content: "\eaf0";
}
.ph-bold.ph-eye:before {
  content: "\e220";
}
.ph-bold.ph-eye-closed:before {
  content: "\e222";
}
.ph-bold.ph-eye-slash:before {
  content: "\e224";
}
.ph-bold.ph-eyedropper:before {
  content: "\e568";
}
.ph-bold.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-bold.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-bold.ph-eyes:before {
  content: "\ee5c";
}
.ph-bold.ph-face-mask:before {
  content: "\e56a";
}
.ph-bold.ph-facebook-logo:before {
  content: "\e226";
}
.ph-bold.ph-factory:before {
  content: "\e760";
}
.ph-bold.ph-faders:before {
  content: "\e228";
}
.ph-bold.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-bold.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-bold.ph-fan:before {
  content: "\e9f2";
}
.ph-bold.ph-farm:before {
  content: "\ec70";
}
.ph-bold.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-bold.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-bold.ph-feather:before {
  content: "\e9c0";
}
.ph-bold.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-bold.ph-figma-logo:before {
  content: "\e22e";
}
.ph-bold.ph-file:before {
  content: "\e230";
}
.ph-bold.ph-file-archive:before {
  content: "\eb2a";
}
.ph-bold.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-bold.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-bold.ph-file-audio:before {
  content: "\ea20";
}
.ph-bold.ph-file-c:before {
  content: "\eb32";
}
.ph-bold.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-bold.ph-file-cloud:before {
  content: "\e95e";
}
.ph-bold.ph-file-code:before {
  content: "\e914";
}
.ph-bold.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-bold.ph-file-css:before {
  content: "\eb34";
}
.ph-bold.ph-file-csv:before {
  content: "\eb1c";
}
.ph-bold.ph-file-dashed:before {
  content: "\e704";
}
.ph-bold.ph-file-dotted:before {
  content: "\e704";
}
.ph-bold.ph-file-doc:before {
  content: "\eb1e";
}
.ph-bold.ph-file-html:before {
  content: "\eb38";
}
.ph-bold.ph-file-image:before {
  content: "\ea24";
}
.ph-bold.ph-file-ini:before {
  content: "\eb33";
}
.ph-bold.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-bold.ph-file-js:before {
  content: "\eb24";
}
.ph-bold.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-bold.ph-file-lock:before {
  content: "\e95c";
}
.ph-bold.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph-bold.ph-file-search:before {
  content: "\e238";
}
.ph-bold.ph-file-md:before {
  content: "\ed50";
}
.ph-bold.ph-file-minus:before {
  content: "\e234";
}
.ph-bold.ph-file-pdf:before {
  content: "\e702";
}
.ph-bold.ph-file-plus:before {
  content: "\e236";
}
.ph-bold.ph-file-png:before {
  content: "\eb18";
}
.ph-bold.ph-file-ppt:before {
  content: "\eb20";
}
.ph-bold.ph-file-py:before {
  content: "\eb2c";
}
.ph-bold.ph-file-rs:before {
  content: "\eb28";
}
.ph-bold.ph-file-sql:before {
  content: "\ed4e";
}
.ph-bold.ph-file-svg:before {
  content: "\ed08";
}
.ph-bold.ph-file-text:before {
  content: "\e23a";
}
.ph-bold.ph-file-ts:before {
  content: "\eb26";
}
.ph-bold.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-bold.ph-file-txt:before {
  content: "\eb35";
}
.ph-bold.ph-file-video:before {
  content: "\ea22";
}
.ph-bold.ph-file-vue:before {
  content: "\eb3e";
}
.ph-bold.ph-file-x:before {
  content: "\e23c";
}
.ph-bold.ph-file-xls:before {
  content: "\eb22";
}
.ph-bold.ph-file-zip:before {
  content: "\e958";
}
.ph-bold.ph-files:before {
  content: "\e710";
}
.ph-bold.ph-film-reel:before {
  content: "\e8c0";
}
.ph-bold.ph-film-script:before {
  content: "\eb50";
}
.ph-bold.ph-film-slate:before {
  content: "\e8c2";
}
.ph-bold.ph-film-strip:before {
  content: "\e792";
}
.ph-bold.ph-fingerprint:before {
  content: "\e23e";
}
.ph-bold.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-bold.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-bold.ph-fire:before {
  content: "\e242";
}
.ph-bold.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-bold.ph-fire-simple:before {
  content: "\e620";
}
.ph-bold.ph-fire-truck:before {
  content: "\e574";
}
.ph-bold.ph-first-aid:before {
  content: "\e56e";
}
.ph-bold.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-bold.ph-fish:before {
  content: "\e728";
}
.ph-bold.ph-fish-simple:before {
  content: "\e72a";
}
.ph-bold.ph-flag:before {
  content: "\e244";
}
.ph-bold.ph-flag-banner:before {
  content: "\e622";
}
.ph-bold.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-bold.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-bold.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-bold.ph-flame:before {
  content: "\e624";
}
.ph-bold.ph-flashlight:before {
  content: "\e246";
}
.ph-bold.ph-flask:before {
  content: "\e79e";
}
.ph-bold.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-bold.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-bold.ph-floppy-disk:before {
  content: "\e248";
}
.ph-bold.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-bold.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-bold.ph-flower:before {
  content: "\e75e";
}
.ph-bold.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-bold.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-bold.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-bold.ph-folder:before {
  content: "\e24a";
}
.ph-bold.ph-folder-notch:before {
  content: "\e24a";
}
.ph-bold.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph-bold.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-bold.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-bold.ph-folder-minus:before {
  content: "\e254";
}
.ph-bold.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-bold.ph-folder-open:before {
  content: "\e256";
}
.ph-bold.ph-folder-notch-open:before {
  content: "\e256";
}
.ph-bold.ph-folder-plus:before {
  content: "\e258";
}
.ph-bold.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph-bold.ph-folder-simple:before {
  content: "\e25a";
}
.ph-bold.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph-bold.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-bold.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-bold.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-bold.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-bold.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-bold.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-bold.ph-folder-star:before {
  content: "\ea86";
}
.ph-bold.ph-folder-user:before {
  content: "\eb46";
}
.ph-bold.ph-folders:before {
  content: "\e260";
}
.ph-bold.ph-football:before {
  content: "\e718";
}
.ph-bold.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-bold.ph-footprints:before {
  content: "\ea88";
}
.ph-bold.ph-fork-knife:before {
  content: "\e262";
}
.ph-bold.ph-four-k:before {
  content: "\ea5c";
}
.ph-bold.ph-frame-corners:before {
  content: "\e626";
}
.ph-bold.ph-framer-logo:before {
  content: "\e264";
}
.ph-bold.ph-function:before {
  content: "\ebe4";
}
.ph-bold.ph-funnel:before {
  content: "\e266";
}
.ph-bold.ph-funnel-simple:before {
  content: "\e268";
}
.ph-bold.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-bold.ph-funnel-x:before {
  content: "\e26c";
}
.ph-bold.ph-game-controller:before {
  content: "\e26e";
}
.ph-bold.ph-garage:before {
  content: "\ecd6";
}
.ph-bold.ph-gas-can:before {
  content: "\e8ce";
}
.ph-bold.ph-gas-pump:before {
  content: "\e768";
}
.ph-bold.ph-gauge:before {
  content: "\e628";
}
.ph-bold.ph-gavel:before {
  content: "\ea32";
}
.ph-bold.ph-gear:before {
  content: "\e270";
}
.ph-bold.ph-gear-fine:before {
  content: "\e87c";
}
.ph-bold.ph-gear-six:before {
  content: "\e272";
}
.ph-bold.ph-gender-female:before {
  content: "\e6e0";
}
.ph-bold.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-bold.ph-gender-male:before {
  content: "\e6e2";
}
.ph-bold.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-bold.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-bold.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-bold.ph-ghost:before {
  content: "\e62a";
}
.ph-bold.ph-gif:before {
  content: "\e274";
}
.ph-bold.ph-gift:before {
  content: "\e276";
}
.ph-bold.ph-git-branch:before {
  content: "\e278";
}
.ph-bold.ph-git-commit:before {
  content: "\e27a";
}
.ph-bold.ph-git-diff:before {
  content: "\e27c";
}
.ph-bold.ph-git-fork:before {
  content: "\e27e";
}
.ph-bold.ph-git-merge:before {
  content: "\e280";
}
.ph-bold.ph-git-pull-request:before {
  content: "\e282";
}
.ph-bold.ph-github-logo:before {
  content: "\e576";
}
.ph-bold.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-bold.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-bold.ph-globe:before {
  content: "\e288";
}
.ph-bold.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-bold.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-bold.ph-globe-simple:before {
  content: "\e28e";
}
.ph-bold.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-bold.ph-globe-stand:before {
  content: "\e290";
}
.ph-bold.ph-globe-x:before {
  content: "\e286";
}
.ph-bold.ph-goggles:before {
  content: "\ecb4";
}
.ph-bold.ph-golf:before {
  content: "\ea3e";
}
.ph-bold.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-bold.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-bold.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-bold.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-bold.ph-google-logo:before {
  content: "\e292";
}
.ph-bold.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-bold.ph-google-play-logo:before {
  content: "\e294";
}
.ph-bold.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-bold.ph-gps:before {
  content: "\edd8";
}
.ph-bold.ph-gps-fix:before {
  content: "\edd6";
}
.ph-bold.ph-gps-slash:before {
  content: "\edd4";
}
.ph-bold.ph-gradient:before {
  content: "\eb42";
}
.ph-bold.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-bold.ph-grains:before {
  content: "\ec68";
}
.ph-bold.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-bold.ph-graph:before {
  content: "\eb58";
}
.ph-bold.ph-graphics-card:before {
  content: "\e612";
}
.ph-bold.ph-greater-than:before {
  content: "\edc4";
}
.ph-bold.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-bold.ph-grid-four:before {
  content: "\e296";
}
.ph-bold.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-bold.ph-guitar:before {
  content: "\ea8a";
}
.ph-bold.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-bold.ph-hamburger:before {
  content: "\e790";
}
.ph-bold.ph-hammer:before {
  content: "\e80e";
}
.ph-bold.ph-hand:before {
  content: "\e298";
}
.ph-bold.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-bold.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-bold.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-bold.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-bold.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-bold.ph-hand-fist:before {
  content: "\e57a";
}
.ph-bold.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-bold.ph-hand-heart:before {
  content: "\e810";
}
.ph-bold.ph-hand-palm:before {
  content: "\e57e";
}
.ph-bold.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-bold.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-bold.ph-hand-soap:before {
  content: "\e630";
}
.ph-bold.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-bold.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-bold.ph-hand-tap:before {
  content: "\ec90";
}
.ph-bold.ph-hand-waving:before {
  content: "\e580";
}
.ph-bold.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-bold.ph-handbag:before {
  content: "\e29c";
}
.ph-bold.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-bold.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-bold.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-bold.ph-handshake:before {
  content: "\e582";
}
.ph-bold.ph-hard-drive:before {
  content: "\e29e";
}
.ph-bold.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-bold.ph-hard-hat:before {
  content: "\ed46";
}
.ph-bold.ph-hash:before {
  content: "\e2a2";
}
.ph-bold.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-bold.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-bold.ph-headlights:before {
  content: "\e6fe";
}
.ph-bold.ph-headphones:before {
  content: "\e2a6";
}
.ph-bold.ph-headset:before {
  content: "\e584";
}
.ph-bold.ph-heart:before {
  content: "\e2a8";
}
.ph-bold.ph-heart-break:before {
  content: "\ebe8";
}
.ph-bold.ph-heart-half:before {
  content: "\ec48";
}
.ph-bold.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-bold.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-bold.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-bold.ph-hexagon:before {
  content: "\e2ae";
}
.ph-bold.ph-high-definition:before {
  content: "\ea8e";
}
.ph-bold.ph-high-heel:before {
  content: "\e8e8";
}
.ph-bold.ph-highlighter:before {
  content: "\ec76";
}
.ph-bold.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-bold.ph-hockey:before {
  content: "\ec86";
}
.ph-bold.ph-hoodie:before {
  content: "\ecd0";
}
.ph-bold.ph-horse:before {
  content: "\e2b0";
}
.ph-bold.ph-hospital:before {
  content: "\e844";
}
.ph-bold.ph-hourglass:before {
  content: "\e2b2";
}
.ph-bold.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-bold.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-bold.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-bold.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-bold.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-bold.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-bold.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-bold.ph-house:before {
  content: "\e2c2";
}
.ph-bold.ph-house-line:before {
  content: "\e2c4";
}
.ph-bold.ph-house-simple:before {
  content: "\e2c6";
}
.ph-bold.ph-hurricane:before {
  content: "\e88e";
}
.ph-bold.ph-ice-cream:before {
  content: "\e804";
}
.ph-bold.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-bold.ph-identification-card:before {
  content: "\e2c8";
}
.ph-bold.ph-image:before {
  content: "\e2ca";
}
.ph-bold.ph-image-broken:before {
  content: "\e7a8";
}
.ph-bold.ph-image-square:before {
  content: "\e2cc";
}
.ph-bold.ph-images:before {
  content: "\e836";
}
.ph-bold.ph-images-square:before {
  content: "\e834";
}
.ph-bold.ph-infinity:before {
  content: "\e634";
}
.ph-bold.ph-lemniscate:before {
  content: "\e634";
}
.ph-bold.ph-info:before {
  content: "\e2ce";
}
.ph-bold.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-bold.ph-intersect:before {
  content: "\e2d2";
}
.ph-bold.ph-intersect-square:before {
  content: "\e87a";
}
.ph-bold.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-bold.ph-intersection:before {
  content: "\edba";
}
.ph-bold.ph-invoice:before {
  content: "\ee42";
}
.ph-bold.ph-island:before {
  content: "\ee06";
}
.ph-bold.ph-jar:before {
  content: "\e7e0";
}
.ph-bold.ph-jar-label:before {
  content: "\e7e1";
}
.ph-bold.ph-jeep:before {
  content: "\e2d4";
}
.ph-bold.ph-joystick:before {
  content: "\ea5e";
}
.ph-bold.ph-kanban:before {
  content: "\eb54";
}
.ph-bold.ph-key:before {
  content: "\e2d6";
}
.ph-bold.ph-key-return:before {
  content: "\e782";
}
.ph-bold.ph-keyboard:before {
  content: "\e2d8";
}
.ph-bold.ph-keyhole:before {
  content: "\ea78";
}
.ph-bold.ph-knife:before {
  content: "\e636";
}
.ph-bold.ph-ladder:before {
  content: "\e9e4";
}
.ph-bold.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-bold.ph-lamp:before {
  content: "\e638";
}
.ph-bold.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-bold.ph-laptop:before {
  content: "\e586";
}
.ph-bold.ph-lasso:before {
  content: "\edc6";
}
.ph-bold.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-bold.ph-layout:before {
  content: "\e6d6";
}
.ph-bold.ph-leaf:before {
  content: "\e2da";
}
.ph-bold.ph-lectern:before {
  content: "\e95a";
}
.ph-bold.ph-lego:before {
  content: "\e8c6";
}
.ph-bold.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-bold.ph-less-than:before {
  content: "\edac";
}
.ph-bold.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-bold.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-bold.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-bold.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-bold.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-bold.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-bold.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-bold.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-bold.ph-lightning:before {
  content: "\e2de";
}
.ph-bold.ph-lightning-a:before {
  content: "\ea84";
}
.ph-bold.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-bold.ph-line-segment:before {
  content: "\e6d2";
}
.ph-bold.ph-line-segments:before {
  content: "\e6d4";
}
.ph-bold.ph-line-vertical:before {
  content: "\ed70";
}
.ph-bold.ph-link:before {
  content: "\e2e2";
}
.ph-bold.ph-link-break:before {
  content: "\e2e4";
}
.ph-bold.ph-link-simple:before {
  content: "\e2e6";
}
.ph-bold.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-bold.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-bold.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-bold.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-bold.ph-linktree-logo:before {
  content: "\edee";
}
.ph-bold.ph-linux-logo:before {
  content: "\eb02";
}
.ph-bold.ph-list:before {
  content: "\e2f0";
}
.ph-bold.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-bold.ph-list-checks:before {
  content: "\eadc";
}
.ph-bold.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-bold.ph-list-heart:before {
  content: "\ebde";
}
.ph-bold.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-bold.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-bold.ph-list-plus:before {
  content: "\e2f8";
}
.ph-bold.ph-list-star:before {
  content: "\ebdc";
}
.ph-bold.ph-lock:before {
  content: "\e2fa";
}
.ph-bold.ph-lock-key:before {
  content: "\e2fe";
}
.ph-bold.ph-lock-key-open:before {
  content: "\e300";
}
.ph-bold.ph-lock-laminated:before {
  content: "\e302";
}
.ph-bold.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-bold.ph-lock-open:before {
  content: "\e306";
}
.ph-bold.ph-lock-simple:before {
  content: "\e308";
}
.ph-bold.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-bold.ph-lockers:before {
  content: "\ecb8";
}
.ph-bold.ph-log:before {
  content: "\ed82";
}
.ph-bold.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-bold.ph-magnet:before {
  content: "\e680";
}
.ph-bold.ph-magnet-straight:before {
  content: "\e682";
}
.ph-bold.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-bold.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-bold.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-bold.ph-mailbox:before {
  content: "\ec1e";
}
.ph-bold.ph-map-pin:before {
  content: "\e316";
}
.ph-bold.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-bold.ph-map-pin-line:before {
  content: "\e318";
}
.ph-bold.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-bold.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-bold.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-bold.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-bold.ph-map-trifold:before {
  content: "\e31a";
}
.ph-bold.ph-markdown-logo:before {
  content: "\e508";
}
.ph-bold.ph-marker-circle:before {
  content: "\e640";
}
.ph-bold.ph-martini:before {
  content: "\e31c";
}
.ph-bold.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-bold.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-bold.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-bold.ph-math-operations:before {
  content: "\e31e";
}
.ph-bold.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-bold.ph-medal:before {
  content: "\e320";
}
.ph-bold.ph-medal-military:before {
  content: "\ecfc";
}
.ph-bold.ph-medium-logo:before {
  content: "\e322";
}
.ph-bold.ph-megaphone:before {
  content: "\e324";
}
.ph-bold.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-bold.ph-member-of:before {
  content: "\edc2";
}
.ph-bold.ph-memory:before {
  content: "\e9c4";
}
.ph-bold.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-bold.ph-meta-logo:before {
  content: "\ed02";
}
.ph-bold.ph-meteor:before {
  content: "\e9ba";
}
.ph-bold.ph-metronome:before {
  content: "\ec8e";
}
.ph-bold.ph-microphone:before {
  content: "\e326";
}
.ph-bold.ph-microphone-slash:before {
  content: "\e328";
}
.ph-bold.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-bold.ph-microscope:before {
  content: "\ec7a";
}
.ph-bold.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-bold.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-bold.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-bold.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-bold.ph-minus:before {
  content: "\e32a";
}
.ph-bold.ph-minus-circle:before {
  content: "\e32c";
}
.ph-bold.ph-minus-square:before {
  content: "\ed4c";
}
.ph-bold.ph-money:before {
  content: "\e588";
}
.ph-bold.ph-money-wavy:before {
  content: "\ee68";
}
.ph-bold.ph-monitor:before {
  content: "\e32e";
}
.ph-bold.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-bold.ph-monitor-play:before {
  content: "\e58c";
}
.ph-bold.ph-moon:before {
  content: "\e330";
}
.ph-bold.ph-moon-stars:before {
  content: "\e58e";
}
.ph-bold.ph-moped:before {
  content: "\e824";
}
.ph-bold.ph-moped-front:before {
  content: "\e822";
}
.ph-bold.ph-mosque:before {
  content: "\ecee";
}
.ph-bold.ph-motorcycle:before {
  content: "\e80a";
}
.ph-bold.ph-mountains:before {
  content: "\e7ae";
}
.ph-bold.ph-mouse:before {
  content: "\e33a";
}
.ph-bold.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-bold.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-bold.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-bold.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-bold.ph-mouse-simple:before {
  content: "\e644";
}
.ph-bold.ph-music-note:before {
  content: "\e33c";
}
.ph-bold.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-bold.ph-music-notes:before {
  content: "\e340";
}
.ph-bold.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-bold.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-bold.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-bold.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-bold.ph-needle:before {
  content: "\e82e";
}
.ph-bold.ph-network:before {
  content: "\edde";
}
.ph-bold.ph-network-slash:before {
  content: "\eddc";
}
.ph-bold.ph-network-x:before {
  content: "\edda";
}
.ph-bold.ph-newspaper:before {
  content: "\e344";
}
.ph-bold.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-bold.ph-not-equals:before {
  content: "\eda6";
}
.ph-bold.ph-not-member-of:before {
  content: "\edae";
}
.ph-bold.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-bold.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-bold.ph-notches:before {
  content: "\ed3a";
}
.ph-bold.ph-note:before {
  content: "\e348";
}
.ph-bold.ph-note-blank:before {
  content: "\e34a";
}
.ph-bold.ph-note-pencil:before {
  content: "\e34c";
}
.ph-bold.ph-notebook:before {
  content: "\e34e";
}
.ph-bold.ph-notepad:before {
  content: "\e63e";
}
.ph-bold.ph-notification:before {
  content: "\e6fa";
}
.ph-bold.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-bold.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-bold.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-bold.ph-number-circle-five:before {
  content: "\e358";
}
.ph-bold.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-bold.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-bold.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-bold.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-bold.ph-number-circle-six:before {
  content: "\e376";
}
.ph-bold.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-bold.ph-number-circle-two:before {
  content: "\e382";
}
.ph-bold.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-bold.ph-number-eight:before {
  content: "\e350";
}
.ph-bold.ph-number-five:before {
  content: "\e356";
}
.ph-bold.ph-number-four:before {
  content: "\e35c";
}
.ph-bold.ph-number-nine:before {
  content: "\e362";
}
.ph-bold.ph-number-one:before {
  content: "\e368";
}
.ph-bold.ph-number-seven:before {
  content: "\e36e";
}
.ph-bold.ph-number-six:before {
  content: "\e374";
}
.ph-bold.ph-number-square-eight:before {
  content: "\e354";
}
.ph-bold.ph-number-square-five:before {
  content: "\e35a";
}
.ph-bold.ph-number-square-four:before {
  content: "\e360";
}
.ph-bold.ph-number-square-nine:before {
  content: "\e366";
}
.ph-bold.ph-number-square-one:before {
  content: "\e36c";
}
.ph-bold.ph-number-square-seven:before {
  content: "\e372";
}
.ph-bold.ph-number-square-six:before {
  content: "\e378";
}
.ph-bold.ph-number-square-three:before {
  content: "\e37e";
}
.ph-bold.ph-number-square-two:before {
  content: "\e384";
}
.ph-bold.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-bold.ph-number-three:before {
  content: "\e37a";
}
.ph-bold.ph-number-two:before {
  content: "\e380";
}
.ph-bold.ph-number-zero:before {
  content: "\e386";
}
.ph-bold.ph-numpad:before {
  content: "\e3c8";
}
.ph-bold.ph-nut:before {
  content: "\e38c";
}
.ph-bold.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-bold.ph-octagon:before {
  content: "\e38e";
}
.ph-bold.ph-office-chair:before {
  content: "\ea46";
}
.ph-bold.ph-onigiri:before {
  content: "\ee2c";
}
.ph-bold.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-bold.ph-option:before {
  content: "\e8a8";
}
.ph-bold.ph-orange:before {
  content: "\ee40";
}
.ph-bold.ph-orange-slice:before {
  content: "\ed36";
}
.ph-bold.ph-oven:before {
  content: "\ed8c";
}
.ph-bold.ph-package:before {
  content: "\e390";
}
.ph-bold.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-bold.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-bold.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-bold.ph-paint-bucket:before {
  content: "\e392";
}
.ph-bold.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-bold.ph-palette:before {
  content: "\e6c8";
}
.ph-bold.ph-panorama:before {
  content: "\eaa2";
}
.ph-bold.ph-pants:before {
  content: "\ec88";
}
.ph-bold.ph-paper-plane:before {
  content: "\e394";
}
.ph-bold.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-bold.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-bold.ph-paperclip:before {
  content: "\e39a";
}
.ph-bold.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-bold.ph-parachute:before {
  content: "\ea7c";
}
.ph-bold.ph-paragraph:before {
  content: "\e960";
}
.ph-bold.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-bold.ph-park:before {
  content: "\ecb2";
}
.ph-bold.ph-password:before {
  content: "\e752";
}
.ph-bold.ph-path:before {
  content: "\e39c";
}
.ph-bold.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-bold.ph-pause:before {
  content: "\e39e";
}
.ph-bold.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-bold.ph-paw-print:before {
  content: "\e648";
}
.ph-bold.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-bold.ph-peace:before {
  content: "\e3a2";
}
.ph-bold.ph-pen:before {
  content: "\e3aa";
}
.ph-bold.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-bold.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-bold.ph-pencil:before {
  content: "\e3ae";
}
.ph-bold.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-bold.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-bold.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-bold.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-bold.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-bold.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-bold.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-bold.ph-pentagon:before {
  content: "\ec7e";
}
.ph-bold.ph-pentagram:before {
  content: "\ec5c";
}
.ph-bold.ph-pepper:before {
  content: "\e94a";
}
.ph-bold.ph-percent:before {
  content: "\e3b6";
}
.ph-bold.ph-person:before {
  content: "\e3a8";
}
.ph-bold.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-bold.ph-person-simple:before {
  content: "\e72e";
}
.ph-bold.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-bold.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-bold.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-bold.ph-person-simple-run:before {
  content: "\e730";
}
.ph-bold.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-bold.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-bold.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-bold.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-bold.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-bold.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-bold.ph-perspective:before {
  content: "\ebe6";
}
.ph-bold.ph-phone:before {
  content: "\e3b8";
}
.ph-bold.ph-phone-call:before {
  content: "\e3ba";
}
.ph-bold.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-bold.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-bold.ph-phone-list:before {
  content: "\e3cc";
}
.ph-bold.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-bold.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-bold.ph-phone-plus:before {
  content: "\ec56";
}
.ph-bold.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-bold.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-bold.ph-phone-x:before {
  content: "\e3c4";
}
.ph-bold.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-bold.ph-pi:before {
  content: "\ec80";
}
.ph-bold.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-bold.ph-picnic-table:before {
  content: "\ee26";
}
.ph-bold.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-bold.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-bold.ph-pill:before {
  content: "\e700";
}
.ph-bold.ph-ping-pong:before {
  content: "\ea42";
}
.ph-bold.ph-pint-glass:before {
  content: "\edd0";
}
.ph-bold.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-bold.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-bold.ph-pipe:before {
  content: "\ed86";
}
.ph-bold.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-bold.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-bold.ph-pizza:before {
  content: "\e796";
}
.ph-bold.ph-placeholder:before {
  content: "\e650";
}
.ph-bold.ph-planet:before {
  content: "\e652";
}
.ph-bold.ph-plant:before {
  content: "\ebae";
}
.ph-bold.ph-play:before {
  content: "\e3d0";
}
.ph-bold.ph-play-circle:before {
  content: "\e3d2";
}
.ph-bold.ph-play-pause:before {
  content: "\e8be";
}
.ph-bold.ph-playlist:before {
  content: "\e6aa";
}
.ph-bold.ph-plug:before {
  content: "\e946";
}
.ph-bold.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-bold.ph-plugs:before {
  content: "\eb56";
}
.ph-bold.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-bold.ph-plus:before {
  content: "\e3d4";
}
.ph-bold.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-bold.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-bold.ph-plus-square:before {
  content: "\ed4a";
}
.ph-bold.ph-poker-chip:before {
  content: "\e594";
}
.ph-bold.ph-police-car:before {
  content: "\ec4a";
}
.ph-bold.ph-polygon:before {
  content: "\e6d0";
}
.ph-bold.ph-popcorn:before {
  content: "\eb4e";
}
.ph-bold.ph-popsicle:before {
  content: "\ebbe";
}
.ph-bold.ph-potted-plant:before {
  content: "\ec22";
}
.ph-bold.ph-power:before {
  content: "\e3da";
}
.ph-bold.ph-prescription:before {
  content: "\e7a2";
}
.ph-bold.ph-presentation:before {
  content: "\e654";
}
.ph-bold.ph-presentation-chart:before {
  content: "\e656";
}
.ph-bold.ph-printer:before {
  content: "\e3dc";
}
.ph-bold.ph-prohibit:before {
  content: "\e3de";
}
.ph-bold.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-bold.ph-projector-screen:before {
  content: "\e658";
}
.ph-bold.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-bold.ph-pulse:before {
  content: "\e000";
}
.ph-bold.ph-activity:before {
  content: "\e000";
}
.ph-bold.ph-push-pin:before {
  content: "\e3e2";
}
.ph-bold.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-bold.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-bold.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-bold.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-bold.ph-qr-code:before {
  content: "\e3e6";
}
.ph-bold.ph-question:before {
  content: "\e3e8";
}
.ph-bold.ph-question-mark:before {
  content: "\e3e9";
}
.ph-bold.ph-queue:before {
  content: "\e6ac";
}
.ph-bold.ph-quotes:before {
  content: "\e660";
}
.ph-bold.ph-rabbit:before {
  content: "\eac2";
}
.ph-bold.ph-racquet:before {
  content: "\ee02";
}
.ph-bold.ph-radical:before {
  content: "\e3ea";
}
.ph-bold.ph-radio:before {
  content: "\e77e";
}
.ph-bold.ph-radio-button:before {
  content: "\eb08";
}
.ph-bold.ph-radioactive:before {
  content: "\e9dc";
}
.ph-bold.ph-rainbow:before {
  content: "\e598";
}
.ph-bold.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-bold.ph-ranking:before {
  content: "\ed62";
}
.ph-bold.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-bold.ph-receipt:before {
  content: "\e3ec";
}
.ph-bold.ph-receipt-x:before {
  content: "\ed40";
}
.ph-bold.ph-record:before {
  content: "\e3ee";
}
.ph-bold.ph-rectangle:before {
  content: "\e3f0";
}
.ph-bold.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-bold.ph-recycle:before {
  content: "\e75a";
}
.ph-bold.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-bold.ph-repeat:before {
  content: "\e3f6";
}
.ph-bold.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-bold.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-bold.ph-resize:before {
  content: "\ed6e";
}
.ph-bold.ph-rewind:before {
  content: "\e6a8";
}
.ph-bold.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-bold.ph-road-horizon:before {
  content: "\e838";
}
.ph-bold.ph-robot:before {
  content: "\e762";
}
.ph-bold.ph-rocket:before {
  content: "\e3fc";
}
.ph-bold.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-bold.ph-rows:before {
  content: "\e5a2";
}
.ph-bold.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-bold.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-bold.ph-rss:before {
  content: "\e400";
}
.ph-bold.ph-rss-simple:before {
  content: "\e402";
}
.ph-bold.ph-rug:before {
  content: "\ea1a";
}
.ph-bold.ph-ruler:before {
  content: "\e6b8";
}
.ph-bold.ph-sailboat:before {
  content: "\e78a";
}
.ph-bold.ph-scales:before {
  content: "\e750";
}
.ph-bold.ph-scan:before {
  content: "\ebb6";
}
.ph-bold.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-bold.ph-scissors:before {
  content: "\eae0";
}
.ph-bold.ph-scooter:before {
  content: "\e820";
}
.ph-bold.ph-screencast:before {
  content: "\e404";
}
.ph-bold.ph-screwdriver:before {
  content: "\e86e";
}
.ph-bold.ph-scribble:before {
  content: "\e806";
}
.ph-bold.ph-scribble-loop:before {
  content: "\e662";
}
.ph-bold.ph-scroll:before {
  content: "\eb7a";
}
.ph-bold.ph-seal:before {
  content: "\e604";
}
.ph-bold.ph-circle-wavy:before {
  content: "\e604";
}
.ph-bold.ph-seal-check:before {
  content: "\e606";
}
.ph-bold.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph-bold.ph-seal-percent:before {
  content: "\e60a";
}
.ph-bold.ph-seal-question:before {
  content: "\e608";
}
.ph-bold.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph-bold.ph-seal-warning:before {
  content: "\e60c";
}
.ph-bold.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph-bold.ph-seat:before {
  content: "\eb8e";
}
.ph-bold.ph-seatbelt:before {
  content: "\edfe";
}
.ph-bold.ph-security-camera:before {
  content: "\eca4";
}
.ph-bold.ph-selection:before {
  content: "\e69a";
}
.ph-bold.ph-selection-all:before {
  content: "\e746";
}
.ph-bold.ph-selection-background:before {
  content: "\eaf8";
}
.ph-bold.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-bold.ph-selection-inverse:before {
  content: "\e744";
}
.ph-bold.ph-selection-plus:before {
  content: "\e69c";
}
.ph-bold.ph-selection-slash:before {
  content: "\e69e";
}
.ph-bold.ph-shapes:before {
  content: "\ec5e";
}
.ph-bold.ph-share:before {
  content: "\e406";
}
.ph-bold.ph-share-fat:before {
  content: "\ed52";
}
.ph-bold.ph-share-network:before {
  content: "\e408";
}
.ph-bold.ph-shield:before {
  content: "\e40a";
}
.ph-bold.ph-shield-check:before {
  content: "\e40c";
}
.ph-bold.ph-shield-checkered:before {
  content: "\e708";
}
.ph-bold.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-bold.ph-shield-plus:before {
  content: "\e706";
}
.ph-bold.ph-shield-slash:before {
  content: "\e410";
}
.ph-bold.ph-shield-star:before {
  content: "\ec34";
}
.ph-bold.ph-shield-warning:before {
  content: "\e412";
}
.ph-bold.ph-shipping-container:before {
  content: "\e78c";
}
.ph-bold.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-bold.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-bold.ph-shopping-bag:before {
  content: "\e416";
}
.ph-bold.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-bold.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-bold.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-bold.ph-shovel:before {
  content: "\e9e6";
}
.ph-bold.ph-shower:before {
  content: "\e776";
}
.ph-bold.ph-shrimp:before {
  content: "\eab4";
}
.ph-bold.ph-shuffle:before {
  content: "\e422";
}
.ph-bold.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-bold.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-bold.ph-sidebar:before {
  content: "\eab6";
}
.ph-bold.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-bold.ph-sigma:before {
  content: "\eab8";
}
.ph-bold.ph-sign-in:before {
  content: "\e428";
}
.ph-bold.ph-sign-out:before {
  content: "\e42a";
}
.ph-bold.ph-signature:before {
  content: "\ebac";
}
.ph-bold.ph-signpost:before {
  content: "\e89c";
}
.ph-bold.ph-sim-card:before {
  content: "\e664";
}
.ph-bold.ph-siren:before {
  content: "\e9b8";
}
.ph-bold.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-bold.ph-skip-back:before {
  content: "\e5a4";
}
.ph-bold.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-bold.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-bold.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-bold.ph-skull:before {
  content: "\e916";
}
.ph-bold.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-bold.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-bold.ph-sliders:before {
  content: "\e432";
}
.ph-bold.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-bold.ph-slideshow:before {
  content: "\ed32";
}
.ph-bold.ph-smiley:before {
  content: "\e436";
}
.ph-bold.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-bold.ph-smiley-blank:before {
  content: "\e438";
}
.ph-bold.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-bold.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-bold.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-bold.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-bold.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-bold.ph-smiley-wink:before {
  content: "\e666";
}
.ph-bold.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-bold.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-bold.ph-sneaker:before {
  content: "\e80c";
}
.ph-bold.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-bold.ph-snowflake:before {
  content: "\e5aa";
}
.ph-bold.ph-soccer-ball:before {
  content: "\e716";
}
.ph-bold.ph-sock:before {
  content: "\ecce";
}
.ph-bold.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-bold.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-bold.ph-sort-ascending:before {
  content: "\e444";
}
.ph-bold.ph-sort-descending:before {
  content: "\e446";
}
.ph-bold.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-bold.ph-spade:before {
  content: "\e448";
}
.ph-bold.ph-sparkle:before {
  content: "\e6a2";
}
.ph-bold.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-bold.ph-speaker-high:before {
  content: "\e44a";
}
.ph-bold.ph-speaker-low:before {
  content: "\e44c";
}
.ph-bold.ph-speaker-none:before {
  content: "\e44e";
}
.ph-bold.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-bold.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-bold.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-bold.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-bold.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-bold.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-bold.ph-speaker-x:before {
  content: "\e45c";
}
.ph-bold.ph-speedometer:before {
  content: "\ee74";
}
.ph-bold.ph-sphere:before {
  content: "\ee66";
}
.ph-bold.ph-spinner:before {
  content: "\e66a";
}
.ph-bold.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-bold.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-bold.ph-spiral:before {
  content: "\e9fa";
}
.ph-bold.ph-split-horizontal:before {
  content: "\e872";
}
.ph-bold.ph-split-vertical:before {
  content: "\e876";
}
.ph-bold.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-bold.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-bold.ph-square:before {
  content: "\e45e";
}
.ph-bold.ph-square-half:before {
  content: "\e462";
}
.ph-bold.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-bold.ph-square-logo:before {
  content: "\e690";
}
.ph-bold.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-bold.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-bold.ph-squares-four:before {
  content: "\e464";
}
.ph-bold.ph-stack:before {
  content: "\e466";
}
.ph-bold.ph-stack-minus:before {
  content: "\edf4";
}
.ph-bold.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-bold.ph-stack-plus:before {
  content: "\edf6";
}
.ph-bold.ph-stack-simple:before {
  content: "\e468";
}
.ph-bold.ph-stairs:before {
  content: "\e8ec";
}
.ph-bold.ph-stamp:before {
  content: "\ea48";
}
.ph-bold.ph-standard-definition:before {
  content: "\ea90";
}
.ph-bold.ph-star:before {
  content: "\e46a";
}
.ph-bold.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-bold.ph-star-four:before {
  content: "\e6a4";
}
.ph-bold.ph-star-half:before {
  content: "\e70a";
}
.ph-bold.ph-star-of-david:before {
  content: "\e89e";
}
.ph-bold.ph-steam-logo:before {
  content: "\ead4";
}
.ph-bold.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-bold.ph-steps:before {
  content: "\ecbe";
}
.ph-bold.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-bold.ph-sticker:before {
  content: "\e5ac";
}
.ph-bold.ph-stool:before {
  content: "\ea44";
}
.ph-bold.ph-stop:before {
  content: "\e46c";
}
.ph-bold.ph-stop-circle:before {
  content: "\e46e";
}
.ph-bold.ph-storefront:before {
  content: "\e470";
}
.ph-bold.ph-strategy:before {
  content: "\ea3a";
}
.ph-bold.ph-stripe-logo:before {
  content: "\e698";
}
.ph-bold.ph-student:before {
  content: "\e73e";
}
.ph-bold.ph-subset-of:before {
  content: "\edc0";
}
.ph-bold.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-bold.ph-subtitles:before {
  content: "\e1a8";
}
.ph-bold.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-bold.ph-subtract:before {
  content: "\ebd6";
}
.ph-bold.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-bold.ph-subway:before {
  content: "\e498";
}
.ph-bold.ph-suitcase:before {
  content: "\e5ae";
}
.ph-bold.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-bold.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-bold.ph-sun:before {
  content: "\e472";
}
.ph-bold.ph-sun-dim:before {
  content: "\e474";
}
.ph-bold.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-bold.ph-sunglasses:before {
  content: "\e816";
}
.ph-bold.ph-superset-of:before {
  content: "\edb8";
}
.ph-bold.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-bold.ph-swap:before {
  content: "\e83c";
}
.ph-bold.ph-swatches:before {
  content: "\e5b8";
}
.ph-bold.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-bold.ph-sword:before {
  content: "\e5ba";
}
.ph-bold.ph-synagogue:before {
  content: "\ecec";
}
.ph-bold.ph-syringe:before {
  content: "\e968";
}
.ph-bold.ph-t-shirt:before {
  content: "\e670";
}
.ph-bold.ph-table:before {
  content: "\e476";
}
.ph-bold.ph-tabs:before {
  content: "\e778";
}
.ph-bold.ph-tag:before {
  content: "\e478";
}
.ph-bold.ph-tag-chevron:before {
  content: "\e672";
}
.ph-bold.ph-tag-simple:before {
  content: "\e47a";
}
.ph-bold.ph-target:before {
  content: "\e47c";
}
.ph-bold.ph-taxi:before {
  content: "\e902";
}
.ph-bold.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-bold.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-bold.ph-television:before {
  content: "\e754";
}
.ph-bold.ph-television-simple:before {
  content: "\eae6";
}
.ph-bold.ph-tennis-ball:before {
  content: "\e720";
}
.ph-bold.ph-tent:before {
  content: "\e8ba";
}
.ph-bold.ph-terminal:before {
  content: "\e47e";
}
.ph-bold.ph-terminal-window:before {
  content: "\eae8";
}
.ph-bold.ph-test-tube:before {
  content: "\e7a0";
}
.ph-bold.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-bold.ph-text-aa:before {
  content: "\e6ee";
}
.ph-bold.ph-text-align-center:before {
  content: "\e480";
}
.ph-bold.ph-text-align-justify:before {
  content: "\e482";
}
.ph-bold.ph-text-align-left:before {
  content: "\e484";
}
.ph-bold.ph-text-align-right:before {
  content: "\e486";
}
.ph-bold.ph-text-b:before {
  content: "\e5be";
}
.ph-bold.ph-text-bolder:before {
  content: "\e5be";
}
.ph-bold.ph-text-columns:before {
  content: "\ec96";
}
.ph-bold.ph-text-h:before {
  content: "\e6ba";
}
.ph-bold.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-bold.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-bold.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-bold.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-bold.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-bold.ph-text-h-two:before {
  content: "\e6be";
}
.ph-bold.ph-text-indent:before {
  content: "\ea1e";
}
.ph-bold.ph-text-italic:before {
  content: "\e5c0";
}
.ph-bold.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-bold.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-bold.ph-text-subscript:before {
  content: "\ec98";
}
.ph-bold.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-bold.ph-text-t:before {
  content: "\e48a";
}
.ph-bold.ph-text-t-slash:before {
  content: "\e488";
}
.ph-bold.ph-text-underline:before {
  content: "\e5c4";
}
.ph-bold.ph-textbox:before {
  content: "\eb0a";
}
.ph-bold.ph-thermometer:before {
  content: "\e5c6";
}
.ph-bold.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-bold.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-bold.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-bold.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-bold.ph-three-d:before {
  content: "\ea5a";
}
.ph-bold.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-bold.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-bold.ph-ticket:before {
  content: "\e490";
}
.ph-bold.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-bold.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-bold.ph-tilde:before {
  content: "\eda8";
}
.ph-bold.ph-timer:before {
  content: "\e492";
}
.ph-bold.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-bold.ph-tipi:before {
  content: "\ed30";
}
.ph-bold.ph-tire:before {
  content: "\edd2";
}
.ph-bold.ph-toggle-left:before {
  content: "\e674";
}
.ph-bold.ph-toggle-right:before {
  content: "\e676";
}
.ph-bold.ph-toilet:before {
  content: "\e79a";
}
.ph-bold.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-bold.ph-toolbox:before {
  content: "\eca0";
}
.ph-bold.ph-tooth:before {
  content: "\e9cc";
}
.ph-bold.ph-tornado:before {
  content: "\e88c";
}
.ph-bold.ph-tote:before {
  content: "\e494";
}
.ph-bold.ph-tote-simple:before {
  content: "\e678";
}
.ph-bold.ph-towel:before {
  content: "\ede6";
}
.ph-bold.ph-tractor:before {
  content: "\ec6e";
}
.ph-bold.ph-trademark:before {
  content: "\e9f0";
}
.ph-bold.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-bold.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-bold.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-bold.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-bold.ph-train:before {
  content: "\e496";
}
.ph-bold.ph-train-regional:before {
  content: "\e49e";
}
.ph-bold.ph-train-simple:before {
  content: "\e4a0";
}
.ph-bold.ph-tram:before {
  content: "\e9ec";
}
.ph-bold.ph-translate:before {
  content: "\e4a2";
}
.ph-bold.ph-trash:before {
  content: "\e4a6";
}
.ph-bold.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-bold.ph-tray:before {
  content: "\e4aa";
}
.ph-bold.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-bold.ph-archive-tray:before {
  content: "\e010";
}
.ph-bold.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-bold.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-bold.ph-tree:before {
  content: "\e6da";
}
.ph-bold.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-bold.ph-tree-palm:before {
  content: "\e91a";
}
.ph-bold.ph-tree-structure:before {
  content: "\e67c";
}
.ph-bold.ph-tree-view:before {
  content: "\ee48";
}
.ph-bold.ph-trend-down:before {
  content: "\e4ac";
}
.ph-bold.ph-trend-up:before {
  content: "\e4ae";
}
.ph-bold.ph-triangle:before {
  content: "\e4b0";
}
.ph-bold.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-bold.ph-trolley:before {
  content: "\e5b2";
}
.ph-bold.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-bold.ph-trophy:before {
  content: "\e67e";
}
.ph-bold.ph-truck:before {
  content: "\e4b4";
}
.ph-bold.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-bold.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-bold.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-bold.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-bold.ph-umbrella:before {
  content: "\e684";
}
.ph-bold.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-bold.ph-union:before {
  content: "\edbe";
}
.ph-bold.ph-unite:before {
  content: "\e87e";
}
.ph-bold.ph-unite-square:before {
  content: "\e878";
}
.ph-bold.ph-upload:before {
  content: "\e4be";
}
.ph-bold.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-bold.ph-usb:before {
  content: "\e956";
}
.ph-bold.ph-user:before {
  content: "\e4c2";
}
.ph-bold.ph-user-check:before {
  content: "\eafa";
}
.ph-bold.ph-user-circle:before {
  content: "\e4c4";
}
.ph-bold.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-bold.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-bold.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-bold.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-bold.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-bold.ph-user-focus:before {
  content: "\e6fc";
}
.ph-bold.ph-user-gear:before {
  content: "\e4cc";
}
.ph-bold.ph-user-list:before {
  content: "\e73c";
}
.ph-bold.ph-user-minus:before {
  content: "\e4ce";
}
.ph-bold.ph-user-plus:before {
  content: "\e4d0";
}
.ph-bold.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-bold.ph-user-sound:before {
  content: "\eca8";
}
.ph-bold.ph-user-square:before {
  content: "\e4d4";
}
.ph-bold.ph-user-switch:before {
  content: "\e756";
}
.ph-bold.ph-users:before {
  content: "\e4d6";
}
.ph-bold.ph-users-four:before {
  content: "\e68c";
}
.ph-bold.ph-users-three:before {
  content: "\e68e";
}
.ph-bold.ph-van:before {
  content: "\e826";
}
.ph-bold.ph-vault:before {
  content: "\e76e";
}
.ph-bold.ph-vector-three:before {
  content: "\ee62";
}
.ph-bold.ph-vector-two:before {
  content: "\ee64";
}
.ph-bold.ph-vibrate:before {
  content: "\e4d8";
}
.ph-bold.ph-video:before {
  content: "\e740";
}
.ph-bold.ph-video-camera:before {
  content: "\e4da";
}
.ph-bold.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-bold.ph-video-conference:before {
  content: "\edce";
}
.ph-bold.ph-vignette:before {
  content: "\eba2";
}
.ph-bold.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-bold.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-bold.ph-virus:before {
  content: "\e7d6";
}
.ph-bold.ph-visor:before {
  content: "\ee2a";
}
.ph-bold.ph-voicemail:before {
  content: "\e4de";
}
.ph-bold.ph-volleyball:before {
  content: "\e726";
}
.ph-bold.ph-wall:before {
  content: "\e688";
}
.ph-bold.ph-wallet:before {
  content: "\e68a";
}
.ph-bold.ph-warehouse:before {
  content: "\ecd4";
}
.ph-bold.ph-warning:before {
  content: "\e4e0";
}
.ph-bold.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-bold.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-bold.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-bold.ph-washing-machine:before {
  content: "\ede8";
}
.ph-bold.ph-watch:before {
  content: "\e4e6";
}
.ph-bold.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-bold.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-bold.ph-wave-square:before {
  content: "\ea9e";
}
.ph-bold.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-bold.ph-waveform:before {
  content: "\e802";
}
.ph-bold.ph-waveform-slash:before {
  content: "\e800";
}
.ph-bold.ph-waves:before {
  content: "\e6de";
}
.ph-bold.ph-webcam:before {
  content: "\e9b2";
}
.ph-bold.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-bold.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-bold.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-bold.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-bold.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-bold.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-bold.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-bold.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-bold.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-bold.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-bold.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-bold.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-bold.ph-wind:before {
  content: "\e5d2";
}
.ph-bold.ph-windmill:before {
  content: "\e9f8";
}
.ph-bold.ph-windows-logo:before {
  content: "\e692";
}
.ph-bold.ph-wine:before {
  content: "\e6b2";
}
.ph-bold.ph-wrench:before {
  content: "\e5d4";
}
.ph-bold.ph-x:before {
  content: "\e4f6";
}
.ph-bold.ph-x-circle:before {
  content: "\e4f8";
}
.ph-bold.ph-x-logo:before {
  content: "\e4bc";
}
.ph-bold.ph-x-square:before {
  content: "\e4fa";
}
.ph-bold.ph-yarn:before {
  content: "\ed9a";
}
.ph-bold.ph-yin-yang:before {
  content: "\e92a";
}
.ph-bold.ph-youtube-logo:before {
  content: "\e4fc";
}

/* node_modules/@phosphor-icons/web/src/fill/style.css */
@font-face {
  font-family: "Phosphor-Fill";
  src:
    url("./media/Phosphor-Fill.woff2") format("woff2"),
    url("./media/Phosphor-Fill.woff") format("woff"),
    url("./media/Phosphor-Fill.ttf") format("truetype"),
    url("./media/Phosphor-Fill.svg#Phosphor-Fill") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-fill.ph-acorn:before {
  content: "\eb9a";
}
.ph-fill.ph-address-book:before {
  content: "\e6f8";
}
.ph-fill.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-fill.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-fill.ph-airplane:before {
  content: "\e002";
}
.ph-fill.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-fill.ph-airplane-landing:before {
  content: "\e502";
}
.ph-fill.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-fill.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-fill.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-fill.ph-airplay:before {
  content: "\e004";
}
.ph-fill.ph-alarm:before {
  content: "\e006";
}
.ph-fill.ph-alien:before {
  content: "\e8a6";
}
.ph-fill.ph-align-bottom:before {
  content: "\e506";
}
.ph-fill.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-fill.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-fill.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-fill.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-fill.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-fill.ph-align-left:before {
  content: "\e50e";
}
.ph-fill.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-fill.ph-align-right:before {
  content: "\e510";
}
.ph-fill.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-fill.ph-align-top:before {
  content: "\e512";
}
.ph-fill.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-fill.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-fill.ph-ambulance:before {
  content: "\e572";
}
.ph-fill.ph-anchor:before {
  content: "\e514";
}
.ph-fill.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-fill.ph-android-logo:before {
  content: "\e008";
}
.ph-fill.ph-angle:before {
  content: "\e7bc";
}
.ph-fill.ph-angular-logo:before {
  content: "\eb80";
}
.ph-fill.ph-aperture:before {
  content: "\e00a";
}
.ph-fill.ph-app-store-logo:before {
  content: "\e974";
}
.ph-fill.ph-app-window:before {
  content: "\e5da";
}
.ph-fill.ph-apple-logo:before {
  content: "\e516";
}
.ph-fill.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-fill.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-fill.ph-archive:before {
  content: "\e00c";
}
.ph-fill.ph-armchair:before {
  content: "\e012";
}
.ph-fill.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-fill.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-fill.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-fill.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-fill.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-fill.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-fill.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-fill.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-fill.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-fill.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-fill.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-fill.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-fill.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-fill.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-fill.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-fill.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-fill.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-fill.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-fill.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-fill.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-fill.ph-arrow-down:before {
  content: "\e03e";
}
.ph-fill.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-fill.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-fill.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-fill.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-fill.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-fill.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-fill.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-fill.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-fill.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-fill.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-fill.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-fill.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-fill.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-fill.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-fill.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-fill.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-fill.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-fill.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-fill.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-fill.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-fill.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-fill.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-fill.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-fill.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-fill.ph-arrow-left:before {
  content: "\e058";
}
.ph-fill.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-fill.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-fill.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-fill.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-fill.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-fill.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-fill.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-fill.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-fill.ph-arrow-right:before {
  content: "\e06c";
}
.ph-fill.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-fill.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-fill.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-fill.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-fill.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-fill.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-fill.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-fill.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-fill.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-fill.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-fill.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-fill.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-fill.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-fill.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-fill.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-fill.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-fill.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-fill.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-fill.ph-arrow-up:before {
  content: "\e08e";
}
.ph-fill.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-fill.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-fill.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-fill.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-fill.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-fill.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-fill.ph-arrows-in:before {
  content: "\e09a";
}
.ph-fill.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-fill.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-fill.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-fill.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-fill.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-fill.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-fill.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-fill.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-fill.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-fill.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-fill.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-fill.ph-article:before {
  content: "\e0a8";
}
.ph-fill.ph-article-medium:before {
  content: "\e5e0";
}
.ph-fill.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-fill.ph-asclepius:before {
  content: "\ee34";
}
.ph-fill.ph-caduceus:before {
  content: "\ee34";
}
.ph-fill.ph-asterisk:before {
  content: "\e0aa";
}
.ph-fill.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-fill.ph-at:before {
  content: "\e0ac";
}
.ph-fill.ph-atom:before {
  content: "\e5e4";
}
.ph-fill.ph-avocado:before {
  content: "\ee04";
}
.ph-fill.ph-axe:before {
  content: "\e9fc";
}
.ph-fill.ph-baby:before {
  content: "\e774";
}
.ph-fill.ph-baby-carriage:before {
  content: "\e818";
}
.ph-fill.ph-backpack:before {
  content: "\e922";
}
.ph-fill.ph-backspace:before {
  content: "\e0ae";
}
.ph-fill.ph-bag:before {
  content: "\e0b0";
}
.ph-fill.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-fill.ph-balloon:before {
  content: "\e76c";
}
.ph-fill.ph-bandaids:before {
  content: "\e0b2";
}
.ph-fill.ph-bank:before {
  content: "\e0b4";
}
.ph-fill.ph-barbell:before {
  content: "\e0b6";
}
.ph-fill.ph-barcode:before {
  content: "\e0b8";
}
.ph-fill.ph-barn:before {
  content: "\ec72";
}
.ph-fill.ph-barricade:before {
  content: "\e948";
}
.ph-fill.ph-baseball:before {
  content: "\e71a";
}
.ph-fill.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-fill.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-fill.ph-basket:before {
  content: "\e964";
}
.ph-fill.ph-basketball:before {
  content: "\e724";
}
.ph-fill.ph-bathtub:before {
  content: "\e81e";
}
.ph-fill.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-fill.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-fill.ph-battery-empty:before {
  content: "\e0be";
}
.ph-fill.ph-battery-full:before {
  content: "\e0c0";
}
.ph-fill.ph-battery-high:before {
  content: "\e0c2";
}
.ph-fill.ph-battery-low:before {
  content: "\e0c4";
}
.ph-fill.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-fill.ph-battery-plus:before {
  content: "\e808";
}
.ph-fill.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-fill.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-fill.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-fill.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-fill.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-fill.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-fill.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-fill.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-fill.ph-beach-ball:before {
  content: "\ed24";
}
.ph-fill.ph-beanie:before {
  content: "\ea2a";
}
.ph-fill.ph-bed:before {
  content: "\e0cc";
}
.ph-fill.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-fill.ph-beer-stein:before {
  content: "\eb62";
}
.ph-fill.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-fill.ph-bell:before {
  content: "\e0ce";
}
.ph-fill.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-fill.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-fill.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-fill.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-fill.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-fill.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-fill.ph-bell-z:before {
  content: "\e5ee";
}
.ph-fill.ph-belt:before {
  content: "\ea2c";
}
.ph-fill.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-fill.ph-bicycle:before {
  content: "\e0d6";
}
.ph-fill.ph-binary:before {
  content: "\ee60";
}
.ph-fill.ph-binoculars:before {
  content: "\ea64";
}
.ph-fill.ph-biohazard:before {
  content: "\e9e0";
}
.ph-fill.ph-bird:before {
  content: "\e72c";
}
.ph-fill.ph-blueprint:before {
  content: "\eda0";
}
.ph-fill.ph-bluetooth:before {
  content: "\e0da";
}
.ph-fill.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-fill.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-fill.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-fill.ph-boat:before {
  content: "\e786";
}
.ph-fill.ph-bomb:before {
  content: "\ee0a";
}
.ph-fill.ph-bone:before {
  content: "\e7f2";
}
.ph-fill.ph-book:before {
  content: "\e0e2";
}
.ph-fill.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-fill.ph-book-open:before {
  content: "\e0e6";
}
.ph-fill.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-fill.ph-book-open-user:before {
  content: "\ede0";
}
.ph-fill.ph-bookmark:before {
  content: "\e0e8";
}
.ph-fill.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-fill.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-fill.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-fill.ph-books:before {
  content: "\e758";
}
.ph-fill.ph-boot:before {
  content: "\ecca";
}
.ph-fill.ph-boules:before {
  content: "\e722";
}
.ph-fill.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-fill.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-fill.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-fill.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-fill.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-fill.ph-archive-box:before {
  content: "\e00e";
}
.ph-fill.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-fill.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-fill.ph-brackets-angle:before {
  content: "\e862";
}
.ph-fill.ph-brackets-curly:before {
  content: "\e860";
}
.ph-fill.ph-brackets-round:before {
  content: "\e864";
}
.ph-fill.ph-brackets-square:before {
  content: "\e85e";
}
.ph-fill.ph-brain:before {
  content: "\e74e";
}
.ph-fill.ph-brandy:before {
  content: "\e6b4";
}
.ph-fill.ph-bread:before {
  content: "\e81c";
}
.ph-fill.ph-bridge:before {
  content: "\ea68";
}
.ph-fill.ph-briefcase:before {
  content: "\e0ee";
}
.ph-fill.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-fill.ph-broadcast:before {
  content: "\e0f2";
}
.ph-fill.ph-broom:before {
  content: "\ec54";
}
.ph-fill.ph-browser:before {
  content: "\e0f4";
}
.ph-fill.ph-browsers:before {
  content: "\e0f6";
}
.ph-fill.ph-bug:before {
  content: "\e5f4";
}
.ph-fill.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-fill.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-fill.ph-building:before {
  content: "\e100";
}
.ph-fill.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-fill.ph-building-office:before {
  content: "\e0ff";
}
.ph-fill.ph-buildings:before {
  content: "\e102";
}
.ph-fill.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-fill.ph-bus:before {
  content: "\e106";
}
.ph-fill.ph-butterfly:before {
  content: "\ea6e";
}
.ph-fill.ph-cable-car:before {
  content: "\e49c";
}
.ph-fill.ph-cactus:before {
  content: "\e918";
}
.ph-fill.ph-cake:before {
  content: "\e780";
}
.ph-fill.ph-calculator:before {
  content: "\e538";
}
.ph-fill.ph-calendar:before {
  content: "\e108";
}
.ph-fill.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-fill.ph-calendar-check:before {
  content: "\e712";
}
.ph-fill.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-fill.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-fill.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-fill.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-fill.ph-calendar-plus:before {
  content: "\e714";
}
.ph-fill.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-fill.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-fill.ph-calendar-x:before {
  content: "\e10c";
}
.ph-fill.ph-call-bell:before {
  content: "\e7de";
}
.ph-fill.ph-camera:before {
  content: "\e10e";
}
.ph-fill.ph-camera-plus:before {
  content: "\ec58";
}
.ph-fill.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-fill.ph-camera-slash:before {
  content: "\e110";
}
.ph-fill.ph-campfire:before {
  content: "\e9d8";
}
.ph-fill.ph-car:before {
  content: "\e112";
}
.ph-fill.ph-car-battery:before {
  content: "\ee30";
}
.ph-fill.ph-car-profile:before {
  content: "\e8cc";
}
.ph-fill.ph-car-simple:before {
  content: "\e114";
}
.ph-fill.ph-cardholder:before {
  content: "\e5fa";
}
.ph-fill.ph-cards:before {
  content: "\e0f8";
}
.ph-fill.ph-cards-three:before {
  content: "\ee50";
}
.ph-fill.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-fill.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-fill.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-fill.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-fill.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-fill.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-fill.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-fill.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-fill.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-fill.ph-caret-double-down:before {
  content: "\e126";
}
.ph-fill.ph-caret-double-left:before {
  content: "\e128";
}
.ph-fill.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-fill.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-fill.ph-caret-down:before {
  content: "\e136";
}
.ph-fill.ph-caret-left:before {
  content: "\e138";
}
.ph-fill.ph-caret-line-down:before {
  content: "\e134";
}
.ph-fill.ph-caret-line-left:before {
  content: "\e132";
}
.ph-fill.ph-caret-line-right:before {
  content: "\e130";
}
.ph-fill.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-fill.ph-caret-right:before {
  content: "\e13a";
}
.ph-fill.ph-caret-up:before {
  content: "\e13c";
}
.ph-fill.ph-caret-up-down:before {
  content: "\e140";
}
.ph-fill.ph-carrot:before {
  content: "\ed38";
}
.ph-fill.ph-cash-register:before {
  content: "\ed80";
}
.ph-fill.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-fill.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-fill.ph-cat:before {
  content: "\e748";
}
.ph-fill.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-fill.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-fill.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-fill.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-fill.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-fill.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-fill.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-fill.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-fill.ph-certificate:before {
  content: "\e766";
}
.ph-fill.ph-chair:before {
  content: "\e950";
}
.ph-fill.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-fill.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-fill.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-fill.ph-champagne:before {
  content: "\eaca";
}
.ph-fill.ph-charging-station:before {
  content: "\e8d0";
}
.ph-fill.ph-chart-bar:before {
  content: "\e150";
}
.ph-fill.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-fill.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-fill.ph-chart-line:before {
  content: "\e154";
}
.ph-fill.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-fill.ph-chart-line-up:before {
  content: "\e156";
}
.ph-fill.ph-chart-pie:before {
  content: "\e158";
}
.ph-fill.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-fill.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-fill.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-fill.ph-chat:before {
  content: "\e15c";
}
.ph-fill.ph-chat-centered:before {
  content: "\e160";
}
.ph-fill.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-fill.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-fill.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-fill.ph-chat-circle:before {
  content: "\e168";
}
.ph-fill.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-fill.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-fill.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-fill.ph-chat-dots:before {
  content: "\e170";
}
.ph-fill.ph-chat-slash:before {
  content: "\e15e";
}
.ph-fill.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-fill.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-fill.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-fill.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-fill.ph-chat-text:before {
  content: "\e17a";
}
.ph-fill.ph-chats:before {
  content: "\e17c";
}
.ph-fill.ph-chats-circle:before {
  content: "\e17e";
}
.ph-fill.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-fill.ph-check:before {
  content: "\e182";
}
.ph-fill.ph-check-circle:before {
  content: "\e184";
}
.ph-fill.ph-check-fat:before {
  content: "\eba6";
}
.ph-fill.ph-check-square:before {
  content: "\e186";
}
.ph-fill.ph-check-square-offset:before {
  content: "\e188";
}
.ph-fill.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-fill.ph-checks:before {
  content: "\e53a";
}
.ph-fill.ph-cheers:before {
  content: "\ea4a";
}
.ph-fill.ph-cheese:before {
  content: "\e9fe";
}
.ph-fill.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-fill.ph-cherries:before {
  content: "\e830";
}
.ph-fill.ph-church:before {
  content: "\ecea";
}
.ph-fill.ph-cigarette:before {
  content: "\ed90";
}
.ph-fill.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-fill.ph-circle:before {
  content: "\e18a";
}
.ph-fill.ph-circle-dashed:before {
  content: "\e602";
}
.ph-fill.ph-circle-half:before {
  content: "\e18c";
}
.ph-fill.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-fill.ph-circle-notch:before {
  content: "\eb44";
}
.ph-fill.ph-circles-four:before {
  content: "\e190";
}
.ph-fill.ph-circles-three:before {
  content: "\e192";
}
.ph-fill.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-fill.ph-circuitry:before {
  content: "\e9c2";
}
.ph-fill.ph-city:before {
  content: "\ea6a";
}
.ph-fill.ph-clipboard:before {
  content: "\e196";
}
.ph-fill.ph-clipboard-text:before {
  content: "\e198";
}
.ph-fill.ph-clock:before {
  content: "\e19a";
}
.ph-fill.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-fill.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-fill.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-fill.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-fill.ph-clock-user:before {
  content: "\edec";
}
.ph-fill.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-fill.ph-cloud:before {
  content: "\e1aa";
}
.ph-fill.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-fill.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-fill.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-fill.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-fill.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-fill.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-fill.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-fill.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-fill.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-fill.ph-cloud-sun:before {
  content: "\e540";
}
.ph-fill.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-fill.ph-cloud-x:before {
  content: "\ea96";
}
.ph-fill.ph-clover:before {
  content: "\edc8";
}
.ph-fill.ph-club:before {
  content: "\e1ba";
}
.ph-fill.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-fill.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-fill.ph-code:before {
  content: "\e1bc";
}
.ph-fill.ph-code-block:before {
  content: "\eafe";
}
.ph-fill.ph-code-simple:before {
  content: "\e1be";
}
.ph-fill.ph-codepen-logo:before {
  content: "\e978";
}
.ph-fill.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-fill.ph-coffee:before {
  content: "\e1c2";
}
.ph-fill.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-fill.ph-coin:before {
  content: "\e60e";
}
.ph-fill.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-fill.ph-coins:before {
  content: "\e78e";
}
.ph-fill.ph-columns:before {
  content: "\e546";
}
.ph-fill.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-fill.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-fill.ph-command:before {
  content: "\e1c4";
}
.ph-fill.ph-compass:before {
  content: "\e1c8";
}
.ph-fill.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-fill.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-fill.ph-computer-tower:before {
  content: "\e548";
}
.ph-fill.ph-confetti:before {
  content: "\e81a";
}
.ph-fill.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-fill.ph-control:before {
  content: "\eca6";
}
.ph-fill.ph-cookie:before {
  content: "\e6ca";
}
.ph-fill.ph-cooking-pot:before {
  content: "\e764";
}
.ph-fill.ph-copy:before {
  content: "\e1ca";
}
.ph-fill.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-fill.ph-copyleft:before {
  content: "\e86a";
}
.ph-fill.ph-copyright:before {
  content: "\e54a";
}
.ph-fill.ph-corners-in:before {
  content: "\e1ce";
}
.ph-fill.ph-corners-out:before {
  content: "\e1d0";
}
.ph-fill.ph-couch:before {
  content: "\e7f6";
}
.ph-fill.ph-court-basketball:before {
  content: "\ee36";
}
.ph-fill.ph-cow:before {
  content: "\eabe";
}
.ph-fill.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-fill.ph-cpu:before {
  content: "\e610";
}
.ph-fill.ph-crane:before {
  content: "\ed48";
}
.ph-fill.ph-crane-tower:before {
  content: "\ed49";
}
.ph-fill.ph-credit-card:before {
  content: "\e1d2";
}
.ph-fill.ph-cricket:before {
  content: "\ee12";
}
.ph-fill.ph-crop:before {
  content: "\e1d4";
}
.ph-fill.ph-cross:before {
  content: "\e8a0";
}
.ph-fill.ph-crosshair:before {
  content: "\e1d6";
}
.ph-fill.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-fill.ph-crown:before {
  content: "\e614";
}
.ph-fill.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-fill.ph-crown-simple:before {
  content: "\e616";
}
.ph-fill.ph-cube:before {
  content: "\e1da";
}
.ph-fill.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-fill.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-fill.ph-currency-btc:before {
  content: "\e618";
}
.ph-fill.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-fill.ph-currency-cny:before {
  content: "\e54e";
}
.ph-fill.ph-currency-dollar:before {
  content: "\e550";
}
.ph-fill.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-fill.ph-currency-eth:before {
  content: "\eada";
}
.ph-fill.ph-currency-eur:before {
  content: "\e554";
}
.ph-fill.ph-currency-gbp:before {
  content: "\e556";
}
.ph-fill.ph-currency-inr:before {
  content: "\e558";
}
.ph-fill.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-fill.ph-currency-krw:before {
  content: "\e55c";
}
.ph-fill.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-fill.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-fill.ph-currency-rub:before {
  content: "\e55e";
}
.ph-fill.ph-cursor:before {
  content: "\e1dc";
}
.ph-fill.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-fill.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-fill.ph-cylinder:before {
  content: "\e8fc";
}
.ph-fill.ph-database:before {
  content: "\e1de";
}
.ph-fill.ph-desk:before {
  content: "\ed16";
}
.ph-fill.ph-desktop:before {
  content: "\e560";
}
.ph-fill.ph-desktop-tower:before {
  content: "\e562";
}
.ph-fill.ph-detective:before {
  content: "\e83e";
}
.ph-fill.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-fill.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-fill.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-fill.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-fill.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-fill.ph-device-rotate:before {
  content: "\edf2";
}
.ph-fill.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-fill.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-fill.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-fill.ph-devices:before {
  content: "\eba4";
}
.ph-fill.ph-diamond:before {
  content: "\e1ec";
}
.ph-fill.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-fill.ph-dice-five:before {
  content: "\e1ee";
}
.ph-fill.ph-dice-four:before {
  content: "\e1f0";
}
.ph-fill.ph-dice-one:before {
  content: "\e1f2";
}
.ph-fill.ph-dice-six:before {
  content: "\e1f4";
}
.ph-fill.ph-dice-three:before {
  content: "\e1f6";
}
.ph-fill.ph-dice-two:before {
  content: "\e1f8";
}
.ph-fill.ph-disc:before {
  content: "\e564";
}
.ph-fill.ph-disco-ball:before {
  content: "\ed98";
}
.ph-fill.ph-discord-logo:before {
  content: "\e61a";
}
.ph-fill.ph-divide:before {
  content: "\e1fa";
}
.ph-fill.ph-dna:before {
  content: "\e924";
}
.ph-fill.ph-dog:before {
  content: "\e74a";
}
.ph-fill.ph-door:before {
  content: "\e61c";
}
.ph-fill.ph-door-open:before {
  content: "\e7e6";
}
.ph-fill.ph-dot:before {
  content: "\ecde";
}
.ph-fill.ph-dot-outline:before {
  content: "\ece0";
}
.ph-fill.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-fill.ph-dots-six:before {
  content: "\e794";
}
.ph-fill.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-fill.ph-dots-three:before {
  content: "\e1fe";
}
.ph-fill.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-fill.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-fill.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-fill.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-fill.ph-download:before {
  content: "\e20a";
}
.ph-fill.ph-download-simple:before {
  content: "\e20c";
}
.ph-fill.ph-dress:before {
  content: "\ea7e";
}
.ph-fill.ph-dresser:before {
  content: "\e94e";
}
.ph-fill.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-fill.ph-drone:before {
  content: "\ed74";
}
.ph-fill.ph-drop:before {
  content: "\e210";
}
.ph-fill.ph-drop-half:before {
  content: "\e566";
}
.ph-fill.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-fill.ph-drop-simple:before {
  content: "\ee32";
}
.ph-fill.ph-drop-slash:before {
  content: "\e954";
}
.ph-fill.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-fill.ph-ear:before {
  content: "\e70c";
}
.ph-fill.ph-ear-slash:before {
  content: "\e70e";
}
.ph-fill.ph-egg:before {
  content: "\e812";
}
.ph-fill.ph-egg-crack:before {
  content: "\eb64";
}
.ph-fill.ph-eject:before {
  content: "\e212";
}
.ph-fill.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-fill.ph-elevator:before {
  content: "\ecc0";
}
.ph-fill.ph-empty:before {
  content: "\edbc";
}
.ph-fill.ph-engine:before {
  content: "\ea80";
}
.ph-fill.ph-envelope:before {
  content: "\e214";
}
.ph-fill.ph-envelope-open:before {
  content: "\e216";
}
.ph-fill.ph-envelope-simple:before {
  content: "\e218";
}
.ph-fill.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-fill.ph-equalizer:before {
  content: "\ebbc";
}
.ph-fill.ph-equals:before {
  content: "\e21c";
}
.ph-fill.ph-eraser:before {
  content: "\e21e";
}
.ph-fill.ph-escalator-down:before {
  content: "\ecba";
}
.ph-fill.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-fill.ph-exam:before {
  content: "\e742";
}
.ph-fill.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-fill.ph-exclude:before {
  content: "\e882";
}
.ph-fill.ph-exclude-square:before {
  content: "\e880";
}
.ph-fill.ph-export:before {
  content: "\eaf0";
}
.ph-fill.ph-eye:before {
  content: "\e220";
}
.ph-fill.ph-eye-closed:before {
  content: "\e222";
}
.ph-fill.ph-eye-slash:before {
  content: "\e224";
}
.ph-fill.ph-eyedropper:before {
  content: "\e568";
}
.ph-fill.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-fill.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-fill.ph-eyes:before {
  content: "\ee5c";
}
.ph-fill.ph-face-mask:before {
  content: "\e56a";
}
.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}
.ph-fill.ph-factory:before {
  content: "\e760";
}
.ph-fill.ph-faders:before {
  content: "\e228";
}
.ph-fill.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-fill.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-fill.ph-fan:before {
  content: "\e9f2";
}
.ph-fill.ph-farm:before {
  content: "\ec70";
}
.ph-fill.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-fill.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-fill.ph-feather:before {
  content: "\e9c0";
}
.ph-fill.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-fill.ph-figma-logo:before {
  content: "\e22e";
}
.ph-fill.ph-file:before {
  content: "\e230";
}
.ph-fill.ph-file-archive:before {
  content: "\eb2a";
}
.ph-fill.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-fill.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-fill.ph-file-audio:before {
  content: "\ea20";
}
.ph-fill.ph-file-c:before {
  content: "\eb32";
}
.ph-fill.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-fill.ph-file-cloud:before {
  content: "\e95e";
}
.ph-fill.ph-file-code:before {
  content: "\e914";
}
.ph-fill.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-fill.ph-file-css:before {
  content: "\eb34";
}
.ph-fill.ph-file-csv:before {
  content: "\eb1c";
}
.ph-fill.ph-file-dashed:before {
  content: "\e704";
}
.ph-fill.ph-file-dotted:before {
  content: "\e704";
}
.ph-fill.ph-file-doc:before {
  content: "\eb1e";
}
.ph-fill.ph-file-html:before {
  content: "\eb38";
}
.ph-fill.ph-file-image:before {
  content: "\ea24";
}
.ph-fill.ph-file-ini:before {
  content: "\eb33";
}
.ph-fill.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-fill.ph-file-js:before {
  content: "\eb24";
}
.ph-fill.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-fill.ph-file-lock:before {
  content: "\e95c";
}
.ph-fill.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph-fill.ph-file-search:before {
  content: "\e238";
}
.ph-fill.ph-file-md:before {
  content: "\ed50";
}
.ph-fill.ph-file-minus:before {
  content: "\e234";
}
.ph-fill.ph-file-pdf:before {
  content: "\e702";
}
.ph-fill.ph-file-plus:before {
  content: "\e236";
}
.ph-fill.ph-file-png:before {
  content: "\eb18";
}
.ph-fill.ph-file-ppt:before {
  content: "\eb20";
}
.ph-fill.ph-file-py:before {
  content: "\eb2c";
}
.ph-fill.ph-file-rs:before {
  content: "\eb28";
}
.ph-fill.ph-file-sql:before {
  content: "\ed4e";
}
.ph-fill.ph-file-svg:before {
  content: "\ed08";
}
.ph-fill.ph-file-text:before {
  content: "\e23a";
}
.ph-fill.ph-file-ts:before {
  content: "\eb26";
}
.ph-fill.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-fill.ph-file-txt:before {
  content: "\eb35";
}
.ph-fill.ph-file-video:before {
  content: "\ea22";
}
.ph-fill.ph-file-vue:before {
  content: "\eb3e";
}
.ph-fill.ph-file-x:before {
  content: "\e23c";
}
.ph-fill.ph-file-xls:before {
  content: "\eb22";
}
.ph-fill.ph-file-zip:before {
  content: "\e958";
}
.ph-fill.ph-files:before {
  content: "\e710";
}
.ph-fill.ph-film-reel:before {
  content: "\e8c0";
}
.ph-fill.ph-film-script:before {
  content: "\eb50";
}
.ph-fill.ph-film-slate:before {
  content: "\e8c2";
}
.ph-fill.ph-film-strip:before {
  content: "\e792";
}
.ph-fill.ph-fingerprint:before {
  content: "\e23e";
}
.ph-fill.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-fill.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-fill.ph-fire:before {
  content: "\e242";
}
.ph-fill.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-fill.ph-fire-simple:before {
  content: "\e620";
}
.ph-fill.ph-fire-truck:before {
  content: "\e574";
}
.ph-fill.ph-first-aid:before {
  content: "\e56e";
}
.ph-fill.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-fill.ph-fish:before {
  content: "\e728";
}
.ph-fill.ph-fish-simple:before {
  content: "\e72a";
}
.ph-fill.ph-flag:before {
  content: "\e244";
}
.ph-fill.ph-flag-banner:before {
  content: "\e622";
}
.ph-fill.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-fill.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-fill.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-fill.ph-flame:before {
  content: "\e624";
}
.ph-fill.ph-flashlight:before {
  content: "\e246";
}
.ph-fill.ph-flask:before {
  content: "\e79e";
}
.ph-fill.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-fill.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-fill.ph-floppy-disk:before {
  content: "\e248";
}
.ph-fill.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-fill.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-fill.ph-flower:before {
  content: "\e75e";
}
.ph-fill.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-fill.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-fill.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-fill.ph-folder:before {
  content: "\e24a";
}
.ph-fill.ph-folder-notch:before {
  content: "\e24a";
}
.ph-fill.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph-fill.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-fill.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-fill.ph-folder-minus:before {
  content: "\e254";
}
.ph-fill.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-fill.ph-folder-open:before {
  content: "\e256";
}
.ph-fill.ph-folder-notch-open:before {
  content: "\e256";
}
.ph-fill.ph-folder-plus:before {
  content: "\e258";
}
.ph-fill.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph-fill.ph-folder-simple:before {
  content: "\e25a";
}
.ph-fill.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph-fill.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-fill.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-fill.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-fill.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-fill.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-fill.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-fill.ph-folder-star:before {
  content: "\ea86";
}
.ph-fill.ph-folder-user:before {
  content: "\eb46";
}
.ph-fill.ph-folders:before {
  content: "\e260";
}
.ph-fill.ph-football:before {
  content: "\e718";
}
.ph-fill.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-fill.ph-footprints:before {
  content: "\ea88";
}
.ph-fill.ph-fork-knife:before {
  content: "\e262";
}
.ph-fill.ph-four-k:before {
  content: "\ea5c";
}
.ph-fill.ph-frame-corners:before {
  content: "\e626";
}
.ph-fill.ph-framer-logo:before {
  content: "\e264";
}
.ph-fill.ph-function:before {
  content: "\ebe4";
}
.ph-fill.ph-funnel:before {
  content: "\e266";
}
.ph-fill.ph-funnel-simple:before {
  content: "\e268";
}
.ph-fill.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-fill.ph-funnel-x:before {
  content: "\e26c";
}
.ph-fill.ph-game-controller:before {
  content: "\e26e";
}
.ph-fill.ph-garage:before {
  content: "\ecd6";
}
.ph-fill.ph-gas-can:before {
  content: "\e8ce";
}
.ph-fill.ph-gas-pump:before {
  content: "\e768";
}
.ph-fill.ph-gauge:before {
  content: "\e628";
}
.ph-fill.ph-gavel:before {
  content: "\ea32";
}
.ph-fill.ph-gear:before {
  content: "\e270";
}
.ph-fill.ph-gear-fine:before {
  content: "\e87c";
}
.ph-fill.ph-gear-six:before {
  content: "\e272";
}
.ph-fill.ph-gender-female:before {
  content: "\e6e0";
}
.ph-fill.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-fill.ph-gender-male:before {
  content: "\e6e2";
}
.ph-fill.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-fill.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-fill.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-fill.ph-ghost:before {
  content: "\e62a";
}
.ph-fill.ph-gif:before {
  content: "\e274";
}
.ph-fill.ph-gift:before {
  content: "\e276";
}
.ph-fill.ph-git-branch:before {
  content: "\e278";
}
.ph-fill.ph-git-commit:before {
  content: "\e27a";
}
.ph-fill.ph-git-diff:before {
  content: "\e27c";
}
.ph-fill.ph-git-fork:before {
  content: "\e27e";
}
.ph-fill.ph-git-merge:before {
  content: "\e280";
}
.ph-fill.ph-git-pull-request:before {
  content: "\e282";
}
.ph-fill.ph-github-logo:before {
  content: "\e576";
}
.ph-fill.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-fill.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-fill.ph-globe:before {
  content: "\e288";
}
.ph-fill.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-fill.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-fill.ph-globe-simple:before {
  content: "\e28e";
}
.ph-fill.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-fill.ph-globe-stand:before {
  content: "\e290";
}
.ph-fill.ph-globe-x:before {
  content: "\e286";
}
.ph-fill.ph-goggles:before {
  content: "\ecb4";
}
.ph-fill.ph-golf:before {
  content: "\ea3e";
}
.ph-fill.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-fill.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-fill.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-fill.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-fill.ph-google-logo:before {
  content: "\e292";
}
.ph-fill.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-fill.ph-google-play-logo:before {
  content: "\e294";
}
.ph-fill.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-fill.ph-gps:before {
  content: "\edd8";
}
.ph-fill.ph-gps-fix:before {
  content: "\edd6";
}
.ph-fill.ph-gps-slash:before {
  content: "\edd4";
}
.ph-fill.ph-gradient:before {
  content: "\eb42";
}
.ph-fill.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-fill.ph-grains:before {
  content: "\ec68";
}
.ph-fill.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-fill.ph-graph:before {
  content: "\eb58";
}
.ph-fill.ph-graphics-card:before {
  content: "\e612";
}
.ph-fill.ph-greater-than:before {
  content: "\edc4";
}
.ph-fill.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-fill.ph-grid-four:before {
  content: "\e296";
}
.ph-fill.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-fill.ph-guitar:before {
  content: "\ea8a";
}
.ph-fill.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-fill.ph-hamburger:before {
  content: "\e790";
}
.ph-fill.ph-hammer:before {
  content: "\e80e";
}
.ph-fill.ph-hand:before {
  content: "\e298";
}
.ph-fill.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-fill.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-fill.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-fill.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-fill.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-fill.ph-hand-fist:before {
  content: "\e57a";
}
.ph-fill.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-fill.ph-hand-heart:before {
  content: "\e810";
}
.ph-fill.ph-hand-palm:before {
  content: "\e57e";
}
.ph-fill.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-fill.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-fill.ph-hand-soap:before {
  content: "\e630";
}
.ph-fill.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-fill.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-fill.ph-hand-tap:before {
  content: "\ec90";
}
.ph-fill.ph-hand-waving:before {
  content: "\e580";
}
.ph-fill.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-fill.ph-handbag:before {
  content: "\e29c";
}
.ph-fill.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-fill.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-fill.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-fill.ph-handshake:before {
  content: "\e582";
}
.ph-fill.ph-hard-drive:before {
  content: "\e29e";
}
.ph-fill.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-fill.ph-hard-hat:before {
  content: "\ed46";
}
.ph-fill.ph-hash:before {
  content: "\e2a2";
}
.ph-fill.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-fill.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-fill.ph-headlights:before {
  content: "\e6fe";
}
.ph-fill.ph-headphones:before {
  content: "\e2a6";
}
.ph-fill.ph-headset:before {
  content: "\e584";
}
.ph-fill.ph-heart:before {
  content: "\e2a8";
}
.ph-fill.ph-heart-break:before {
  content: "\ebe8";
}
.ph-fill.ph-heart-half:before {
  content: "\ec48";
}
.ph-fill.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-fill.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-fill.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-fill.ph-hexagon:before {
  content: "\e2ae";
}
.ph-fill.ph-high-definition:before {
  content: "\ea8e";
}
.ph-fill.ph-high-heel:before {
  content: "\e8e8";
}
.ph-fill.ph-highlighter:before {
  content: "\ec76";
}
.ph-fill.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-fill.ph-hockey:before {
  content: "\ec86";
}
.ph-fill.ph-hoodie:before {
  content: "\ecd0";
}
.ph-fill.ph-horse:before {
  content: "\e2b0";
}
.ph-fill.ph-hospital:before {
  content: "\e844";
}
.ph-fill.ph-hourglass:before {
  content: "\e2b2";
}
.ph-fill.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-fill.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-fill.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-fill.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-fill.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-fill.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-fill.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-fill.ph-house:before {
  content: "\e2c2";
}
.ph-fill.ph-house-line:before {
  content: "\e2c4";
}
.ph-fill.ph-house-simple:before {
  content: "\e2c6";
}
.ph-fill.ph-hurricane:before {
  content: "\e88e";
}
.ph-fill.ph-ice-cream:before {
  content: "\e804";
}
.ph-fill.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-fill.ph-identification-card:before {
  content: "\e2c8";
}
.ph-fill.ph-image:before {
  content: "\e2ca";
}
.ph-fill.ph-image-broken:before {
  content: "\e7a8";
}
.ph-fill.ph-image-square:before {
  content: "\e2cc";
}
.ph-fill.ph-images:before {
  content: "\e836";
}
.ph-fill.ph-images-square:before {
  content: "\e834";
}
.ph-fill.ph-infinity:before {
  content: "\e634";
}
.ph-fill.ph-lemniscate:before {
  content: "\e634";
}
.ph-fill.ph-info:before {
  content: "\e2ce";
}
.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-fill.ph-intersect:before {
  content: "\e2d2";
}
.ph-fill.ph-intersect-square:before {
  content: "\e87a";
}
.ph-fill.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-fill.ph-intersection:before {
  content: "\edba";
}
.ph-fill.ph-invoice:before {
  content: "\ee42";
}
.ph-fill.ph-island:before {
  content: "\ee06";
}
.ph-fill.ph-jar:before {
  content: "\e7e0";
}
.ph-fill.ph-jar-label:before {
  content: "\e7e1";
}
.ph-fill.ph-jeep:before {
  content: "\e2d4";
}
.ph-fill.ph-joystick:before {
  content: "\ea5e";
}
.ph-fill.ph-kanban:before {
  content: "\eb54";
}
.ph-fill.ph-key:before {
  content: "\e2d6";
}
.ph-fill.ph-key-return:before {
  content: "\e782";
}
.ph-fill.ph-keyboard:before {
  content: "\e2d8";
}
.ph-fill.ph-keyhole:before {
  content: "\ea78";
}
.ph-fill.ph-knife:before {
  content: "\e636";
}
.ph-fill.ph-ladder:before {
  content: "\e9e4";
}
.ph-fill.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-fill.ph-lamp:before {
  content: "\e638";
}
.ph-fill.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-fill.ph-laptop:before {
  content: "\e586";
}
.ph-fill.ph-lasso:before {
  content: "\edc6";
}
.ph-fill.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-fill.ph-layout:before {
  content: "\e6d6";
}
.ph-fill.ph-leaf:before {
  content: "\e2da";
}
.ph-fill.ph-lectern:before {
  content: "\e95a";
}
.ph-fill.ph-lego:before {
  content: "\e8c6";
}
.ph-fill.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-fill.ph-less-than:before {
  content: "\edac";
}
.ph-fill.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-fill.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-fill.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-fill.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-fill.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-fill.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-fill.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-fill.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-fill.ph-lightning:before {
  content: "\e2de";
}
.ph-fill.ph-lightning-a:before {
  content: "\ea84";
}
.ph-fill.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-fill.ph-line-segment:before {
  content: "\e6d2";
}
.ph-fill.ph-line-segments:before {
  content: "\e6d4";
}
.ph-fill.ph-line-vertical:before {
  content: "\ed70";
}
.ph-fill.ph-link:before {
  content: "\e2e2";
}
.ph-fill.ph-link-break:before {
  content: "\e2e4";
}
.ph-fill.ph-link-simple:before {
  content: "\e2e6";
}
.ph-fill.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-fill.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-fill.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-fill.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-fill.ph-linktree-logo:before {
  content: "\edee";
}
.ph-fill.ph-linux-logo:before {
  content: "\eb02";
}
.ph-fill.ph-list:before {
  content: "\e2f0";
}
.ph-fill.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-fill.ph-list-checks:before {
  content: "\eadc";
}
.ph-fill.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-fill.ph-list-heart:before {
  content: "\ebde";
}
.ph-fill.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-fill.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-fill.ph-list-plus:before {
  content: "\e2f8";
}
.ph-fill.ph-list-star:before {
  content: "\ebdc";
}
.ph-fill.ph-lock:before {
  content: "\e2fa";
}
.ph-fill.ph-lock-key:before {
  content: "\e2fe";
}
.ph-fill.ph-lock-key-open:before {
  content: "\e300";
}
.ph-fill.ph-lock-laminated:before {
  content: "\e302";
}
.ph-fill.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-fill.ph-lock-open:before {
  content: "\e306";
}
.ph-fill.ph-lock-simple:before {
  content: "\e308";
}
.ph-fill.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-fill.ph-lockers:before {
  content: "\ecb8";
}
.ph-fill.ph-log:before {
  content: "\ed82";
}
.ph-fill.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-fill.ph-magnet:before {
  content: "\e680";
}
.ph-fill.ph-magnet-straight:before {
  content: "\e682";
}
.ph-fill.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-fill.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-fill.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-fill.ph-mailbox:before {
  content: "\ec1e";
}
.ph-fill.ph-map-pin:before {
  content: "\e316";
}
.ph-fill.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-fill.ph-map-pin-line:before {
  content: "\e318";
}
.ph-fill.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-fill.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-fill.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-fill.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-fill.ph-map-trifold:before {
  content: "\e31a";
}
.ph-fill.ph-markdown-logo:before {
  content: "\e508";
}
.ph-fill.ph-marker-circle:before {
  content: "\e640";
}
.ph-fill.ph-martini:before {
  content: "\e31c";
}
.ph-fill.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-fill.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-fill.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-fill.ph-math-operations:before {
  content: "\e31e";
}
.ph-fill.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-fill.ph-medal:before {
  content: "\e320";
}
.ph-fill.ph-medal-military:before {
  content: "\ecfc";
}
.ph-fill.ph-medium-logo:before {
  content: "\e322";
}
.ph-fill.ph-megaphone:before {
  content: "\e324";
}
.ph-fill.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-fill.ph-member-of:before {
  content: "\edc2";
}
.ph-fill.ph-memory:before {
  content: "\e9c4";
}
.ph-fill.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-fill.ph-meta-logo:before {
  content: "\ed02";
}
.ph-fill.ph-meteor:before {
  content: "\e9ba";
}
.ph-fill.ph-metronome:before {
  content: "\ec8e";
}
.ph-fill.ph-microphone:before {
  content: "\e326";
}
.ph-fill.ph-microphone-slash:before {
  content: "\e328";
}
.ph-fill.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-fill.ph-microscope:before {
  content: "\ec7a";
}
.ph-fill.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-fill.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-fill.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-fill.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-fill.ph-minus:before {
  content: "\e32a";
}
.ph-fill.ph-minus-circle:before {
  content: "\e32c";
}
.ph-fill.ph-minus-square:before {
  content: "\ed4c";
}
.ph-fill.ph-money:before {
  content: "\e588";
}
.ph-fill.ph-money-wavy:before {
  content: "\ee68";
}
.ph-fill.ph-monitor:before {
  content: "\e32e";
}
.ph-fill.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-fill.ph-monitor-play:before {
  content: "\e58c";
}
.ph-fill.ph-moon:before {
  content: "\e330";
}
.ph-fill.ph-moon-stars:before {
  content: "\e58e";
}
.ph-fill.ph-moped:before {
  content: "\e824";
}
.ph-fill.ph-moped-front:before {
  content: "\e822";
}
.ph-fill.ph-mosque:before {
  content: "\ecee";
}
.ph-fill.ph-motorcycle:before {
  content: "\e80a";
}
.ph-fill.ph-mountains:before {
  content: "\e7ae";
}
.ph-fill.ph-mouse:before {
  content: "\e33a";
}
.ph-fill.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-fill.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-fill.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-fill.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-fill.ph-mouse-simple:before {
  content: "\e644";
}
.ph-fill.ph-music-note:before {
  content: "\e33c";
}
.ph-fill.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-fill.ph-music-notes:before {
  content: "\e340";
}
.ph-fill.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-fill.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-fill.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-fill.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-fill.ph-needle:before {
  content: "\e82e";
}
.ph-fill.ph-network:before {
  content: "\edde";
}
.ph-fill.ph-network-slash:before {
  content: "\eddc";
}
.ph-fill.ph-network-x:before {
  content: "\edda";
}
.ph-fill.ph-newspaper:before {
  content: "\e344";
}
.ph-fill.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-fill.ph-not-equals:before {
  content: "\eda6";
}
.ph-fill.ph-not-member-of:before {
  content: "\edae";
}
.ph-fill.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-fill.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-fill.ph-notches:before {
  content: "\ed3a";
}
.ph-fill.ph-note:before {
  content: "\e348";
}
.ph-fill.ph-note-blank:before {
  content: "\e34a";
}
.ph-fill.ph-note-pencil:before {
  content: "\e34c";
}
.ph-fill.ph-notebook:before {
  content: "\e34e";
}
.ph-fill.ph-notepad:before {
  content: "\e63e";
}
.ph-fill.ph-notification:before {
  content: "\e6fa";
}
.ph-fill.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-fill.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-fill.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-fill.ph-number-circle-five:before {
  content: "\e358";
}
.ph-fill.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-fill.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-fill.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-fill.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-fill.ph-number-circle-six:before {
  content: "\e376";
}
.ph-fill.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-fill.ph-number-circle-two:before {
  content: "\e382";
}
.ph-fill.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-fill.ph-number-eight:before {
  content: "\e350";
}
.ph-fill.ph-number-five:before {
  content: "\e356";
}
.ph-fill.ph-number-four:before {
  content: "\e35c";
}
.ph-fill.ph-number-nine:before {
  content: "\e362";
}
.ph-fill.ph-number-one:before {
  content: "\e368";
}
.ph-fill.ph-number-seven:before {
  content: "\e36e";
}
.ph-fill.ph-number-six:before {
  content: "\e374";
}
.ph-fill.ph-number-square-eight:before {
  content: "\e354";
}
.ph-fill.ph-number-square-five:before {
  content: "\e35a";
}
.ph-fill.ph-number-square-four:before {
  content: "\e360";
}
.ph-fill.ph-number-square-nine:before {
  content: "\e366";
}
.ph-fill.ph-number-square-one:before {
  content: "\e36c";
}
.ph-fill.ph-number-square-seven:before {
  content: "\e372";
}
.ph-fill.ph-number-square-six:before {
  content: "\e378";
}
.ph-fill.ph-number-square-three:before {
  content: "\e37e";
}
.ph-fill.ph-number-square-two:before {
  content: "\e384";
}
.ph-fill.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-fill.ph-number-three:before {
  content: "\e37a";
}
.ph-fill.ph-number-two:before {
  content: "\e380";
}
.ph-fill.ph-number-zero:before {
  content: "\e386";
}
.ph-fill.ph-numpad:before {
  content: "\e3c8";
}
.ph-fill.ph-nut:before {
  content: "\e38c";
}
.ph-fill.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-fill.ph-octagon:before {
  content: "\e38e";
}
.ph-fill.ph-office-chair:before {
  content: "\ea46";
}
.ph-fill.ph-onigiri:before {
  content: "\ee2c";
}
.ph-fill.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-fill.ph-option:before {
  content: "\e8a8";
}
.ph-fill.ph-orange:before {
  content: "\ee40";
}
.ph-fill.ph-orange-slice:before {
  content: "\ed36";
}
.ph-fill.ph-oven:before {
  content: "\ed8c";
}
.ph-fill.ph-package:before {
  content: "\e390";
}
.ph-fill.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-fill.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-fill.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-fill.ph-paint-bucket:before {
  content: "\e392";
}
.ph-fill.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-fill.ph-palette:before {
  content: "\e6c8";
}
.ph-fill.ph-panorama:before {
  content: "\eaa2";
}
.ph-fill.ph-pants:before {
  content: "\ec88";
}
.ph-fill.ph-paper-plane:before {
  content: "\e394";
}
.ph-fill.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-fill.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-fill.ph-paperclip:before {
  content: "\e39a";
}
.ph-fill.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-fill.ph-parachute:before {
  content: "\ea7c";
}
.ph-fill.ph-paragraph:before {
  content: "\e960";
}
.ph-fill.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-fill.ph-park:before {
  content: "\ecb2";
}
.ph-fill.ph-password:before {
  content: "\e752";
}
.ph-fill.ph-path:before {
  content: "\e39c";
}
.ph-fill.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-fill.ph-pause:before {
  content: "\e39e";
}
.ph-fill.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-fill.ph-paw-print:before {
  content: "\e648";
}
.ph-fill.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-fill.ph-peace:before {
  content: "\e3a2";
}
.ph-fill.ph-pen:before {
  content: "\e3aa";
}
.ph-fill.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-fill.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-fill.ph-pencil:before {
  content: "\e3ae";
}
.ph-fill.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-fill.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-fill.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-fill.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-fill.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-fill.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-fill.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-fill.ph-pentagon:before {
  content: "\ec7e";
}
.ph-fill.ph-pentagram:before {
  content: "\ec5c";
}
.ph-fill.ph-pepper:before {
  content: "\e94a";
}
.ph-fill.ph-percent:before {
  content: "\e3b6";
}
.ph-fill.ph-person:before {
  content: "\e3a8";
}
.ph-fill.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-fill.ph-person-simple:before {
  content: "\e72e";
}
.ph-fill.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-fill.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-fill.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-fill.ph-person-simple-run:before {
  content: "\e730";
}
.ph-fill.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-fill.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-fill.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-fill.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-fill.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-fill.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-fill.ph-perspective:before {
  content: "\ebe6";
}
.ph-fill.ph-phone:before {
  content: "\e3b8";
}
.ph-fill.ph-phone-call:before {
  content: "\e3ba";
}
.ph-fill.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-fill.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-fill.ph-phone-list:before {
  content: "\e3cc";
}
.ph-fill.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-fill.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-fill.ph-phone-plus:before {
  content: "\ec56";
}
.ph-fill.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-fill.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-fill.ph-phone-x:before {
  content: "\e3c4";
}
.ph-fill.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-fill.ph-pi:before {
  content: "\ec80";
}
.ph-fill.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-fill.ph-picnic-table:before {
  content: "\ee26";
}
.ph-fill.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-fill.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-fill.ph-pill:before {
  content: "\e700";
}
.ph-fill.ph-ping-pong:before {
  content: "\ea42";
}
.ph-fill.ph-pint-glass:before {
  content: "\edd0";
}
.ph-fill.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-fill.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-fill.ph-pipe:before {
  content: "\ed86";
}
.ph-fill.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-fill.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-fill.ph-pizza:before {
  content: "\e796";
}
.ph-fill.ph-placeholder:before {
  content: "\e650";
}
.ph-fill.ph-planet:before {
  content: "\e652";
}
.ph-fill.ph-plant:before {
  content: "\ebae";
}
.ph-fill.ph-play:before {
  content: "\e3d0";
}
.ph-fill.ph-play-circle:before {
  content: "\e3d2";
}
.ph-fill.ph-play-pause:before {
  content: "\e8be";
}
.ph-fill.ph-playlist:before {
  content: "\e6aa";
}
.ph-fill.ph-plug:before {
  content: "\e946";
}
.ph-fill.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-fill.ph-plugs:before {
  content: "\eb56";
}
.ph-fill.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-fill.ph-plus:before {
  content: "\e3d4";
}
.ph-fill.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-fill.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-fill.ph-plus-square:before {
  content: "\ed4a";
}
.ph-fill.ph-poker-chip:before {
  content: "\e594";
}
.ph-fill.ph-police-car:before {
  content: "\ec4a";
}
.ph-fill.ph-polygon:before {
  content: "\e6d0";
}
.ph-fill.ph-popcorn:before {
  content: "\eb4e";
}
.ph-fill.ph-popsicle:before {
  content: "\ebbe";
}
.ph-fill.ph-potted-plant:before {
  content: "\ec22";
}
.ph-fill.ph-power:before {
  content: "\e3da";
}
.ph-fill.ph-prescription:before {
  content: "\e7a2";
}
.ph-fill.ph-presentation:before {
  content: "\e654";
}
.ph-fill.ph-presentation-chart:before {
  content: "\e656";
}
.ph-fill.ph-printer:before {
  content: "\e3dc";
}
.ph-fill.ph-prohibit:before {
  content: "\e3de";
}
.ph-fill.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-fill.ph-projector-screen:before {
  content: "\e658";
}
.ph-fill.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-fill.ph-pulse:before {
  content: "\e000";
}
.ph-fill.ph-activity:before {
  content: "\e000";
}
.ph-fill.ph-push-pin:before {
  content: "\e3e2";
}
.ph-fill.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-fill.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-fill.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-fill.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-fill.ph-qr-code:before {
  content: "\e3e6";
}
.ph-fill.ph-question:before {
  content: "\e3e8";
}
.ph-fill.ph-question-mark:before {
  content: "\e3e9";
}
.ph-fill.ph-queue:before {
  content: "\e6ac";
}
.ph-fill.ph-quotes:before {
  content: "\e660";
}
.ph-fill.ph-rabbit:before {
  content: "\eac2";
}
.ph-fill.ph-racquet:before {
  content: "\ee02";
}
.ph-fill.ph-radical:before {
  content: "\e3ea";
}
.ph-fill.ph-radio:before {
  content: "\e77e";
}
.ph-fill.ph-radio-button:before {
  content: "\eb08";
}
.ph-fill.ph-radioactive:before {
  content: "\e9dc";
}
.ph-fill.ph-rainbow:before {
  content: "\e598";
}
.ph-fill.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-fill.ph-ranking:before {
  content: "\ed62";
}
.ph-fill.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-fill.ph-receipt:before {
  content: "\e3ec";
}
.ph-fill.ph-receipt-x:before {
  content: "\ed40";
}
.ph-fill.ph-record:before {
  content: "\e3ee";
}
.ph-fill.ph-rectangle:before {
  content: "\e3f0";
}
.ph-fill.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-fill.ph-recycle:before {
  content: "\e75a";
}
.ph-fill.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-fill.ph-repeat:before {
  content: "\e3f6";
}
.ph-fill.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-fill.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-fill.ph-resize:before {
  content: "\ed6e";
}
.ph-fill.ph-rewind:before {
  content: "\e6a8";
}
.ph-fill.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-fill.ph-road-horizon:before {
  content: "\e838";
}
.ph-fill.ph-robot:before {
  content: "\e762";
}
.ph-fill.ph-rocket:before {
  content: "\e3fc";
}
.ph-fill.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-fill.ph-rows:before {
  content: "\e5a2";
}
.ph-fill.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-fill.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-fill.ph-rss:before {
  content: "\e400";
}
.ph-fill.ph-rss-simple:before {
  content: "\e402";
}
.ph-fill.ph-rug:before {
  content: "\ea1a";
}
.ph-fill.ph-ruler:before {
  content: "\e6b8";
}
.ph-fill.ph-sailboat:before {
  content: "\e78a";
}
.ph-fill.ph-scales:before {
  content: "\e750";
}
.ph-fill.ph-scan:before {
  content: "\ebb6";
}
.ph-fill.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-fill.ph-scissors:before {
  content: "\eae0";
}
.ph-fill.ph-scooter:before {
  content: "\e820";
}
.ph-fill.ph-screencast:before {
  content: "\e404";
}
.ph-fill.ph-screwdriver:before {
  content: "\e86e";
}
.ph-fill.ph-scribble:before {
  content: "\e806";
}
.ph-fill.ph-scribble-loop:before {
  content: "\e662";
}
.ph-fill.ph-scroll:before {
  content: "\eb7a";
}
.ph-fill.ph-seal:before {
  content: "\e604";
}
.ph-fill.ph-circle-wavy:before {
  content: "\e604";
}
.ph-fill.ph-seal-check:before {
  content: "\e606";
}
.ph-fill.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph-fill.ph-seal-percent:before {
  content: "\e60a";
}
.ph-fill.ph-seal-question:before {
  content: "\e608";
}
.ph-fill.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph-fill.ph-seal-warning:before {
  content: "\e60c";
}
.ph-fill.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph-fill.ph-seat:before {
  content: "\eb8e";
}
.ph-fill.ph-seatbelt:before {
  content: "\edfe";
}
.ph-fill.ph-security-camera:before {
  content: "\eca4";
}
.ph-fill.ph-selection:before {
  content: "\e69a";
}
.ph-fill.ph-selection-all:before {
  content: "\e746";
}
.ph-fill.ph-selection-background:before {
  content: "\eaf8";
}
.ph-fill.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-fill.ph-selection-inverse:before {
  content: "\e744";
}
.ph-fill.ph-selection-plus:before {
  content: "\e69c";
}
.ph-fill.ph-selection-slash:before {
  content: "\e69e";
}
.ph-fill.ph-shapes:before {
  content: "\ec5e";
}
.ph-fill.ph-share:before {
  content: "\e406";
}
.ph-fill.ph-share-fat:before {
  content: "\ed52";
}
.ph-fill.ph-share-network:before {
  content: "\e408";
}
.ph-fill.ph-shield:before {
  content: "\e40a";
}
.ph-fill.ph-shield-check:before {
  content: "\e40c";
}
.ph-fill.ph-shield-checkered:before {
  content: "\e708";
}
.ph-fill.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-fill.ph-shield-plus:before {
  content: "\e706";
}
.ph-fill.ph-shield-slash:before {
  content: "\e410";
}
.ph-fill.ph-shield-star:before {
  content: "\ec34";
}
.ph-fill.ph-shield-warning:before {
  content: "\e412";
}
.ph-fill.ph-shipping-container:before {
  content: "\e78c";
}
.ph-fill.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-fill.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-fill.ph-shopping-bag:before {
  content: "\e416";
}
.ph-fill.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-fill.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-fill.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-fill.ph-shovel:before {
  content: "\e9e6";
}
.ph-fill.ph-shower:before {
  content: "\e776";
}
.ph-fill.ph-shrimp:before {
  content: "\eab4";
}
.ph-fill.ph-shuffle:before {
  content: "\e422";
}
.ph-fill.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-fill.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-fill.ph-sidebar:before {
  content: "\eab6";
}
.ph-fill.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-fill.ph-sigma:before {
  content: "\eab8";
}
.ph-fill.ph-sign-in:before {
  content: "\e428";
}
.ph-fill.ph-sign-out:before {
  content: "\e42a";
}
.ph-fill.ph-signature:before {
  content: "\ebac";
}
.ph-fill.ph-signpost:before {
  content: "\e89c";
}
.ph-fill.ph-sim-card:before {
  content: "\e664";
}
.ph-fill.ph-siren:before {
  content: "\e9b8";
}
.ph-fill.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-fill.ph-skip-back:before {
  content: "\e5a4";
}
.ph-fill.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-fill.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-fill.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-fill.ph-skull:before {
  content: "\e916";
}
.ph-fill.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-fill.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-fill.ph-sliders:before {
  content: "\e432";
}
.ph-fill.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-fill.ph-slideshow:before {
  content: "\ed32";
}
.ph-fill.ph-smiley:before {
  content: "\e436";
}
.ph-fill.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-fill.ph-smiley-blank:before {
  content: "\e438";
}
.ph-fill.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-fill.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-fill.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-fill.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-fill.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-fill.ph-smiley-wink:before {
  content: "\e666";
}
.ph-fill.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-fill.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-fill.ph-sneaker:before {
  content: "\e80c";
}
.ph-fill.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-fill.ph-snowflake:before {
  content: "\e5aa";
}
.ph-fill.ph-soccer-ball:before {
  content: "\e716";
}
.ph-fill.ph-sock:before {
  content: "\ecce";
}
.ph-fill.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-fill.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-fill.ph-sort-ascending:before {
  content: "\e444";
}
.ph-fill.ph-sort-descending:before {
  content: "\e446";
}
.ph-fill.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-fill.ph-spade:before {
  content: "\e448";
}
.ph-fill.ph-sparkle:before {
  content: "\e6a2";
}
.ph-fill.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-fill.ph-speaker-high:before {
  content: "\e44a";
}
.ph-fill.ph-speaker-low:before {
  content: "\e44c";
}
.ph-fill.ph-speaker-none:before {
  content: "\e44e";
}
.ph-fill.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-fill.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-fill.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-fill.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-fill.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-fill.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-fill.ph-speaker-x:before {
  content: "\e45c";
}
.ph-fill.ph-speedometer:before {
  content: "\ee74";
}
.ph-fill.ph-sphere:before {
  content: "\ee66";
}
.ph-fill.ph-spinner:before {
  content: "\e66a";
}
.ph-fill.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-fill.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-fill.ph-spiral:before {
  content: "\e9fa";
}
.ph-fill.ph-split-horizontal:before {
  content: "\e872";
}
.ph-fill.ph-split-vertical:before {
  content: "\e876";
}
.ph-fill.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-fill.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-fill.ph-square:before {
  content: "\e45e";
}
.ph-fill.ph-square-half:before {
  content: "\e462";
}
.ph-fill.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-fill.ph-square-logo:before {
  content: "\e690";
}
.ph-fill.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-fill.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-fill.ph-squares-four:before {
  content: "\e464";
}
.ph-fill.ph-stack:before {
  content: "\e466";
}
.ph-fill.ph-stack-minus:before {
  content: "\edf4";
}
.ph-fill.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-fill.ph-stack-plus:before {
  content: "\edf6";
}
.ph-fill.ph-stack-simple:before {
  content: "\e468";
}
.ph-fill.ph-stairs:before {
  content: "\e8ec";
}
.ph-fill.ph-stamp:before {
  content: "\ea48";
}
.ph-fill.ph-standard-definition:before {
  content: "\ea90";
}
.ph-fill.ph-star:before {
  content: "\e46a";
}
.ph-fill.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-fill.ph-star-four:before {
  content: "\e6a4";
}
.ph-fill.ph-star-half:before {
  content: "\e70a";
}
.ph-fill.ph-star-of-david:before {
  content: "\e89e";
}
.ph-fill.ph-steam-logo:before {
  content: "\ead4";
}
.ph-fill.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-fill.ph-steps:before {
  content: "\ecbe";
}
.ph-fill.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-fill.ph-sticker:before {
  content: "\e5ac";
}
.ph-fill.ph-stool:before {
  content: "\ea44";
}
.ph-fill.ph-stop:before {
  content: "\e46c";
}
.ph-fill.ph-stop-circle:before {
  content: "\e46e";
}
.ph-fill.ph-storefront:before {
  content: "\e470";
}
.ph-fill.ph-strategy:before {
  content: "\ea3a";
}
.ph-fill.ph-stripe-logo:before {
  content: "\e698";
}
.ph-fill.ph-student:before {
  content: "\e73e";
}
.ph-fill.ph-subset-of:before {
  content: "\edc0";
}
.ph-fill.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-fill.ph-subtitles:before {
  content: "\e1a8";
}
.ph-fill.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-fill.ph-subtract:before {
  content: "\ebd6";
}
.ph-fill.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-fill.ph-subway:before {
  content: "\e498";
}
.ph-fill.ph-suitcase:before {
  content: "\e5ae";
}
.ph-fill.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-fill.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-fill.ph-sun:before {
  content: "\e472";
}
.ph-fill.ph-sun-dim:before {
  content: "\e474";
}
.ph-fill.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-fill.ph-sunglasses:before {
  content: "\e816";
}
.ph-fill.ph-superset-of:before {
  content: "\edb8";
}
.ph-fill.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-fill.ph-swap:before {
  content: "\e83c";
}
.ph-fill.ph-swatches:before {
  content: "\e5b8";
}
.ph-fill.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-fill.ph-sword:before {
  content: "\e5ba";
}
.ph-fill.ph-synagogue:before {
  content: "\ecec";
}
.ph-fill.ph-syringe:before {
  content: "\e968";
}
.ph-fill.ph-t-shirt:before {
  content: "\e670";
}
.ph-fill.ph-table:before {
  content: "\e476";
}
.ph-fill.ph-tabs:before {
  content: "\e778";
}
.ph-fill.ph-tag:before {
  content: "\e478";
}
.ph-fill.ph-tag-chevron:before {
  content: "\e672";
}
.ph-fill.ph-tag-simple:before {
  content: "\e47a";
}
.ph-fill.ph-target:before {
  content: "\e47c";
}
.ph-fill.ph-taxi:before {
  content: "\e902";
}
.ph-fill.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-fill.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-fill.ph-television:before {
  content: "\e754";
}
.ph-fill.ph-television-simple:before {
  content: "\eae6";
}
.ph-fill.ph-tennis-ball:before {
  content: "\e720";
}
.ph-fill.ph-tent:before {
  content: "\e8ba";
}
.ph-fill.ph-terminal:before {
  content: "\e47e";
}
.ph-fill.ph-terminal-window:before {
  content: "\eae8";
}
.ph-fill.ph-test-tube:before {
  content: "\e7a0";
}
.ph-fill.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-fill.ph-text-aa:before {
  content: "\e6ee";
}
.ph-fill.ph-text-align-center:before {
  content: "\e480";
}
.ph-fill.ph-text-align-justify:before {
  content: "\e482";
}
.ph-fill.ph-text-align-left:before {
  content: "\e484";
}
.ph-fill.ph-text-align-right:before {
  content: "\e486";
}
.ph-fill.ph-text-b:before {
  content: "\e5be";
}
.ph-fill.ph-text-bolder:before {
  content: "\e5be";
}
.ph-fill.ph-text-columns:before {
  content: "\ec96";
}
.ph-fill.ph-text-h:before {
  content: "\e6ba";
}
.ph-fill.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-fill.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-fill.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-fill.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-fill.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-fill.ph-text-h-two:before {
  content: "\e6be";
}
.ph-fill.ph-text-indent:before {
  content: "\ea1e";
}
.ph-fill.ph-text-italic:before {
  content: "\e5c0";
}
.ph-fill.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-fill.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-fill.ph-text-subscript:before {
  content: "\ec98";
}
.ph-fill.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-fill.ph-text-t:before {
  content: "\e48a";
}
.ph-fill.ph-text-t-slash:before {
  content: "\e488";
}
.ph-fill.ph-text-underline:before {
  content: "\e5c4";
}
.ph-fill.ph-textbox:before {
  content: "\eb0a";
}
.ph-fill.ph-thermometer:before {
  content: "\e5c6";
}
.ph-fill.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-fill.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-fill.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-fill.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-fill.ph-three-d:before {
  content: "\ea5a";
}
.ph-fill.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-fill.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-fill.ph-ticket:before {
  content: "\e490";
}
.ph-fill.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-fill.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-fill.ph-tilde:before {
  content: "\eda8";
}
.ph-fill.ph-timer:before {
  content: "\e492";
}
.ph-fill.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-fill.ph-tipi:before {
  content: "\ed30";
}
.ph-fill.ph-tire:before {
  content: "\edd2";
}
.ph-fill.ph-toggle-left:before {
  content: "\e674";
}
.ph-fill.ph-toggle-right:before {
  content: "\e676";
}
.ph-fill.ph-toilet:before {
  content: "\e79a";
}
.ph-fill.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-fill.ph-toolbox:before {
  content: "\eca0";
}
.ph-fill.ph-tooth:before {
  content: "\e9cc";
}
.ph-fill.ph-tornado:before {
  content: "\e88c";
}
.ph-fill.ph-tote:before {
  content: "\e494";
}
.ph-fill.ph-tote-simple:before {
  content: "\e678";
}
.ph-fill.ph-towel:before {
  content: "\ede6";
}
.ph-fill.ph-tractor:before {
  content: "\ec6e";
}
.ph-fill.ph-trademark:before {
  content: "\e9f0";
}
.ph-fill.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-fill.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-fill.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-fill.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-fill.ph-train:before {
  content: "\e496";
}
.ph-fill.ph-train-regional:before {
  content: "\e49e";
}
.ph-fill.ph-train-simple:before {
  content: "\e4a0";
}
.ph-fill.ph-tram:before {
  content: "\e9ec";
}
.ph-fill.ph-translate:before {
  content: "\e4a2";
}
.ph-fill.ph-trash:before {
  content: "\e4a6";
}
.ph-fill.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-fill.ph-tray:before {
  content: "\e4aa";
}
.ph-fill.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-fill.ph-archive-tray:before {
  content: "\e010";
}
.ph-fill.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-fill.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-fill.ph-tree:before {
  content: "\e6da";
}
.ph-fill.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-fill.ph-tree-palm:before {
  content: "\e91a";
}
.ph-fill.ph-tree-structure:before {
  content: "\e67c";
}
.ph-fill.ph-tree-view:before {
  content: "\ee48";
}
.ph-fill.ph-trend-down:before {
  content: "\e4ac";
}
.ph-fill.ph-trend-up:before {
  content: "\e4ae";
}
.ph-fill.ph-triangle:before {
  content: "\e4b0";
}
.ph-fill.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-fill.ph-trolley:before {
  content: "\e5b2";
}
.ph-fill.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-fill.ph-trophy:before {
  content: "\e67e";
}
.ph-fill.ph-truck:before {
  content: "\e4b4";
}
.ph-fill.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-fill.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-fill.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-fill.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-fill.ph-umbrella:before {
  content: "\e684";
}
.ph-fill.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-fill.ph-union:before {
  content: "\edbe";
}
.ph-fill.ph-unite:before {
  content: "\e87e";
}
.ph-fill.ph-unite-square:before {
  content: "\e878";
}
.ph-fill.ph-upload:before {
  content: "\e4be";
}
.ph-fill.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-fill.ph-usb:before {
  content: "\e956";
}
.ph-fill.ph-user:before {
  content: "\e4c2";
}
.ph-fill.ph-user-check:before {
  content: "\eafa";
}
.ph-fill.ph-user-circle:before {
  content: "\e4c4";
}
.ph-fill.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-fill.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-fill.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-fill.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-fill.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-fill.ph-user-focus:before {
  content: "\e6fc";
}
.ph-fill.ph-user-gear:before {
  content: "\e4cc";
}
.ph-fill.ph-user-list:before {
  content: "\e73c";
}
.ph-fill.ph-user-minus:before {
  content: "\e4ce";
}
.ph-fill.ph-user-plus:before {
  content: "\e4d0";
}
.ph-fill.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-fill.ph-user-sound:before {
  content: "\eca8";
}
.ph-fill.ph-user-square:before {
  content: "\e4d4";
}
.ph-fill.ph-user-switch:before {
  content: "\e756";
}
.ph-fill.ph-users:before {
  content: "\e4d6";
}
.ph-fill.ph-users-four:before {
  content: "\e68c";
}
.ph-fill.ph-users-three:before {
  content: "\e68e";
}
.ph-fill.ph-van:before {
  content: "\e826";
}
.ph-fill.ph-vault:before {
  content: "\e76e";
}
.ph-fill.ph-vector-three:before {
  content: "\ee62";
}
.ph-fill.ph-vector-two:before {
  content: "\ee64";
}
.ph-fill.ph-vibrate:before {
  content: "\e4d8";
}
.ph-fill.ph-video:before {
  content: "\e740";
}
.ph-fill.ph-video-camera:before {
  content: "\e4da";
}
.ph-fill.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-fill.ph-video-conference:before {
  content: "\edce";
}
.ph-fill.ph-vignette:before {
  content: "\eba2";
}
.ph-fill.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-fill.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-fill.ph-virus:before {
  content: "\e7d6";
}
.ph-fill.ph-visor:before {
  content: "\ee2a";
}
.ph-fill.ph-voicemail:before {
  content: "\e4de";
}
.ph-fill.ph-volleyball:before {
  content: "\e726";
}
.ph-fill.ph-wall:before {
  content: "\e688";
}
.ph-fill.ph-wallet:before {
  content: "\e68a";
}
.ph-fill.ph-warehouse:before {
  content: "\ecd4";
}
.ph-fill.ph-warning:before {
  content: "\e4e0";
}
.ph-fill.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-fill.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-fill.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-fill.ph-washing-machine:before {
  content: "\ede8";
}
.ph-fill.ph-watch:before {
  content: "\e4e6";
}
.ph-fill.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-fill.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-fill.ph-wave-square:before {
  content: "\ea9e";
}
.ph-fill.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-fill.ph-waveform:before {
  content: "\e802";
}
.ph-fill.ph-waveform-slash:before {
  content: "\e800";
}
.ph-fill.ph-waves:before {
  content: "\e6de";
}
.ph-fill.ph-webcam:before {
  content: "\e9b2";
}
.ph-fill.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-fill.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-fill.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-fill.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-fill.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-fill.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-fill.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-fill.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-fill.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-fill.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-fill.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-fill.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-fill.ph-wind:before {
  content: "\e5d2";
}
.ph-fill.ph-windmill:before {
  content: "\e9f8";
}
.ph-fill.ph-windows-logo:before {
  content: "\e692";
}
.ph-fill.ph-wine:before {
  content: "\e6b2";
}
.ph-fill.ph-wrench:before {
  content: "\e5d4";
}
.ph-fill.ph-x:before {
  content: "\e4f6";
}
.ph-fill.ph-x-circle:before {
  content: "\e4f8";
}
.ph-fill.ph-x-logo:before {
  content: "\e4bc";
}
.ph-fill.ph-x-square:before {
  content: "\e4fa";
}
.ph-fill.ph-yarn:before {
  content: "\ed9a";
}
.ph-fill.ph-yin-yang:before {
  content: "\e92a";
}
.ph-fill.ph-youtube-logo:before {
  content: "\e4fc";
}

/* node_modules/@phosphor-icons/web/src/light/style.css */
@font-face {
  font-family: "Phosphor-Light";
  src:
    url("./media/Phosphor-Light.woff2") format("woff2"),
    url("./media/Phosphor-Light.woff") format("woff"),
    url("./media/Phosphor-Light.ttf") format("truetype"),
    url("./media/Phosphor-Light.svg#Phosphor-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph-light {
  font-family: "Phosphor-Light" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ph-light.ph-acorn:before {
  content: "\eb9a";
}
.ph-light.ph-address-book:before {
  content: "\e6f8";
}
.ph-light.ph-address-book-tabs:before {
  content: "\ee4e";
}
.ph-light.ph-air-traffic-control:before {
  content: "\ecd8";
}
.ph-light.ph-airplane:before {
  content: "\e002";
}
.ph-light.ph-airplane-in-flight:before {
  content: "\e4fe";
}
.ph-light.ph-airplane-landing:before {
  content: "\e502";
}
.ph-light.ph-airplane-takeoff:before {
  content: "\e504";
}
.ph-light.ph-airplane-taxiing:before {
  content: "\e500";
}
.ph-light.ph-airplane-tilt:before {
  content: "\e5d6";
}
.ph-light.ph-airplay:before {
  content: "\e004";
}
.ph-light.ph-alarm:before {
  content: "\e006";
}
.ph-light.ph-alien:before {
  content: "\e8a6";
}
.ph-light.ph-align-bottom:before {
  content: "\e506";
}
.ph-light.ph-align-bottom-simple:before {
  content: "\eb0c";
}
.ph-light.ph-align-center-horizontal:before {
  content: "\e50a";
}
.ph-light.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}
.ph-light.ph-align-center-vertical:before {
  content: "\e50c";
}
.ph-light.ph-align-center-vertical-simple:before {
  content: "\eb10";
}
.ph-light.ph-align-left:before {
  content: "\e50e";
}
.ph-light.ph-align-left-simple:before {
  content: "\eaee";
}
.ph-light.ph-align-right:before {
  content: "\e510";
}
.ph-light.ph-align-right-simple:before {
  content: "\eb12";
}
.ph-light.ph-align-top:before {
  content: "\e512";
}
.ph-light.ph-align-top-simple:before {
  content: "\eb14";
}
.ph-light.ph-amazon-logo:before {
  content: "\e96c";
}
.ph-light.ph-ambulance:before {
  content: "\e572";
}
.ph-light.ph-anchor:before {
  content: "\e514";
}
.ph-light.ph-anchor-simple:before {
  content: "\e5d8";
}
.ph-light.ph-android-logo:before {
  content: "\e008";
}
.ph-light.ph-angle:before {
  content: "\e7bc";
}
.ph-light.ph-angular-logo:before {
  content: "\eb80";
}
.ph-light.ph-aperture:before {
  content: "\e00a";
}
.ph-light.ph-app-store-logo:before {
  content: "\e974";
}
.ph-light.ph-app-window:before {
  content: "\e5da";
}
.ph-light.ph-apple-logo:before {
  content: "\e516";
}
.ph-light.ph-apple-podcasts-logo:before {
  content: "\eb96";
}
.ph-light.ph-approximate-equals:before {
  content: "\edaa";
}
.ph-light.ph-archive:before {
  content: "\e00c";
}
.ph-light.ph-armchair:before {
  content: "\e012";
}
.ph-light.ph-arrow-arc-left:before {
  content: "\e014";
}
.ph-light.ph-arrow-arc-right:before {
  content: "\e016";
}
.ph-light.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}
.ph-light.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}
.ph-light.ph-arrow-bend-down-left:before {
  content: "\e018";
}
.ph-light.ph-arrow-bend-down-right:before {
  content: "\e01a";
}
.ph-light.ph-arrow-bend-left-down:before {
  content: "\e01c";
}
.ph-light.ph-arrow-bend-left-up:before {
  content: "\e01e";
}
.ph-light.ph-arrow-bend-right-down:before {
  content: "\e020";
}
.ph-light.ph-arrow-bend-right-up:before {
  content: "\e022";
}
.ph-light.ph-arrow-bend-up-left:before {
  content: "\e024";
}
.ph-light.ph-arrow-bend-up-right:before {
  content: "\e026";
}
.ph-light.ph-arrow-circle-down:before {
  content: "\e028";
}
.ph-light.ph-arrow-circle-down-left:before {
  content: "\e02a";
}
.ph-light.ph-arrow-circle-down-right:before {
  content: "\e02c";
}
.ph-light.ph-arrow-circle-left:before {
  content: "\e05a";
}
.ph-light.ph-arrow-circle-right:before {
  content: "\e02e";
}
.ph-light.ph-arrow-circle-up:before {
  content: "\e030";
}
.ph-light.ph-arrow-circle-up-left:before {
  content: "\e032";
}
.ph-light.ph-arrow-circle-up-right:before {
  content: "\e034";
}
.ph-light.ph-arrow-clockwise:before {
  content: "\e036";
}
.ph-light.ph-arrow-counter-clockwise:before {
  content: "\e038";
}
.ph-light.ph-arrow-down:before {
  content: "\e03e";
}
.ph-light.ph-arrow-down-left:before {
  content: "\e040";
}
.ph-light.ph-arrow-down-right:before {
  content: "\e042";
}
.ph-light.ph-arrow-elbow-down-left:before {
  content: "\e044";
}
.ph-light.ph-arrow-elbow-down-right:before {
  content: "\e046";
}
.ph-light.ph-arrow-elbow-left:before {
  content: "\e048";
}
.ph-light.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}
.ph-light.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}
.ph-light.ph-arrow-elbow-right:before {
  content: "\e04e";
}
.ph-light.ph-arrow-elbow-right-down:before {
  content: "\e050";
}
.ph-light.ph-arrow-elbow-right-up:before {
  content: "\e052";
}
.ph-light.ph-arrow-elbow-up-left:before {
  content: "\e054";
}
.ph-light.ph-arrow-elbow-up-right:before {
  content: "\e056";
}
.ph-light.ph-arrow-fat-down:before {
  content: "\e518";
}
.ph-light.ph-arrow-fat-left:before {
  content: "\e51a";
}
.ph-light.ph-arrow-fat-line-down:before {
  content: "\e51c";
}
.ph-light.ph-arrow-fat-line-left:before {
  content: "\e51e";
}
.ph-light.ph-arrow-fat-line-right:before {
  content: "\e520";
}
.ph-light.ph-arrow-fat-line-up:before {
  content: "\e522";
}
.ph-light.ph-arrow-fat-lines-down:before {
  content: "\e524";
}
.ph-light.ph-arrow-fat-lines-left:before {
  content: "\e526";
}
.ph-light.ph-arrow-fat-lines-right:before {
  content: "\e528";
}
.ph-light.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}
.ph-light.ph-arrow-fat-right:before {
  content: "\e52c";
}
.ph-light.ph-arrow-fat-up:before {
  content: "\e52e";
}
.ph-light.ph-arrow-left:before {
  content: "\e058";
}
.ph-light.ph-arrow-line-down:before {
  content: "\e05c";
}
.ph-light.ph-arrow-line-down-left:before {
  content: "\e05e";
}
.ph-light.ph-arrow-line-down-right:before {
  content: "\e060";
}
.ph-light.ph-arrow-line-left:before {
  content: "\e062";
}
.ph-light.ph-arrow-line-right:before {
  content: "\e064";
}
.ph-light.ph-arrow-line-up:before {
  content: "\e066";
}
.ph-light.ph-arrow-line-up-left:before {
  content: "\e068";
}
.ph-light.ph-arrow-line-up-right:before {
  content: "\e06a";
}
.ph-light.ph-arrow-right:before {
  content: "\e06c";
}
.ph-light.ph-arrow-square-down:before {
  content: "\e06e";
}
.ph-light.ph-arrow-square-down-left:before {
  content: "\e070";
}
.ph-light.ph-arrow-square-down-right:before {
  content: "\e072";
}
.ph-light.ph-arrow-square-in:before {
  content: "\e5dc";
}
.ph-light.ph-arrow-square-left:before {
  content: "\e074";
}
.ph-light.ph-arrow-square-out:before {
  content: "\e5de";
}
.ph-light.ph-arrow-square-right:before {
  content: "\e076";
}
.ph-light.ph-arrow-square-up:before {
  content: "\e078";
}
.ph-light.ph-arrow-square-up-left:before {
  content: "\e07a";
}
.ph-light.ph-arrow-square-up-right:before {
  content: "\e07c";
}
.ph-light.ph-arrow-u-down-left:before {
  content: "\e07e";
}
.ph-light.ph-arrow-u-down-right:before {
  content: "\e080";
}
.ph-light.ph-arrow-u-left-down:before {
  content: "\e082";
}
.ph-light.ph-arrow-u-left-up:before {
  content: "\e084";
}
.ph-light.ph-arrow-u-right-down:before {
  content: "\e086";
}
.ph-light.ph-arrow-u-right-up:before {
  content: "\e088";
}
.ph-light.ph-arrow-u-up-left:before {
  content: "\e08a";
}
.ph-light.ph-arrow-u-up-right:before {
  content: "\e08c";
}
.ph-light.ph-arrow-up:before {
  content: "\e08e";
}
.ph-light.ph-arrow-up-left:before {
  content: "\e090";
}
.ph-light.ph-arrow-up-right:before {
  content: "\e092";
}
.ph-light.ph-arrows-clockwise:before {
  content: "\e094";
}
.ph-light.ph-arrows-counter-clockwise:before {
  content: "\e096";
}
.ph-light.ph-arrows-down-up:before {
  content: "\e098";
}
.ph-light.ph-arrows-horizontal:before {
  content: "\eb06";
}
.ph-light.ph-arrows-in:before {
  content: "\e09a";
}
.ph-light.ph-arrows-in-cardinal:before {
  content: "\e09c";
}
.ph-light.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}
.ph-light.ph-arrows-in-line-vertical:before {
  content: "\e532";
}
.ph-light.ph-arrows-in-simple:before {
  content: "\e09e";
}
.ph-light.ph-arrows-left-right:before {
  content: "\e0a0";
}
.ph-light.ph-arrows-merge:before {
  content: "\ed3e";
}
.ph-light.ph-arrows-out:before {
  content: "\e0a2";
}
.ph-light.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}
.ph-light.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}
.ph-light.ph-arrows-out-line-vertical:before {
  content: "\e536";
}
.ph-light.ph-arrows-out-simple:before {
  content: "\e0a6";
}
.ph-light.ph-arrows-split:before {
  content: "\ed3c";
}
.ph-light.ph-arrows-vertical:before {
  content: "\eb04";
}
.ph-light.ph-article:before {
  content: "\e0a8";
}
.ph-light.ph-article-medium:before {
  content: "\e5e0";
}
.ph-light.ph-article-ny-times:before {
  content: "\e5e2";
}
.ph-light.ph-asclepius:before {
  content: "\ee34";
}
.ph-light.ph-caduceus:before {
  content: "\ee34";
}
.ph-light.ph-asterisk:before {
  content: "\e0aa";
}
.ph-light.ph-asterisk-simple:before {
  content: "\e832";
}
.ph-light.ph-at:before {
  content: "\e0ac";
}
.ph-light.ph-atom:before {
  content: "\e5e4";
}
.ph-light.ph-avocado:before {
  content: "\ee04";
}
.ph-light.ph-axe:before {
  content: "\e9fc";
}
.ph-light.ph-baby:before {
  content: "\e774";
}
.ph-light.ph-baby-carriage:before {
  content: "\e818";
}
.ph-light.ph-backpack:before {
  content: "\e922";
}
.ph-light.ph-backspace:before {
  content: "\e0ae";
}
.ph-light.ph-bag:before {
  content: "\e0b0";
}
.ph-light.ph-bag-simple:before {
  content: "\e5e6";
}
.ph-light.ph-balloon:before {
  content: "\e76c";
}
.ph-light.ph-bandaids:before {
  content: "\e0b2";
}
.ph-light.ph-bank:before {
  content: "\e0b4";
}
.ph-light.ph-barbell:before {
  content: "\e0b6";
}
.ph-light.ph-barcode:before {
  content: "\e0b8";
}
.ph-light.ph-barn:before {
  content: "\ec72";
}
.ph-light.ph-barricade:before {
  content: "\e948";
}
.ph-light.ph-baseball:before {
  content: "\e71a";
}
.ph-light.ph-baseball-cap:before {
  content: "\ea28";
}
.ph-light.ph-baseball-helmet:before {
  content: "\ee4a";
}
.ph-light.ph-basket:before {
  content: "\e964";
}
.ph-light.ph-basketball:before {
  content: "\e724";
}
.ph-light.ph-bathtub:before {
  content: "\e81e";
}
.ph-light.ph-battery-charging:before {
  content: "\e0ba";
}
.ph-light.ph-battery-charging-vertical:before {
  content: "\e0bc";
}
.ph-light.ph-battery-empty:before {
  content: "\e0be";
}
.ph-light.ph-battery-full:before {
  content: "\e0c0";
}
.ph-light.ph-battery-high:before {
  content: "\e0c2";
}
.ph-light.ph-battery-low:before {
  content: "\e0c4";
}
.ph-light.ph-battery-medium:before {
  content: "\e0c6";
}
.ph-light.ph-battery-plus:before {
  content: "\e808";
}
.ph-light.ph-battery-plus-vertical:before {
  content: "\ec50";
}
.ph-light.ph-battery-vertical-empty:before {
  content: "\e7c6";
}
.ph-light.ph-battery-vertical-full:before {
  content: "\e7c4";
}
.ph-light.ph-battery-vertical-high:before {
  content: "\e7c2";
}
.ph-light.ph-battery-vertical-low:before {
  content: "\e7be";
}
.ph-light.ph-battery-vertical-medium:before {
  content: "\e7c0";
}
.ph-light.ph-battery-warning:before {
  content: "\e0c8";
}
.ph-light.ph-battery-warning-vertical:before {
  content: "\e0ca";
}
.ph-light.ph-beach-ball:before {
  content: "\ed24";
}
.ph-light.ph-beanie:before {
  content: "\ea2a";
}
.ph-light.ph-bed:before {
  content: "\e0cc";
}
.ph-light.ph-beer-bottle:before {
  content: "\e7b0";
}
.ph-light.ph-beer-stein:before {
  content: "\eb62";
}
.ph-light.ph-behance-logo:before {
  content: "\e7f4";
}
.ph-light.ph-bell:before {
  content: "\e0ce";
}
.ph-light.ph-bell-ringing:before {
  content: "\e5e8";
}
.ph-light.ph-bell-simple:before {
  content: "\e0d0";
}
.ph-light.ph-bell-simple-ringing:before {
  content: "\e5ea";
}
.ph-light.ph-bell-simple-slash:before {
  content: "\e0d2";
}
.ph-light.ph-bell-simple-z:before {
  content: "\e5ec";
}
.ph-light.ph-bell-slash:before {
  content: "\e0d4";
}
.ph-light.ph-bell-z:before {
  content: "\e5ee";
}
.ph-light.ph-belt:before {
  content: "\ea2c";
}
.ph-light.ph-bezier-curve:before {
  content: "\eb00";
}
.ph-light.ph-bicycle:before {
  content: "\e0d6";
}
.ph-light.ph-binary:before {
  content: "\ee60";
}
.ph-light.ph-binoculars:before {
  content: "\ea64";
}
.ph-light.ph-biohazard:before {
  content: "\e9e0";
}
.ph-light.ph-bird:before {
  content: "\e72c";
}
.ph-light.ph-blueprint:before {
  content: "\eda0";
}
.ph-light.ph-bluetooth:before {
  content: "\e0da";
}
.ph-light.ph-bluetooth-connected:before {
  content: "\e0dc";
}
.ph-light.ph-bluetooth-slash:before {
  content: "\e0de";
}
.ph-light.ph-bluetooth-x:before {
  content: "\e0e0";
}
.ph-light.ph-boat:before {
  content: "\e786";
}
.ph-light.ph-bomb:before {
  content: "\ee0a";
}
.ph-light.ph-bone:before {
  content: "\e7f2";
}
.ph-light.ph-book:before {
  content: "\e0e2";
}
.ph-light.ph-book-bookmark:before {
  content: "\e0e4";
}
.ph-light.ph-book-open:before {
  content: "\e0e6";
}
.ph-light.ph-book-open-text:before {
  content: "\e8f2";
}
.ph-light.ph-book-open-user:before {
  content: "\ede0";
}
.ph-light.ph-bookmark:before {
  content: "\e0e8";
}
.ph-light.ph-bookmark-simple:before {
  content: "\e0ea";
}
.ph-light.ph-bookmarks:before {
  content: "\e0ec";
}
.ph-light.ph-bookmarks-simple:before {
  content: "\e5f0";
}
.ph-light.ph-books:before {
  content: "\e758";
}
.ph-light.ph-boot:before {
  content: "\ecca";
}
.ph-light.ph-boules:before {
  content: "\e722";
}
.ph-light.ph-bounding-box:before {
  content: "\e6ce";
}
.ph-light.ph-bowl-food:before {
  content: "\eaa4";
}
.ph-light.ph-bowl-steam:before {
  content: "\e8e4";
}
.ph-light.ph-bowling-ball:before {
  content: "\ea34";
}
.ph-light.ph-box-arrow-down:before {
  content: "\e00e";
}
.ph-light.ph-archive-box:before {
  content: "\e00e";
}
.ph-light.ph-box-arrow-up:before {
  content: "\ee54";
}
.ph-light.ph-boxing-glove:before {
  content: "\ea36";
}
.ph-light.ph-brackets-angle:before {
  content: "\e862";
}
.ph-light.ph-brackets-curly:before {
  content: "\e860";
}
.ph-light.ph-brackets-round:before {
  content: "\e864";
}
.ph-light.ph-brackets-square:before {
  content: "\e85e";
}
.ph-light.ph-brain:before {
  content: "\e74e";
}
.ph-light.ph-brandy:before {
  content: "\e6b4";
}
.ph-light.ph-bread:before {
  content: "\e81c";
}
.ph-light.ph-bridge:before {
  content: "\ea68";
}
.ph-light.ph-briefcase:before {
  content: "\e0ee";
}
.ph-light.ph-briefcase-metal:before {
  content: "\e5f2";
}
.ph-light.ph-broadcast:before {
  content: "\e0f2";
}
.ph-light.ph-broom:before {
  content: "\ec54";
}
.ph-light.ph-browser:before {
  content: "\e0f4";
}
.ph-light.ph-browsers:before {
  content: "\e0f6";
}
.ph-light.ph-bug:before {
  content: "\e5f4";
}
.ph-light.ph-bug-beetle:before {
  content: "\e5f6";
}
.ph-light.ph-bug-droid:before {
  content: "\e5f8";
}
.ph-light.ph-building:before {
  content: "\e100";
}
.ph-light.ph-building-apartment:before {
  content: "\e0fe";
}
.ph-light.ph-building-office:before {
  content: "\e0ff";
}
.ph-light.ph-buildings:before {
  content: "\e102";
}
.ph-light.ph-bulldozer:before {
  content: "\ec6c";
}
.ph-light.ph-bus:before {
  content: "\e106";
}
.ph-light.ph-butterfly:before {
  content: "\ea6e";
}
.ph-light.ph-cable-car:before {
  content: "\e49c";
}
.ph-light.ph-cactus:before {
  content: "\e918";
}
.ph-light.ph-cake:before {
  content: "\e780";
}
.ph-light.ph-calculator:before {
  content: "\e538";
}
.ph-light.ph-calendar:before {
  content: "\e108";
}
.ph-light.ph-calendar-blank:before {
  content: "\e10a";
}
.ph-light.ph-calendar-check:before {
  content: "\e712";
}
.ph-light.ph-calendar-dot:before {
  content: "\e7b2";
}
.ph-light.ph-calendar-dots:before {
  content: "\e7b4";
}
.ph-light.ph-calendar-heart:before {
  content: "\e8b0";
}
.ph-light.ph-calendar-minus:before {
  content: "\ea14";
}
.ph-light.ph-calendar-plus:before {
  content: "\e714";
}
.ph-light.ph-calendar-slash:before {
  content: "\ea12";
}
.ph-light.ph-calendar-star:before {
  content: "\e8b2";
}
.ph-light.ph-calendar-x:before {
  content: "\e10c";
}
.ph-light.ph-call-bell:before {
  content: "\e7de";
}
.ph-light.ph-camera:before {
  content: "\e10e";
}
.ph-light.ph-camera-plus:before {
  content: "\ec58";
}
.ph-light.ph-camera-rotate:before {
  content: "\e7a4";
}
.ph-light.ph-camera-slash:before {
  content: "\e110";
}
.ph-light.ph-campfire:before {
  content: "\e9d8";
}
.ph-light.ph-car:before {
  content: "\e112";
}
.ph-light.ph-car-battery:before {
  content: "\ee30";
}
.ph-light.ph-car-profile:before {
  content: "\e8cc";
}
.ph-light.ph-car-simple:before {
  content: "\e114";
}
.ph-light.ph-cardholder:before {
  content: "\e5fa";
}
.ph-light.ph-cards:before {
  content: "\e0f8";
}
.ph-light.ph-cards-three:before {
  content: "\ee50";
}
.ph-light.ph-caret-circle-double-down:before {
  content: "\e116";
}
.ph-light.ph-caret-circle-double-left:before {
  content: "\e118";
}
.ph-light.ph-caret-circle-double-right:before {
  content: "\e11a";
}
.ph-light.ph-caret-circle-double-up:before {
  content: "\e11c";
}
.ph-light.ph-caret-circle-down:before {
  content: "\e11e";
}
.ph-light.ph-caret-circle-left:before {
  content: "\e120";
}
.ph-light.ph-caret-circle-right:before {
  content: "\e122";
}
.ph-light.ph-caret-circle-up:before {
  content: "\e124";
}
.ph-light.ph-caret-circle-up-down:before {
  content: "\e13e";
}
.ph-light.ph-caret-double-down:before {
  content: "\e126";
}
.ph-light.ph-caret-double-left:before {
  content: "\e128";
}
.ph-light.ph-caret-double-right:before {
  content: "\e12a";
}
.ph-light.ph-caret-double-up:before {
  content: "\e12c";
}
.ph-light.ph-caret-down:before {
  content: "\e136";
}
.ph-light.ph-caret-left:before {
  content: "\e138";
}
.ph-light.ph-caret-line-down:before {
  content: "\e134";
}
.ph-light.ph-caret-line-left:before {
  content: "\e132";
}
.ph-light.ph-caret-line-right:before {
  content: "\e130";
}
.ph-light.ph-caret-line-up:before {
  content: "\e12e";
}
.ph-light.ph-caret-right:before {
  content: "\e13a";
}
.ph-light.ph-caret-up:before {
  content: "\e13c";
}
.ph-light.ph-caret-up-down:before {
  content: "\e140";
}
.ph-light.ph-carrot:before {
  content: "\ed38";
}
.ph-light.ph-cash-register:before {
  content: "\ed80";
}
.ph-light.ph-cassette-tape:before {
  content: "\ed2e";
}
.ph-light.ph-castle-turret:before {
  content: "\e9d0";
}
.ph-light.ph-cat:before {
  content: "\e748";
}
.ph-light.ph-cell-signal-full:before {
  content: "\e142";
}
.ph-light.ph-cell-signal-high:before {
  content: "\e144";
}
.ph-light.ph-cell-signal-low:before {
  content: "\e146";
}
.ph-light.ph-cell-signal-medium:before {
  content: "\e148";
}
.ph-light.ph-cell-signal-none:before {
  content: "\e14a";
}
.ph-light.ph-cell-signal-slash:before {
  content: "\e14c";
}
.ph-light.ph-cell-signal-x:before {
  content: "\e14e";
}
.ph-light.ph-cell-tower:before {
  content: "\ebaa";
}
.ph-light.ph-certificate:before {
  content: "\e766";
}
.ph-light.ph-chair:before {
  content: "\e950";
}
.ph-light.ph-chalkboard:before {
  content: "\e5fc";
}
.ph-light.ph-chalkboard-simple:before {
  content: "\e5fe";
}
.ph-light.ph-chalkboard-teacher:before {
  content: "\e600";
}
.ph-light.ph-champagne:before {
  content: "\eaca";
}
.ph-light.ph-charging-station:before {
  content: "\e8d0";
}
.ph-light.ph-chart-bar:before {
  content: "\e150";
}
.ph-light.ph-chart-bar-horizontal:before {
  content: "\e152";
}
.ph-light.ph-chart-donut:before {
  content: "\eaa6";
}
.ph-light.ph-chart-line:before {
  content: "\e154";
}
.ph-light.ph-chart-line-down:before {
  content: "\e8b6";
}
.ph-light.ph-chart-line-up:before {
  content: "\e156";
}
.ph-light.ph-chart-pie:before {
  content: "\e158";
}
.ph-light.ph-chart-pie-slice:before {
  content: "\e15a";
}
.ph-light.ph-chart-polar:before {
  content: "\eaa8";
}
.ph-light.ph-chart-scatter:before {
  content: "\eaac";
}
.ph-light.ph-chat:before {
  content: "\e15c";
}
.ph-light.ph-chat-centered:before {
  content: "\e160";
}
.ph-light.ph-chat-centered-dots:before {
  content: "\e164";
}
.ph-light.ph-chat-centered-slash:before {
  content: "\e162";
}
.ph-light.ph-chat-centered-text:before {
  content: "\e166";
}
.ph-light.ph-chat-circle:before {
  content: "\e168";
}
.ph-light.ph-chat-circle-dots:before {
  content: "\e16c";
}
.ph-light.ph-chat-circle-slash:before {
  content: "\e16a";
}
.ph-light.ph-chat-circle-text:before {
  content: "\e16e";
}
.ph-light.ph-chat-dots:before {
  content: "\e170";
}
.ph-light.ph-chat-slash:before {
  content: "\e15e";
}
.ph-light.ph-chat-teardrop:before {
  content: "\e172";
}
.ph-light.ph-chat-teardrop-dots:before {
  content: "\e176";
}
.ph-light.ph-chat-teardrop-slash:before {
  content: "\e174";
}
.ph-light.ph-chat-teardrop-text:before {
  content: "\e178";
}
.ph-light.ph-chat-text:before {
  content: "\e17a";
}
.ph-light.ph-chats:before {
  content: "\e17c";
}
.ph-light.ph-chats-circle:before {
  content: "\e17e";
}
.ph-light.ph-chats-teardrop:before {
  content: "\e180";
}
.ph-light.ph-check:before {
  content: "\e182";
}
.ph-light.ph-check-circle:before {
  content: "\e184";
}
.ph-light.ph-check-fat:before {
  content: "\eba6";
}
.ph-light.ph-check-square:before {
  content: "\e186";
}
.ph-light.ph-check-square-offset:before {
  content: "\e188";
}
.ph-light.ph-checkerboard:before {
  content: "\e8c4";
}
.ph-light.ph-checks:before {
  content: "\e53a";
}
.ph-light.ph-cheers:before {
  content: "\ea4a";
}
.ph-light.ph-cheese:before {
  content: "\e9fe";
}
.ph-light.ph-chef-hat:before {
  content: "\ed8e";
}
.ph-light.ph-cherries:before {
  content: "\e830";
}
.ph-light.ph-church:before {
  content: "\ecea";
}
.ph-light.ph-cigarette:before {
  content: "\ed90";
}
.ph-light.ph-cigarette-slash:before {
  content: "\ed92";
}
.ph-light.ph-circle:before {
  content: "\e18a";
}
.ph-light.ph-circle-dashed:before {
  content: "\e602";
}
.ph-light.ph-circle-half:before {
  content: "\e18c";
}
.ph-light.ph-circle-half-tilt:before {
  content: "\e18e";
}
.ph-light.ph-circle-notch:before {
  content: "\eb44";
}
.ph-light.ph-circles-four:before {
  content: "\e190";
}
.ph-light.ph-circles-three:before {
  content: "\e192";
}
.ph-light.ph-circles-three-plus:before {
  content: "\e194";
}
.ph-light.ph-circuitry:before {
  content: "\e9c2";
}
.ph-light.ph-city:before {
  content: "\ea6a";
}
.ph-light.ph-clipboard:before {
  content: "\e196";
}
.ph-light.ph-clipboard-text:before {
  content: "\e198";
}
.ph-light.ph-clock:before {
  content: "\e19a";
}
.ph-light.ph-clock-afternoon:before {
  content: "\e19c";
}
.ph-light.ph-clock-clockwise:before {
  content: "\e19e";
}
.ph-light.ph-clock-countdown:before {
  content: "\ed2c";
}
.ph-light.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}
.ph-light.ph-clock-user:before {
  content: "\edec";
}
.ph-light.ph-closed-captioning:before {
  content: "\e1a4";
}
.ph-light.ph-cloud:before {
  content: "\e1aa";
}
.ph-light.ph-cloud-arrow-down:before {
  content: "\e1ac";
}
.ph-light.ph-cloud-arrow-up:before {
  content: "\e1ae";
}
.ph-light.ph-cloud-check:before {
  content: "\e1b0";
}
.ph-light.ph-cloud-fog:before {
  content: "\e53c";
}
.ph-light.ph-cloud-lightning:before {
  content: "\e1b2";
}
.ph-light.ph-cloud-moon:before {
  content: "\e53e";
}
.ph-light.ph-cloud-rain:before {
  content: "\e1b4";
}
.ph-light.ph-cloud-slash:before {
  content: "\e1b6";
}
.ph-light.ph-cloud-snow:before {
  content: "\e1b8";
}
.ph-light.ph-cloud-sun:before {
  content: "\e540";
}
.ph-light.ph-cloud-warning:before {
  content: "\ea98";
}
.ph-light.ph-cloud-x:before {
  content: "\ea96";
}
.ph-light.ph-clover:before {
  content: "\edc8";
}
.ph-light.ph-club:before {
  content: "\e1ba";
}
.ph-light.ph-coat-hanger:before {
  content: "\e7fe";
}
.ph-light.ph-coda-logo:before {
  content: "\e7ce";
}
.ph-light.ph-code:before {
  content: "\e1bc";
}
.ph-light.ph-code-block:before {
  content: "\eafe";
}
.ph-light.ph-code-simple:before {
  content: "\e1be";
}
.ph-light.ph-codepen-logo:before {
  content: "\e978";
}
.ph-light.ph-codesandbox-logo:before {
  content: "\ea06";
}
.ph-light.ph-coffee:before {
  content: "\e1c2";
}
.ph-light.ph-coffee-bean:before {
  content: "\e1c0";
}
.ph-light.ph-coin:before {
  content: "\e60e";
}
.ph-light.ph-coin-vertical:before {
  content: "\eb48";
}
.ph-light.ph-coins:before {
  content: "\e78e";
}
.ph-light.ph-columns:before {
  content: "\e546";
}
.ph-light.ph-columns-plus-left:before {
  content: "\e544";
}
.ph-light.ph-columns-plus-right:before {
  content: "\e542";
}
.ph-light.ph-command:before {
  content: "\e1c4";
}
.ph-light.ph-compass:before {
  content: "\e1c8";
}
.ph-light.ph-compass-rose:before {
  content: "\e1c6";
}
.ph-light.ph-compass-tool:before {
  content: "\ea0e";
}
.ph-light.ph-computer-tower:before {
  content: "\e548";
}
.ph-light.ph-confetti:before {
  content: "\e81a";
}
.ph-light.ph-contactless-payment:before {
  content: "\ed42";
}
.ph-light.ph-control:before {
  content: "\eca6";
}
.ph-light.ph-cookie:before {
  content: "\e6ca";
}
.ph-light.ph-cooking-pot:before {
  content: "\e764";
}
.ph-light.ph-copy:before {
  content: "\e1ca";
}
.ph-light.ph-copy-simple:before {
  content: "\e1cc";
}
.ph-light.ph-copyleft:before {
  content: "\e86a";
}
.ph-light.ph-copyright:before {
  content: "\e54a";
}
.ph-light.ph-corners-in:before {
  content: "\e1ce";
}
.ph-light.ph-corners-out:before {
  content: "\e1d0";
}
.ph-light.ph-couch:before {
  content: "\e7f6";
}
.ph-light.ph-court-basketball:before {
  content: "\ee36";
}
.ph-light.ph-cow:before {
  content: "\eabe";
}
.ph-light.ph-cowboy-hat:before {
  content: "\ed12";
}
.ph-light.ph-cpu:before {
  content: "\e610";
}
.ph-light.ph-crane:before {
  content: "\ed48";
}
.ph-light.ph-crane-tower:before {
  content: "\ed49";
}
.ph-light.ph-credit-card:before {
  content: "\e1d2";
}
.ph-light.ph-cricket:before {
  content: "\ee12";
}
.ph-light.ph-crop:before {
  content: "\e1d4";
}
.ph-light.ph-cross:before {
  content: "\e8a0";
}
.ph-light.ph-crosshair:before {
  content: "\e1d6";
}
.ph-light.ph-crosshair-simple:before {
  content: "\e1d8";
}
.ph-light.ph-crown:before {
  content: "\e614";
}
.ph-light.ph-crown-cross:before {
  content: "\ee5e";
}
.ph-light.ph-crown-simple:before {
  content: "\e616";
}
.ph-light.ph-cube:before {
  content: "\e1da";
}
.ph-light.ph-cube-focus:before {
  content: "\ed0a";
}
.ph-light.ph-cube-transparent:before {
  content: "\ec7c";
}
.ph-light.ph-currency-btc:before {
  content: "\e618";
}
.ph-light.ph-currency-circle-dollar:before {
  content: "\e54c";
}
.ph-light.ph-currency-cny:before {
  content: "\e54e";
}
.ph-light.ph-currency-dollar:before {
  content: "\e550";
}
.ph-light.ph-currency-dollar-simple:before {
  content: "\e552";
}
.ph-light.ph-currency-eth:before {
  content: "\eada";
}
.ph-light.ph-currency-eur:before {
  content: "\e554";
}
.ph-light.ph-currency-gbp:before {
  content: "\e556";
}
.ph-light.ph-currency-inr:before {
  content: "\e558";
}
.ph-light.ph-currency-jpy:before {
  content: "\e55a";
}
.ph-light.ph-currency-krw:before {
  content: "\e55c";
}
.ph-light.ph-currency-kzt:before {
  content: "\ec4c";
}
.ph-light.ph-currency-ngn:before {
  content: "\eb52";
}
.ph-light.ph-currency-rub:before {
  content: "\e55e";
}
.ph-light.ph-cursor:before {
  content: "\e1dc";
}
.ph-light.ph-cursor-click:before {
  content: "\e7c8";
}
.ph-light.ph-cursor-text:before {
  content: "\e7d8";
}
.ph-light.ph-cylinder:before {
  content: "\e8fc";
}
.ph-light.ph-database:before {
  content: "\e1de";
}
.ph-light.ph-desk:before {
  content: "\ed16";
}
.ph-light.ph-desktop:before {
  content: "\e560";
}
.ph-light.ph-desktop-tower:before {
  content: "\e562";
}
.ph-light.ph-detective:before {
  content: "\e83e";
}
.ph-light.ph-dev-to-logo:before {
  content: "\ed0e";
}
.ph-light.ph-device-mobile:before {
  content: "\e1e0";
}
.ph-light.ph-device-mobile-camera:before {
  content: "\e1e2";
}
.ph-light.ph-device-mobile-slash:before {
  content: "\ee46";
}
.ph-light.ph-device-mobile-speaker:before {
  content: "\e1e4";
}
.ph-light.ph-device-rotate:before {
  content: "\edf2";
}
.ph-light.ph-device-tablet:before {
  content: "\e1e6";
}
.ph-light.ph-device-tablet-camera:before {
  content: "\e1e8";
}
.ph-light.ph-device-tablet-speaker:before {
  content: "\e1ea";
}
.ph-light.ph-devices:before {
  content: "\eba4";
}
.ph-light.ph-diamond:before {
  content: "\e1ec";
}
.ph-light.ph-diamonds-four:before {
  content: "\e8f4";
}
.ph-light.ph-dice-five:before {
  content: "\e1ee";
}
.ph-light.ph-dice-four:before {
  content: "\e1f0";
}
.ph-light.ph-dice-one:before {
  content: "\e1f2";
}
.ph-light.ph-dice-six:before {
  content: "\e1f4";
}
.ph-light.ph-dice-three:before {
  content: "\e1f6";
}
.ph-light.ph-dice-two:before {
  content: "\e1f8";
}
.ph-light.ph-disc:before {
  content: "\e564";
}
.ph-light.ph-disco-ball:before {
  content: "\ed98";
}
.ph-light.ph-discord-logo:before {
  content: "\e61a";
}
.ph-light.ph-divide:before {
  content: "\e1fa";
}
.ph-light.ph-dna:before {
  content: "\e924";
}
.ph-light.ph-dog:before {
  content: "\e74a";
}
.ph-light.ph-door:before {
  content: "\e61c";
}
.ph-light.ph-door-open:before {
  content: "\e7e6";
}
.ph-light.ph-dot:before {
  content: "\ecde";
}
.ph-light.ph-dot-outline:before {
  content: "\ece0";
}
.ph-light.ph-dots-nine:before {
  content: "\e1fc";
}
.ph-light.ph-dots-six:before {
  content: "\e794";
}
.ph-light.ph-dots-six-vertical:before {
  content: "\eae2";
}
.ph-light.ph-dots-three:before {
  content: "\e1fe";
}
.ph-light.ph-dots-three-circle:before {
  content: "\e200";
}
.ph-light.ph-dots-three-circle-vertical:before {
  content: "\e202";
}
.ph-light.ph-dots-three-outline:before {
  content: "\e204";
}
.ph-light.ph-dots-three-outline-vertical:before {
  content: "\e206";
}
.ph-light.ph-dots-three-vertical:before {
  content: "\e208";
}
.ph-light.ph-download:before {
  content: "\e20a";
}
.ph-light.ph-download-simple:before {
  content: "\e20c";
}
.ph-light.ph-dress:before {
  content: "\ea7e";
}
.ph-light.ph-dresser:before {
  content: "\e94e";
}
.ph-light.ph-dribbble-logo:before {
  content: "\e20e";
}
.ph-light.ph-drone:before {
  content: "\ed74";
}
.ph-light.ph-drop:before {
  content: "\e210";
}
.ph-light.ph-drop-half:before {
  content: "\e566";
}
.ph-light.ph-drop-half-bottom:before {
  content: "\eb40";
}
.ph-light.ph-drop-simple:before {
  content: "\ee32";
}
.ph-light.ph-drop-slash:before {
  content: "\e954";
}
.ph-light.ph-dropbox-logo:before {
  content: "\e7d0";
}
.ph-light.ph-ear:before {
  content: "\e70c";
}
.ph-light.ph-ear-slash:before {
  content: "\e70e";
}
.ph-light.ph-egg:before {
  content: "\e812";
}
.ph-light.ph-egg-crack:before {
  content: "\eb64";
}
.ph-light.ph-eject:before {
  content: "\e212";
}
.ph-light.ph-eject-simple:before {
  content: "\e6ae";
}
.ph-light.ph-elevator:before {
  content: "\ecc0";
}
.ph-light.ph-empty:before {
  content: "\edbc";
}
.ph-light.ph-engine:before {
  content: "\ea80";
}
.ph-light.ph-envelope:before {
  content: "\e214";
}
.ph-light.ph-envelope-open:before {
  content: "\e216";
}
.ph-light.ph-envelope-simple:before {
  content: "\e218";
}
.ph-light.ph-envelope-simple-open:before {
  content: "\e21a";
}
.ph-light.ph-equalizer:before {
  content: "\ebbc";
}
.ph-light.ph-equals:before {
  content: "\e21c";
}
.ph-light.ph-eraser:before {
  content: "\e21e";
}
.ph-light.ph-escalator-down:before {
  content: "\ecba";
}
.ph-light.ph-escalator-up:before {
  content: "\ecbc";
}
.ph-light.ph-exam:before {
  content: "\e742";
}
.ph-light.ph-exclamation-mark:before {
  content: "\ee44";
}
.ph-light.ph-exclude:before {
  content: "\e882";
}
.ph-light.ph-exclude-square:before {
  content: "\e880";
}
.ph-light.ph-export:before {
  content: "\eaf0";
}
.ph-light.ph-eye:before {
  content: "\e220";
}
.ph-light.ph-eye-closed:before {
  content: "\e222";
}
.ph-light.ph-eye-slash:before {
  content: "\e224";
}
.ph-light.ph-eyedropper:before {
  content: "\e568";
}
.ph-light.ph-eyedropper-sample:before {
  content: "\eac4";
}
.ph-light.ph-eyeglasses:before {
  content: "\e7ba";
}
.ph-light.ph-eyes:before {
  content: "\ee5c";
}
.ph-light.ph-face-mask:before {
  content: "\e56a";
}
.ph-light.ph-facebook-logo:before {
  content: "\e226";
}
.ph-light.ph-factory:before {
  content: "\e760";
}
.ph-light.ph-faders:before {
  content: "\e228";
}
.ph-light.ph-faders-horizontal:before {
  content: "\e22a";
}
.ph-light.ph-fallout-shelter:before {
  content: "\e9de";
}
.ph-light.ph-fan:before {
  content: "\e9f2";
}
.ph-light.ph-farm:before {
  content: "\ec70";
}
.ph-light.ph-fast-forward:before {
  content: "\e6a6";
}
.ph-light.ph-fast-forward-circle:before {
  content: "\e22c";
}
.ph-light.ph-feather:before {
  content: "\e9c0";
}
.ph-light.ph-fediverse-logo:before {
  content: "\ed66";
}
.ph-light.ph-figma-logo:before {
  content: "\e22e";
}
.ph-light.ph-file:before {
  content: "\e230";
}
.ph-light.ph-file-archive:before {
  content: "\eb2a";
}
.ph-light.ph-file-arrow-down:before {
  content: "\e232";
}
.ph-light.ph-file-arrow-up:before {
  content: "\e61e";
}
.ph-light.ph-file-audio:before {
  content: "\ea20";
}
.ph-light.ph-file-c:before {
  content: "\eb32";
}
.ph-light.ph-file-c-sharp:before {
  content: "\eb30";
}
.ph-light.ph-file-cloud:before {
  content: "\e95e";
}
.ph-light.ph-file-code:before {
  content: "\e914";
}
.ph-light.ph-file-cpp:before {
  content: "\eb2e";
}
.ph-light.ph-file-css:before {
  content: "\eb34";
}
.ph-light.ph-file-csv:before {
  content: "\eb1c";
}
.ph-light.ph-file-dashed:before {
  content: "\e704";
}
.ph-light.ph-file-dotted:before {
  content: "\e704";
}
.ph-light.ph-file-doc:before {
  content: "\eb1e";
}
.ph-light.ph-file-html:before {
  content: "\eb38";
}
.ph-light.ph-file-image:before {
  content: "\ea24";
}
.ph-light.ph-file-ini:before {
  content: "\eb33";
}
.ph-light.ph-file-jpg:before {
  content: "\eb1a";
}
.ph-light.ph-file-js:before {
  content: "\eb24";
}
.ph-light.ph-file-jsx:before {
  content: "\eb3a";
}
.ph-light.ph-file-lock:before {
  content: "\e95c";
}
.ph-light.ph-file-magnifying-glass:before {
  content: "\e238";
}
.ph-light.ph-file-search:before {
  content: "\e238";
}
.ph-light.ph-file-md:before {
  content: "\ed50";
}
.ph-light.ph-file-minus:before {
  content: "\e234";
}
.ph-light.ph-file-pdf:before {
  content: "\e702";
}
.ph-light.ph-file-plus:before {
  content: "\e236";
}
.ph-light.ph-file-png:before {
  content: "\eb18";
}
.ph-light.ph-file-ppt:before {
  content: "\eb20";
}
.ph-light.ph-file-py:before {
  content: "\eb2c";
}
.ph-light.ph-file-rs:before {
  content: "\eb28";
}
.ph-light.ph-file-sql:before {
  content: "\ed4e";
}
.ph-light.ph-file-svg:before {
  content: "\ed08";
}
.ph-light.ph-file-text:before {
  content: "\e23a";
}
.ph-light.ph-file-ts:before {
  content: "\eb26";
}
.ph-light.ph-file-tsx:before {
  content: "\eb3c";
}
.ph-light.ph-file-txt:before {
  content: "\eb35";
}
.ph-light.ph-file-video:before {
  content: "\ea22";
}
.ph-light.ph-file-vue:before {
  content: "\eb3e";
}
.ph-light.ph-file-x:before {
  content: "\e23c";
}
.ph-light.ph-file-xls:before {
  content: "\eb22";
}
.ph-light.ph-file-zip:before {
  content: "\e958";
}
.ph-light.ph-files:before {
  content: "\e710";
}
.ph-light.ph-film-reel:before {
  content: "\e8c0";
}
.ph-light.ph-film-script:before {
  content: "\eb50";
}
.ph-light.ph-film-slate:before {
  content: "\e8c2";
}
.ph-light.ph-film-strip:before {
  content: "\e792";
}
.ph-light.ph-fingerprint:before {
  content: "\e23e";
}
.ph-light.ph-fingerprint-simple:before {
  content: "\e240";
}
.ph-light.ph-finn-the-human:before {
  content: "\e56c";
}
.ph-light.ph-fire:before {
  content: "\e242";
}
.ph-light.ph-fire-extinguisher:before {
  content: "\e9e8";
}
.ph-light.ph-fire-simple:before {
  content: "\e620";
}
.ph-light.ph-fire-truck:before {
  content: "\e574";
}
.ph-light.ph-first-aid:before {
  content: "\e56e";
}
.ph-light.ph-first-aid-kit:before {
  content: "\e570";
}
.ph-light.ph-fish:before {
  content: "\e728";
}
.ph-light.ph-fish-simple:before {
  content: "\e72a";
}
.ph-light.ph-flag:before {
  content: "\e244";
}
.ph-light.ph-flag-banner:before {
  content: "\e622";
}
.ph-light.ph-flag-banner-fold:before {
  content: "\ecf2";
}
.ph-light.ph-flag-checkered:before {
  content: "\ea38";
}
.ph-light.ph-flag-pennant:before {
  content: "\ecf0";
}
.ph-light.ph-flame:before {
  content: "\e624";
}
.ph-light.ph-flashlight:before {
  content: "\e246";
}
.ph-light.ph-flask:before {
  content: "\e79e";
}
.ph-light.ph-flip-horizontal:before {
  content: "\ed6a";
}
.ph-light.ph-flip-vertical:before {
  content: "\ed6c";
}
.ph-light.ph-floppy-disk:before {
  content: "\e248";
}
.ph-light.ph-floppy-disk-back:before {
  content: "\eaf4";
}
.ph-light.ph-flow-arrow:before {
  content: "\e6ec";
}
.ph-light.ph-flower:before {
  content: "\e75e";
}
.ph-light.ph-flower-lotus:before {
  content: "\e6cc";
}
.ph-light.ph-flower-tulip:before {
  content: "\eacc";
}
.ph-light.ph-flying-saucer:before {
  content: "\eb4a";
}
.ph-light.ph-folder:before {
  content: "\e24a";
}
.ph-light.ph-folder-notch:before {
  content: "\e24a";
}
.ph-light.ph-folder-dashed:before {
  content: "\e8f8";
}
.ph-light.ph-folder-dotted:before {
  content: "\e8f8";
}
.ph-light.ph-folder-lock:before {
  content: "\ea3c";
}
.ph-light.ph-folder-minus:before {
  content: "\e254";
}
.ph-light.ph-folder-notch-minus:before {
  content: "\e254";
}
.ph-light.ph-folder-open:before {
  content: "\e256";
}
.ph-light.ph-folder-notch-open:before {
  content: "\e256";
}
.ph-light.ph-folder-plus:before {
  content: "\e258";
}
.ph-light.ph-folder-notch-plus:before {
  content: "\e258";
}
.ph-light.ph-folder-simple:before {
  content: "\e25a";
}
.ph-light.ph-folder-simple-dashed:before {
  content: "\ec2a";
}
.ph-light.ph-folder-simple-dotted:before {
  content: "\ec2a";
}
.ph-light.ph-folder-simple-lock:before {
  content: "\eb5e";
}
.ph-light.ph-folder-simple-minus:before {
  content: "\e25c";
}
.ph-light.ph-folder-simple-plus:before {
  content: "\e25e";
}
.ph-light.ph-folder-simple-star:before {
  content: "\ec2e";
}
.ph-light.ph-folder-simple-user:before {
  content: "\eb60";
}
.ph-light.ph-folder-star:before {
  content: "\ea86";
}
.ph-light.ph-folder-user:before {
  content: "\eb46";
}
.ph-light.ph-folders:before {
  content: "\e260";
}
.ph-light.ph-football:before {
  content: "\e718";
}
.ph-light.ph-football-helmet:before {
  content: "\ee4c";
}
.ph-light.ph-footprints:before {
  content: "\ea88";
}
.ph-light.ph-fork-knife:before {
  content: "\e262";
}
.ph-light.ph-four-k:before {
  content: "\ea5c";
}
.ph-light.ph-frame-corners:before {
  content: "\e626";
}
.ph-light.ph-framer-logo:before {
  content: "\e264";
}
.ph-light.ph-function:before {
  content: "\ebe4";
}
.ph-light.ph-funnel:before {
  content: "\e266";
}
.ph-light.ph-funnel-simple:before {
  content: "\e268";
}
.ph-light.ph-funnel-simple-x:before {
  content: "\e26a";
}
.ph-light.ph-funnel-x:before {
  content: "\e26c";
}
.ph-light.ph-game-controller:before {
  content: "\e26e";
}
.ph-light.ph-garage:before {
  content: "\ecd6";
}
.ph-light.ph-gas-can:before {
  content: "\e8ce";
}
.ph-light.ph-gas-pump:before {
  content: "\e768";
}
.ph-light.ph-gauge:before {
  content: "\e628";
}
.ph-light.ph-gavel:before {
  content: "\ea32";
}
.ph-light.ph-gear:before {
  content: "\e270";
}
.ph-light.ph-gear-fine:before {
  content: "\e87c";
}
.ph-light.ph-gear-six:before {
  content: "\e272";
}
.ph-light.ph-gender-female:before {
  content: "\e6e0";
}
.ph-light.ph-gender-intersex:before {
  content: "\e6e6";
}
.ph-light.ph-gender-male:before {
  content: "\e6e2";
}
.ph-light.ph-gender-neuter:before {
  content: "\e6ea";
}
.ph-light.ph-gender-nonbinary:before {
  content: "\e6e4";
}
.ph-light.ph-gender-transgender:before {
  content: "\e6e8";
}
.ph-light.ph-ghost:before {
  content: "\e62a";
}
.ph-light.ph-gif:before {
  content: "\e274";
}
.ph-light.ph-gift:before {
  content: "\e276";
}
.ph-light.ph-git-branch:before {
  content: "\e278";
}
.ph-light.ph-git-commit:before {
  content: "\e27a";
}
.ph-light.ph-git-diff:before {
  content: "\e27c";
}
.ph-light.ph-git-fork:before {
  content: "\e27e";
}
.ph-light.ph-git-merge:before {
  content: "\e280";
}
.ph-light.ph-git-pull-request:before {
  content: "\e282";
}
.ph-light.ph-github-logo:before {
  content: "\e576";
}
.ph-light.ph-gitlab-logo:before {
  content: "\e694";
}
.ph-light.ph-gitlab-logo-simple:before {
  content: "\e696";
}
.ph-light.ph-globe:before {
  content: "\e288";
}
.ph-light.ph-globe-hemisphere-east:before {
  content: "\e28a";
}
.ph-light.ph-globe-hemisphere-west:before {
  content: "\e28c";
}
.ph-light.ph-globe-simple:before {
  content: "\e28e";
}
.ph-light.ph-globe-simple-x:before {
  content: "\e284";
}
.ph-light.ph-globe-stand:before {
  content: "\e290";
}
.ph-light.ph-globe-x:before {
  content: "\e286";
}
.ph-light.ph-goggles:before {
  content: "\ecb4";
}
.ph-light.ph-golf:before {
  content: "\ea3e";
}
.ph-light.ph-goodreads-logo:before {
  content: "\ed10";
}
.ph-light.ph-google-cardboard-logo:before {
  content: "\e7b6";
}
.ph-light.ph-google-chrome-logo:before {
  content: "\e976";
}
.ph-light.ph-google-drive-logo:before {
  content: "\e8f6";
}
.ph-light.ph-google-logo:before {
  content: "\e292";
}
.ph-light.ph-google-photos-logo:before {
  content: "\eb92";
}
.ph-light.ph-google-play-logo:before {
  content: "\e294";
}
.ph-light.ph-google-podcasts-logo:before {
  content: "\eb94";
}
.ph-light.ph-gps:before {
  content: "\edd8";
}
.ph-light.ph-gps-fix:before {
  content: "\edd6";
}
.ph-light.ph-gps-slash:before {
  content: "\edd4";
}
.ph-light.ph-gradient:before {
  content: "\eb42";
}
.ph-light.ph-graduation-cap:before {
  content: "\e62c";
}
.ph-light.ph-grains:before {
  content: "\ec68";
}
.ph-light.ph-grains-slash:before {
  content: "\ec6a";
}
.ph-light.ph-graph:before {
  content: "\eb58";
}
.ph-light.ph-graphics-card:before {
  content: "\e612";
}
.ph-light.ph-greater-than:before {
  content: "\edc4";
}
.ph-light.ph-greater-than-or-equal:before {
  content: "\eda2";
}
.ph-light.ph-grid-four:before {
  content: "\e296";
}
.ph-light.ph-grid-nine:before {
  content: "\ec8c";
}
.ph-light.ph-guitar:before {
  content: "\ea8a";
}
.ph-light.ph-hair-dryer:before {
  content: "\ea66";
}
.ph-light.ph-hamburger:before {
  content: "\e790";
}
.ph-light.ph-hammer:before {
  content: "\e80e";
}
.ph-light.ph-hand:before {
  content: "\e298";
}
.ph-light.ph-hand-arrow-down:before {
  content: "\ea4e";
}
.ph-light.ph-hand-arrow-up:before {
  content: "\ee5a";
}
.ph-light.ph-hand-coins:before {
  content: "\ea8c";
}
.ph-light.ph-hand-deposit:before {
  content: "\ee82";
}
.ph-light.ph-hand-eye:before {
  content: "\ea4c";
}
.ph-light.ph-hand-fist:before {
  content: "\e57a";
}
.ph-light.ph-hand-grabbing:before {
  content: "\e57c";
}
.ph-light.ph-hand-heart:before {
  content: "\e810";
}
.ph-light.ph-hand-palm:before {
  content: "\e57e";
}
.ph-light.ph-hand-peace:before {
  content: "\e7cc";
}
.ph-light.ph-hand-pointing:before {
  content: "\e29a";
}
.ph-light.ph-hand-soap:before {
  content: "\e630";
}
.ph-light.ph-hand-swipe-left:before {
  content: "\ec94";
}
.ph-light.ph-hand-swipe-right:before {
  content: "\ec92";
}
.ph-light.ph-hand-tap:before {
  content: "\ec90";
}
.ph-light.ph-hand-waving:before {
  content: "\e580";
}
.ph-light.ph-hand-withdraw:before {
  content: "\ee80";
}
.ph-light.ph-handbag:before {
  content: "\e29c";
}
.ph-light.ph-handbag-simple:before {
  content: "\e62e";
}
.ph-light.ph-hands-clapping:before {
  content: "\e6a0";
}
.ph-light.ph-hands-praying:before {
  content: "\ecc8";
}
.ph-light.ph-handshake:before {
  content: "\e582";
}
.ph-light.ph-hard-drive:before {
  content: "\e29e";
}
.ph-light.ph-hard-drives:before {
  content: "\e2a0";
}
.ph-light.ph-hard-hat:before {
  content: "\ed46";
}
.ph-light.ph-hash:before {
  content: "\e2a2";
}
.ph-light.ph-hash-straight:before {
  content: "\e2a4";
}
.ph-light.ph-head-circuit:before {
  content: "\e7d4";
}
.ph-light.ph-headlights:before {
  content: "\e6fe";
}
.ph-light.ph-headphones:before {
  content: "\e2a6";
}
.ph-light.ph-headset:before {
  content: "\e584";
}
.ph-light.ph-heart:before {
  content: "\e2a8";
}
.ph-light.ph-heart-break:before {
  content: "\ebe8";
}
.ph-light.ph-heart-half:before {
  content: "\ec48";
}
.ph-light.ph-heart-straight:before {
  content: "\e2aa";
}
.ph-light.ph-heart-straight-break:before {
  content: "\eb98";
}
.ph-light.ph-heartbeat:before {
  content: "\e2ac";
}
.ph-light.ph-hexagon:before {
  content: "\e2ae";
}
.ph-light.ph-high-definition:before {
  content: "\ea8e";
}
.ph-light.ph-high-heel:before {
  content: "\e8e8";
}
.ph-light.ph-highlighter:before {
  content: "\ec76";
}
.ph-light.ph-highlighter-circle:before {
  content: "\e632";
}
.ph-light.ph-hockey:before {
  content: "\ec86";
}
.ph-light.ph-hoodie:before {
  content: "\ecd0";
}
.ph-light.ph-horse:before {
  content: "\e2b0";
}
.ph-light.ph-hospital:before {
  content: "\e844";
}
.ph-light.ph-hourglass:before {
  content: "\e2b2";
}
.ph-light.ph-hourglass-high:before {
  content: "\e2b4";
}
.ph-light.ph-hourglass-low:before {
  content: "\e2b6";
}
.ph-light.ph-hourglass-medium:before {
  content: "\e2b8";
}
.ph-light.ph-hourglass-simple:before {
  content: "\e2ba";
}
.ph-light.ph-hourglass-simple-high:before {
  content: "\e2bc";
}
.ph-light.ph-hourglass-simple-low:before {
  content: "\e2be";
}
.ph-light.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}
.ph-light.ph-house:before {
  content: "\e2c2";
}
.ph-light.ph-house-line:before {
  content: "\e2c4";
}
.ph-light.ph-house-simple:before {
  content: "\e2c6";
}
.ph-light.ph-hurricane:before {
  content: "\e88e";
}
.ph-light.ph-ice-cream:before {
  content: "\e804";
}
.ph-light.ph-identification-badge:before {
  content: "\e6f6";
}
.ph-light.ph-identification-card:before {
  content: "\e2c8";
}
.ph-light.ph-image:before {
  content: "\e2ca";
}
.ph-light.ph-image-broken:before {
  content: "\e7a8";
}
.ph-light.ph-image-square:before {
  content: "\e2cc";
}
.ph-light.ph-images:before {
  content: "\e836";
}
.ph-light.ph-images-square:before {
  content: "\e834";
}
.ph-light.ph-infinity:before {
  content: "\e634";
}
.ph-light.ph-lemniscate:before {
  content: "\e634";
}
.ph-light.ph-info:before {
  content: "\e2ce";
}
.ph-light.ph-instagram-logo:before {
  content: "\e2d0";
}
.ph-light.ph-intersect:before {
  content: "\e2d2";
}
.ph-light.ph-intersect-square:before {
  content: "\e87a";
}
.ph-light.ph-intersect-three:before {
  content: "\ecc4";
}
.ph-light.ph-intersection:before {
  content: "\edba";
}
.ph-light.ph-invoice:before {
  content: "\ee42";
}
.ph-light.ph-island:before {
  content: "\ee06";
}
.ph-light.ph-jar:before {
  content: "\e7e0";
}
.ph-light.ph-jar-label:before {
  content: "\e7e1";
}
.ph-light.ph-jeep:before {
  content: "\e2d4";
}
.ph-light.ph-joystick:before {
  content: "\ea5e";
}
.ph-light.ph-kanban:before {
  content: "\eb54";
}
.ph-light.ph-key:before {
  content: "\e2d6";
}
.ph-light.ph-key-return:before {
  content: "\e782";
}
.ph-light.ph-keyboard:before {
  content: "\e2d8";
}
.ph-light.ph-keyhole:before {
  content: "\ea78";
}
.ph-light.ph-knife:before {
  content: "\e636";
}
.ph-light.ph-ladder:before {
  content: "\e9e4";
}
.ph-light.ph-ladder-simple:before {
  content: "\ec26";
}
.ph-light.ph-lamp:before {
  content: "\e638";
}
.ph-light.ph-lamp-pendant:before {
  content: "\ee2e";
}
.ph-light.ph-laptop:before {
  content: "\e586";
}
.ph-light.ph-lasso:before {
  content: "\edc6";
}
.ph-light.ph-lastfm-logo:before {
  content: "\e842";
}
.ph-light.ph-layout:before {
  content: "\e6d6";
}
.ph-light.ph-leaf:before {
  content: "\e2da";
}
.ph-light.ph-lectern:before {
  content: "\e95a";
}
.ph-light.ph-lego:before {
  content: "\e8c6";
}
.ph-light.ph-lego-smiley:before {
  content: "\e8c7";
}
.ph-light.ph-less-than:before {
  content: "\edac";
}
.ph-light.ph-less-than-or-equal:before {
  content: "\eda4";
}
.ph-light.ph-letter-circle-h:before {
  content: "\ebf8";
}
.ph-light.ph-letter-circle-p:before {
  content: "\ec08";
}
.ph-light.ph-letter-circle-v:before {
  content: "\ec14";
}
.ph-light.ph-lifebuoy:before {
  content: "\e63a";
}
.ph-light.ph-lightbulb:before {
  content: "\e2dc";
}
.ph-light.ph-lightbulb-filament:before {
  content: "\e63c";
}
.ph-light.ph-lighthouse:before {
  content: "\e9f6";
}
.ph-light.ph-lightning:before {
  content: "\e2de";
}
.ph-light.ph-lightning-a:before {
  content: "\ea84";
}
.ph-light.ph-lightning-slash:before {
  content: "\e2e0";
}
.ph-light.ph-line-segment:before {
  content: "\e6d2";
}
.ph-light.ph-line-segments:before {
  content: "\e6d4";
}
.ph-light.ph-line-vertical:before {
  content: "\ed70";
}
.ph-light.ph-link:before {
  content: "\e2e2";
}
.ph-light.ph-link-break:before {
  content: "\e2e4";
}
.ph-light.ph-link-simple:before {
  content: "\e2e6";
}
.ph-light.ph-link-simple-break:before {
  content: "\e2e8";
}
.ph-light.ph-link-simple-horizontal:before {
  content: "\e2ea";
}
.ph-light.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}
.ph-light.ph-linkedin-logo:before {
  content: "\e2ee";
}
.ph-light.ph-linktree-logo:before {
  content: "\edee";
}
.ph-light.ph-linux-logo:before {
  content: "\eb02";
}
.ph-light.ph-list:before {
  content: "\e2f0";
}
.ph-light.ph-list-bullets:before {
  content: "\e2f2";
}
.ph-light.ph-list-checks:before {
  content: "\eadc";
}
.ph-light.ph-list-dashes:before {
  content: "\e2f4";
}
.ph-light.ph-list-heart:before {
  content: "\ebde";
}
.ph-light.ph-list-magnifying-glass:before {
  content: "\ebe0";
}
.ph-light.ph-list-numbers:before {
  content: "\e2f6";
}
.ph-light.ph-list-plus:before {
  content: "\e2f8";
}
.ph-light.ph-list-star:before {
  content: "\ebdc";
}
.ph-light.ph-lock:before {
  content: "\e2fa";
}
.ph-light.ph-lock-key:before {
  content: "\e2fe";
}
.ph-light.ph-lock-key-open:before {
  content: "\e300";
}
.ph-light.ph-lock-laminated:before {
  content: "\e302";
}
.ph-light.ph-lock-laminated-open:before {
  content: "\e304";
}
.ph-light.ph-lock-open:before {
  content: "\e306";
}
.ph-light.ph-lock-simple:before {
  content: "\e308";
}
.ph-light.ph-lock-simple-open:before {
  content: "\e30a";
}
.ph-light.ph-lockers:before {
  content: "\ecb8";
}
.ph-light.ph-log:before {
  content: "\ed82";
}
.ph-light.ph-magic-wand:before {
  content: "\e6b6";
}
.ph-light.ph-magnet:before {
  content: "\e680";
}
.ph-light.ph-magnet-straight:before {
  content: "\e682";
}
.ph-light.ph-magnifying-glass:before {
  content: "\e30c";
}
.ph-light.ph-magnifying-glass-minus:before {
  content: "\e30e";
}
.ph-light.ph-magnifying-glass-plus:before {
  content: "\e310";
}
.ph-light.ph-mailbox:before {
  content: "\ec1e";
}
.ph-light.ph-map-pin:before {
  content: "\e316";
}
.ph-light.ph-map-pin-area:before {
  content: "\ee3a";
}
.ph-light.ph-map-pin-line:before {
  content: "\e318";
}
.ph-light.ph-map-pin-plus:before {
  content: "\e314";
}
.ph-light.ph-map-pin-simple:before {
  content: "\ee3e";
}
.ph-light.ph-map-pin-simple-area:before {
  content: "\ee3c";
}
.ph-light.ph-map-pin-simple-line:before {
  content: "\ee38";
}
.ph-light.ph-map-trifold:before {
  content: "\e31a";
}
.ph-light.ph-markdown-logo:before {
  content: "\e508";
}
.ph-light.ph-marker-circle:before {
  content: "\e640";
}
.ph-light.ph-martini:before {
  content: "\e31c";
}
.ph-light.ph-mask-happy:before {
  content: "\e9f4";
}
.ph-light.ph-mask-sad:before {
  content: "\eb9e";
}
.ph-light.ph-mastodon-logo:before {
  content: "\ed68";
}
.ph-light.ph-math-operations:before {
  content: "\e31e";
}
.ph-light.ph-matrix-logo:before {
  content: "\ed64";
}
.ph-light.ph-medal:before {
  content: "\e320";
}
.ph-light.ph-medal-military:before {
  content: "\ecfc";
}
.ph-light.ph-medium-logo:before {
  content: "\e322";
}
.ph-light.ph-megaphone:before {
  content: "\e324";
}
.ph-light.ph-megaphone-simple:before {
  content: "\e642";
}
.ph-light.ph-member-of:before {
  content: "\edc2";
}
.ph-light.ph-memory:before {
  content: "\e9c4";
}
.ph-light.ph-messenger-logo:before {
  content: "\e6d8";
}
.ph-light.ph-meta-logo:before {
  content: "\ed02";
}
.ph-light.ph-meteor:before {
  content: "\e9ba";
}
.ph-light.ph-metronome:before {
  content: "\ec8e";
}
.ph-light.ph-microphone:before {
  content: "\e326";
}
.ph-light.ph-microphone-slash:before {
  content: "\e328";
}
.ph-light.ph-microphone-stage:before {
  content: "\e75c";
}
.ph-light.ph-microscope:before {
  content: "\ec7a";
}
.ph-light.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}
.ph-light.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}
.ph-light.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}
.ph-light.ph-microsoft-teams-logo:before {
  content: "\eb66";
}
.ph-light.ph-microsoft-word-logo:before {
  content: "\eb6a";
}
.ph-light.ph-minus:before {
  content: "\e32a";
}
.ph-light.ph-minus-circle:before {
  content: "\e32c";
}
.ph-light.ph-minus-square:before {
  content: "\ed4c";
}
.ph-light.ph-money:before {
  content: "\e588";
}
.ph-light.ph-money-wavy:before {
  content: "\ee68";
}
.ph-light.ph-monitor:before {
  content: "\e32e";
}
.ph-light.ph-monitor-arrow-up:before {
  content: "\e58a";
}
.ph-light.ph-monitor-play:before {
  content: "\e58c";
}
.ph-light.ph-moon:before {
  content: "\e330";
}
.ph-light.ph-moon-stars:before {
  content: "\e58e";
}
.ph-light.ph-moped:before {
  content: "\e824";
}
.ph-light.ph-moped-front:before {
  content: "\e822";
}
.ph-light.ph-mosque:before {
  content: "\ecee";
}
.ph-light.ph-motorcycle:before {
  content: "\e80a";
}
.ph-light.ph-mountains:before {
  content: "\e7ae";
}
.ph-light.ph-mouse:before {
  content: "\e33a";
}
.ph-light.ph-mouse-left-click:before {
  content: "\e334";
}
.ph-light.ph-mouse-middle-click:before {
  content: "\e338";
}
.ph-light.ph-mouse-right-click:before {
  content: "\e336";
}
.ph-light.ph-mouse-scroll:before {
  content: "\e332";
}
.ph-light.ph-mouse-simple:before {
  content: "\e644";
}
.ph-light.ph-music-note:before {
  content: "\e33c";
}
.ph-light.ph-music-note-simple:before {
  content: "\e33e";
}
.ph-light.ph-music-notes:before {
  content: "\e340";
}
.ph-light.ph-music-notes-minus:before {
  content: "\ee0c";
}
.ph-light.ph-music-notes-plus:before {
  content: "\eb7c";
}
.ph-light.ph-music-notes-simple:before {
  content: "\e342";
}
.ph-light.ph-navigation-arrow:before {
  content: "\eade";
}
.ph-light.ph-needle:before {
  content: "\e82e";
}
.ph-light.ph-network:before {
  content: "\edde";
}
.ph-light.ph-network-slash:before {
  content: "\eddc";
}
.ph-light.ph-network-x:before {
  content: "\edda";
}
.ph-light.ph-newspaper:before {
  content: "\e344";
}
.ph-light.ph-newspaper-clipping:before {
  content: "\e346";
}
.ph-light.ph-not-equals:before {
  content: "\eda6";
}
.ph-light.ph-not-member-of:before {
  content: "\edae";
}
.ph-light.ph-not-subset-of:before {
  content: "\edb0";
}
.ph-light.ph-not-superset-of:before {
  content: "\edb2";
}
.ph-light.ph-notches:before {
  content: "\ed3a";
}
.ph-light.ph-note:before {
  content: "\e348";
}
.ph-light.ph-note-blank:before {
  content: "\e34a";
}
.ph-light.ph-note-pencil:before {
  content: "\e34c";
}
.ph-light.ph-notebook:before {
  content: "\e34e";
}
.ph-light.ph-notepad:before {
  content: "\e63e";
}
.ph-light.ph-notification:before {
  content: "\e6fa";
}
.ph-light.ph-notion-logo:before {
  content: "\e9a0";
}
.ph-light.ph-nuclear-plant:before {
  content: "\ed7c";
}
.ph-light.ph-number-circle-eight:before {
  content: "\e352";
}
.ph-light.ph-number-circle-five:before {
  content: "\e358";
}
.ph-light.ph-number-circle-four:before {
  content: "\e35e";
}
.ph-light.ph-number-circle-nine:before {
  content: "\e364";
}
.ph-light.ph-number-circle-one:before {
  content: "\e36a";
}
.ph-light.ph-number-circle-seven:before {
  content: "\e370";
}
.ph-light.ph-number-circle-six:before {
  content: "\e376";
}
.ph-light.ph-number-circle-three:before {
  content: "\e37c";
}
.ph-light.ph-number-circle-two:before {
  content: "\e382";
}
.ph-light.ph-number-circle-zero:before {
  content: "\e388";
}
.ph-light.ph-number-eight:before {
  content: "\e350";
}
.ph-light.ph-number-five:before {
  content: "\e356";
}
.ph-light.ph-number-four:before {
  content: "\e35c";
}
.ph-light.ph-number-nine:before {
  content: "\e362";
}
.ph-light.ph-number-one:before {
  content: "\e368";
}
.ph-light.ph-number-seven:before {
  content: "\e36e";
}
.ph-light.ph-number-six:before {
  content: "\e374";
}
.ph-light.ph-number-square-eight:before {
  content: "\e354";
}
.ph-light.ph-number-square-five:before {
  content: "\e35a";
}
.ph-light.ph-number-square-four:before {
  content: "\e360";
}
.ph-light.ph-number-square-nine:before {
  content: "\e366";
}
.ph-light.ph-number-square-one:before {
  content: "\e36c";
}
.ph-light.ph-number-square-seven:before {
  content: "\e372";
}
.ph-light.ph-number-square-six:before {
  content: "\e378";
}
.ph-light.ph-number-square-three:before {
  content: "\e37e";
}
.ph-light.ph-number-square-two:before {
  content: "\e384";
}
.ph-light.ph-number-square-zero:before {
  content: "\e38a";
}
.ph-light.ph-number-three:before {
  content: "\e37a";
}
.ph-light.ph-number-two:before {
  content: "\e380";
}
.ph-light.ph-number-zero:before {
  content: "\e386";
}
.ph-light.ph-numpad:before {
  content: "\e3c8";
}
.ph-light.ph-nut:before {
  content: "\e38c";
}
.ph-light.ph-ny-times-logo:before {
  content: "\e646";
}
.ph-light.ph-octagon:before {
  content: "\e38e";
}
.ph-light.ph-office-chair:before {
  content: "\ea46";
}
.ph-light.ph-onigiri:before {
  content: "\ee2c";
}
.ph-light.ph-open-ai-logo:before {
  content: "\e7d2";
}
.ph-light.ph-option:before {
  content: "\e8a8";
}
.ph-light.ph-orange:before {
  content: "\ee40";
}
.ph-light.ph-orange-slice:before {
  content: "\ed36";
}
.ph-light.ph-oven:before {
  content: "\ed8c";
}
.ph-light.ph-package:before {
  content: "\e390";
}
.ph-light.ph-paint-brush:before {
  content: "\e6f0";
}
.ph-light.ph-paint-brush-broad:before {
  content: "\e590";
}
.ph-light.ph-paint-brush-household:before {
  content: "\e6f2";
}
.ph-light.ph-paint-bucket:before {
  content: "\e392";
}
.ph-light.ph-paint-roller:before {
  content: "\e6f4";
}
.ph-light.ph-palette:before {
  content: "\e6c8";
}
.ph-light.ph-panorama:before {
  content: "\eaa2";
}
.ph-light.ph-pants:before {
  content: "\ec88";
}
.ph-light.ph-paper-plane:before {
  content: "\e394";
}
.ph-light.ph-paper-plane-right:before {
  content: "\e396";
}
.ph-light.ph-paper-plane-tilt:before {
  content: "\e398";
}
.ph-light.ph-paperclip:before {
  content: "\e39a";
}
.ph-light.ph-paperclip-horizontal:before {
  content: "\e592";
}
.ph-light.ph-parachute:before {
  content: "\ea7c";
}
.ph-light.ph-paragraph:before {
  content: "\e960";
}
.ph-light.ph-parallelogram:before {
  content: "\ecc6";
}
.ph-light.ph-park:before {
  content: "\ecb2";
}
.ph-light.ph-password:before {
  content: "\e752";
}
.ph-light.ph-path:before {
  content: "\e39c";
}
.ph-light.ph-patreon-logo:before {
  content: "\e98a";
}
.ph-light.ph-pause:before {
  content: "\e39e";
}
.ph-light.ph-pause-circle:before {
  content: "\e3a0";
}
.ph-light.ph-paw-print:before {
  content: "\e648";
}
.ph-light.ph-paypal-logo:before {
  content: "\e98c";
}
.ph-light.ph-peace:before {
  content: "\e3a2";
}
.ph-light.ph-pen:before {
  content: "\e3aa";
}
.ph-light.ph-pen-nib:before {
  content: "\e3ac";
}
.ph-light.ph-pen-nib-straight:before {
  content: "\e64a";
}
.ph-light.ph-pencil:before {
  content: "\e3ae";
}
.ph-light.ph-pencil-circle:before {
  content: "\e3b0";
}
.ph-light.ph-pencil-line:before {
  content: "\e3b2";
}
.ph-light.ph-pencil-ruler:before {
  content: "\e906";
}
.ph-light.ph-pencil-simple:before {
  content: "\e3b4";
}
.ph-light.ph-pencil-simple-line:before {
  content: "\ebc6";
}
.ph-light.ph-pencil-simple-slash:before {
  content: "\ecf6";
}
.ph-light.ph-pencil-slash:before {
  content: "\ecf8";
}
.ph-light.ph-pentagon:before {
  content: "\ec7e";
}
.ph-light.ph-pentagram:before {
  content: "\ec5c";
}
.ph-light.ph-pepper:before {
  content: "\e94a";
}
.ph-light.ph-percent:before {
  content: "\e3b6";
}
.ph-light.ph-person:before {
  content: "\e3a8";
}
.ph-light.ph-person-arms-spread:before {
  content: "\ecfe";
}
.ph-light.ph-person-simple:before {
  content: "\e72e";
}
.ph-light.ph-person-simple-bike:before {
  content: "\e734";
}
.ph-light.ph-person-simple-circle:before {
  content: "\ee58";
}
.ph-light.ph-person-simple-hike:before {
  content: "\ed54";
}
.ph-light.ph-person-simple-run:before {
  content: "\e730";
}
.ph-light.ph-person-simple-ski:before {
  content: "\e71c";
}
.ph-light.ph-person-simple-snowboard:before {
  content: "\e71e";
}
.ph-light.ph-person-simple-swim:before {
  content: "\e736";
}
.ph-light.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}
.ph-light.ph-person-simple-throw:before {
  content: "\e732";
}
.ph-light.ph-person-simple-walk:before {
  content: "\e73a";
}
.ph-light.ph-perspective:before {
  content: "\ebe6";
}
.ph-light.ph-phone:before {
  content: "\e3b8";
}
.ph-light.ph-phone-call:before {
  content: "\e3ba";
}
.ph-light.ph-phone-disconnect:before {
  content: "\e3bc";
}
.ph-light.ph-phone-incoming:before {
  content: "\e3be";
}
.ph-light.ph-phone-list:before {
  content: "\e3cc";
}
.ph-light.ph-phone-outgoing:before {
  content: "\e3c0";
}
.ph-light.ph-phone-pause:before {
  content: "\e3ca";
}
.ph-light.ph-phone-plus:before {
  content: "\ec56";
}
.ph-light.ph-phone-slash:before {
  content: "\e3c2";
}
.ph-light.ph-phone-transfer:before {
  content: "\e3c6";
}
.ph-light.ph-phone-x:before {
  content: "\e3c4";
}
.ph-light.ph-phosphor-logo:before {
  content: "\e3ce";
}
.ph-light.ph-pi:before {
  content: "\ec80";
}
.ph-light.ph-piano-keys:before {
  content: "\e9c8";
}
.ph-light.ph-picnic-table:before {
  content: "\ee26";
}
.ph-light.ph-picture-in-picture:before {
  content: "\e64c";
}
.ph-light.ph-piggy-bank:before {
  content: "\ea04";
}
.ph-light.ph-pill:before {
  content: "\e700";
}
.ph-light.ph-ping-pong:before {
  content: "\ea42";
}
.ph-light.ph-pint-glass:before {
  content: "\edd0";
}
.ph-light.ph-pinterest-logo:before {
  content: "\e64e";
}
.ph-light.ph-pinwheel:before {
  content: "\eb9c";
}
.ph-light.ph-pipe:before {
  content: "\ed86";
}
.ph-light.ph-pipe-wrench:before {
  content: "\ed88";
}
.ph-light.ph-pix-logo:before {
  content: "\ecc2";
}
.ph-light.ph-pizza:before {
  content: "\e796";
}
.ph-light.ph-placeholder:before {
  content: "\e650";
}
.ph-light.ph-planet:before {
  content: "\e652";
}
.ph-light.ph-plant:before {
  content: "\ebae";
}
.ph-light.ph-play:before {
  content: "\e3d0";
}
.ph-light.ph-play-circle:before {
  content: "\e3d2";
}
.ph-light.ph-play-pause:before {
  content: "\e8be";
}
.ph-light.ph-playlist:before {
  content: "\e6aa";
}
.ph-light.ph-plug:before {
  content: "\e946";
}
.ph-light.ph-plug-charging:before {
  content: "\eb5c";
}
.ph-light.ph-plugs:before {
  content: "\eb56";
}
.ph-light.ph-plugs-connected:before {
  content: "\eb5a";
}
.ph-light.ph-plus:before {
  content: "\e3d4";
}
.ph-light.ph-plus-circle:before {
  content: "\e3d6";
}
.ph-light.ph-plus-minus:before {
  content: "\e3d8";
}
.ph-light.ph-plus-square:before {
  content: "\ed4a";
}
.ph-light.ph-poker-chip:before {
  content: "\e594";
}
.ph-light.ph-police-car:before {
  content: "\ec4a";
}
.ph-light.ph-polygon:before {
  content: "\e6d0";
}
.ph-light.ph-popcorn:before {
  content: "\eb4e";
}
.ph-light.ph-popsicle:before {
  content: "\ebbe";
}
.ph-light.ph-potted-plant:before {
  content: "\ec22";
}
.ph-light.ph-power:before {
  content: "\e3da";
}
.ph-light.ph-prescription:before {
  content: "\e7a2";
}
.ph-light.ph-presentation:before {
  content: "\e654";
}
.ph-light.ph-presentation-chart:before {
  content: "\e656";
}
.ph-light.ph-printer:before {
  content: "\e3dc";
}
.ph-light.ph-prohibit:before {
  content: "\e3de";
}
.ph-light.ph-prohibit-inset:before {
  content: "\e3e0";
}
.ph-light.ph-projector-screen:before {
  content: "\e658";
}
.ph-light.ph-projector-screen-chart:before {
  content: "\e65a";
}
.ph-light.ph-pulse:before {
  content: "\e000";
}
.ph-light.ph-activity:before {
  content: "\e000";
}
.ph-light.ph-push-pin:before {
  content: "\e3e2";
}
.ph-light.ph-push-pin-simple:before {
  content: "\e65c";
}
.ph-light.ph-push-pin-simple-slash:before {
  content: "\e65e";
}
.ph-light.ph-push-pin-slash:before {
  content: "\e3e4";
}
.ph-light.ph-puzzle-piece:before {
  content: "\e596";
}
.ph-light.ph-qr-code:before {
  content: "\e3e6";
}
.ph-light.ph-question:before {
  content: "\e3e8";
}
.ph-light.ph-question-mark:before {
  content: "\e3e9";
}
.ph-light.ph-queue:before {
  content: "\e6ac";
}
.ph-light.ph-quotes:before {
  content: "\e660";
}
.ph-light.ph-rabbit:before {
  content: "\eac2";
}
.ph-light.ph-racquet:before {
  content: "\ee02";
}
.ph-light.ph-radical:before {
  content: "\e3ea";
}
.ph-light.ph-radio:before {
  content: "\e77e";
}
.ph-light.ph-radio-button:before {
  content: "\eb08";
}
.ph-light.ph-radioactive:before {
  content: "\e9dc";
}
.ph-light.ph-rainbow:before {
  content: "\e598";
}
.ph-light.ph-rainbow-cloud:before {
  content: "\e59a";
}
.ph-light.ph-ranking:before {
  content: "\ed62";
}
.ph-light.ph-read-cv-logo:before {
  content: "\ed0c";
}
.ph-light.ph-receipt:before {
  content: "\e3ec";
}
.ph-light.ph-receipt-x:before {
  content: "\ed40";
}
.ph-light.ph-record:before {
  content: "\e3ee";
}
.ph-light.ph-rectangle:before {
  content: "\e3f0";
}
.ph-light.ph-rectangle-dashed:before {
  content: "\e3f2";
}
.ph-light.ph-recycle:before {
  content: "\e75a";
}
.ph-light.ph-reddit-logo:before {
  content: "\e59c";
}
.ph-light.ph-repeat:before {
  content: "\e3f6";
}
.ph-light.ph-repeat-once:before {
  content: "\e3f8";
}
.ph-light.ph-replit-logo:before {
  content: "\eb8a";
}
.ph-light.ph-resize:before {
  content: "\ed6e";
}
.ph-light.ph-rewind:before {
  content: "\e6a8";
}
.ph-light.ph-rewind-circle:before {
  content: "\e3fa";
}
.ph-light.ph-road-horizon:before {
  content: "\e838";
}
.ph-light.ph-robot:before {
  content: "\e762";
}
.ph-light.ph-rocket:before {
  content: "\e3fc";
}
.ph-light.ph-rocket-launch:before {
  content: "\e3fe";
}
.ph-light.ph-rows:before {
  content: "\e5a2";
}
.ph-light.ph-rows-plus-bottom:before {
  content: "\e59e";
}
.ph-light.ph-rows-plus-top:before {
  content: "\e5a0";
}
.ph-light.ph-rss:before {
  content: "\e400";
}
.ph-light.ph-rss-simple:before {
  content: "\e402";
}
.ph-light.ph-rug:before {
  content: "\ea1a";
}
.ph-light.ph-ruler:before {
  content: "\e6b8";
}
.ph-light.ph-sailboat:before {
  content: "\e78a";
}
.ph-light.ph-scales:before {
  content: "\e750";
}
.ph-light.ph-scan:before {
  content: "\ebb6";
}
.ph-light.ph-scan-smiley:before {
  content: "\ebb4";
}
.ph-light.ph-scissors:before {
  content: "\eae0";
}
.ph-light.ph-scooter:before {
  content: "\e820";
}
.ph-light.ph-screencast:before {
  content: "\e404";
}
.ph-light.ph-screwdriver:before {
  content: "\e86e";
}
.ph-light.ph-scribble:before {
  content: "\e806";
}
.ph-light.ph-scribble-loop:before {
  content: "\e662";
}
.ph-light.ph-scroll:before {
  content: "\eb7a";
}
.ph-light.ph-seal:before {
  content: "\e604";
}
.ph-light.ph-circle-wavy:before {
  content: "\e604";
}
.ph-light.ph-seal-check:before {
  content: "\e606";
}
.ph-light.ph-circle-wavy-check:before {
  content: "\e606";
}
.ph-light.ph-seal-percent:before {
  content: "\e60a";
}
.ph-light.ph-seal-question:before {
  content: "\e608";
}
.ph-light.ph-circle-wavy-question:before {
  content: "\e608";
}
.ph-light.ph-seal-warning:before {
  content: "\e60c";
}
.ph-light.ph-circle-wavy-warning:before {
  content: "\e60c";
}
.ph-light.ph-seat:before {
  content: "\eb8e";
}
.ph-light.ph-seatbelt:before {
  content: "\edfe";
}
.ph-light.ph-security-camera:before {
  content: "\eca4";
}
.ph-light.ph-selection:before {
  content: "\e69a";
}
.ph-light.ph-selection-all:before {
  content: "\e746";
}
.ph-light.ph-selection-background:before {
  content: "\eaf8";
}
.ph-light.ph-selection-foreground:before {
  content: "\eaf6";
}
.ph-light.ph-selection-inverse:before {
  content: "\e744";
}
.ph-light.ph-selection-plus:before {
  content: "\e69c";
}
.ph-light.ph-selection-slash:before {
  content: "\e69e";
}
.ph-light.ph-shapes:before {
  content: "\ec5e";
}
.ph-light.ph-share:before {
  content: "\e406";
}
.ph-light.ph-share-fat:before {
  content: "\ed52";
}
.ph-light.ph-share-network:before {
  content: "\e408";
}
.ph-light.ph-shield:before {
  content: "\e40a";
}
.ph-light.ph-shield-check:before {
  content: "\e40c";
}
.ph-light.ph-shield-checkered:before {
  content: "\e708";
}
.ph-light.ph-shield-chevron:before {
  content: "\e40e";
}
.ph-light.ph-shield-plus:before {
  content: "\e706";
}
.ph-light.ph-shield-slash:before {
  content: "\e410";
}
.ph-light.ph-shield-star:before {
  content: "\ec34";
}
.ph-light.ph-shield-warning:before {
  content: "\e412";
}
.ph-light.ph-shipping-container:before {
  content: "\e78c";
}
.ph-light.ph-shirt-folded:before {
  content: "\ea92";
}
.ph-light.ph-shooting-star:before {
  content: "\ecfa";
}
.ph-light.ph-shopping-bag:before {
  content: "\e416";
}
.ph-light.ph-shopping-bag-open:before {
  content: "\e418";
}
.ph-light.ph-shopping-cart:before {
  content: "\e41e";
}
.ph-light.ph-shopping-cart-simple:before {
  content: "\e420";
}
.ph-light.ph-shovel:before {
  content: "\e9e6";
}
.ph-light.ph-shower:before {
  content: "\e776";
}
.ph-light.ph-shrimp:before {
  content: "\eab4";
}
.ph-light.ph-shuffle:before {
  content: "\e422";
}
.ph-light.ph-shuffle-angular:before {
  content: "\e424";
}
.ph-light.ph-shuffle-simple:before {
  content: "\e426";
}
.ph-light.ph-sidebar:before {
  content: "\eab6";
}
.ph-light.ph-sidebar-simple:before {
  content: "\ec24";
}
.ph-light.ph-sigma:before {
  content: "\eab8";
}
.ph-light.ph-sign-in:before {
  content: "\e428";
}
.ph-light.ph-sign-out:before {
  content: "\e42a";
}
.ph-light.ph-signature:before {
  content: "\ebac";
}
.ph-light.ph-signpost:before {
  content: "\e89c";
}
.ph-light.ph-sim-card:before {
  content: "\e664";
}
.ph-light.ph-siren:before {
  content: "\e9b8";
}
.ph-light.ph-sketch-logo:before {
  content: "\e42c";
}
.ph-light.ph-skip-back:before {
  content: "\e5a4";
}
.ph-light.ph-skip-back-circle:before {
  content: "\e42e";
}
.ph-light.ph-skip-forward:before {
  content: "\e5a6";
}
.ph-light.ph-skip-forward-circle:before {
  content: "\e430";
}
.ph-light.ph-skull:before {
  content: "\e916";
}
.ph-light.ph-skype-logo:before {
  content: "\e8dc";
}
.ph-light.ph-slack-logo:before {
  content: "\e5a8";
}
.ph-light.ph-sliders:before {
  content: "\e432";
}
.ph-light.ph-sliders-horizontal:before {
  content: "\e434";
}
.ph-light.ph-slideshow:before {
  content: "\ed32";
}
.ph-light.ph-smiley:before {
  content: "\e436";
}
.ph-light.ph-smiley-angry:before {
  content: "\ec62";
}
.ph-light.ph-smiley-blank:before {
  content: "\e438";
}
.ph-light.ph-smiley-meh:before {
  content: "\e43a";
}
.ph-light.ph-smiley-melting:before {
  content: "\ee56";
}
.ph-light.ph-smiley-nervous:before {
  content: "\e43c";
}
.ph-light.ph-smiley-sad:before {
  content: "\e43e";
}
.ph-light.ph-smiley-sticker:before {
  content: "\e440";
}
.ph-light.ph-smiley-wink:before {
  content: "\e666";
}
.ph-light.ph-smiley-x-eyes:before {
  content: "\e442";
}
.ph-light.ph-snapchat-logo:before {
  content: "\e668";
}
.ph-light.ph-sneaker:before {
  content: "\e80c";
}
.ph-light.ph-sneaker-move:before {
  content: "\ed60";
}
.ph-light.ph-snowflake:before {
  content: "\e5aa";
}
.ph-light.ph-soccer-ball:before {
  content: "\e716";
}
.ph-light.ph-sock:before {
  content: "\ecce";
}
.ph-light.ph-solar-panel:before {
  content: "\ed7a";
}
.ph-light.ph-solar-roof:before {
  content: "\ed7b";
}
.ph-light.ph-sort-ascending:before {
  content: "\e444";
}
.ph-light.ph-sort-descending:before {
  content: "\e446";
}
.ph-light.ph-soundcloud-logo:before {
  content: "\e8de";
}
.ph-light.ph-spade:before {
  content: "\e448";
}
.ph-light.ph-sparkle:before {
  content: "\e6a2";
}
.ph-light.ph-speaker-hifi:before {
  content: "\ea08";
}
.ph-light.ph-speaker-high:before {
  content: "\e44a";
}
.ph-light.ph-speaker-low:before {
  content: "\e44c";
}
.ph-light.ph-speaker-none:before {
  content: "\e44e";
}
.ph-light.ph-speaker-simple-high:before {
  content: "\e450";
}
.ph-light.ph-speaker-simple-low:before {
  content: "\e452";
}
.ph-light.ph-speaker-simple-none:before {
  content: "\e454";
}
.ph-light.ph-speaker-simple-slash:before {
  content: "\e456";
}
.ph-light.ph-speaker-simple-x:before {
  content: "\e458";
}
.ph-light.ph-speaker-slash:before {
  content: "\e45a";
}
.ph-light.ph-speaker-x:before {
  content: "\e45c";
}
.ph-light.ph-speedometer:before {
  content: "\ee74";
}
.ph-light.ph-sphere:before {
  content: "\ee66";
}
.ph-light.ph-spinner:before {
  content: "\e66a";
}
.ph-light.ph-spinner-ball:before {
  content: "\ee28";
}
.ph-light.ph-spinner-gap:before {
  content: "\e66c";
}
.ph-light.ph-spiral:before {
  content: "\e9fa";
}
.ph-light.ph-split-horizontal:before {
  content: "\e872";
}
.ph-light.ph-split-vertical:before {
  content: "\e876";
}
.ph-light.ph-spotify-logo:before {
  content: "\e66e";
}
.ph-light.ph-spray-bottle:before {
  content: "\e7e4";
}
.ph-light.ph-square:before {
  content: "\e45e";
}
.ph-light.ph-square-half:before {
  content: "\e462";
}
.ph-light.ph-square-half-bottom:before {
  content: "\eb16";
}
.ph-light.ph-square-logo:before {
  content: "\e690";
}
.ph-light.ph-square-split-horizontal:before {
  content: "\e870";
}
.ph-light.ph-square-split-vertical:before {
  content: "\e874";
}
.ph-light.ph-squares-four:before {
  content: "\e464";
}
.ph-light.ph-stack:before {
  content: "\e466";
}
.ph-light.ph-stack-minus:before {
  content: "\edf4";
}
.ph-light.ph-stack-overflow-logo:before {
  content: "\eb78";
}
.ph-light.ph-stack-plus:before {
  content: "\edf6";
}
.ph-light.ph-stack-simple:before {
  content: "\e468";
}
.ph-light.ph-stairs:before {
  content: "\e8ec";
}
.ph-light.ph-stamp:before {
  content: "\ea48";
}
.ph-light.ph-standard-definition:before {
  content: "\ea90";
}
.ph-light.ph-star:before {
  content: "\e46a";
}
.ph-light.ph-star-and-crescent:before {
  content: "\ecf4";
}
.ph-light.ph-star-four:before {
  content: "\e6a4";
}
.ph-light.ph-star-half:before {
  content: "\e70a";
}
.ph-light.ph-star-of-david:before {
  content: "\e89e";
}
.ph-light.ph-steam-logo:before {
  content: "\ead4";
}
.ph-light.ph-steering-wheel:before {
  content: "\e9ac";
}
.ph-light.ph-steps:before {
  content: "\ecbe";
}
.ph-light.ph-stethoscope:before {
  content: "\e7ea";
}
.ph-light.ph-sticker:before {
  content: "\e5ac";
}
.ph-light.ph-stool:before {
  content: "\ea44";
}
.ph-light.ph-stop:before {
  content: "\e46c";
}
.ph-light.ph-stop-circle:before {
  content: "\e46e";
}
.ph-light.ph-storefront:before {
  content: "\e470";
}
.ph-light.ph-strategy:before {
  content: "\ea3a";
}
.ph-light.ph-stripe-logo:before {
  content: "\e698";
}
.ph-light.ph-student:before {
  content: "\e73e";
}
.ph-light.ph-subset-of:before {
  content: "\edc0";
}
.ph-light.ph-subset-proper-of:before {
  content: "\edb6";
}
.ph-light.ph-subtitles:before {
  content: "\e1a8";
}
.ph-light.ph-subtitles-slash:before {
  content: "\e1a6";
}
.ph-light.ph-subtract:before {
  content: "\ebd6";
}
.ph-light.ph-subtract-square:before {
  content: "\ebd4";
}
.ph-light.ph-subway:before {
  content: "\e498";
}
.ph-light.ph-suitcase:before {
  content: "\e5ae";
}
.ph-light.ph-suitcase-rolling:before {
  content: "\e9b0";
}
.ph-light.ph-suitcase-simple:before {
  content: "\e5b0";
}
.ph-light.ph-sun:before {
  content: "\e472";
}
.ph-light.ph-sun-dim:before {
  content: "\e474";
}
.ph-light.ph-sun-horizon:before {
  content: "\e5b6";
}
.ph-light.ph-sunglasses:before {
  content: "\e816";
}
.ph-light.ph-superset-of:before {
  content: "\edb8";
}
.ph-light.ph-superset-proper-of:before {
  content: "\edb4";
}
.ph-light.ph-swap:before {
  content: "\e83c";
}
.ph-light.ph-swatches:before {
  content: "\e5b8";
}
.ph-light.ph-swimming-pool:before {
  content: "\ecb6";
}
.ph-light.ph-sword:before {
  content: "\e5ba";
}
.ph-light.ph-synagogue:before {
  content: "\ecec";
}
.ph-light.ph-syringe:before {
  content: "\e968";
}
.ph-light.ph-t-shirt:before {
  content: "\e670";
}
.ph-light.ph-table:before {
  content: "\e476";
}
.ph-light.ph-tabs:before {
  content: "\e778";
}
.ph-light.ph-tag:before {
  content: "\e478";
}
.ph-light.ph-tag-chevron:before {
  content: "\e672";
}
.ph-light.ph-tag-simple:before {
  content: "\e47a";
}
.ph-light.ph-target:before {
  content: "\e47c";
}
.ph-light.ph-taxi:before {
  content: "\e902";
}
.ph-light.ph-tea-bag:before {
  content: "\e8e6";
}
.ph-light.ph-telegram-logo:before {
  content: "\e5bc";
}
.ph-light.ph-television:before {
  content: "\e754";
}
.ph-light.ph-television-simple:before {
  content: "\eae6";
}
.ph-light.ph-tennis-ball:before {
  content: "\e720";
}
.ph-light.ph-tent:before {
  content: "\e8ba";
}
.ph-light.ph-terminal:before {
  content: "\e47e";
}
.ph-light.ph-terminal-window:before {
  content: "\eae8";
}
.ph-light.ph-test-tube:before {
  content: "\e7a0";
}
.ph-light.ph-text-a-underline:before {
  content: "\ed34";
}
.ph-light.ph-text-aa:before {
  content: "\e6ee";
}
.ph-light.ph-text-align-center:before {
  content: "\e480";
}
.ph-light.ph-text-align-justify:before {
  content: "\e482";
}
.ph-light.ph-text-align-left:before {
  content: "\e484";
}
.ph-light.ph-text-align-right:before {
  content: "\e486";
}
.ph-light.ph-text-b:before {
  content: "\e5be";
}
.ph-light.ph-text-bolder:before {
  content: "\e5be";
}
.ph-light.ph-text-columns:before {
  content: "\ec96";
}
.ph-light.ph-text-h:before {
  content: "\e6ba";
}
.ph-light.ph-text-h-five:before {
  content: "\e6c4";
}
.ph-light.ph-text-h-four:before {
  content: "\e6c2";
}
.ph-light.ph-text-h-one:before {
  content: "\e6bc";
}
.ph-light.ph-text-h-six:before {
  content: "\e6c6";
}
.ph-light.ph-text-h-three:before {
  content: "\e6c0";
}
.ph-light.ph-text-h-two:before {
  content: "\e6be";
}
.ph-light.ph-text-indent:before {
  content: "\ea1e";
}
.ph-light.ph-text-italic:before {
  content: "\e5c0";
}
.ph-light.ph-text-outdent:before {
  content: "\ea1c";
}
.ph-light.ph-text-strikethrough:before {
  content: "\e5c2";
}
.ph-light.ph-text-subscript:before {
  content: "\ec98";
}
.ph-light.ph-text-superscript:before {
  content: "\ec9a";
}
.ph-light.ph-text-t:before {
  content: "\e48a";
}
.ph-light.ph-text-t-slash:before {
  content: "\e488";
}
.ph-light.ph-text-underline:before {
  content: "\e5c4";
}
.ph-light.ph-textbox:before {
  content: "\eb0a";
}
.ph-light.ph-thermometer:before {
  content: "\e5c6";
}
.ph-light.ph-thermometer-cold:before {
  content: "\e5c8";
}
.ph-light.ph-thermometer-hot:before {
  content: "\e5ca";
}
.ph-light.ph-thermometer-simple:before {
  content: "\e5cc";
}
.ph-light.ph-threads-logo:before {
  content: "\ed9e";
}
.ph-light.ph-three-d:before {
  content: "\ea5a";
}
.ph-light.ph-thumbs-down:before {
  content: "\e48c";
}
.ph-light.ph-thumbs-up:before {
  content: "\e48e";
}
.ph-light.ph-ticket:before {
  content: "\e490";
}
.ph-light.ph-tidal-logo:before {
  content: "\ed1c";
}
.ph-light.ph-tiktok-logo:before {
  content: "\eaf2";
}
.ph-light.ph-tilde:before {
  content: "\eda8";
}
.ph-light.ph-timer:before {
  content: "\e492";
}
.ph-light.ph-tip-jar:before {
  content: "\e7e2";
}
.ph-light.ph-tipi:before {
  content: "\ed30";
}
.ph-light.ph-tire:before {
  content: "\edd2";
}
.ph-light.ph-toggle-left:before {
  content: "\e674";
}
.ph-light.ph-toggle-right:before {
  content: "\e676";
}
.ph-light.ph-toilet:before {
  content: "\e79a";
}
.ph-light.ph-toilet-paper:before {
  content: "\e79c";
}
.ph-light.ph-toolbox:before {
  content: "\eca0";
}
.ph-light.ph-tooth:before {
  content: "\e9cc";
}
.ph-light.ph-tornado:before {
  content: "\e88c";
}
.ph-light.ph-tote:before {
  content: "\e494";
}
.ph-light.ph-tote-simple:before {
  content: "\e678";
}
.ph-light.ph-towel:before {
  content: "\ede6";
}
.ph-light.ph-tractor:before {
  content: "\ec6e";
}
.ph-light.ph-trademark:before {
  content: "\e9f0";
}
.ph-light.ph-trademark-registered:before {
  content: "\e3f4";
}
.ph-light.ph-traffic-cone:before {
  content: "\e9a8";
}
.ph-light.ph-traffic-sign:before {
  content: "\e67a";
}
.ph-light.ph-traffic-signal:before {
  content: "\e9aa";
}
.ph-light.ph-train:before {
  content: "\e496";
}
.ph-light.ph-train-regional:before {
  content: "\e49e";
}
.ph-light.ph-train-simple:before {
  content: "\e4a0";
}
.ph-light.ph-tram:before {
  content: "\e9ec";
}
.ph-light.ph-translate:before {
  content: "\e4a2";
}
.ph-light.ph-trash:before {
  content: "\e4a6";
}
.ph-light.ph-trash-simple:before {
  content: "\e4a8";
}
.ph-light.ph-tray:before {
  content: "\e4aa";
}
.ph-light.ph-tray-arrow-down:before {
  content: "\e010";
}
.ph-light.ph-archive-tray:before {
  content: "\e010";
}
.ph-light.ph-tray-arrow-up:before {
  content: "\ee52";
}
.ph-light.ph-treasure-chest:before {
  content: "\ede2";
}
.ph-light.ph-tree:before {
  content: "\e6da";
}
.ph-light.ph-tree-evergreen:before {
  content: "\e6dc";
}
.ph-light.ph-tree-palm:before {
  content: "\e91a";
}
.ph-light.ph-tree-structure:before {
  content: "\e67c";
}
.ph-light.ph-tree-view:before {
  content: "\ee48";
}
.ph-light.ph-trend-down:before {
  content: "\e4ac";
}
.ph-light.ph-trend-up:before {
  content: "\e4ae";
}
.ph-light.ph-triangle:before {
  content: "\e4b0";
}
.ph-light.ph-triangle-dashed:before {
  content: "\e4b2";
}
.ph-light.ph-trolley:before {
  content: "\e5b2";
}
.ph-light.ph-trolley-suitcase:before {
  content: "\e5b4";
}
.ph-light.ph-trophy:before {
  content: "\e67e";
}
.ph-light.ph-truck:before {
  content: "\e4b4";
}
.ph-light.ph-truck-trailer:before {
  content: "\e4b6";
}
.ph-light.ph-tumblr-logo:before {
  content: "\e8d4";
}
.ph-light.ph-twitch-logo:before {
  content: "\e5ce";
}
.ph-light.ph-twitter-logo:before {
  content: "\e4ba";
}
.ph-light.ph-umbrella:before {
  content: "\e684";
}
.ph-light.ph-umbrella-simple:before {
  content: "\e686";
}
.ph-light.ph-union:before {
  content: "\edbe";
}
.ph-light.ph-unite:before {
  content: "\e87e";
}
.ph-light.ph-unite-square:before {
  content: "\e878";
}
.ph-light.ph-upload:before {
  content: "\e4be";
}
.ph-light.ph-upload-simple:before {
  content: "\e4c0";
}
.ph-light.ph-usb:before {
  content: "\e956";
}
.ph-light.ph-user:before {
  content: "\e4c2";
}
.ph-light.ph-user-check:before {
  content: "\eafa";
}
.ph-light.ph-user-circle:before {
  content: "\e4c4";
}
.ph-light.ph-user-circle-check:before {
  content: "\ec38";
}
.ph-light.ph-user-circle-dashed:before {
  content: "\ec36";
}
.ph-light.ph-user-circle-gear:before {
  content: "\e4c6";
}
.ph-light.ph-user-circle-minus:before {
  content: "\e4c8";
}
.ph-light.ph-user-circle-plus:before {
  content: "\e4ca";
}
.ph-light.ph-user-focus:before {
  content: "\e6fc";
}
.ph-light.ph-user-gear:before {
  content: "\e4cc";
}
.ph-light.ph-user-list:before {
  content: "\e73c";
}
.ph-light.ph-user-minus:before {
  content: "\e4ce";
}
.ph-light.ph-user-plus:before {
  content: "\e4d0";
}
.ph-light.ph-user-rectangle:before {
  content: "\e4d2";
}
.ph-light.ph-user-sound:before {
  content: "\eca8";
}
.ph-light.ph-user-square:before {
  content: "\e4d4";
}
.ph-light.ph-user-switch:before {
  content: "\e756";
}
.ph-light.ph-users:before {
  content: "\e4d6";
}
.ph-light.ph-users-four:before {
  content: "\e68c";
}
.ph-light.ph-users-three:before {
  content: "\e68e";
}
.ph-light.ph-van:before {
  content: "\e826";
}
.ph-light.ph-vault:before {
  content: "\e76e";
}
.ph-light.ph-vector-three:before {
  content: "\ee62";
}
.ph-light.ph-vector-two:before {
  content: "\ee64";
}
.ph-light.ph-vibrate:before {
  content: "\e4d8";
}
.ph-light.ph-video:before {
  content: "\e740";
}
.ph-light.ph-video-camera:before {
  content: "\e4da";
}
.ph-light.ph-video-camera-slash:before {
  content: "\e4dc";
}
.ph-light.ph-video-conference:before {
  content: "\edce";
}
.ph-light.ph-vignette:before {
  content: "\eba2";
}
.ph-light.ph-vinyl-record:before {
  content: "\ecac";
}
.ph-light.ph-virtual-reality:before {
  content: "\e7b8";
}
.ph-light.ph-virus:before {
  content: "\e7d6";
}
.ph-light.ph-visor:before {
  content: "\ee2a";
}
.ph-light.ph-voicemail:before {
  content: "\e4de";
}
.ph-light.ph-volleyball:before {
  content: "\e726";
}
.ph-light.ph-wall:before {
  content: "\e688";
}
.ph-light.ph-wallet:before {
  content: "\e68a";
}
.ph-light.ph-warehouse:before {
  content: "\ecd4";
}
.ph-light.ph-warning:before {
  content: "\e4e0";
}
.ph-light.ph-warning-circle:before {
  content: "\e4e2";
}
.ph-light.ph-warning-diamond:before {
  content: "\e7fc";
}
.ph-light.ph-warning-octagon:before {
  content: "\e4e4";
}
.ph-light.ph-washing-machine:before {
  content: "\ede8";
}
.ph-light.ph-watch:before {
  content: "\e4e6";
}
.ph-light.ph-wave-sawtooth:before {
  content: "\ea9c";
}
.ph-light.ph-wave-sine:before {
  content: "\ea9a";
}
.ph-light.ph-wave-square:before {
  content: "\ea9e";
}
.ph-light.ph-wave-triangle:before {
  content: "\eaa0";
}
.ph-light.ph-waveform:before {
  content: "\e802";
}
.ph-light.ph-waveform-slash:before {
  content: "\e800";
}
.ph-light.ph-waves:before {
  content: "\e6de";
}
.ph-light.ph-webcam:before {
  content: "\e9b2";
}
.ph-light.ph-webcam-slash:before {
  content: "\ecdc";
}
.ph-light.ph-webhooks-logo:before {
  content: "\ecae";
}
.ph-light.ph-wechat-logo:before {
  content: "\e8d2";
}
.ph-light.ph-whatsapp-logo:before {
  content: "\e5d0";
}
.ph-light.ph-wheelchair:before {
  content: "\e4e8";
}
.ph-light.ph-wheelchair-motion:before {
  content: "\e89a";
}
.ph-light.ph-wifi-high:before {
  content: "\e4ea";
}
.ph-light.ph-wifi-low:before {
  content: "\e4ec";
}
.ph-light.ph-wifi-medium:before {
  content: "\e4ee";
}
.ph-light.ph-wifi-none:before {
  content: "\e4f0";
}
.ph-light.ph-wifi-slash:before {
  content: "\e4f2";
}
.ph-light.ph-wifi-x:before {
  content: "\e4f4";
}
.ph-light.ph-wind:before {
  content: "\e5d2";
}
.ph-light.ph-windmill:before {
  content: "\e9f8";
}
.ph-light.ph-windows-logo:before {
  content: "\e692";
}
.ph-light.ph-wine:before {
  content: "\e6b2";
}
.ph-light.ph-wrench:before {
  content: "\e5d4";
}
.ph-light.ph-x:before {
  content: "\e4f6";
}
.ph-light.ph-x-circle:before {
  content: "\e4f8";
}
.ph-light.ph-x-logo:before {
  content: "\e4bc";
}
.ph-light.ph-x-square:before {
  content: "\e4fa";
}
.ph-light.ph-yarn:before {
  content: "\ed9a";
}
.ph-light.ph-yin-yang:before {
  content: "\e92a";
}
.ph-light.ph-youtube-logo:before {
  content: "\e4fc";
}

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