/*
! tailwindcss v3.4.4 | 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] {
  display: none;
}:root{
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #fff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --color-gray-950: #030712;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-orange-50: #fff7ed;
  --color-orange-100: #ffedd5;
  --color-orange-200: #fed7aa;
  --color-orange-300: #fdba74;
  --color-orange-400: #fb923c;
  --color-orange-500: #f97316;
  --color-orange-600: #ea580c;
  --color-orange-700: #c2410c;
  --color-orange-800: #9a3412;
  --color-orange-900: #7c2d12;
  --color-orange-950: #431407;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-amber-950: #451a03;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c3;
  --color-yellow-200: #fef08a;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #eab308;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-yellow-950: #422006;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-lime-950: #1a2e05;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #166534;
  --color-green-900: #14532d;
  --color-green-950: #052e16;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-emerald-950: #022c22;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #06b6d4;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-cyan-950: #083344;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-sky-950: #082f49;
  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;
  --color-blue-200: #bfdbfe;
  --color-blue-300: #93c5fd;
  --color-blue-400: #60a5fa;
  --color-blue-500: #3b82f6;
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-800: #1e40af;
  --color-blue-900: #1e3a8a;
  --color-blue-950: #172554;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c7d2fe;
  --color-indigo-300: #a5b4fc;
  --color-indigo-400: #818cf8;
  --color-indigo-500: #6366f1;
  --color-indigo-600: #4f46e5;
  --color-indigo-700: #4338ca;
  --color-indigo-800: #3730a3;
  --color-indigo-900: #312e81;
  --color-indigo-950: #1e1b4b;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c4b5fd;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #5b21b6;
  --color-violet-900: #4c1d95;
  --color-violet-950: #2e1065;
  --color-purple-50: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #a855f7;
  --color-purple-600: #9333ea;
  --color-purple-700: #7e22ce;
  --color-purple-800: #6b21a8;
  --color-purple-900: #581c87;
  --color-purple-950: #3b0764;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f5d0fe;
  --color-fuchsia-300: #f0abfc;
  --color-fuchsia-400: #e879f9;
  --color-fuchsia-500: #d946ef;
  --color-fuchsia-600: #c026d3;
  --color-fuchsia-700: #a21caf;
  --color-fuchsia-800: #86198f;
  --color-fuchsia-900: #701a75;
  --color-fuchsia-950: #4a044e;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fbcfe8;
  --color-pink-300: #f9a8d4;
  --color-pink-400: #f472b6;
  --color-pink-500: #ec4899;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-pink-950: #500724;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #fecdd3;
  --color-rose-300: #fda4af;
  --color-rose-400: #fb7185;
  --color-rose-500: #f43f5e;
  --color-rose-600: #e11d48;
  --color-rose-700: #be123c;
  --color-rose-800: #9f1239;
  --color-rose-900: #881337;
  --color-rose-950: #4c0519;
  --color-primary-50: #F0F1EB;
  --color-primary-50-rgb: 240, 241, 235;
  --color-primary-100: #E4E7DC;
  --color-primary-100-rgb: 228, 231, 220;
  --color-primary-200: #CCD3BD;
  --color-primary-200-rgb: 204, 211, 189;
  --color-primary-300: #B5BE9F;
  --color-primary-300-rgb: 181, 190, 159;
  --color-primary-400: #9EAA80;
  --color-primary-400-rgb: 158, 170, 128;
  --color-primary-500: #869364;
  --color-primary-500-rgb: 134, 147, 100;
  --color-primary-600: #6A754F;
  --color-primary-600-rgb: 106, 117, 79;
  --color-primary-700: #4E573A;
  --color-primary-700-rgb: 78, 87, 58;
  --color-primary-800: #333826;
  --color-primary-800-rgb: 51, 56, 38;
  --color-primary-900: #171A11;
  --color-primary-900-rgb: 23, 26, 17;
  --color-primary-950: #090A07;
  --color-primary-950-rgb: 9, 10, 7;
  --color-primary: #6A754F;
  --color-primary-rgb: 106, 117, 79;
  --color-secondary-50: #F8EEE8;
  --color-secondary-50-rgb: 248, 238, 232;
  --color-secondary-100: #F1DDD1;
  --color-secondary-100-rgb: 241, 221, 209;
  --color-secondary-200: #E3BAA2;
  --color-secondary-200-rgb: 227, 186, 162;
  --color-secondary-300: #D59772;
  --color-secondary-300-rgb: 213, 151, 114;
  --color-secondary-400: #C77443;
  --color-secondary-400-rgb: 199, 116, 67;
  --color-secondary-500: #9E582F;
  --color-secondary-500-rgb: 158, 88, 47;
  --color-secondary-600: #6F3E21;
  --color-secondary-600-rgb: 111, 62, 33;
  --color-secondary-700: #532F19;
  --color-secondary-700-rgb: 83, 47, 25;
  --color-secondary-800: #381F11;
  --color-secondary-800-rgb: 56, 31, 17;
  --color-secondary-900: #1C1008;
  --color-secondary-900-rgb: 28, 16, 8;
  --color-secondary-950: #0F0804;
  --color-secondary-950-rgb: 15, 8, 4;
  --color-secondary: #6F3E21;
  --color-secondary-rgb: 111, 62, 33;
  --color-tertiary-50: #E9F6FF;
  --color-tertiary-50-rgb: 233, 246, 255;
  --color-tertiary-100: #D3EDFF;
  --color-tertiary-100-rgb: 211, 237, 255;
  --color-tertiary-200: #A5DBFF;
  --color-tertiary-200-rgb: 165, 219, 255;
  --color-tertiary-300: #77C9FF;
  --color-tertiary-300-rgb: 119, 201, 255;
  --color-tertiary-400: #49B6FF;
  --color-tertiary-400-rgb: 73, 182, 255;
  --color-tertiary-500: #1BA4FF;
  --color-tertiary-500-rgb: 27, 164, 255;
  --color-tertiary-600: #008EEC;
  --color-tertiary-600-rgb: 0, 142, 236;
  --color-tertiary-700: #0069AF;
  --color-tertiary-700-rgb: 0, 105, 175;
  --color-tertiary-800: #004472;
  --color-tertiary-800-rgb: 0, 68, 114;
  --color-tertiary-900: #002034;
  --color-tertiary-900-rgb: 0, 32, 52;
  --color-tertiary-950: #000D16;
  --color-tertiary-950-rgb: 0, 13, 22;
  --color-tertiary: #008EEC;
  --color-tertiary-rgb: 0, 142, 236;
  --color-success-50: #ADFFB9;
  --color-success-50-rgb: 173, 255, 185;
  --color-success-100: #99FFA7;
  --color-success-100-rgb: 153, 255, 167;
  --color-success-200: #70FF84;
  --color-success-200-rgb: 112, 255, 132;
  --color-success-300: #47FF61;
  --color-success-300-rgb: 71, 255, 97;
  --color-success-400: #1FFF3D;
  --color-success-400-rgb: 31, 255, 61;
  --color-success-500: #00F522;
  --color-success-500-rgb: 0, 245, 34;
  --color-success-600: #00CC1C;
  --color-success-600-rgb: 0, 204, 28;
  --color-success-700: #00A316;
  --color-success-700-rgb: 0, 163, 22;
  --color-success-800: #006B0F;
  --color-success-800-rgb: 0, 107, 15;
  --color-success-900: #003307;
  --color-success-900-rgb: 0, 51, 7;
  --color-success-950: #001703;
  --color-success-950-rgb: 0, 23, 3;
  --color-success: #00A316;
  --color-success-rgb: 0, 163, 22;
  --color-warning-50: #FFF3C1;
  --color-warning-50-rgb: 255, 243, 193;
  --color-warning-100: #FFEFAD;
  --color-warning-100-rgb: 255, 239, 173;
  --color-warning-200: #FFE784;
  --color-warning-200-rgb: 255, 231, 132;
  --color-warning-300: #FFE05B;
  --color-warning-300-rgb: 255, 224, 91;
  --color-warning-400: #FFD833;
  --color-warning-400-rgb: 255, 216, 51;
  --color-warning-500: #FFD00A;
  --color-warning-500-rgb: 255, 208, 10;
  --color-warning-600: #E0B500;
  --color-warning-600-rgb: 224, 181, 0;
  --color-warning-700: #A88800;
  --color-warning-700-rgb: 168, 136, 0;
  --color-warning-800: #705A00;
  --color-warning-800-rgb: 112, 90, 0;
  --color-warning-900: #382D00;
  --color-warning-900-rgb: 56, 45, 0;
  --color-warning-950: #1C1600;
  --color-warning-950-rgb: 28, 22, 0;
  --color-warning: #E0B500;
  --color-warning-rgb: 224, 181, 0;
  --color-danger-50: #FDEBEB;
  --color-danger-50-rgb: 253, 235, 235;
  --color-danger-100: #FCD8D8;
  --color-danger-100-rgb: 252, 216, 216;
  --color-danger-200: #F9B2B2;
  --color-danger-200-rgb: 249, 178, 178;
  --color-danger-300: #F68D8D;
  --color-danger-300-rgb: 246, 141, 141;
  --color-danger-400: #F36767;
  --color-danger-400-rgb: 243, 103, 103;
  --color-danger-500: #F04141;
  --color-danger-500-rgb: 240, 65, 65;
  --color-danger-600: #E71212;
  --color-danger-600-rgb: 231, 18, 18;
  --color-danger-700: #B30E0E;
  --color-danger-700-rgb: 179, 14, 14;
  --color-danger-800: #7F0A0A;
  --color-danger-800-rgb: 127, 10, 10;
  --color-danger-900: #4B0606;
  --color-danger-900-rgb: 75, 6, 6;
  --color-danger-950: #310404;
  --color-danger-950-rgb: 49, 4, 4;
  --color-danger: #F04141;
  --color-danger-rgb: 240, 65, 65;
}a{color:var(--ion-color-primary)}h1{
  font-size: 1.5rem;
  line-height: 2rem;
}*, ::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:  ;
}.container{
  width: 100%;
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-y-0{
  top: 0px;
  bottom: 0px;
}.left-0{
  left: 0px;
}.right-1{
  right: 0.25rem;
}.right-3{
  right: 0.75rem;
}.top-0{
  top: 0px;
}.top-\[2px\]{
  top: 2px;
}.z-10{
  z-index: 10;
}.z-50{
  z-index: 50;
}.m-0{
  margin: 0px;
}.m-2{
  margin: 0.5rem;
}.m-\[6px\]{
  margin: 6px;
}.m-auto{
  margin: auto;
}.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-4\.5{
  margin-top: 18px;
  margin-bottom: 18px;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}.my-\[2px\]{
  margin-top: 2px;
  margin-bottom: 2px;
}.\!mt-2{
  margin-top: 0.5rem !important;
}.-ml-4{
  margin-left: -1rem;
}.-mr-1{
  margin-right: -0.25rem;
}.-mr-1\.5{
  margin-right: -0.375rem;
}.-mr-2{
  margin-right: -0.5rem;
}.-mr-4{
  margin-right: -1rem;
}.-mr-5{
  margin-right: -1.25rem;
}.-mt-5{
  margin-top: -1.25rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-\[10vh\]{
  margin-bottom: 10vh;
}.ml-0{
  margin-left: 0px;
}.ml-0\.5{
  margin-left: 0.125rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-\[-2px\]{
  margin-left: -2px;
}.mr-1{
  margin-right: 0.25rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-5{
  margin-right: 1.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-7{
  margin-top: 1.75rem;
}.mt-8{
  margin-top: 2rem;
}.mt-\[20vh\]{
  margin-top: 20vh;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.\!size-4{
  width: 1rem !important;
  height: 1rem !important;
}.size-10{
  width: 2.5rem;
  height: 2.5rem;
}.size-12{
  width: 3rem;
  height: 3rem;
}.size-3{
  width: 0.75rem;
  height: 0.75rem;
}.size-5{
  width: 1.25rem;
  height: 1.25rem;
}.size-6{
  width: 1.5rem;
  height: 1.5rem;
}.size-\[20px\]{
  width: 20px;
  height: 20px;
}.\!h-auto{
  height: auto !important;
}.h-1\/2{
  height: 50%;
}.h-20{
  height: 5rem;
}.h-24{
  height: 6rem;
}.h-3{
  height: 0.75rem;
}.h-5{
  height: 1.25rem;
}.h-7{
  height: 1.75rem;
}.h-\[1px\]{
  height: 1px;
}.h-\[41px\]{
  height: 41px;
}.h-fit{
  height: fit-content;
}.h-full{
  height: 100%;
}.min-h-0{
  min-height: 0px;
}.min-h-12{
  min-height: 3rem;
}.w-1\/2{
  width: 50%;
}.w-12{
  width: 3rem;
}.w-20{
  width: 5rem;
}.w-24{
  width: 6rem;
}.w-4\/5{
  width: 80%;
}.w-5{
  width: 1.25rem;
}.w-8{
  width: 2rem;
}.w-\[1px\]{
  width: 1px;
}.w-\[2\.6em\]{
  width: 2.6em;
}.w-\[41px\]{
  width: 41px;
}.w-fit{
  width: fit-content;
}.w-full{
  width: 100%;
}.min-w-0{
  min-width: 0px;
}.min-w-24{
  min-width: 6rem;
}.min-w-\[22\.5px\]{
  min-width: 22.5px;
}.max-w-28{
  max-width: 7rem;
}.max-w-48{
  max-width: 12rem;
}.max-w-60{
  max-width: 15rem;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[80\%\]{
  max-width: 80%;
}.max-w-fit{
  max-width: fit-content;
}.max-w-md{
  max-width: 28rem;
}.max-w-xs{
  max-width: 20rem;
}.flex-1{
  flex: 1 1 0%;
}.shrink-0{
  flex-shrink: 0;
}.origin-right{
  transform-origin: right;
}.translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-default{
  cursor: default;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
          user-select: none;
}.resize-none{
  resize: none;
}.resize{
  resize: both;
}.list-decimal{
  list-style-type: decimal;
}.list-disc{
  list-style-type: disc;
}.grid-flow-col{
  grid-auto-flow: column;
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.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;
}.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-\[17px\]{
  gap: 17px;
}.gap-\[30px\]{
  gap: 30px;
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.self-start{
  align-self: flex-start;
}.overflow-hidden{
  overflow: hidden;
}.overflow-y-scroll{
  overflow-y: scroll;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-normal{
  white-space: normal;
}.whitespace-nowrap{
  white-space: nowrap;
}.\!rounded-full{
  border-radius: 9999px !important;
}.rounded{
  border-radius: 0.25rem;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-none{
  border-radius: 0px;
}.rounded-sm{
  border-radius: 0.125rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}.border-l-0{
  border-left-width: 0px;
}.border-r{
  border-right-width: 1px;
}.border-r-0{
  border-right-width: 0px;
}.border-s{
  border-inline-start-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-t-0{
  border-top-width: 0px;
}.border-solid{
  border-style: solid;
}.border-none{
  border-style: none;
}.border-danger-100{
  --tw-border-opacity: 1;
  border-color: rgb(252 216 216 / var(--tw-border-opacity));
}.border-danger-800{
  --tw-border-opacity: 1;
  border-color: rgb(127 10 10 / var(--tw-border-opacity));
}.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(228 231 220 / var(--tw-border-opacity));
}.border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgb(51 56 38 / var(--tw-border-opacity));
}.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.border-secondary-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 221 209 / var(--tw-border-opacity));
}.border-secondary-800{
  --tw-border-opacity: 1;
  border-color: rgb(56 31 17 / var(--tw-border-opacity));
}.border-success-100{
  --tw-border-opacity: 1;
  border-color: rgb(153 255 167 / var(--tw-border-opacity));
}.border-success-800{
  --tw-border-opacity: 1;
  border-color: rgb(0 107 15 / var(--tw-border-opacity));
}.border-tertiary-100{
  --tw-border-opacity: 1;
  border-color: rgb(211 237 255 / var(--tw-border-opacity));
}.border-tertiary-800{
  --tw-border-opacity: 1;
  border-color: rgb(0 68 114 / var(--tw-border-opacity));
}.border-warning-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 239 173 / var(--tw-border-opacity));
}.border-warning-800{
  --tw-border-opacity: 1;
  border-color: rgb(112 90 0 / var(--tw-border-opacity));
}.\!bg-primary\/10{
  background-color: rgb(106 117 79 / 0.1) !important;
}.bg-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\]{
  background-color: var(--form-value-color,var(--color-neutral-800));
}.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(240 65 65 / var(--tw-bg-opacity));
}.bg-danger-200\/10{
  background-color: rgb(249 178 178 / 0.1);
}.bg-danger-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 235 / var(--tw-bg-opacity));
}.bg-danger-700{
  --tw-bg-opacity: 1;
  background-color: rgb(179 14 14 / var(--tw-bg-opacity));
}.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-neutral-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.bg-neutral-200\/10{
  background-color: rgb(229 229 229 / 0.1);
}.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 220 / var(--tw-bg-opacity));
}.bg-primary-200\/10{
  background-color: rgb(204 211 189 / 0.1);
}.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 235 / var(--tw-bg-opacity));
}.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(78 87 58 / var(--tw-bg-opacity));
}.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 221 209 / var(--tw-bg-opacity));
}.bg-secondary-200\/10{
  background-color: rgb(227 186 162 / 0.1);
}.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 238 232 / var(--tw-bg-opacity));
}.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(158 88 47 / var(--tw-bg-opacity));
}.bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(83 47 25 / var(--tw-bg-opacity));
}.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}.bg-success-200\/10{
  background-color: rgb(112 255 132 / 0.1);
}.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(173 255 185 / var(--tw-bg-opacity));
}.bg-success-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 163 22 / var(--tw-bg-opacity));
}.bg-tertiary-200\/10{
  background-color: rgb(165 219 255 / 0.1);
}.bg-tertiary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(233 246 255 / var(--tw-bg-opacity));
}.bg-tertiary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 105 175 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-warning-200\/10{
  background-color: rgb(255 231 132 / 0.1);
}.bg-warning-300{
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 91 / var(--tw-bg-opacity));
}.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 193 / var(--tw-bg-opacity));
}.bg-warning-700{
  --tw-bg-opacity: 1;
  background-color: rgb(168 136 0 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.via-primary-50{
  --tw-gradient-to: rgb(240 241 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #F0F1EB var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-primary-100{
  --tw-gradient-to: #E4E7DC var(--tw-gradient-to-position);
}.\!stroke-2{
  stroke-width: 2 !important;
}.stroke-\[1\.2px\]{
  stroke-width: 1.2px;
}.object-cover{
  object-fit: cover;
}.p-0{
  padding: 0px;
}.p-1{
  padding: 0.25rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-\[2px\]{
  padding: 2px;
}.p-\[3px\]{
  padding: 3px;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pl-0{
  padding-left: 0px;
}.pl-3{
  padding-left: 0.75rem;
}.pl-4{
  padding-left: 1rem;
}.pl-8{
  padding-left: 2rem;
}.pl-\[17px\]{
  padding-left: 17px;
}.pr-0{
  padding-right: 0px;
}.pr-10{
  padding-right: 2.5rem;
}.pr-2{
  padding-right: 0.5rem;
}.pr-\[8px\]{
  padding-right: 8px;
}.pt-3{
  padding-top: 0.75rem;
}.pt-\[17px\]{
  padding-top: 17px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-middle{
  vertical-align: middle;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.uppercase{
  text-transform: uppercase;
}.capitalize{
  text-transform: capitalize;
}.italic{
  font-style: italic;
}.\!text-danger{
  --tw-text-opacity: 1 !important;
  color: rgb(240 65 65 / var(--tw-text-opacity)) !important;
}.text-\[color\:var\(--ion-color-dark\)\]{
  color: var(--ion-color-dark);
}.text-\[var\(--form-icon-color\2c var\(--color-neutral-400\)\)\]{
  color: var(--form-icon-color,var(--color-neutral-400));
}.text-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\]{
  color: var(--form-value-color,var(--color-neutral-800));
}.text-danger{
  --tw-text-opacity: 1;
  color: rgb(240 65 65 / var(--tw-text-opacity));
}.text-danger-50{
  --tw-text-opacity: 1;
  color: rgb(253 235 235 / var(--tw-text-opacity));
}.text-danger-700{
  --tw-text-opacity: 1;
  color: rgb(179 14 14 / var(--tw-text-opacity));
}.text-danger-800{
  --tw-text-opacity: 1;
  color: rgb(127 10 10 / var(--tw-text-opacity));
}.text-danger-900{
  --tw-text-opacity: 1;
  color: rgb(75 6 6 / var(--tw-text-opacity));
}.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}.text-neutral-300\/50{
  color: rgb(212 212 212 / 0.5);
}.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(106 117 79 / var(--tw-text-opacity));
}.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(240 241 235 / var(--tw-text-opacity));
}.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(78 87 58 / var(--tw-text-opacity));
}.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(51 56 38 / var(--tw-text-opacity));
}.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(23 26 17 / var(--tw-text-opacity));
}.text-primary-950{
  --tw-text-opacity: 1;
  color: rgb(9 10 7 / var(--tw-text-opacity));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-secondary-50{
  --tw-text-opacity: 1;
  color: rgb(248 238 232 / var(--tw-text-opacity));
}.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(83 47 25 / var(--tw-text-opacity));
}.text-secondary-800{
  --tw-text-opacity: 1;
  color: rgb(56 31 17 / var(--tw-text-opacity));
}.text-secondary-900{
  --tw-text-opacity: 1;
  color: rgb(28 16 8 / var(--tw-text-opacity));
}.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}.text-success{
  --tw-text-opacity: 1;
  color: rgb(0 163 22 / var(--tw-text-opacity));
}.text-success-50{
  --tw-text-opacity: 1;
  color: rgb(173 255 185 / var(--tw-text-opacity));
}.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(0 163 22 / var(--tw-text-opacity));
}.text-success-800{
  --tw-text-opacity: 1;
  color: rgb(0 107 15 / var(--tw-text-opacity));
}.text-success-900{
  --tw-text-opacity: 1;
  color: rgb(0 51 7 / var(--tw-text-opacity));
}.text-tertiary-50{
  --tw-text-opacity: 1;
  color: rgb(233 246 255 / var(--tw-text-opacity));
}.text-tertiary-700{
  --tw-text-opacity: 1;
  color: rgb(0 105 175 / var(--tw-text-opacity));
}.text-tertiary-800{
  --tw-text-opacity: 1;
  color: rgb(0 68 114 / var(--tw-text-opacity));
}.text-tertiary-900{
  --tw-text-opacity: 1;
  color: rgb(0 32 52 / var(--tw-text-opacity));
}.text-warning-50{
  --tw-text-opacity: 1;
  color: rgb(255 243 193 / var(--tw-text-opacity));
}.text-warning-800{
  --tw-text-opacity: 1;
  color: rgb(112 90 0 / var(--tw-text-opacity));
}.text-warning-900{
  --tw-text-opacity: 1;
  color: rgb(56 45 0 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\!opacity-100{
  opacity: 1 !important;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-40{
  opacity: 0.4;
}.opacity-50{
  opacity: 0.5;
}.opacity-60{
  opacity: 0.6;
}.opacity-70{
  opacity: 0.7;
}.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-\[0_0_17px_\#0000003b\2c 0_0_7px_\#00000063\]{
  --tw-shadow: 0 0 17px #0000003b,0 0 7px #00000063;
  --tw-shadow-colored: 0 0 17px var(--tw-shadow-color), 0 0 7px 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-\[0_3px_12px_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_3px_1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 3px 12px rgba(0,0,0,0.16), 0 3px 1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 3px 12px var(--tw-shadow-color), 0 3px 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-\[0_3px_1px_-2px_rgba\(0\2c 0\2c 0\2c 0\.2\)\2c _0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\2c _0_1px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 3px 1px -2px var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color), 0 1px 5px 0 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-\[0px_5px_50px_1px_rgba\(204\2c 204\2c 204\2c 0\.5\)\2c 0px_5px_14px_-2px_rgba\(204\2c 204\2c 204\2c 1\)\]{
  --tw-shadow: 0px 5px 50px 1px rgba(204,204,204,0.5),0px 5px 14px -2px rgba(204,204,204,1);
  --tw-shadow-colored: 0px 5px 50px 1px var(--tw-shadow-color), 0px 5px 14px -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-\[inset_0_1px_0_0_rgba\(255\2c 255\2c 255\2c 0\.1\)\]{
  --tw-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
  --tw-shadow-colored: inset 0 1px 0 0 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.\!outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.outline-0{
  outline-width: 0px;
}.ring-0{
  --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(0px + 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);
}.ring-1{
  --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(1px + 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);
}.ring-2{
  --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(2px + 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);
}.ring-inset{
  --tw-ring-inset: inset;
}.ring-danger-600\/10{
  --tw-ring-color: rgb(231 18 18 / 0.1);
}.ring-neutral-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity));
}.ring-neutral-500\/10{
  --tw-ring-color: rgb(115 115 115 / 0.1);
}.ring-primary-700\/10{
  --tw-ring-color: rgb(78 87 58 / 0.1);
}.ring-primary-700\/20{
  --tw-ring-color: rgb(78 87 58 / 0.2);
}.ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
}.ring-secondary-600\/20{
  --tw-ring-color: rgb(111 62 33 / 0.2);
}.ring-secondary-700\/10{
  --tw-ring-color: rgb(83 47 25 / 0.1);
}.ring-success-600\/20{
  --tw-ring-color: rgb(0 204 28 / 0.2);
}.ring-tertiary-700\/10{
  --tw-ring-color: rgb(0 105 175 / 0.1);
}.ring-transparent{
  --tw-ring-color: transparent;
}.ring-warning-600\/20{
  --tw-ring-color: rgb(224 181 0 / 0.2);
}.ring-offset-1{
  --tw-ring-offset-width: 1px;
}.ring-offset-neutral-400{
  --tw-ring-offset-color: #a3a3a3;
}.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, 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-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-\[0\.4s\]{
  transition-duration: 0.4s;
}.\[--background\:transparent\]{
  --background: transparent;
}.\[--background\:var\(--color-warning-50\)\]{
  --background: var(--color-warning-50);
}.\[--border-radius\:0\]{
  --border-radius: 0;
}.\[--border-radius\:10px\]{
  --border-radius: 10px;
}.\[--border-style\:solid\]{
  --border-style: solid;
}.\[--inner-padding-end\:8px\]{
  --inner-padding-end: 8px;
}.\[--ion-color-step-300\:rgba\(var\(--color-tertiary-800-rgb\)\2c 0\.04\)\]{
  --ion-color-step-300: rgba(var(--color-tertiary-800-rgb),0.04);
}.\[--ion-text-color\:var\(--form-value-color\)\]{
  --ion-text-color: var(--form-value-color);
}.\[--padding-top\:calc\(env\(safe-area-inset-top\)\+50px\)\]{
  --padding-top: calc(env(safe-area-inset-top) + 50px);
}.\[--padding-top\:env\(safe-area-inset-top\)\]{
  --padding-top: env(safe-area-inset-top);
}.\[a-zA-Z0-9\:_\]{
  a-z-a--z0-9: ;
}.\[overflow-wrap\:anywhere\]{
  overflow-wrap: anywhere;
}.\[word-break\:break-word\]{
  word-break: break-word;
}:root{--ion-color-primary: var(--color-primary);--ion-color-primary-rgb: var(--color-primary-rgb);--ion-color-primary-contrast: var(--color-primary-50);--ion-color-primary-contrast-rgb: var(--color-primary-50-rgb);--ion-color-primary-shade: var(--color-primary-700);--ion-color-primary-tint: var(--color-primary-500);--ion-color-primary-dark: var(--color-primary-950);--ion-color-secondary: var(--color-secondary);--ion-color-secondary-rgb: var(--color-secondary-rgb);--ion-color-secondary-contrast: var(--color-secondary-50);--ion-color-secondary-contrast-rgb: var(--color-secondary-50-rgb);--ion-color-secondary-shade: var(--color-secondary-700);--ion-color-secondary-tint: var(--color-secondary-500);--ion-color-secondary-dark: var(--color-secondary-950);--ion-color-tertiary: var(--color-tertiary);--ion-color-tertiary-rgb: var(--color-tertiary-rgb);--ion-color-tertiary-contrast: var(--color-tertiary-50);--ion-color-tertiary-contrast-rgb: var(--color-tertiary-50-rgb);--ion-color-tertiary-shade: var(--color-tertiary-700);--ion-color-tertiary-tint: var(--color-tertiary-500);--ion-color-tertiary-dark: var(--color-tertiary-950);--ion-color-success: var(--color-success);--ion-color-success-rgb: var(--color-success-rgb);--ion-color-success-contrast: var(--color-success-50);--ion-color-success-contrast-rgb: var(--color-success-50-rgb);--ion-color-success-shade: var(--color-success-700);--ion-color-success-tint: var(--color-success-500);--ion-color-success-dark: var(--color-success-950);--ion-color-warning: var(--color-warning);--ion-color-warning-rgb: var(--color-warning-rgb);--ion-color-warning-contrast: var(--color-warning-50);--ion-color-warning-contrast-rgb: var(--color-warning-50-rgb);--ion-color-warning-shade: var(--color-warning-700);--ion-color-warning-tint: var(--color-warning-500);--ion-color-danger: var(--color-danger);--ion-color-danger-rgb: var(--color-danger-rgb);--ion-color-danger-contrast: var(--color-danger-50);--ion-color-danger-contrast-rgb: var(--color-danger-50-rgb);--ion-color-danger-shade: var(--color-danger-700);--ion-color-danger-tint: var(--color-danger-500);--ion-color-danger-dark: var(--color-danger-950);--ion-color-dark: var(--color-slate-900);--ion-color-dark-contrast: var(--color-slate-50);--ion-color-dark-shade: var(--color-slate-950);--ion-color-dark-tint: var(--color-slate-800);--ion-color-medium: var(--color-slate-400);--ion-color-medium-contrast: var(--color-slate-50);--ion-color-medium-shade: var(--color-slate-500);--ion-color-medium-tint: var(--color-slate-300);--ion-color-light: white;--ion-color-light-contrast: var(--color-slate-950);--ion-color-light-shade: var(--color-slate-200);--ion-color-light-tint: var(--color-slate-50);--ion-page-background: var(--color-primary-50);--ion-item-background: var(--color-white);--ion-headings-font-weight: 300;--ion-item-border-color: rgb(0, 0, 0, 0.2);--ion-toolbar-background: var(--color-primary-800);--ion-toolbar-color: var(--color-white);--ion-toolbar-color-activated: var(--color-white);--form-value-color: var(--color-tertiary-800)}html.ios.plt-hybrid #status-bar-background{position:fixed;top:0;z-index:1000;background:var(--ion-color-primary-dark);width:100vw;height:env(safe-area-inset-top)}.apps-section .apps-section-h,h1,h2,h3{color:var(--ion-color-primary-dark)}ion-button[type=submit],ion-button[expand=block]{max-height:40px;--border-radius: var(--theme-border-radius)}ion-item-divider{padding:0 5px 7px 5px;color:var(--ion-text-color);font-weight:500;font-size:.9em}ion-item-divider ion-label[slot=end]{text-align:right}ion-segment{z-index:100000000;margin:8px auto;box-shadow:-1px 2px 7px 0 rgba(0,0,0,.1019607843),0 2px 9px 0 rgba(62,57,107,.1019607843);border-radius:10px;background:var(--ion-color-light);width:calc(100% - 15px);min-height:40px}ion-segment ion-badge{display:inline;vertical-align:top;margin:3px;margin-left:3px}ion-segment ion-label{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-left:1px;color:var(--ion-color-primary)}ion-segment ion-label.md{color:var(--ion-color-primary)}ion-segment ion-segment-button{--color-checked: var(--ion-color-primary);--padding-end: 3px;--padding-start: 3px}ion-segment ion-segment-button.md{--indicator-height: 4px}ion-segment .segment-button-checked.ios{--indicator-color: var(--color-primary-800)}ion-segment .segment-button-checked.ios ion-label.ios{color:var(--ion-color-primary-contrast)}.list-avatar{
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.list-title{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
  --tw-text-opacity: 1;
  color: rgb(9 10 7 / var(--tw-text-opacity));
}.list-divider{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(229 229 229 / 0.7);
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}ion-icon[slot=start].md{color:var(--ion-text-color, #000)}ion-item .sc-ion-label-ios-h.sc-ion-label-ios-s.ios{margin-top:12px;margin-bottom:12px}ion-item .sc-ion-label-md-h.sc-ion-label-md-s.md[slot=end],ion-item .sc-ion-label-ios-h.sc-ion-label-ios-s.ios[slot=end]{color:var(--form-value-color)}.location-name-attr .location-name-attr-input-container ion-input{--padding-end: 15px}.group:last-child{border-bottom:none}.first-letter\:capitalize::first-letter{
  text-transform: capitalize;
}.placeholder\:text-neutral-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}.empty\:hidden:empty{
  display: none;
}.focus-within\:z-10:focus-within{
  z-index: 10;
}.focus-within\:shadow-md:focus-within{
  --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);
}.focus-within\:shadow-none:focus-within{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus-within\:outline:focus-within{
  outline-style: solid;
}.focus-within\:outline-0:focus-within{
  outline-width: 0px;
}.focus-within\:outline-offset-0:focus-within{
  outline-offset: 0px;
}.focus-within\:outline-neutral-500:focus-within{
  outline-color: #737373;
}.focus-within\:outline-red-500:focus-within{
  outline-color: #ef4444;
}.focus-within\:ring-0:focus-within{
  --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(0px + 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);
}.focus-within\:transition-\[outline\]:focus-within{
  transition-property: outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.focus-within\:transition-none:focus-within{
  transition-property: none;
}.focus-within\:duration-150:focus-within{
  transition-duration: 150ms;
}.hover\:border-0:hover{
  border-width: 0px;
}.hover\:border-neutral-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}.hover\:border-red-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}.hover\:bg-\[\#f5f5f5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:ring-red-400:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}.focus\:bg-neutral-100\/70:focus{
  background-color: rgb(245 245 245 / 0.7);
}.focus\:bg-transparent:focus{
  background-color: transparent;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-0:focus{
  --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(0px + 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);
}.focus\:ring-1:focus{
  --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(1px + 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);
}.focus\:ring-neutral-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity));
}.active\:scale-\[90\%\]:active{
  --tw-scale-x: 90%;
  --tw-scale-y: 90%;
  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));
}.active\:bg-\[\#e0e0e0\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}.active\:bg-neutral-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.active\:bg-white:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.aria-\[selected\=\'true\'\]\:font-semibold[aria-selected='true']{
  font-weight: 600;
}.data-\[focus-visible\]\:z-10[data-focus-visible]{
  z-index: 10;
}.data-\[indeterminate\=true\]\:border-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\][data-indeterminate=true]{
  border-color: var(--form-value-color,var(--color-neutral-800));
}.data-\[selected\=true\]\:border-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\][data-selected=true]{
  border-color: var(--form-value-color,var(--color-neutral-800));
}.data-\[focus-visible\=true\]\:bg-\[\#e0e0e0\][data-focus-visible=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-danger-50\/40[data-hovered=true]{
  background-color: rgb(253 235 235 / 0.4);
}.data-\[hovered\=true\]\:bg-danger-600[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 18 18 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-neutral-100[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-neutral-50\/40[data-hovered=true]{
  background-color: rgb(250 250 250 / 0.4);
}.data-\[hovered\=true\]\:bg-primary-50\/40[data-hovered=true]{
  background-color: rgb(240 241 235 / 0.4);
}.data-\[hovered\=true\]\:bg-primary-600[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(106 117 79 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-secondary-50\/40[data-hovered=true]{
  background-color: rgb(248 238 232 / 0.4);
}.data-\[hovered\=true\]\:bg-secondary-600[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 62 33 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-success-50\/40[data-hovered=true]{
  background-color: rgb(173 255 185 / 0.4);
}.data-\[hovered\=true\]\:bg-success-600[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 204 28 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-tertiary-50\/40[data-hovered=true]{
  background-color: rgb(233 246 255 / 0.4);
}.data-\[hovered\=true\]\:bg-tertiary-600[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 236 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-warning-400[data-hovered=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 51 / var(--tw-bg-opacity));
}.data-\[hovered\=true\]\:bg-warning-50\/40[data-hovered=true]{
  background-color: rgb(255 243 193 / 0.4);
}.data-\[pressed\=true\]\:bg-danger-100\/40[data-pressed=true]{
  background-color: rgb(252 216 216 / 0.4);
}.data-\[pressed\=true\]\:bg-danger-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 65 65 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-neutral-100\/40[data-pressed=true]{
  background-color: rgb(245 245 245 / 0.4);
}.data-\[pressed\=true\]\:bg-neutral-200[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-primary-100\/40[data-pressed=true]{
  background-color: rgb(228 231 220 / 0.4);
}.data-\[pressed\=true\]\:bg-primary-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(134 147 100 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-secondary-100\/40[data-pressed=true]{
  background-color: rgb(241 221 209 / 0.4);
}.data-\[pressed\=true\]\:bg-secondary-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(158 88 47 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-success-100\/40[data-pressed=true]{
  background-color: rgb(153 255 167 / 0.4);
}.data-\[pressed\=true\]\:bg-success-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 245 34 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-tertiary-100\/40[data-pressed=true]{
  background-color: rgb(211 237 255 / 0.4);
}.data-\[pressed\=true\]\:bg-tertiary-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 164 255 / var(--tw-bg-opacity));
}.data-\[pressed\=true\]\:bg-warning-100\/40[data-pressed=true]{
  background-color: rgb(255 239 173 / 0.4);
}.data-\[pressed\=true\]\:bg-warning-500[data-pressed=true]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 10 / var(--tw-bg-opacity));
}.data-\[placeholder\=true\]\:font-normal[data-placeholder=true]{
  font-weight: 400;
}.data-\[hovered\=true\]\:text-danger-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(127 10 10 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-neutral-100[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-neutral-900[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-primary-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(51 56 38 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-secondary-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(56 31 17 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-success-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(0 107 15 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-tertiary-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(0 68 114 / var(--tw-text-opacity));
}.data-\[hovered\=true\]\:text-warning-800[data-hovered=true]{
  --tw-text-opacity: 1;
  color: rgb(112 90 0 / var(--tw-text-opacity));
}.data-\[indeterminate\=true\]\:text-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\][data-indeterminate=true]{
  color: var(--form-value-color,var(--color-neutral-800));
}.data-\[placeholder\=true\]\:text-neutral-500[data-placeholder=true]{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.data-\[selected\=true\]\:text-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\][data-selected=true]{
  color: var(--form-value-color,var(--color-neutral-800));
}.data-\[focus-visible\]\:shadow-md[data-focus-visible]{
  --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);
}.data-\[focused\=true\]\:shadow-none[data-focused=true]{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.data-\[focus-visible\]\:outline-offset-0[data-focus-visible]{
  outline-offset: 0px;
}.data-\[focus-visible\]\:outline-danger-500[data-focus-visible]{
  outline-color: #F04141;
}.data-\[focus-visible\]\:outline-neutral-500[data-focus-visible]{
  outline-color: #737373;
}.data-\[focus-visible\]\:outline-primary-500[data-focus-visible]{
  outline-color: #869364;
}.data-\[focus-visible\]\:outline-secondary-500[data-focus-visible]{
  outline-color: #9E582F;
}.data-\[focus-visible\]\:outline-success-500[data-focus-visible]{
  outline-color: #00F522;
}.data-\[focus-visible\]\:outline-tertiary-500[data-focus-visible]{
  outline-color: #1BA4FF;
}.data-\[focus-visible\]\:outline-warning-500[data-focus-visible]{
  outline-color: #FFD00A;
}.data-\[focused\=true\]\:outline-transparent[data-focused=true]{
  outline-color: transparent;
}.data-\[focused\=true\]\:ring-red-500[data-focused=true]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}.data-\[focus-visible\]\:transition-\[outline\][data-focus-visible]{
  transition-property: outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.data-\[focus-visible\]\:duration-150[data-focus-visible]{
  transition-duration: 150ms;
}.group[data-selected][data-pressed] .group-data-\[selected\]\:group-data-\[pressed\]\:ml-3{
  margin-left: 0.75rem;
}.group[data-selected][data-pressed] .group-data-\[selected\]\:group-data-\[pressed\]\:ml-4{
  margin-left: 1rem;
}.group[data-selected] .group-data-\[selected\]\:ml-3{
  margin-left: 0.75rem;
}.group[data-selected] .group-data-\[selected\]\:ml-5{
  margin-left: 1.25rem;
}.group[data-pressed] .group-data-\[pressed\]\:w-7{
  width: 1.75rem;
}.group[data-pressed] .group-data-\[pressed\]\:w-\[20px\]{
  width: 20px;
}.group[data-invalid=true] .group-data-\[invalid\=true\]\:border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}.group[data-selected] .group-data-\[selected\]\:bg-\[var\(--color-neutral-300\)\]{
  background-color: var(--color-neutral-300);
}.group[data-selected] .group-data-\[selected\]\:bg-\[var\(--form-value-color\2c var\(--color-neutral-600\)\)\]{
  background-color: var(--form-value-color,var(--color-neutral-600));
}.group[data-hovered=true] .group-data-\[hovered\=true\]\:opacity-\[3\%\]{
  opacity: 3%;
}.group[data-indeterminate=true] .group-data-\[indeterminate\=true\]\:opacity-\[2\%\]{
  opacity: 2%;
}.group[data-selected=true] .group-data-\[selected\=true\]\:opacity-\[2\%\]{
  opacity: 2%;
}.group[data-focus-visible] .group-data-\[focus-visible\]\:ring-0{
  --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(0px + 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);
}.group[data-focus-visible] .group-data-\[focus-visible\]\:ring-2{
  --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(2px + 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);
}.\[\&\:empty\]\:hidden:empty{
  display: none;
}.\[\&\:has\(ion-icon\)\:only-child\]\:flex:has(ion-icon):only-child{
  display: flex;
}.\[\&\:has\(ion-icon\)\:only-child\]\:items-center:has(ion-icon):only-child{
  align-items: center;
}.\[\&\:has\(ion-icon\)\:only-child\]\:justify-center:has(ion-icon):only-child{
  justify-content: center;
}.\[\&\:has\(svg\)\:only-child\]\:flex:has(svg):only-child{
  display: flex;
}.\[\&\:has\(svg\)\:only-child\]\:items-center:has(svg):only-child{
  align-items: center;
}.\[\&\:has\(svg\)\:only-child\]\:justify-center:has(svg):only-child{
  justify-content: center;
}.\[\&\:not\(\:empty\)\]\:border-t:not(:empty){
  border-top-width: 1px;
}.\[\&\:not\(\:empty\)\]\:border-t-\[0\.5px\]:not(:empty){
  border-top-width: 0.5px;
}.\[\&\:not\(\:placeholder-shown\)\+label\]\:top-0:not(:placeholder-shown)+label{
  top: 0px;
}.\[\&\:not\(\:placeholder-shown\)\+label\]\:opacity-100:not(:placeholder-shown)+label{
  opacity: 1;
}.\[\&\>\*\:first-child\:not\(\.input-wrapper\)\]\:shrink-0>*:first-child:not(.input-wrapper){
  flex-shrink: 0;
}.\[\&\>\*\:last-child\:not\(\.input-wrapper\)\]\:shrink-0>*:last-child:not(.input-wrapper){
  flex-shrink: 0;
}.\[\&\>li\:\:marker\]\:font-bold>li::marker{
  font-weight: 700;
}.\[\&\>li\]\:my-3>li{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.\[\&\>svg\]\:size-4>svg{
  width: 1rem;
  height: 1rem;
}.\[\&\>svg\]\:size-5>svg{
  width: 1.25rem;
  height: 1.25rem;
}.\[\&\>svg\]\:stroke-\[var\(--form-value-color\2c var\(--color-neutral-800\)\)\]>svg{
  stroke: var(--form-value-color,var(--color-neutral-800));
}.\[\&\>svg\]\:stroke-\[3\]>svg{
  stroke-width: 3;
}.\[\&\>svg\]\:stroke-\[4\]>svg{
  stroke-width: 4;
}
.pending-surveys-badge{display:inline-table;position:absolute;right:0;margin-left:-2px;padding:4px 6px;width:fit-content;font-size:1.2em}
#guide ion-content{--padding-top: calc(env(safe-area-inset-top) + 60px)}
#home ion-content{--overflow: hidden}#home ion-content .buttons{display:flex;position:absolute;bottom:15vh;flex-direction:column;align-items:center;gap:10px;width:100%}#home ion-content .buttons .fancy-button{display:block;margin:10px auto;width:100%;max-width:min(90vw,500px);height:fit-content;--padding-start: 25px;--padding-end: 20px;align-content:center;box-shadow:0px 4px 10px rgba(0,0,0,.36);border:1px solid var(--ion-color-primary-border);border-radius:15px;overflow:hidden;--background: white}#home ion-content .buttons .fancy-button .fancy-button-container{display:flex;justify-content:space-between;align-items:center;padding:5px 0;width:100%;color:var(--color-primary-800)}#home ion-content .buttons .fancy-button .fancy-button-container>div{display:flex;flex-direction:column;font-weight:300;text-align:left;text-transform:none}#home ion-content .buttons .fancy-button .fancy-button-container>div h4{margin:0;font-weight:800}#home ion-content .buttons .fancy-button .fancy-button-container>div h4:not(:only-child){margin-bottom:10px}#home ion-content .buttons .fancy-button .fancy-button-container ion-icon{margin-left:10px;border-radius:15px;background:var(--color-secondary-50);padding:10px;width:45px;height:45px;color:var(--ion-color-secondary-shade)}#home ion-content .buttons .fancy-button.small{--padding-end: 10px}#home ion-content .buttons .fancy-button.small .fancy-button-container{padding:8px 0}#home ion-content .buttons .fancy-button.small .fancy-button-container ion-icon{margin-left:10px;height:35px}#home ion-content .buttons .fancy-button.small .fancy-button-container h4{font-weight:500}
#item-profile ion-toolbar{position:fixed;--background: transparent;--border-style: none}#item-profile ion-toolbar ion-button{margin-top:3px;box-shadow:0 0 7px rgba(0,0,0,.2392156863);border-radius:50%;width:40px;height:40px}#item-profile ion-card-header{display:flex;justify-content:space-between}#item-profile ion-card-header ion-button{align-self:center;margin-left:20px}#item-profile .swiper{margin-bottom:10px;background:gray;overflow:visible}#item-profile .swiper .item-profile-photo{position:relative;background:gray;height:240px;overflow:hidden}#item-profile .swiper .item-profile-photo img{width:100%;height:100%;object-fit:cover}#item-profile .swiper .swiper-pagination{position:absolute;bottom:-20px}#item-profile .swiper .swiper-pagination .swiper-pagination-bullet{opacity:.5;--bullet-background: grey}#item-profile .swiper .swiper-pagination .swiper-pagination-bullet-active{opacity:.8;background:var(--ion-color-primary)}#item-profile ion-card-content{background:#fff;padding-top:10px;padding-bottom:10px}#item-profile ion-card-content p{font-size:1.2em}#item-profile ion-card-content .heading{margin:30px auto 15px;border-left:3px solid var(--ion-color-primary);padding-left:5px}
.gridref-label{margin-left:0}.gridref-label ion-spinner{width:15px}
.details .core .location ion-spinner{margin-bottom:-2px;height:10px}
ion-button.survey-status-upload{margin-right:5px;--padding-end: 15px;--padding-start: 15px;--border-radius: var(--theme-border-radius) !important;font-size:.8em !important;--box-shadow: none}
ion-item-sliding.survey-list-item{--survey-item-height: 73px;border-radius:var(--theme-border-radius);background:#fff;max-width:600px}ion-item-sliding.survey-list-item>ion-item{--border-style: none;--min-height: var(--survey-item-height);--padding-start: 0;--padding-end: 5px;--inner-padding-end: 5px;--border-radius: var(--theme-border-radius)}ion-item-sliding.survey-list-item>ion-item .survey-info-container{display:flex;justify-content:space-between;align-items:center;margin-left:10px;width:100%;height:100%}ion-item-sliding.survey-list-item>ion-item .survey-info-container .photo{position:relative;flex:none;margin:0 10px 0 0;border-radius:10px 0 0 10px;background-color:#e5eacd;min-width:var(--survey-item-height);max-width:var(--survey-item-height);height:var(--survey-item-height);overflow:hidden}ion-item-sliding.survey-list-item>ion-item .survey-info-container .photo img{width:100%;height:100%;object-fit:cover}ion-item-sliding.survey-list-item>ion-item .survey-info-container .count{flex:none;z-index:1000;margin:0 10px 0 0;width:var(--survey-item-height);min-width:var(--survey-item-height)}ion-item-sliding.survey-list-item>ion-item .survey-info-container .count .count-wrapper{margin:0 auto;box-shadow:0 0 0 6px #fff;border-radius:var(--theme-border-radius);background:#fff;width:fit-content}ion-item-sliding.survey-list-item>ion-item .survey-info-container .count .number{margin:0 auto;border-radius:50%;border-radius:var(--theme-border-radius);background:#edeced;width:40px;height:40px;line-height:40px;text-align:center}ion-item-sliding.survey-list-item>ion-item .survey-info-container .count .label{font-size:.75em;text-align:center}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info{display:flex;flex:auto;width:100%;min-width:10px;overflow:hidden;white-space:nowrap}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info h3:not(:first-of-type){margin-bottom:10px}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details{width:100%}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .species{display:block;overflow:hidden;font-weight:700;font-size:15px;text-overflow:ellipsis;white-space:nowrap}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .survey-name{color:var(--ion-color-dark);font-weight:700;font-size:15px;text-transform:capitalize}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .species-count{font-size:14px}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .core{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .core span{color:var(--ion-color-dark);font-weight:500}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .core span.warning{margin:1px 0;color:var(--ion-color-warning)}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .attributes{display:flex;flex-wrap:nowrap}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .attributes *:not(:empty){margin-right:14px}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .attributes .stage,ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .attributes .number{font-size:14px}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details .attributes .comment{margin-right:10px;width:100%;overflow:hidden;font-size:14px;word-wrap:normal;color:var(--ion-color-medium-dark);text-overflow:ellipsis;white-space:nowrap}ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details span.locked,ion-item-sliding.survey-list-item>ion-item .survey-info-container .survey-info .details div.locked{color:var(--ion-color-secondary)}ion-item-sliding.survey-list-item>ion-item ion-badge[color=warning]{margin:1px 0;background-color:rgba(var(--ion-color-warning-rgb), 0.15);width:fit-content;color:var(--ion-color-warning-dark);font-weight:normal;font-size:1em}ion-item-sliding.survey-list-item>ion-item ion-badge[color=warning]:not(:last-of-type){margin-bottom:5px}ion-item-sliding.survey-list-item>ion-item .training-band{position:absolute;z-index:1000;background-color:#000;width:7px;height:100%}ion-item-sliding.survey-list-item>ion-item .activity-band{position:absolute;z-index:1000;background-color:var(--ion-color-secondary);width:7px;height:100%}ion-item-sliding.survey-list-item>ion-item .activity-band+.training-band{top:0;left:7px}
#home-user-surveys{margin-top:0}#home-user-surveys ion-header ion-toolbar{padding:0;padding-top:env(safe-area-inset-top) !important;--background: transparent;position:fixed;color:var(--ion-color-primary-contrast)}#home-user-surveys ion-header ion-toolbar ion-segment{z-index:100000000;margin:8px auto;box-shadow:-1px 2px 7px 0 rgba(0,0,0,.1019607843),0 2px 9px 0 rgba(62,57,107,.1019607843);border-radius:10px;background:var(--ion-color-light);width:calc(100% - 20px);min-height:40px}#home-user-surveys ion-header ion-toolbar ion-segment ion-segment-button.md{--padding-end: 5px;--padding-start: 5px}#home-user-surveys ion-header ion-toolbar ion-segment ion-badge{display:inline;vertical-align:top;margin:3px;margin-left:3px}#home-user-surveys ion-header ion-toolbar ion-segment ion-label{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-left:1px;color:var(--ion-color-primary)}#home-user-surveys ion-header ion-toolbar ion-segment ion-label.md{color:var(--ion-color-primary)}#home-user-surveys ion-header ion-toolbar ion-segment ion-segment-button{padding-right:10px;padding-left:10px;--color-checked: var(--ion-color-primary)}#home-user-surveys ion-header ion-toolbar ion-segment ion-segment-button.md{--indicator-height: 4px}#home-user-surveys ion-header ion-toolbar ion-segment .segment-button-checked.ios{--indicator-color: var(--color-primary-800)}#home-user-surveys ion-header ion-toolbar ion-segment .segment-button-checked.ios ion-label.ios{color:var(--ion-color-primary-contrast)}#home-user-surveys ion-header ion-toolbar ion-segment.ios{border:1px solid var(--ion-color-medium)}#home-user-surveys ion-content{--padding-top: env(safe-area-inset-top) !important;--overflow: hidden}#home-user-surveys ion-content ion-list{margin:0 auto;padding:0 !important;width:calc(100% - 20px);max-width:600px;height:100%}#home-user-surveys ion-content .upload-all-button{display:block;position:absolute;right:17px;bottom:0;margin:10px auto;box-shadow:-1px 2px 7px 0 rgba(0,0,0,.1019607843),0 2px 9px 0 rgba(62,57,107,.1019607843);border-radius:var(--theme-border-radius);height:35px !important;overflow:hidden}#home-user-surveys ion-content .upload-all-button.ios{font-size:.9em}#home-user-surveys ion-content .info-background-message{margin-top:20vh;margin-bottom:10vh}#home-user-surveys ion-item-divider{margin-top:3px;border-radius:var(--theme-border-radius);padding:0px 4px 0 12px;color:var(--ion-color-primary-shade)}.info-background-message ion-icon,ion-alert .tip-icon{--ionicon-stroke-width: 40px;margin-bottom:-3px;border-radius:50%;background:var(--ion-color-primary-contrast);color:#000}.info-background-message ion-icon.with-background,ion-alert .tip-icon.with-background{background:var(--ion-color-primary);color:var(--ion-color-primary-contrast)}
ion-tab-bar{--background: var(--color-primary-800);padding:5px 0 9px;padding-bottom:var(--ion-safe-area-bottom0, 9px)}ion-tab-bar ion-tab-button{--color: var(--color-primary-100)}ion-tab-bar ion-tab-button ion-icon{font-size:2rem;--ionicon-stroke-width: 20px}ion-tab-bar ion-tab-button ion-label{margin:0}@keyframes example{from{transform:scale(1)}to{transform:scale(1.2)}}ion-tab-bar ion-tab-button.tab-selected{--color-selected: var(--color-secondary-300);animation-duration:.5s;animation-fill-mode:forwards;animation-name:example}ion-tab-bar.ios{padding-bottom:calc(var(--ion-safe-area-bottom) + 9px)}
.regionClean rect{fill:green}.regionAtRisk rect{fill:gray}.regionPolluted rect{fill:#ff0}.regionVeryPolluted rect{fill:red}.branch-line{stroke-dasharray:3 4}.bb-grid line{stroke:#cfcfcf}

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