/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@layer tailwind-base, primeng, tailwind-utilities;
@layer tailwind-base {
  *, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  ::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
  }
  /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    body{
    overflow: hidden;
    font-family: Clear Sans, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 16px;
    line-height: 24px;
  }
    h1{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
  }
    h2{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
    h3{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 20px;
    line-height: 28px;
  }
    h4{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 18px;
    line-height: 26px;
  }
    h5{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 18px;
    line-height: 26px;
  }
    h6{
    font-family: Sofia Pro, Tahoma, sans-serif, Noto Color Emoji;
    font-size: 18px;
    line-height: 26px;
  }
    small{
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
    small,
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }
    a{
    --tw-text-opacity: 1;
    color: rgb(132 0 88 / var(--tw-text-opacity, 1));
  }
}
@layer tailwind-utilities {
  .\!container{
    width: 100% !important;
  }
  .container{
    width: 100%;
  }
  @media (min-width: 640px){
    .\!container{
      max-width: 640px !important;
    }
    .container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .\!container{
      max-width: 768px !important;
    }
    .container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .\!container{
      max-width: 1024px !important;
    }
    .container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .\!container{
      max-width: 1280px !important;
    }
    .container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .\!container{
      max-width: 1536px !important;
    }
    .container{
      max-width: 1536px;
    }
  }
  .visible{
    visibility: visible;
  }
  .invisible{
    visibility: hidden;
  }
  .collapse{
    visibility: collapse;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .-left-3{
    left: -0.75rem;
  }
  .-top-1\/2{
    top: -50%;
  }
  .bottom-0{
    bottom: 0px;
  }
  .left-0{
    left: 0px;
  }
  .left-1\/2{
    left: 50%;
  }
  .left-10{
    left: 2.5rem;
  }
  .left-\[100vw\]{
    left: 100vw;
  }
  .left-\[4px\]{
    left: 4px;
  }
  .right-0{
    right: 0px;
  }
  .top-0{
    top: 0px;
  }
  .top-1{
    top: 0.25rem;
  }
  .top-7{
    top: 1.75rem;
  }
  .top-\[100vh\]{
    top: 100vh;
  }
  .z-10{
    z-index: 10;
  }
  .z-20{
    z-index: 20;
  }
  .col-span-1{
    grid-column: span 1 / span 1;
  }
  .col-span-2{
    grid-column: span 2 / span 2;
  }
  .col-span-full{
    grid-column: 1 / -1;
  }
  .m-0{
    margin: 0px;
  }
  .m-1{
    margin: 0.25rem;
  }
  .m-2{
    margin: 0.5rem;
  }
  .m-4{
    margin: 1rem;
  }
  .m-8{
    margin: 2rem;
  }
  .m-auto{
    margin: auto;
  }
  .mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mb-1{
    margin-bottom: 0.25rem;
  }
  .mb-2{
    margin-bottom: 0.5rem;
  }
  .mb-20{
    margin-bottom: 5rem;
  }
  .mb-3{
    margin-bottom: 0.75rem;
  }
  .mb-4{
    margin-bottom: 1rem;
  }
  .mb-6{
    margin-bottom: 1.5rem;
  }
  .me-2{
    margin-inline-end: 0.5rem;
  }
  .ml-1{
    margin-left: 0.25rem;
  }
  .ml-10{
    margin-left: 2.5rem;
  }
  .ml-2{
    margin-left: 0.5rem;
  }
  .ml-3{
    margin-left: 0.75rem;
  }
  .ml-6{
    margin-left: 1.5rem;
  }
  .ml-auto{
    margin-left: auto;
  }
  .mr-1{
    margin-right: 0.25rem;
  }
  .mr-6{
    margin-right: 1.5rem;
  }
  .mr-8{
    margin-right: 2rem;
  }
  .mt-1{
    margin-top: 0.25rem;
  }
  .mt-2{
    margin-top: 0.5rem;
  }
  .mt-3{
    margin-top: 0.75rem;
  }
  .mt-4{
    margin-top: 1rem;
  }
  .mt-\[2px\]{
    margin-top: 2px;
  }
  .mt-\[45px\]{
    margin-top: 45px;
  }
  .mt-\[6px\]{
    margin-top: 6px;
  }
  .\!block{
    display: block !important;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .\!inline{
    display: inline !important;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .inline-flex{
    display: inline-flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .contents{
    display: contents;
  }
  .hidden{
    display: none;
  }
  .h-0{
    height: 0px;
  }
  .h-1{
    height: 0.25rem;
  }
  .h-10{
    height: 2.5rem;
  }
  .h-11{
    height: 2.75rem;
  }
  .h-12{
    height: 3rem;
  }
  .h-14{
    height: 3.5rem;
  }
  .h-16{
    height: 4rem;
  }
  .h-2{
    height: 0.5rem;
  }
  .h-20{
    height: 5rem;
  }
  .h-24{
    height: 6rem;
  }
  .h-28{
    height: 7rem;
  }
  .h-3{
    height: 0.75rem;
  }
  .h-36{
    height: 9rem;
  }
  .h-4{
    height: 1rem;
  }
  .h-40{
    height: 10rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-6{
    height: 1.5rem;
  }
  .h-7{
    height: 1.75rem;
  }
  .h-8{
    height: 2rem;
  }
  .h-9{
    height: 2.25rem;
  }
  .h-\[10px\]{
    height: 10px;
  }
  .h-\[1px\]{
    height: 1px;
  }
  .h-\[42px\]{
    height: 42px;
  }
  .h-\[582px\]{
    height: 582px;
  }
  .h-\[calc\(100dvh-64px\)\]{
    height: calc(100dvh - 64px);
  }
  .h-auto{
    height: auto;
  }
  .h-dvh{
    height: 100dvh;
  }
  .h-fit{
    height: fit-content;
  }
  .h-full{
    height: 100%;
  }
  .max-h-\[160px\]{
    max-height: 160px;
  }
  .max-h-\[400px\]{
    max-height: 400px;
  }
  .max-h-\[500px\]{
    max-height: 500px;
  }
  .max-h-\[80vh\]{
    max-height: 80vh;
  }
  .min-h-7{
    min-height: 1.75rem;
  }
  .min-h-9{
    min-height: 2.25rem;
  }
  .min-h-\[1px\]{
    min-height: 1px;
  }
  .min-h-\[26px\]{
    min-height: 26px;
  }
  .min-h-\[42px\]{
    min-height: 42px;
  }
  .\!w-fit{
    width: fit-content !important;
  }
  .w-1{
    width: 0.25rem;
  }
  .w-1\/2{
    width: 50%;
  }
  .w-10{
    width: 2.5rem;
  }
  .w-11{
    width: 2.75rem;
  }
  .w-12{
    width: 3rem;
  }
  .w-16{
    width: 4rem;
  }
  .w-2{
    width: 0.5rem;
  }
  .w-24{
    width: 6rem;
  }
  .w-52{
    width: 13rem;
  }
  .w-56{
    width: 14rem;
  }
  .w-60{
    width: 15rem;
  }
  .w-7{
    width: 1.75rem;
  }
  .w-8{
    width: 2rem;
  }
  .w-\[10px\]{
    width: 10px;
  }
  .w-\[2px\]{
    width: 2px;
  }
  .w-\[396px\]{
    width: 396px;
  }
  .w-\[400px\]{
    width: 400px;
  }
  .w-\[42px\]{
    width: 42px;
  }
  .w-\[462px\]{
    width: 462px;
  }
  .w-\[600px\]{
    width: 600px;
  }
  .w-\[99\%\]{
    width: 99%;
  }
  .w-\[calc\(100\%\/12\)\]{
    width: calc(100% / 12);
  }
  .w-auto{
    width: auto;
  }
  .w-dvw{
    width: 100dvw;
  }
  .w-fit{
    width: fit-content;
  }
  .w-full{
    width: 100%;
  }
  .min-w-0{
    min-width: 0px;
  }
  .min-w-10{
    min-width: 2.5rem;
  }
  .min-w-5{
    min-width: 1.25rem;
  }
  .min-w-6{
    min-width: 1.5rem;
  }
  .min-w-60{
    min-width: 15rem;
  }
  .min-w-80{
    min-width: 20rem;
  }
  .min-w-\[10px\]{
    min-width: 10px;
  }
  .min-w-\[260px\]{
    min-width: 260px;
  }
  .min-w-\[462px\]{
    min-width: 462px;
  }
  .min-w-max{
    min-width: max-content;
  }
  .max-w-0{
    max-width: 0px;
  }
  .max-w-2xl{
    max-width: 42rem;
  }
  .max-w-\[462px\]{
    max-width: 462px;
  }
  .max-w-fit{
    max-width: fit-content;
  }
  .max-w-full{
    max-width: 100%;
  }
  .flex-1{
    flex: 1 1 0%;
  }
  .flex-auto{
    flex: 1 1 auto;
  }
  .flex-shrink{
    flex-shrink: 1;
  }
  .grow{
    flex-grow: 1;
  }
  .basis-\[40rem\]{
    flex-basis: 40rem;
  }
  .border-collapse{
    border-collapse: collapse;
  }
  .-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .select-none{
    -webkit-user-select: none;
            user-select: none;
  }
  .resize-none{
    resize: none;
  }
  .resize{
    resize: both;
  }
  .auto-rows-min{
    grid-auto-rows: min-content;
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(auto-fit\2c minmax\(400px\2c 1fr\)\)\]{
    grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-row-reverse{
    flex-direction: row-reverse;
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-col-reverse{
    flex-direction: column-reverse;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .place-content-center{
    place-content: center;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .justify-start{
    justify-content: flex-start;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .justify-around{
    justify-content: space-around;
  }
  .\!gap-0{
    gap: 0px !important;
  }
  .\!gap-2{
    gap: 0.5rem !important;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-3{
    gap: 0.75rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-5{
    gap: 1.25rem;
  }
  .gap-6{
    gap: 1.5rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .gap-9{
    gap: 2.25rem;
  }
  .gap-\[9px\]{
    gap: 9px;
  }
  .self-end{
    align-self: flex-end;
  }
  .self-center{
    align-self: center;
  }
  .self-baseline{
    align-self: baseline;
  }
  .overflow-auto{
    overflow: auto;
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-y-auto{
    overflow-y: auto;
  }
  .overflow-x-hidden{
    overflow-x: hidden;
  }
  .overflow-y-hidden{
    overflow-y: hidden;
  }
  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .text-ellipsis{
    text-overflow: ellipsis;
  }
  .whitespace-nowrap{
    white-space: nowrap;
  }
  .text-nowrap{
    text-wrap: nowrap;
  }
  .break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }
  .break-words{
    overflow-wrap: break-word;
  }
  .break-all{
    word-break: break-all;
  }
  .rounded{
    border-radius: 0.25rem;
  }
  .rounded-2xl{
    border-radius: 1rem;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-md{
    border-radius: 0.375rem;
  }
  .rounded-sm{
    border-radius: 0.125rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }
  .border{
    border-width: 1px;
  }
  .border-0{
    border-width: 0;
  }
  .border-2{
    border-width: 2px;
  }
  .border-x-0{
    border-left-width: 0;
    border-right-width: 0;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-b-0{
    border-bottom-width: 0;
  }
  .border-b-2{
    border-bottom-width: 2px;
  }
  .border-l{
    border-left-width: 1px;
  }
  .border-l-0{
    border-left-width: 0;
  }
  .border-r{
    border-right-width: 1px;
  }
  .border-r-0{
    border-right-width: 0;
  }
  .border-t{
    border-top-width: 1px;
  }
  .\!border-surface-300{
    --tw-border-opacity: 1 !important;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1)) !important;
  }
  .border-primary{
    --tw-border-opacity: 1;
    border-color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-border-opacity, 1)), transparent);
  }
  .border-red-500{
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  }
  .border-slate-200{
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }
  .border-surface-100{
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  }
  .border-surface-200{
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }
  .border-surface-300{
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  }
  .\!bg-green-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)) !important;
  }
  .\!bg-orange-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
  }
  .\!bg-sky-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
  }
  .\!bg-surface-50{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
  }
  .bg-cyan-500{
    --tw-bg-opacity: 1;
    background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
  }
  .bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }
  .bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  }
  .bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
  }
  .bg-green-500{
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  }
  .bg-primary{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-bg-opacity, 1)), transparent);
  }
  .bg-primary-400{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--p-primary-400) calc(100% * var(--tw-bg-opacity, 1)), transparent);
  }
  .bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
  }
  .bg-secondary-100{
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 248 / var(--tw-bg-opacity, 1));
  }
  .bg-secondary-700{
    --tw-bg-opacity: 1;
    background-color: rgb(132 0 88 / var(--tw-bg-opacity, 1));
  }
  .bg-sky-500{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
  }
  .bg-slate-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-0{
    --tw-bg-opacity: 1;
    background-color: color-mix(in srgb, var(--p-surface-0) calc(100% * var(--tw-bg-opacity, 1)), transparent);
  }
  .bg-surface-100{
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-200{
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-400{
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-50{
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-500{
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  }
  .bg-surface-700{
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  }
  .bg-transparent{
    background-color: transparent;
  }
  .bg-violet-500{
    --tw-bg-opacity: 1;
    background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .bg-opacity-30{
    --tw-bg-opacity: 0.3;
  }
  .\!p-0{
    padding: 0px !important;
  }
  .\!p-6{
    padding: 1.5rem !important;
  }
  .p-1{
    padding: 0.25rem;
  }
  .p-12{
    padding: 3rem;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-4{
    padding: 1rem;
  }
  .p-6{
    padding: 1.5rem;
  }
  .p-7{
    padding: 1.75rem;
  }
  .p-8{
    padding: 2rem;
  }
  .p-9{
    padding: 2.25rem;
  }
  .p-\[6px\]{
    padding: 6px;
  }
  .\!px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-\[2px\]{
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .\!pb-0{
    padding-bottom: 0px !important;
  }
  .\!pl-4{
    padding-left: 1rem !important;
  }
  .\!pt-0{
    padding-top: 0px !important;
  }
  .pb-2{
    padding-bottom: 0.5rem;
  }
  .pb-4{
    padding-bottom: 1rem;
  }
  .pb-8{
    padding-bottom: 2rem;
  }
  .pl-1{
    padding-left: 0.25rem;
  }
  .pl-2{
    padding-left: 0.5rem;
  }
  .pl-4{
    padding-left: 1rem;
  }
  .pl-6{
    padding-left: 1.5rem;
  }
  .pl-8{
    padding-left: 2rem;
  }
  .pr-1{
    padding-right: 0.25rem;
  }
  .pr-12{
    padding-right: 3rem;
  }
  .pr-2{
    padding-right: 0.5rem;
  }
  .pt-12{
    padding-top: 3rem;
  }
  .pt-2{
    padding-top: 0.5rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-6{
    padding-top: 1.5rem;
  }
  .pt-9{
    padding-top: 2.25rem;
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .\!align-middle{
    vertical-align: middle !important;
  }
  .font-body{
    font-family: Clear Sans, Tahoma, sans-serif, Noto Color Emoji;
  }
  .\!text-sm{
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .text-2xl{
    font-size: 24px;
    line-height: 34px;
  }
  .text-3xl{
    font-size: 32px;
    line-height: 45px;
  }
  .text-base{
    font-size: 16px;
    line-height: 24px;
  }
  .text-sm{
    font-size: 14px;
    line-height: 21px;
  }
  .text-xl{
    font-size: 20px;
    line-height: 28px;
  }
  .text-xs{
    font-size: 12px;
    line-height: 18px;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-light{
    font-weight: 300;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .lowercase{
    text-transform: lowercase;
  }
  .capitalize{
    text-transform: capitalize;
  }
  .italic{
    font-style: italic;
  }
  .leading-3{
    line-height: .75rem;
  }
  .leading-5{
    line-height: 1.25rem;
  }
  .leading-6{
    line-height: 1.5rem;
  }
  .leading-normal{
    line-height: 1.5;
  }
  .\!text-green-700{
    --tw-text-opacity: 1 !important;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-muted{
    --tw-text-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-orange-700{
    --tw-text-opacity: 1 !important;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-primary{
    --tw-text-opacity: 1 !important;
    color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)), transparent) !important;
  }
  .\!text-red-500{
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-secondary-700{
    --tw-text-opacity: 1 !important;
    color: rgb(132 0 88 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-sky-700{
    --tw-text-opacity: 1 !important;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-surface-100{
    --tw-text-opacity: 1 !important;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-surface-500{
    --tw-text-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1)) !important;
  }
  .\!text-surface-900{
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
  }
  .text-active{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }
  .text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .text-green-700{
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }
  .text-muted{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }
  .text-orange-700{
    --tw-text-opacity: 1;
    color: rgb(194 65 12 / var(--tw-text-opacity, 1));
  }
  .text-primary{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--p-primary-color) calc(100% * var(--tw-text-opacity, 1)), transparent);
  }
  .text-primary-600{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--p-primary-600) calc(100% * var(--tw-text-opacity, 1)), transparent);
  }
  .text-primary-contrast{
    --tw-text-opacity: 1;
    color: color-mix(in srgb, var(--p-primary-contrast-color) calc(100% * var(--tw-text-opacity, 1)), transparent);
  }
  .text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
  .text-secondary-500{
    --tw-text-opacity: 1;
    color: rgb(201 38 147 / var(--tw-text-opacity, 1));
  }
  .text-secondary-700{
    --tw-text-opacity: 1;
    color: rgb(132 0 88 / var(--tw-text-opacity, 1));
  }
  .text-sky-700{
    --tw-text-opacity: 1;
    color: rgb(3 105 161 / var(--tw-text-opacity, 1));
  }
  .text-slate-800{
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  }
  .text-surface-500{
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity, 1));
  }
  .text-surface-600{
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity, 1));
  }
  .text-surface-700{
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }
  .text-surface-900{
    --tw-text-opacity: 1;
    color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  }
  .underline{
    text-decoration-line: underline;
  }
  .line-through{
    text-decoration-line: line-through;
  }
  .no-underline{
    text-decoration-line: none;
  }
  .shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .shadow-surface-200{
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
  }
  .outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .outline{
    outline-style: solid;
  }
  .ring{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }
  .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);
  }
  .drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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) !important;
  }
  .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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-\[background\]{
    transition-property: background;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-500{
    transition-duration: 500ms;
  }
  .ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .border-surface{
    border-color: var(--p-content-border-color);
  }
  .rounded-border{
    border-radius: var(--p-content-border-radius);
  }
  .text-color{
    color: var(--p-text-color);
  }
  .text-muted-color{
    color: var(--p-text-muted-color);
  }
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-Italic.woff2') format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-BoldItalic.woff2') format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-Bold.woff2') format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clear Sans";
  src: url('ClearSans.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-BoldItalic.woff2') format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-Bold.woff2') format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-ExtraLightItalic.woff2') format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-Regular.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-UltraLightItalic.woff2') format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-RegularItalic.woff2') format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url('SofiaPro-UltraLight.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Color Emoji";
  src: url('noto-color-emoji-flags-only.woff2') format("woff2");
}
[emoji-flag] {
  font-family: "Noto Color Emoji" !important;
}

.p-accordion {
  display: flex;
  flex-direction: column;
  gap: var(--p-accordion-gap);
}

.p-accordionheader {
  border-width: var(--p-accordion-header-border-width) !important;
}
.p-accordionheader[data-p-active=true] {
  border-bottom-left-radius: var(--p-accordion-header-bottom-border-radius) !important;
  border-bottom-right-radius: var(--p-accordion-header-bottom-border-radius) !important;
}

.p-accordioncontent,
.p-accordioncontent-content {
  border-top-left-radius: var(--p-accordion-content-top-border-radius);
  border-top-right-radius: var(--p-accordion-content-top-border-radius);
  border-bottom-left-radius: var(--p-accordion-content-bottom-border-radius);
  border-bottom-right-radius: var(--p-accordion-content-bottom-border-radius);
}

p-button .p-button {
  /* Only apply this if ng-icon is the only element */
  /* Text nodes are not elements! */
}
p-button .p-button:has(ng-icon:only-child) {
  padding-inline: 8px !important;
}
p-button.starred .p-button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}
p-button.starred .p-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1)) !important;
}

