@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700&display=swap";

/* src/tailwind.css */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: var(--p-primary-color);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
       {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .z-\[60\] {
    z-index: 60;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-220 {
    max-width: calc(var(--spacing) * 220);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[var\(--app-padding\)\] {
    gap: var(--app-padding);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\(--app-border-lighter\) {
    border-color: var(--app-border-lighter);
  }
  .border-\[var\(--p-surface-200\)\] {
    border-color: var(--p-surface-200);
  }
  .border-surface-200 {
    border-color: var(--p-surface-200);
  }
  .bg-\[var\(--p-surface-0\)\] {
    background-color: var(--p-surface-0);
  }
  .bg-surface-0 {
    background-color: var(--p-surface-0);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .font-\(family-name\:--app-heading-font-family\) {
    font-family: var(--app-heading-font-family);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\(--app-text-heading\) {
    color: var(--app-text-heading);
  }
  .text-\(--app-text-muted\) {
    color: var(--app-text-muted);
  }
  .text-\[color-mix\(in_srgb\,var\(--p-text-color\)_95\%\,transparent\)\] {
    color: var(--p-text-color);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .text-\[color-mix\(in_srgb\,var\(--p-text-color\)_95\%\,transparent\)\] {
      color: color-mix(in srgb, var(--p-text-color) 95%, transparent);
    }
  }
  .text-\[var\(--p-text-color\)\] {
    color: var(--p-text-color);
  }
  .text-\[var\(--p-text-muted-color\)\] {
    color: var(--p-text-muted-color);
  }
  .text-color {
    color: var(--p-text-color);
  }
  .text-muted-color {
    color: var(--p-text-muted-color);
  }
  .text-primary {
    color: var(--p-primary-color);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-surface-800 {
    color: var(--p-surface-800);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-\[320px_minmax\(0\,1fr\)\] {
      grid-template-columns: 320px minmax(0, 1fr);
    }
  }
  @media (width >= 96rem) {
    .\32xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .dark\:bg-slate-900:where(.dark, .dark *) {
    background-color: var(--color-slate-900);
  }
  .dark\:text-slate-100:where(.dark, .dark *) {
    color: var(--color-slate-100);
  }
  .dark\:text-slate-300:where(.dark, .dark *) {
    color: var(--color-slate-300);
  }
  .dark\:text-surface-200:where(.dark, .dark *) {
    color: var(--p-surface-200);
  }
  .dark\:text-surface-500:where(.dark, .dark *) {
    color: var(--p-surface-500);
  }
}
@layer keyframes {
  @keyframes enter {
    from {
      opacity: var(--p-enter-opacity, 1);
      transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
    }
  }
  @keyframes leave {
    to {
      opacity: var(--p-leave-opacity, 1);
      transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeout {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes infinite-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes scalein {
    0% {
      opacity: 0;
      transform: scaleY(0.8);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: scaleY(1);
    }
  }
  @keyframes slidedown {
    0% {
      max-height: 0;
    }
    100% {
      max-height: auto;
    }
  }
  @keyframes slideup {
    0% {
      max-height: 1000px;
    }
    100% {
      max-height: 0;
    }
  }
  @keyframes fadeinleft {
    0% {
      opacity: 0;
      transform: translateX(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutleft {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(-100%);
    }
  }
  @keyframes fadeinright {
    0% {
      opacity: 0;
      transform: translateX(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @keyframes fadeoutright {
    0% {
      opacity: 1;
      transform: translateX(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  @keyframes fadeinup {
    0% {
      opacity: 0;
      transform: translateY(-100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutup {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
    }
  }
  @keyframes fadeindown {
    0% {
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes fadeoutdown {
    0% {
      opacity: 1;
      transform: translateY(0%);
      transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
    }
    100% {
      opacity: 0;
      transform: translateY(100%);
    }
  }
  @keyframes width {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes flip {
    from {
      transform: perspective(2000px) rotateX(-100deg);
    }
    to {
      transform: perspective(2000px) rotateX(0);
    }
  }
  @keyframes flipleft {
    from {
      transform: perspective(2000px) rotateY(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipright {
    from {
      transform: perspective(2000px) rotateY(100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flipup {
    from {
      transform: perspective(2000px) rotateX(-100deg);
      opacity: 0;
    }
    to {
      transform: perspective(2000px) rotateX(0);
      opacity: 1;
    }
  }
  @keyframes zoomin {
    from {
      transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomindown {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      opacity: 1;
    }
  }
  @keyframes zoominleft {
    from {
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      opacity: 0;
    }
    60% {
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      opacity: 1;
    }
  }
}
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons.woff2") format("woff2");
  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";
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

/* src/styles.scss */
*,
*::before,
*::after {
  scrollbar-width: thin;
  scrollbar-color: var(--app-border) transparent;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--app-border);
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: color-mix(in srgb, var(--app-border) 55%, var(--p-text-color) 45%);
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.fade-in-down {
  animation: fade-in-down 200ms ease-out both;
}
.fade-in-up {
  animation: fade-in-up 200ms ease-out both;
}
.fade-in-left {
  animation: fade-in-left 200ms ease-out both;
}
.fade-in-right {
  animation: fade-in-right 200ms ease-out both;
}
.fade-out-up {
  animation: fade-out-up 180ms ease-in both;
}
.fade-out-down {
  animation: fade-out-down 180ms ease-in both;
}
.fade-out-left {
  animation: fade-out-left 180ms ease-in both;
}
.fade-out-right {
  animation: fade-out-right 180ms ease-in both;
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-out-up {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes fade-out-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes fade-out-left {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-8px);
  }
}
@keyframes fade-out-right {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(8px);
  }
}
.fib,
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: "\a0";
}
.fi.fis {
  width: 1em;
}
.fi-xx {
  background-image: url(/flags/4x3/xx.svg);
}
.fi-ad {
  background-image: url(/flags/4x3/ad.svg);
}
.fi-ae {
  background-image: url(/flags/4x3/ae.svg);
}
.fi-af {
  background-image: url(/flags/4x3/af.svg);
}
.fi-ag {
  background-image: url(/flags/4x3/ag.svg);
}
.fi-ai {
  background-image: url(/flags/4x3/ai.svg);
}
.fi-al {
  background-image: url(/flags/4x3/al.svg);
}
.fi-am {
  background-image: url(/flags/4x3/am.svg);
}
.fi-ao {
  background-image: url(/flags/4x3/ao.svg);
}
.fi-aq {
  background-image: url(/flags/4x3/aq.svg);
}
.fi-ar {
  background-image: url(/flags/4x3/ar.svg);
}
.fi-as {
  background-image: url(/flags/4x3/as.svg);
}
.fi-at {
  background-image: url(/flags/4x3/at.svg);
}
.fi-au {
  background-image: url(/flags/4x3/au.svg);
}
.fi-aw {
  background-image: url(/flags/4x3/aw.svg);
}
.fi-ax {
  background-image: url(/flags/4x3/ax.svg);
}
.fi-az {
  background-image: url(/flags/4x3/az.svg);
}
.fi-ba {
  background-image: url(/flags/4x3/ba.svg);
}
.fi-bb {
  background-image: url(/flags/4x3/bb.svg);
}
.fi-bd {
  background-image: url(/flags/4x3/bd.svg);
}
.fi-be {
  background-image: url(/flags/4x3/be.svg);
}
.fi-bf {
  background-image: url(/flags/4x3/bf.svg);
}
.fi-bg {
  background-image: url(/flags/4x3/bg.svg);
}
.fi-bh {
  background-image: url(/flags/4x3/bh.svg);
}
.fi-bi {
  background-image: url(/flags/4x3/bi.svg);
}
.fi-bj {
  background-image: url(/flags/4x3/bj.svg);
}
.fi-bl {
  background-image: url(/flags/4x3/bl.svg);
}
.fi-bm {
  background-image: url(/flags/4x3/bm.svg);
}
.fi-bn {
  background-image: url(/flags/4x3/bn.svg);
}
.fi-bo {
  background-image: url(/flags/4x3/bo.svg);
}
.fi-bq {
  background-image: url(/flags/4x3/bq.svg);
}
.fi-br {
  background-image: url(/flags/4x3/br.svg);
}
.fi-bs {
  background-image: url(/flags/4x3/bs.svg);
}
.fi-bt {
  background-image: url(/flags/4x3/bt.svg);
}
.fi-bv {
  background-image: url(/flags/4x3/bv.svg);
}
.fi-bw {
  background-image: url(/flags/4x3/bw.svg);
}
.fi-by {
  background-image: url(/flags/4x3/by.svg);
}
.fi-bz {
  background-image: url(/flags/4x3/bz.svg);
}
.fi-ca {
  background-image: url(/flags/4x3/ca.svg);
}
.fi-cc {
  background-image: url(/flags/4x3/cc.svg);
}
.fi-cd {
  background-image: url(/flags/4x3/cd.svg);
}
.fi-cf {
  background-image: url(/flags/4x3/cf.svg);
}
.fi-cg {
  background-image: url(/flags/4x3/cg.svg);
}
.fi-ch {
  background-image: url(/flags/4x3/ch.svg);
}
.fi-ci {
  background-image: url(/flags/4x3/ci.svg);
}
.fi-ck {
  background-image: url(/flags/4x3/ck.svg);
}
.fi-cl {
  background-image: url(/flags/4x3/cl.svg);
}
.fi-cm {
  background-image: url(/flags/4x3/cm.svg);
}
.fi-cn {
  background-image: url(/flags/4x3/cn.svg);
}
.fi-co {
  background-image: url(/flags/4x3/co.svg);
}
.fi-cr {
  background-image: url(/flags/4x3/cr.svg);
}
.fi-cu {
  background-image: url(/flags/4x3/cu.svg);
}
.fi-cv {
  background-image: url(/flags/4x3/cv.svg);
}
.fi-cw {
  background-image: url(/flags/4x3/cw.svg);
}
.fi-cx {
  background-image: url(/flags/4x3/cx.svg);
}
.fi-cy {
  background-image: url(/flags/4x3/cy.svg);
}
.fi-cz {
  background-image: url(/flags/4x3/cz.svg);
}
.fi-de {
  background-image: url(/flags/4x3/de.svg);
}
.fi-dj {
  background-image: url(/flags/4x3/dj.svg);
}
.fi-dk {
  background-image: url(/flags/4x3/dk.svg);
}
.fi-dm {
  background-image: url(/flags/4x3/dm.svg);
}
.fi-do {
  background-image: url(/flags/4x3/do.svg);
}
.fi-dz {
  background-image: url(/flags/4x3/dz.svg);
}
.fi-ec {
  background-image: url(/flags/4x3/ec.svg);
}
.fi-ee {
  background-image: url(/flags/4x3/ee.svg);
}
.fi-eg {
  background-image: url(/flags/4x3/eg.svg);
}
.fi-eh {
  background-image: url(/flags/4x3/eh.svg);
}
.fi-er {
  background-image: url(/flags/4x3/er.svg);
}
.fi-es {
  background-image: url(/flags/4x3/es.svg);
}
.fi-et {
  background-image: url(/flags/4x3/et.svg);
}
.fi-fi {
  background-image: url(/flags/4x3/fi.svg);
}
.fi-fj {
  background-image: url(/flags/4x3/fj.svg);
}
.fi-fk {
  background-image: url(/flags/4x3/fk.svg);
}
.fi-fm {
  background-image: url(/flags/4x3/fm.svg);
}
.fi-fo {
  background-image: url(/flags/4x3/fo.svg);
}
.fi-fr {
  background-image: url(/flags/4x3/fr.svg);
}
.fi-ga {
  background-image: url(/flags/4x3/ga.svg);
}
.fi-gb {
  background-image: url(/flags/4x3/gb.svg);
}
.fi-gd {
  background-image: url(/flags/4x3/gd.svg);
}
.fi-ge {
  background-image: url(/flags/4x3/ge.svg);
}
.fi-gf {
  background-image: url(/flags/4x3/gf.svg);
}
.fi-gg {
  background-image: url(/flags/4x3/gg.svg);
}
.fi-gh {
  background-image: url(/flags/4x3/gh.svg);
}
.fi-gi {
  background-image: url(/flags/4x3/gi.svg);
}
.fi-gl {
  background-image: url(/flags/4x3/gl.svg);
}
.fi-gm {
  background-image: url(/flags/4x3/gm.svg);
}
.fi-gn {
  background-image: url(/flags/4x3/gn.svg);
}
.fi-gp {
  background-image: url(/flags/4x3/gp.svg);
}
.fi-gq {
  background-image: url(/flags/4x3/gq.svg);
}
.fi-gr {
  background-image: url(/flags/4x3/gr.svg);
}
.fi-gs {
  background-image: url(/flags/4x3/gs.svg);
}
.fi-gt {
  background-image: url(/flags/4x3/gt.svg);
}
.fi-gu {
  background-image: url(/flags/4x3/gu.svg);
}
.fi-gw {
  background-image: url(/flags/4x3/gw.svg);
}
.fi-gy {
  background-image: url(/flags/4x3/gy.svg);
}
.fi-hk {
  background-image: url(/flags/4x3/hk.svg);
}
.fi-hm {
  background-image: url(/flags/4x3/hm.svg);
}
.fi-hn {
  background-image: url(/flags/4x3/hn.svg);
}
.fi-hr {
  background-image: url(/flags/4x3/hr.svg);
}
.fi-ht {
  background-image: url(/flags/4x3/ht.svg);
}
.fi-hu {
  background-image: url(/flags/4x3/hu.svg);
}
.fi-id {
  background-image: url(/flags/4x3/id.svg);
}
.fi-ie {
  background-image: url(/flags/4x3/ie.svg);
}
.fi-il {
  background-image: url(/flags/4x3/il.svg);
}
.fi-im {
  background-image: url(/flags/4x3/im.svg);
}
.fi-in {
  background-image: url(/flags/4x3/in.svg);
}
.fi-io {
  background-image: url(/flags/4x3/io.svg);
}
.fi-iq {
  background-image: url(/flags/4x3/iq.svg);
}
.fi-ir {
  background-image: url(/flags/4x3/ir.svg);
}
.fi-is {
  background-image: url(/flags/4x3/is.svg);
}
.fi-it {
  background-image: url(/flags/4x3/it.svg);
}
.fi-je {
  background-image: url(/flags/4x3/je.svg);
}
.fi-jm {
  background-image: url(/flags/4x3/jm.svg);
}
.fi-jo {
  background-image: url(/flags/4x3/jo.svg);
}
.fi-jp {
  background-image: url(/flags/4x3/jp.svg);
}
.fi-ke {
  background-image: url(/flags/4x3/ke.svg);
}
.fi-kg {
  background-image: url(/flags/4x3/kg.svg);
}
.fi-kh {
  background-image: url(/flags/4x3/kh.svg);
}
.fi-ki {
  background-image: url(/flags/4x3/ki.svg);
}
.fi-km {
  background-image: url(/flags/4x3/km.svg);
}
.fi-kn {
  background-image: url(/flags/4x3/kn.svg);
}
.fi-kp {
  background-image: url(/flags/4x3/kp.svg);
}
.fi-kr {
  background-image: url(/flags/4x3/kr.svg);
}
.fi-kw {
  background-image: url(/flags/4x3/kw.svg);
}
.fi-ky {
  background-image: url(/flags/4x3/ky.svg);
}
.fi-kz {
  background-image: url(/flags/4x3/kz.svg);
}
.fi-la {
  background-image: url(/flags/4x3/la.svg);
}
.fi-lb {
  background-image: url(/flags/4x3/lb.svg);
}
.fi-lc {
  background-image: url(/flags/4x3/lc.svg);
}
.fi-li {
  background-image: url(/flags/4x3/li.svg);
}
.fi-lk {
  background-image: url(/flags/4x3/lk.svg);
}
.fi-lr {
  background-image: url(/flags/4x3/lr.svg);
}
.fi-ls {
  background-image: url(/flags/4x3/ls.svg);
}
.fi-lt {
  background-image: url(/flags/4x3/lt.svg);
}
.fi-lu {
  background-image: url(/flags/4x3/lu.svg);
}
.fi-lv {
  background-image: url(/flags/4x3/lv.svg);
}
.fi-ly {
  background-image: url(/flags/4x3/ly.svg);
}
.fi-ma {
  background-image: url(/flags/4x3/ma.svg);
}
.fi-mc {
  background-image: url(/flags/4x3/mc.svg);
}
.fi-md {
  background-image: url(/flags/4x3/md.svg);
}
.fi-me {
  background-image: url(/flags/4x3/me.svg);
}
.fi-mf {
  background-image: url(/flags/4x3/mf.svg);
}
.fi-mg {
  background-image: url(/flags/4x3/mg.svg);
}
.fi-mh {
  background-image: url(/flags/4x3/mh.svg);
}
.fi-mk {
  background-image: url(/flags/4x3/mk.svg);
}
.fi-ml {
  background-image: url(/flags/4x3/ml.svg);
}
.fi-mm {
  background-image: url(/flags/4x3/mm.svg);
}
.fi-mn {
  background-image: url(/flags/4x3/mn.svg);
}
.fi-mo {
  background-image: url(/flags/4x3/mo.svg);
}
.fi-mp {
  background-image: url(/flags/4x3/mp.svg);
}
.fi-mq {
  background-image: url(/flags/4x3/mq.svg);
}
.fi-mr {
  background-image: url(/flags/4x3/mr.svg);
}
.fi-ms {
  background-image: url(/flags/4x3/ms.svg);
}
.fi-mt {
  background-image: url(/flags/4x3/mt.svg);
}
.fi-mu {
  background-image: url(/flags/4x3/mu.svg);
}
.fi-mv {
  background-image: url(/flags/4x3/mv.svg);
}
.fi-mw {
  background-image: url(/flags/4x3/mw.svg);
}
.fi-mx {
  background-image: url(/flags/4x3/mx.svg);
}
.fi-my {
  background-image: url(/flags/4x3/my.svg);
}
.fi-mz {
  background-image: url(/flags/4x3/mz.svg);
}
.fi-na {
  background-image: url(/flags/4x3/na.svg);
}
.fi-nc {
  background-image: url(/flags/4x3/nc.svg);
}
.fi-ne {
  background-image: url(/flags/4x3/ne.svg);
}
.fi-nf {
  background-image: url(/flags/4x3/nf.svg);
}
.fi-ng {
  background-image: url(/flags/4x3/ng.svg);
}
.fi-ni {
  background-image: url(/flags/4x3/ni.svg);
}
.fi-nl {
  background-image: url(/flags/4x3/nl.svg);
}
.fi-no {
  background-image: url(/flags/4x3/no.svg);
}
.fi-np {
  background-image: url(/flags/4x3/np.svg);
}
.fi-nr {
  background-image: url(/flags/4x3/nr.svg);
}
.fi-nu {
  background-image: url(/flags/4x3/nu.svg);
}
.fi-nz {
  background-image: url(/flags/4x3/nz.svg);
}
.fi-om {
  background-image: url(/flags/4x3/om.svg);
}
.fi-pa {
  background-image: url(/flags/4x3/pa.svg);
}
.fi-pe {
  background-image: url(/flags/4x3/pe.svg);
}
.fi-pf {
  background-image: url(/flags/4x3/pf.svg);
}
.fi-pg {
  background-image: url(/flags/4x3/pg.svg);
}
.fi-ph {
  background-image: url(/flags/4x3/ph.svg);
}
.fi-pk {
  background-image: url(/flags/4x3/pk.svg);
}
.fi-pl {
  background-image: url(/flags/4x3/pl.svg);
}
.fi-pm {
  background-image: url(/flags/4x3/pm.svg);
}
.fi-pn {
  background-image: url(/flags/4x3/pn.svg);
}
.fi-pr {
  background-image: url(/flags/4x3/pr.svg);
}
.fi-ps {
  background-image: url(/flags/4x3/ps.svg);
}
.fi-pt {
  background-image: url(/flags/4x3/pt.svg);
}
.fi-pw {
  background-image: url(/flags/4x3/pw.svg);
}
.fi-py {
  background-image: url(/flags/4x3/py.svg);
}
.fi-qa {
  background-image: url(/flags/4x3/qa.svg);
}
.fi-re {
  background-image: url(/flags/4x3/re.svg);
}
.fi-ro {
  background-image: url(/flags/4x3/ro.svg);
}
.fi-rs {
  background-image: url(/flags/4x3/rs.svg);
}
.fi-ru {
  background-image: url(/flags/4x3/ru.svg);
}
.fi-rw {
  background-image: url(/flags/4x3/rw.svg);
}
.fi-sa {
  background-image: url(/flags/4x3/sa.svg);
}
.fi-sb {
  background-image: url(/flags/4x3/sb.svg);
}
.fi-sc {
  background-image: url(/flags/4x3/sc.svg);
}
.fi-sd {
  background-image: url(/flags/4x3/sd.svg);
}
.fi-se {
  background-image: url(/flags/4x3/se.svg);
}
.fi-sg {
  background-image: url(/flags/4x3/sg.svg);
}
.fi-sh {
  background-image: url(/flags/4x3/sh.svg);
}
.fi-si {
  background-image: url(/flags/4x3/si.svg);
}
.fi-sj {
  background-image: url(/flags/4x3/sj.svg);
}
.fi-sk {
  background-image: url(/flags/4x3/sk.svg);
}
.fi-sl {
  background-image: url(/flags/4x3/sl.svg);
}
.fi-sm {
  background-image: url(/flags/4x3/sm.svg);
}
.fi-sn {
  background-image: url(/flags/4x3/sn.svg);
}
.fi-so {
  background-image: url(/flags/4x3/so.svg);
}
.fi-sr {
  background-image: url(/flags/4x3/sr.svg);
}
.fi-ss {
  background-image: url(/flags/4x3/ss.svg);
}
.fi-st {
  background-image: url(/flags/4x3/st.svg);
}
.fi-sv {
  background-image: url(/flags/4x3/sv.svg);
}
.fi-sx {
  background-image: url(/flags/4x3/sx.svg);
}
.fi-sy {
  background-image: url(/flags/4x3/sy.svg);
}
.fi-sz {
  background-image: url(/flags/4x3/sz.svg);
}
.fi-tc {
  background-image: url(/flags/4x3/tc.svg);
}
.fi-td {
  background-image: url(/flags/4x3/td.svg);
}
.fi-tf {
  background-image: url(/flags/4x3/tf.svg);
}
.fi-tg {
  background-image: url(/flags/4x3/tg.svg);
}
.fi-th {
  background-image: url(/flags/4x3/th.svg);
}
.fi-tj {
  background-image: url(/flags/4x3/tj.svg);
}
.fi-tk {
  background-image: url(/flags/4x3/tk.svg);
}
.fi-tl {
  background-image: url(/flags/4x3/tl.svg);
}
.fi-tm {
  background-image: url(/flags/4x3/tm.svg);
}
.fi-tn {
  background-image: url(/flags/4x3/tn.svg);
}
.fi-to {
  background-image: url(/flags/4x3/to.svg);
}
.fi-tr {
  background-image: url(/flags/4x3/tr.svg);
}
.fi-tt {
  background-image: url(/flags/4x3/tt.svg);
}
.fi-tv {
  background-image: url(/flags/4x3/tv.svg);
}
.fi-tw {
  background-image: url(/flags/4x3/tw.svg);
}
.fi-tz {
  background-image: url(/flags/4x3/tz.svg);
}
.fi-ua {
  background-image: url(/flags/4x3/ua.svg);
}
.fi-ug {
  background-image: url(/flags/4x3/ug.svg);
}
.fi-um {
  background-image: url(/flags/4x3/um.svg);
}
.fi-us {
  background-image: url(/flags/4x3/us.svg);
}
.fi-uy {
  background-image: url(/flags/4x3/uy.svg);
}
.fi-uz {
  background-image: url(/flags/4x3/uz.svg);
}
.fi-va {
  background-image: url(/flags/4x3/va.svg);
}
.fi-vc {
  background-image: url(/flags/4x3/vc.svg);
}
.fi-ve {
  background-image: url(/flags/4x3/ve.svg);
}
.fi-vg {
  background-image: url(/flags/4x3/vg.svg);
}
.fi-vi {
  background-image: url(/flags/4x3/vi.svg);
}
.fi-vn {
  background-image: url(/flags/4x3/vn.svg);
}
.fi-vu {
  background-image: url(/flags/4x3/vu.svg);
}
.fi-wf {
  background-image: url(/flags/4x3/wf.svg);
}
.fi-ws {
  background-image: url(/flags/4x3/ws.svg);
}
.fi-ye {
  background-image: url(/flags/4x3/ye.svg);
}
.fi-yt {
  background-image: url(/flags/4x3/yt.svg);
}
.fi-za {
  background-image: url(/flags/4x3/za.svg);
}
.fi-zm {
  background-image: url(/flags/4x3/zm.svg);
}
.fi-zw {
  background-image: url(/flags/4x3/zw.svg);
}
.fi-arab {
  background-image: url(/flags/4x3/arab.svg);
}
.fi-asean {
  background-image: url(/flags/4x3/asean.svg);
}
.fi-cefta {
  background-image: url(/flags/4x3/cefta.svg);
}
.fi-cp {
  background-image: url(/flags/4x3/cp.svg);
}
.fi-dg {
  background-image: url(/flags/4x3/dg.svg);
}
.fi-eac {
  background-image: url(/flags/4x3/eac.svg);
}
.fi-es-ct {
  background-image: url(/flags/4x3/es-ct.svg);
}
.fi-es-ga {
  background-image: url(/flags/4x3/es-ga.svg);
}
.fi-es-pv {
  background-image: url(/flags/4x3/es-pv.svg);
}
.fi-eu {
  background-image: url(/flags/4x3/eu.svg);
}
.fi-gb-eng {
  background-image: url(/flags/4x3/gb-eng.svg);
}
.fi-gb-nir {
  background-image: url(/flags/4x3/gb-nir.svg);
}
.fi-gb-sct {
  background-image: url(/flags/4x3/gb-sct.svg);
}
.fi-gb-wls {
  background-image: url(/flags/4x3/gb-wls.svg);
}
.fi-ic {
  background-image: url(/flags/4x3/ic.svg);
}
.fi-pc {
  background-image: url(/flags/4x3/pc.svg);
}
.fi-sh-ac {
  background-image: url(/flags/4x3/sh-ac.svg);
}
.fi-sh-hl {
  background-image: url(/flags/4x3/sh-hl.svg);
}
.fi-sh-ta {
  background-image: url(/flags/4x3/sh-ta.svg);
}
.fi-un {
  background-image: url(/flags/4x3/un.svg);
}
.fi-xk {
  background-image: url(/flags/4x3/xk.svg);
}
@layer app-base {
  :root {
    --app-font-family:
      "Inter",
      "Segoe UI",
      Arial,
      sans-serif;
    --app-heading-font-family:
      "Roboto Condensed",
      "Segoe UI",
      Arial,
      sans-serif;
    --app-content-max-width: 1600px;
    --app-page-padding: 1rem;
    --app-bg: var(--p-surface-0);
    --app-text: #1e293b;
    --app-text-secondary: var(--p-text-muted-color);
    --app-text-heading: #1e293b;
    --app-surface: var(--p-surface-50);
    --app-panel-surface: var(--p-surface-0);
    --app-border: #e2e8f0;
    --app-border-lighter: #eef2ff;
    --app-border-radius: 8px;
    --app-border-radius-bigger: 12px;
    --app-padding: 1.5rem;
    --app-tabs-gap: 8px;
    --app-header-box-shadow: 0px 2px 16px 0px #0000000a;
    --app-sidebar-box-shadow: 2px 0px 16px 0px #0000000a;
    --app-layout-transition: 300ms ease-in-out;
    --nav-tab-height: 42px;
    --app-table-padding: 1rem 1.5rem;
    --app-success: var(--p-green-500);
    --app-primary: var(--p-primary-color);
    --app-warning: var(--p-yellow-500);
    --app-danger: var(--p-red-500);
    --app-info: var(--p-sky-500);
  }
  .dark {
    color-scheme: dark;
    --app-bg: var(--p-surface-50);
    --app-text: var(--p-text-color);
    --app-text-heading: var(--p-text-color);
    --app-surface: var(--p-surface-0);
    --app-panel-surface: var(--p-surface-50);
    --app-border: var(--p-surface-200);
    --app-border-lighter: var(--p-surface-100);
    --app-header-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.06), 0px 4px 24px 0px rgba(0, 0, 0, 0.6);
    --app-sidebar-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.06), 4px 0px 24px 0px rgba(0, 0, 0, 0.6);
  }
  html {
    font-size: 14px;
  }
  html,
  body {
    margin: 0;
    height: 100%;
    font-family: var(--app-font-family);
    color: var(--app-text);
    background: var(--app-bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--app-heading-font-family);
    font-weight: 600;
  }
  * {
    box-sizing: border-box;
  }
  .app-shell {
    min-height: 100vh;
  }
}
@layer app-theme-overrides {
  .p-component {
    font-family: var(--app-font-family) !important;
  }
  .p-dialog-close-button.p-button.p-button-secondary {
    color: var(--p-surface-500) !important;
  }
  .dark .p-dialog-close-button.p-button.p-button-secondary {
    color: var(--p-primary-color) !important;
  }
  .p-confirmpopup.payments-confirm-popup .p-confirmpopup-icon {
    color: var(--p-primary-color);
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-message {
    color: var(--app-text-secondary);
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button .p-button.p-button-secondary,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button.p-button.p-button-secondary {
    background: transparent !important;
    border-color: var(--p-surface-400) !important;
    color: var(--p-surface-500) !important;
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button .p-button.p-button-secondary:hover,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button.p-button.p-button-secondary:hover {
    background: var(--p-surface-100) !important;
    border-color: var(--p-surface-500) !important;
    color: var(--p-surface-600) !important;
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button .p-button.p-button-secondary:active,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-reject-button.p-button.p-button-secondary:active {
    background: var(--p-surface-200) !important;
    border-color: var(--p-surface-500) !important;
    color: var(--p-surface-700) !important;
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button .p-button.p-button-success,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button.p-button.p-button-success {
    background: transparent !important;
    border-color: var(--p-green-500) !important;
    color: var(--p-green-400) !important;
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button .p-button.p-button-success:hover,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button.p-button.p-button-success:hover {
    background: color-mix(in srgb, var(--p-green-500) 12%, transparent) !important;
    border-color: var(--p-green-400) !important;
    color: var(--p-green-300) !important;
  }
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button .p-button.p-button-success:active,
  .dark .p-confirmpopup.payments-confirm-popup .p-confirmpopup-accept-button.p-button.p-button-success:active {
    background: color-mix(in srgb, var(--p-green-500) 18%, transparent) !important;
    border-color: var(--p-green-400) !important;
    color: var(--p-green-300) !important;
  }
  .p-dialog {
    background: var(--app-surface, #f8fafc);
  }
  .p-dialog .p-dialog-header {
    background: var(--app-surface, #f8fafc);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .p-dialog .p-dialog-content {
    background: var(--app-surface, #f8fafc);
  }
  .p-dialog .p-dialog-content:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .p-dialog .p-dialog-footer {
    background: var(--app-surface, #f8fafc);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }
  .p-dialog.app-dialog--wide {
    max-width: 95vw;
  }
  .p-button.u-button-neutral {
    background: var(--app-button-neutral-bg) !important;
    border-color: var(--app-button-neutral-border) !important;
    color: var(--app-button-neutral-color) !important;
  }
  .p-button.u-button-neutral:hover {
    background: var(--app-button-neutral-hover-bg) !important;
    border-color: var(--app-button-neutral-hover-border) !important;
    color: var(--app-button-neutral-color) !important;
  }
  .p-button.u-button-neutral:active {
    background: var(--app-button-neutral-active-bg) !important;
    border-color: var(--app-button-neutral-active-border) !important;
    color: var(--app-button-neutral-color) !important;
  }
  .p-button.u-button-neutral.p-button-outlined {
    background: transparent !important;
    border-color: var(--app-button-neutral-border) !important;
    color: var(--app-button-neutral-color) !important;
  }
  .p-button.u-button-neutral.p-button-text {
    background: transparent !important;
    border-color: transparent !important;
    color: var(--app-button-neutral-color) !important;
  }
  .p-inputtext-fluid,
  .p-select-fluid,
  .p-inputnumber-fluid {
    width: 100% !important;
  }
  .p-inputnumber-input {
    flex: 1 1 auto !important;
  }
  .p-inputnumber-fluid .p-inputnumber-input {
    width: 1% !important;
  }
  .p-datepicker {
    border: 1px solid var(--app-border);
    border-radius: var(--app-border-radius);
  }
  .p-datepicker-input {
    border: none !important;
    flex: 1 1 auto;
    width: 100%;
  }
  .p-menu .shell-profile-menu__theme-action > .p-menu-item-content,
  .p-menu-overlay .shell-profile-menu__theme-action > .p-menu-item-content {
    background: transparent !important;
  }
  .p-menu .shell-profile-menu__theme-action > .p-menu-item-content .p-menu-item-link,
  .p-menu-overlay .shell-profile-menu__theme-action > .p-menu-item-content .p-menu-item-link {
    min-height: 2.25rem !important;
    padding-block: 0.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
  }
  .p-menu .shell-profile-menu__theme-action > .p-menu-item-content:hover,
  .p-menu-overlay .shell-profile-menu__theme-action > .p-menu-item-content:hover {
    background: var(--app-panel-surface) !important;
  }
  .p-menu .shell-profile-menu__logout-action > .p-menu-item-content .p-menu-item-link,
  .p-menu-overlay .shell-profile-menu__logout-action > .p-menu-item-content .p-menu-item-link {
    min-height: 2.25rem !important;
    padding-block: 0.5rem !important;
    font-size: 0.875rem !important;
  }
  .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus {
    background: var(--p-surface-100);
  }
  .shell-profile-menu__item-button {
    display: flex !important;
    align-items: center !important;
    gap: 0.625rem !important;
    width: 100% !important;
    min-height: 2.25rem !important;
    padding: 0.5rem 0.875rem !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--app-text) !important;
    font: inherit !important;
    font-size: 0.875rem !important;
    text-align: left !important;
    cursor: pointer !important;
  }
  .shell-profile-menu__item-button:hover {
    color: var(--app-text) !important;
  }
  .p-select .p-select-label {
    color: var(--app-text-secondary) !important;
  }
  .reject-reason-panel {
    max-width: 320px;
  }
  .reject-reason-panel .p-multiselect-option {
    white-space: normal;
  }
  .dark .reject-reason-panel .p-multiselect-option:not(.p-disabled):hover,
  .dark .reject-reason-panel .p-multiselect-option.p-focus {
    background: var(--p-surface-100) !important;
    color: var(--p-text-color) !important;
  }
  .dark .reject-reason-panel .p-multiselect-option.p-highlight {
    background: var(--p-surface-200) !important;
    color: var(--p-text-color) !important;
  }
  .dark .reject-reason-panel .p-multiselect-option.p-highlight:hover,
  .dark .reject-reason-panel .p-multiselect-option.p-highlight.p-focus {
    background: var(--p-surface-200) !important;
    color: var(--p-text-color) !important;
  }
  .p-select-overlay {
    max-width: min(560px, 100vw - 2rem);
  }
  .p-select-overlay .p-select-list,
  .p-select-overlay .p-select-option {
    max-width: 100%;
  }
  .p-select-overlay .p-select-option {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.3;
  }
  .p-autocomplete-overlay {
    max-width: min(640px, 100vw - 2rem);
  }
  .p-autocomplete-overlay .p-autocomplete-list,
  .p-autocomplete-overlay .p-autocomplete-option {
    max-width: 100%;
  }
  .p-autocomplete-overlay .p-autocomplete-option {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    line-height: 1.3;
  }
  .p-datatable .p-datatable-thead > tr > th {
    white-space: nowrap;
  }
  .p-datatable {
    background: var(--p-content-background);
  }
  .p-datatable .table__row--clickable {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-datatable .table__row--clickable:hover td {
    background: var(--p-surface-100) !important;
  }
  .p-datatable .table__empty {
    text-align: center;
  }
  .p-datatable .table__row--active td,
  .p-datatable .table__row--active td.ng-star-inserted {
    background: var(--p-surface-100) !important;
  }
  .p-datatable th {
    text-align: left;
    padding: 0.5rem 1rem;
    color: var(--app-text);
    font-weight: 600;
  }
  .p-datatable-thead > tr > th[style*=sticky],
  .p-datatable-tbody > tr > td[style*=sticky] {
    border-left: none !important;
  }
  .p-datatable-table {
    table-layout: auto;
    min-width: 100%;
  }
  .p-datatable .p-datatable-tbody > tr:last-child > td {
    border-bottom: none;
  }
  .p-datatable .p-datatable-thead > tr > th[style*=sticky],
  .p-datatable .p-datatable-tbody > tr > td[style*=sticky] {
    background: var(--p-content-background);
    border-left: 1px solid var(--p-datatable-border-color, var(--app-border));
  }
  .p-datatable .p-datatable-thead .p-inputtext,
  .p-datatable .p-datatable-thead .p-select,
  .p-datatable .p-datatable-thead .p-datepicker {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .p-knob-value {
    transition: stroke-dashoffset 0.2s ease-in-out;
    stroke-linecap: round;
  }
  .p-autocomplete-option:hover,
  .p-autocomplete-option.p-focus,
  .p-autocomplete-option.p-highlight,
  .p-select-option:hover,
  .p-select-option.p-focus,
  .p-select-option.p-highlight {
    color: var(--p-text-color) !important;
    background: var(--p-content-hover-background, var(--p-surface-200)) !important;
  }
  input.p-inputtext.ng-invalid.ng-touched,
  textarea.p-inputtext.ng-invalid.ng-touched,
  .p-inputnumber.ng-invalid.ng-touched .p-inputtext,
  .p-password.ng-invalid.ng-touched .p-inputtext,
  input.ng-invalid.ng-touched[pInputText] {
    border-color: var(--p-inputtext-invalid-border-color) !important;
  }
  .p-select.ng-invalid.ng-touched,
  .p-multiselect.ng-invalid.ng-touched,
  .p-autocomplete.ng-invalid.ng-touched .p-autocomplete-input {
    border-color: var(--p-inputtext-invalid-border-color) !important;
  }
  .p-autocomplete.ng-invalid.ng-touched .p-autocomplete-input-multiple,
  .p-autocomplete.ng-invalid.ng-touched {
    border-color: var(--p-inputtext-invalid-border-color) !important;
  }
  .p-datepicker.ng-invalid.ng-touched,
  p-datepicker.ng-invalid.ng-touched .p-datepicker {
    border-color: var(--p-inputtext-invalid-border-color) !important;
  }
}
@layer app-utilities {
  .u-page-title {
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--p-text-color);
  }
  .u-page-subtitle {
    margin: 0 0 1.25rem;
    color: var(--p-text-muted-color);
  }
  .u-surface-panel {
    border: 1px solid var(--p-surface-200);
    border-radius: 0.5rem;
    background: var(--app-panel-surface);
  }
  .text-color {
    color: var(--p-text-color);
  }
  .text-muted-color {
    color: var(--p-text-muted-color);
  }
}

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