p-checkbox.ng-invalid:not(.ng-pristine) .p-checkbox-box {
  border-color: var(--p-checkbox-invalid-border-color);
  box-shadow: var(--p-checkbox-invalid-shadow);
}

.p-datatable {
  border-radius: var(--p-datatable-border-radius);
  border-width: var(--p-datatable-border-width);
  border-color: var(--p-datatable-border-color);
}
.p-datatable .p-paginator {
  border-radius: 0px;
  border-bottom-left-radius: var(--p-datatable-border-radius) !important;
  border-bottom-right-radius: var(--p-datatable-border-radius) !important;
  border-color: var(--p-datatable-border-color);
  border-top-width: var(--p-datatable-border-width);
}
.p-datatable .p-datatable-table-container {
  border-top-left-radius: var(--p-datatable-border-radius);
  border-top-right-radius: var(--p-datatable-border-radius);
}
.p-datatable .p-datatable-thead tr th:first-child {
  border-top-left-radius: var(--p-datatable-border-radius);
}
.p-datatable .p-datatable-thead tr th:last-child {
  border-top-right-radius: var(--p-datatable-border-radius);
}

p-datepicker.ng-invalid:not(.ng-pristine) .p-datepicker-input {
  box-shadow: var(--p-datepicker-invalid-shadow);
  border-color: var(--p-datepicker-invalid-border-color);
}
p-datepicker .p-datepicker-input-icon-container {
  inset-inline-start: var(--p-form-field-padding-x);
  width: fit-content;
}
p-datepicker .p-datepicker-input {
  padding-inline-start: calc(var(--p-form-field-padding-x) * 2 + var(--p-icon-size)) !important;
}
p-datepicker .p-datepicker-day:hover {
  border-width: var(--p-datepicker-date-hover-border-width);
  border-color: var(--p-datepicker-date-hover-border-color);
}
p-datepicker .p-datepicker-day-cell:has(.p-datepicker-day-selected-range) {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid var(--p-datepicker-panel-background);
  border-bottom: 4px solid var(--p-datepicker-panel-background);
}

.p-floatlabel:has(p-datepicker:first-child) label {
  inset-inline-start: calc(var(--p-form-field-padding-x) * 2 + var(--p-icon-size));
}

.p-inputicon {
  margin-top: 0 !important;
  transform: translateY(-50%);
}

.p-inputnumber.ng-invalid.ng-dirty input {
  box-shadow: var(--p-inputnumber-invalid-shadow);
}

.p-inputotp-input.ng-invalid:not(.ng-pristine) {
  border-color: var(--p-inputotp-input-invalid-border-color);
}
.p-inputotp-input.ng-invalid:not(.ng-pristine):hover {
  border-color: var(--p-inputotp-input-invalid-border-hover-color);
}

.p-inputtext:focus {
  box-shadow: var(--p-inputtext-focus-shadow) !important;
}
.p-inputtext.ng-invalid.ng-dirty {
  box-shadow: var(--p-inputtext-invalid-shadow);
}

.p-menu-list{
  overflow: auto;
}
.p-menu-list .p-menu-item-content{
  cursor: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-multiselect.ng-invalid.ng-dirty {
  box-shadow: var(--p-multiselect-invalid-ring-shadow);
}

p-password.ng-invalid:not(.ng-pristine, .ng-valid) .p-password-input {
  box-shadow: var(--p-password-invalid-shadow);
  border-color: var(--p-password-invalid-border-color);
}
p-password .p-password-input {
  padding-inline-start: calc(var(--p-form-field-padding-x) * 2 + var(--p-icon-size)) !important;
}
p-password .toggle-mask-icon {
  inset-inline-end: var(--p-form-field-padding-x);
  position: absolute;
  top: 50%;
  margin-top: calc(-1 * var(--p-icon-size) / 2);
}

p-selectbutton.padding_datepicker_select_button .p-togglebutton{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-select.ng-invalid.ng-dirty {
  box-shadow: var(--p-select-invalid-ring-shadow);
}

p-table .p-datatable-thead > tr > th.p-datatable-column-sorted{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
p-table .p-paginator-page.p-paginator-page-selected{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

p-table:not([scrollheight=flex]) .p-datatable-tbody > tr:last-child td{
  border-style: none;
}
p-table:not([scrollheight=flex]) .p-datatable-tbody > tr:last-child > td:first-child{
  border-bottom-left-radius: var(--p-datatable-border-radius);
}
p-table:not([scrollheight=flex]) .p-datatable-tbody > tr:last-child > td:last-child{
  border-bottom-right-radius: var(--p-datatable-border-radius);
}

.p-textarea.ng-invalid.ng-dirty {
  box-shadow: var(--p-textarea-invalid-ring-shadow);
}

/* Custom transition */
@keyframes fade-left-to-right-out {
  to {
    transform: translateX(0%) scale(1);
    transform: translateX(calc(100% + 56px)) scale(0.5);
    opacity: 0;
  }
}
@keyframes fade-left-to-right-in {
  from {
    transform: translateX(calc(-100% - 56px)) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
::view-transition-new(fade-left-to-right) {
  animation-duration: 1000ms;
  animation-name: fade-left-to-right-in;
}

::view-transition-old(fade-left-to-right) {
  animation-duration: 1000ms;
  animation-name: fade-left-to-right-out;
}

.fade-left-to-right {
  view-transition-name: fade-left-to-right;
}

/* Custom transition */
@keyframes fade-right-to-left-out {
  to {
    transform: translateX(0%) scale(1);
    transform: translateX(calc(-100% - 56px)) scale(0.5);
    opacity: 0;
  }
}
@keyframes fade-right-to-left-in {
  from {
    transform: translateX(calc(100% + 56px)) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateX(0%) scale(1);
    opacity: 1;
  }
}
::view-transition-new(fade-right-to-left) {
  animation-duration: 1000ms;
  animation-name: fade-right-to-left-in;
}

::view-transition-old(fade-right-to-left) {
  animation-duration: 1000ms;
  animation-name: fade-right-to-left-out;
}

.fade-right-to-left {
  view-transition-name: fade-right-to-left;
}

/* Custom transition */
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::view-transition-old(fade-out-to-in) {
  animation-duration: 1000ms;
  animation-name: fade-out;
}

::view-transition-new(fade-out-to-in) {
  animation-duration: 1000ms;
  animation-name: fade-in;
}

.fade-out-to-in {
  view-transition-name: fade-out-to-in;
}

:root {
  view-transition-name: none;
}

.card-grey{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.card-border{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.selected {
  transition: background var(--p-button-transition-duration), color var(--p-button-transition-duration), border-color var(--p-button-transition-duration), outline-color var(--p-button-transition-duration), box-shadow var(--p-button-transition-duration);
  --tw-bg-opacity: 1;
  background-color: rgb(234 239 245 / var(--tw-bg-opacity, 1));
}
.selected:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.not-selected {
  transition: background var(--p-button-transition-duration), color var(--p-button-transition-duration), border-color var(--p-button-transition-duration), outline-color var(--p-button-transition-duration), box-shadow var(--p-button-transition-duration);
}
.not-selected:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(215 223 233 / var(--tw-bg-opacity, 1));
}

.dialog-content-show-overflow .p-dialog-content {
  overflow-y: visible;
}

.icon-primary {
  color: #840058;
}

.chart-legend ul{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.chart-legend ul li{
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
.chart-legend ul li .legend-indicator{
  width: 2rem !important;
  border-bottom-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.chart-legend ul li .legend-text{
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.chart-legend-col ul{
  flex-direction: column;
  align-items: flex-start;
}

.scroll-gradient {
  background: linear-gradient(#ffffff 33%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 66%) 0 100%, radial-gradient(farthest-side at 50% 0, #f1f5f9, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, #f1f5f9, rgba(0, 0, 0, 0)) 0 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
  background-size: 100% 21px, 100% 21px, 100% 7px, 100% 7px;
}

.hover\:\!bg-primary-800:hover{
  --tw-bg-opacity: 1 !important;
  background-color: color-mix(in srgb, var(--p-primary-800) calc(100% * var(--tw-bg-opacity, 1)), transparent) !important;
}

.hover\:\!bg-surface-200:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1)) !important;
}

@media (min-width: 768px){
  .md\:w-60{
    width: 15rem;
  }
  .md\:text-left{
    text-align: left;
  }
}

@media (min-width: 1024px){
  .lg\:flex-initial{
    flex: 0 1 auto;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.\[\&\>div\:last-child\]\:absolute>div:last-child{
  position: absolute;
}

.\[\&\>div\:not\(\:first-child\)\:last-child\]\:absolute>div:not(:first-child):last-child{
  position: absolute;
}

.\[\&_\*\]\:text-muted *{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

/*# sourceMappingURL=styles.css.map*/