/* @import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/* variable font retrieved from https://variable-font-helper.web.app/ */

@font-face {
  font-display: swap;

  font-family: 'Open Sans';

  font-style: normal;

  font-weight: 300 800;

  src: url('../fonts/Open_Sans-latin.woff2')
}

@font-face {
  font-display: swap;

  font-family: 'Open Sans';

  font-style: italic;

  font-weight: 300 800;

  src: url('../fonts/Open_Sans-latin-italic.woff2')
}

/* ! tailwindcss v3.4.10 | 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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, Roboto, ui-sans-serif, system-ui, Arial, sans-serif;
  /* 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: monospace, sans-serif;
  /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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 {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 768px;
  --uk-breakpoint-l: 1024px;
  --uk-breakpoint-xl: 1080px;
  --uk-global-blur: 4px;
  --uk-global-font-size: 1rem;
  --uk-global-leading: 1.5rem;
  --uk-global-font-size-s: 0.875rem;
  --uk-global-leading-s: 1.25rem;
  --uk-global-radius-s: 0.125rem;
  --uk-global-radius: 0.375rem;
  --uk-global-shadow-s: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --uk-global-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --uk-global-font-family-sans: Geist Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --uk-global-font-family-mono: Geist Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New";
  --uk-btn-font-size: var(--uk-global-font-size);
  --uk-btn-leading: var(--uk-global-leading);
  --uk-btn-padding: 0.625rem 1.25rem;
  --uk-btn-height: 2.5rem;
  --uk-btn-radius: var(--uk-global-radius);
  --uk-btn-shadow: var(--uk-global-shadow-s);
  --uk-cal-cell-size: 2.25rem;
  --uk-cal-cell-radius: var(--uk-global-radius);
  --uk-cal-cell-header-font-size: var(--uk-global-font-size-s);
  --uk-cal-cell-body-font-size: var(--uk-global-font-size);
  --uk-datepicker-spacing: 0.75rem;
  --uk-form-input-radius: var(--uk-global-radius);
  --uk-form-input-shadow: var(--uk-global-shadow-s);
  --uk-form-input-height: 2.5rem;
  --uk-form-input-font-size: var(--uk-global-font-size);
  --uk-form-input-leading: var(--uk-global-leading);
  --uk-form-input-padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  --uk-form-list-image-position: right center;
  --uk-form-toggle-switch-shadow: var(--uk-global-shadow-s);
  --uk-form-radio-radius: var(--uk-global-radius-s);
  --uk-form-radio-shadow: var(--uk-global-shadow);
  --uk-leader-fill-content: .;
  --uk-modal-padding: 1rem;
  --uk-modal-padding-header: var(--uk-modal-padding);
  --uk-modal-padding-body: var(--uk-modal-padding);
  --uk-modal-padding-footer: var(--uk-modal-padding);
  --uk-modal-padding-top-between: 0;
  --uk-modal-padding-top-after-header: 0;
  --uk-modal-padding-bottom-scrollable: 0;
  --uk-modal-padding-top-after-scrollable: var(--uk-modal-padding);
  --uk-modal-radius: var(--uk-global-radius);
  --uk-modal-overlay-blur: var(--uk-global-blur);
  --uk-offcanvas-bar-width: 288px;
  --uk-offcanvas-bar-width-i: -288px;
  --uk-offcanvas-overlay-blur: var(--uk-global-blur);
  --uk-nav-item-padding: 0.25rem 0.5rem;
  --uk-nav-item-margin: 0;
  --uk-nav-sub-item-padding: 0.25rem 0.5rem;
  --uk-nav-sub-item-margin: 0;
  --uk-nav-sub-width: 1px;
  --uk-position-margin-offset: 0px;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23171717' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23171717%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23171717' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  --uk-list-bullet-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --primary: 0 0% 9%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --ring: 0 0% 63%
}

.dark {
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23e6e6e6' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23171717' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e6e6e6%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23e6e6e6' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  --uk-list-bullet-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 0 0% 90%;
  --primary-foreground: 0 0% 9%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --ring: 0 0% 45%;
  --destructive-alpha: 60%;
  --border-alpha: 10%;
  --input-alpha: 15%
}

body {
  font-size: var(--uk-global-font-size);
  line-height: var(--uk-global-leading)
}

.uk-accordion-title:focus-visible, .uk-alert-close:focus-visible, .uk-alert a:not([class]):focus-visible, .uk-badge:focus-visible, .uk-breadcrumb > * > *:focus-visible, .uk-btn:focus-visible, .uk-cal table tbody tr td button:focus-visible, .uk-close:focus-visible, .uk-input-range-knob:focus-visible, .uk-toggle-switch:focus-visible, a.uk-link-muted:focus-visible, .uk-link-muted a:focus-visible, .uk-link-toggle:focus-visible .uk-link-muted:focus-visible, a.uk-link-reset:focus-visible, .uk-link-reset a:focus-visible, .uk-link-toggle:focus-visible, .uk-link:focus-visible, .uk-nav li > a:focus-visible, .uk-slidenav:focus-visible, .uk-tab > * > a:focus-visible, .uk-tab-alt > * > a:focus-visible, .uk-ts-value button:focus-visible, .uk-lightbox :focus-visible, .uk-subnav > * > a:focus-visible, .uk-focus-visible:focus-visible, .uk-pgn > * > *:focus-visible {
  outline-width: var(--uk-global-focus-outline-width, 2px);
  outline-style: var(--uk-global-focus-outline-style, dotted);
  outline-color: var(--uk-global-focus-outline-color, hsl(var(--ring)));
  transition-property: var(--uk-global-focus-transition-property, outline);
  transition-duration: var(--uk-global-focus-transition-duration, 150ms);
  transition-timing-function: var(--uk-global-focus-transition-timing, ease-in-out)
}

 .\!uk-btn:focus-visible {
  outline-width: var(--uk-global-focus-outline-width, 2px) !important;
  outline-style: var(--uk-global-focus-outline-style, dotted) !important;
  outline-color: var(--uk-global-focus-outline-color, hsl(var(--ring))) !important;
  transition-property: var(--uk-global-focus-transition-property, outline) !important;
  transition-duration: var(--uk-global-focus-transition-duration, 150ms) !important;
  transition-timing-function: var(--uk-global-focus-transition-timing, ease-in-out) !important
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit
}

::-webkit-datetime-edit {
  display: inline-flex
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000
}

input:where([type='checkbox']) {
  border-radius: 0px
}

input:where([type='radio']) {
  border-radius: 100%
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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)
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color
}

*, ::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
  }
}

.uk-theme-zinc {
  --background: 0 0% 100%;
  --foreground: 240 10% 3.9%;
  --muted: 240 4.8% 95.9%;
  --muted-foreground: 240 3.8% 46.1%;
  --popover: 0 0% 100%;
  --popover-foreground: 240 10% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 240 10% 3.9%;
  --border: 240 5.9% 90%;
  --input: 240 5.9% 90%;
  --primary: 240 5.9% 10%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 4.8% 95.9%;
  --secondary-foreground: 240 5.9% 10%;
  --accent: 240 4.8% 95.9%;
  --accent-foreground: 240 5.9% 10%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --ring: 240 5.9% 10%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2318181b' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2318181b%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2318181b' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%2371717a' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%2371717a' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e4e4e7%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%2309090b%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-zinc {
  --background: 240 10% 3.9%;
  --foreground: 0 0% 98%;
  --muted: 240 3.7% 15.9%;
  --muted-foreground: 240 5% 64.9%;
  --popover: 240 10% 3.9%;
  --popover-foreground: 0 0% 98%;
  --card: 240 10% 3.9%;
  --card-foreground: 0 0% 98%;
  --border: 240 3.7% 15.9%;
  --input: 240 3.7% 15.9%;
  --primary: 0 0% 98%;
  --primary-foreground: 240 5.9% 10%;
  --secondary: 240 3.7% 15.9%;
  --secondary-foreground: 0 0% 98%;
  --accent: 240 3.7% 15.9%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 0 0% 98%;
  --ring: 240 4.9% 83.9%;
  --destructive-alpha: 1;
  --border-alpha: 1;
  --input-alpha: 1;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23fafafa' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2318181b' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fafafa%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1aa' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1aa' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%2327272a%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-slate {
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --ring: 222.2 84% 4.9%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%230f172a' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f8fafc' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%230f172a%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%230f172a' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%2364748b' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%2364748b' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e2e8f0%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23020817%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-slate {
  --background: 222.2 84% 4.9%;
  --foreground: 210 40% 98%;
  --muted: 217.2 32.6% 17.5%;
  --muted-foreground: 215 20.2% 65.1%;
  --popover: 222.2 84% 4.9%;
  --popover-foreground: 210 40% 98%;
  --card: 222.2 84% 4.9%;
  --card-foreground: 210 40% 98%;
  --border: 217.2 32.6% 17.5%;
  --input: 217.2 32.6% 17.5%;
  --primary: 210 40% 98%;
  --primary-foreground: 222.2 47.4% 11.2%;
  --secondary: 217.2 32.6% 17.5%;
  --secondary-foreground: 210 40% 98%;
  --accent: 217.2 32.6% 17.5%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 40% 98%;
  --ring: 212.7 26.8% 83.9;
  --destructive-alpha: 1;
  --border-alpha: 1;
  --input-alpha: 1;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23f8fafc' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%230f172a' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23f8fafc%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f8fafc' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%2394a3b8' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%2394a3b8' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%231e293b%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23f8fafc%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-stone {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 33.3 5.5% 32.4%;
  --primary-foreground: 60 9.1% 97.8%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 24 5.4% 63.9%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2357534e' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafaf9' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2357534e%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2357534e' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-stone {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 25 5.3% 44.7%;
  --primary-foreground: 60 9.1% 97.8%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 24 9.8% 10%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2378716c' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafaf9' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2378716c%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2378716c' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-gray {
  --background: 0 0% 100%;
  --foreground: 224 71.4% 4.1%;
  --muted: 220 14.3% 95.9%;
  --muted-foreground: 220 8.9% 46.1%;
  --popover: 0 0% 100%;
  --popover-foreground: 224 71.4% 4.1%;
  --card: 0 0% 100%;
  --card-foreground: 224 71.4% 4.1%;
  --border: 220 13% 91%;
  --input: 220 13% 91%;
  --primary: 220.9 39.3% 11%;
  --primary-foreground: 210 20% 98%;
  --secondary: 220 14.3% 95.9%;
  --secondary-foreground: 220.9 39.3% 11%;
  --accent: 220 14.3% 95.9%;
  --accent-foreground: 220.9 39.3% 11%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 20% 98%;
  --ring: 224 71.4% 4.1%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23111827' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f9fafb' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23111827%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23111827' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%236b7280' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%236b7280' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e7eb%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23030712%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-gray {
  --background: 224 71.4% 4.1%;
  --foreground: 210 20% 98%;
  --muted: 215 27.9% 16.9%;
  --muted-foreground: 217.9 10.6% 64.9%;
  --popover: 224 71.4% 4.1%;
  --popover-foreground: 210 20% 98%;
  --card: 224 71.4% 4.1%;
  --card-foreground: 210 20% 98%;
  --border: 215 27.9% 16.9%;
  --input: 215 27.9% 16.9%;
  --primary: 210 20% 98%;
  --primary-foreground: 220.9 39.3% 11%;
  --secondary: 215 27.9% 16.9%;
  --secondary-foreground: 210 20% 98%;
  --accent: 215 27.9% 16.9%;
  --accent-foreground: 210 20% 98%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 210 20% 98%;
  --ring: 216 12.2% 83.9%;
  --destructive-alpha: 1;
  --border-alpha: 1;
  --input-alpha: 1;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23f9fafb' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23111827' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23f9fafb%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f9fafb' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%239ca3af' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%239ca3af' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%231f2937%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23f9fafb%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-neutral {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --primary: 0 0% 9%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --ring: 0 0% 63%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23171717' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23171717%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23171717' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-neutral {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 0 0% 90%;
  --primary-foreground: 0 0% 9%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --ring: 0 0% 45%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23e6e6e6' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23171717' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e6e6e6%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23e6e6e6' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-red {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 0 72.2% 50.6%;
  --primary-foreground: 0 85.7% 97.3%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 0 90.6% 70.8%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23dc2626' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fef2f2' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23dc2626%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23dc2626' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-red {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 0 84.2% 60.2%;
  --primary-foreground: 0 85.7% 97.3%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 0 62.8% 30.6%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ef4444' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fef2f2' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23ef4444%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23ef4444' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-rose {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 346.8 77.2% 49.8%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 351.3 94.5% 71.4%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23e11d48' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fff1f2' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23e11d48%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23e11d48' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-rose {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 349.7 89.2% 60.2%;
  --primary-foreground: 355.7 100% 97.3%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 341.5 75.5% 30.4%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23f43f5e' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fff1f2' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23f43f5e%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f43f5e' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-orange {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 20.5 90.2% 48.2%;
  --primary-foreground: 33.3 100% 96.5%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 27 96% 61%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23ea580c' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fff7ed' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23ea580c%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23ea580c' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-orange {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 24.6 95% 53.1%;
  --primary-foreground: 33.3 100% 96.5%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 15.3 74.6% 27.8%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23f97316' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fff7ed' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23f97316%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f97316' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-green {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 84.8 85.2% 34.5%;
  --primary-foreground: 78.3 92% 95.1%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 82.7 78% 55.5%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2365a30d' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f7fee7' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2365a30d%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2365a30d' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-green {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 84.8 85.2% 34.5%;
  --primary-foreground: 78.3 92% 95.1%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 87.6 61.2% 20.2%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2365a30d' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f7fee7' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2365a30d%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2365a30d' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-blue {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 221.2 83.2% 53.3%;
  --primary-foreground: 213.8 100% 96.9%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 213.1 93.9% 67.8%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%232563eb' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23eff6ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%232563eb%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%232563eb' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-blue {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 217.2 91.2% 59.8%;
  --primary-foreground: 213.8 100% 96.9%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 224.4 64.3% 32.9%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%233b82f6' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23eff6ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%233b82f6%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%233b82f6' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-yellow {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 47.9 95.8% 53.1%;
  --primary-foreground: 28.4 72.5% 25.7%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 47.9 95.8% 53.1%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23facc15' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23713f12' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23facc15%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23facc15' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-yellow {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 45.4 93.4% 47.5%;
  --primary-foreground: 28.4 72.5% 25.7%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 28.4 72.5% 25.7%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23eab308' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23713f12' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23eab308%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23eab308' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-violet {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 262.1 83.3% 57.8%;
  --primary-foreground: 250 100% 97.6%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 255.1 91.7% 76.3%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%237c3aed' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f5f3ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%237c3aed%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%237c3aed' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-violet {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 258.3 89.5% 66.3%;
  --primary-foreground: 250 100% 97.6%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 263.5 67.4% 34.9%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%238b5cf6' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f5f3ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%238b5cf6%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%238b5cf6' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-amber {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 32.1 94.6% 43.7%;
  --primary-foreground: 48 100% 96.1%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 43.3 96.4% 56.3%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23d97706' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fffbeb' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23d97706%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23d97706' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-amber {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 37.7 92.1% 50.2%;
  --primary-foreground: 48 100% 96.1%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 21.7 77.8% 26.5%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23f59e0b' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fffbeb' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23f59e0b%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f59e0b' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-purple {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 271.5 81.3% 55.9%;
  --primary-foreground: 270 100% 98%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 270 95.2% 75.3%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%239333ea' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23faf5ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%239333ea%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%239333ea' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-purple {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 270.7 91% 65.1%;
  --primary-foreground: 270 100% 98%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 273.6 65.6% 32%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23a855f7' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23faf5ff' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23a855f7%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23a855f7' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-teal {
  --background: 0 0% 100%;
  --foreground: 0 0% 4%;
  --muted: 0 0% 96%;
  --muted-foreground: 0 0% 45%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 4%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 4%;
  --border: 0 0% 90%;
  --input: 0 0% 90%;
  --primary: 174.7 83.9% 31.6%;
  --primary-foreground: 166.2 76.5% 96.7%;
  --secondary: 0 0% 96%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96%;
  --accent-foreground: 0 0% 9%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 172.5 66% 50.4%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%230d9488' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f0fdfa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%230d9488%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%230d9488' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e6e6e6%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-teal {
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 15%;
  --muted-foreground: 0 0% 63%;
  --popover: 0 0% 15%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 100%;
  --input: 0 0% 100%;
  --primary: 173.4 80.4% 40%;
  --primary-foreground: 166.2 76.5% 96.7%;
  --secondary: 0 0% 15%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 25%;
  --accent-foreground: 0 0% 98%;
  --destructive: 357 100% 45%;
  --destructive-foreground: 0 0% 100%;
  --ring: 175.9 60.8% 19%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%2314b8a6' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23f0fdfa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2314b8a6%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%2314b8a6' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a1a1a1' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a1a1a1' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-theme-default {
  --background: 0 0% 100%;
  --foreground: 0 0% 3.9%;
  --muted: 0 0% 96.1%;
  --muted-foreground: 0 0% 45.1%;
  --popover: 0 0% 100%;
  --popover-foreground: 0 0% 3.9%;
  --card: 0 0% 100%;
  --card-foreground: 0 0% 3.9%;
  --border: 0 0% 89.8%;
  --input: 0 0% 89.8%;
  --primary: 0 0% 9%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 96.1%;
  --secondary-foreground: 0 0% 9%;
  --accent: 0 0% 96.1%;
  --accent-foreground: 0 0% 9%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --ring: 0 0% 3.9%;
  --radius: 0.5rem;
  --scrollbar-track: 0 0% 89.8%;
  --scrollbar: 0 0% 79.8%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%23171717' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23171717%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23171717' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23737373' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23737373' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%230a0a0a%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.dark.uk-theme-default {
  --background: 0 0% 10.9%;
  --foreground: 0 0% 98%;
  --muted: 0 0% 14.9%;
  --muted-foreground: 0 0% 63.9%;
  --popover: 0 0% 3.9%;
  --popover-foreground: 0 0% 98%;
  --card: 0 0% 3.9%;
  --card-foreground: 0 0% 98%;
  --border: 0 0% 30%;
  --input: 0 0% 40%;
  --primary: 0 0% 6%;
  --primary-foreground: 0 0% 98%;
  --secondary: 0 0% 14.9%;
  --secondary-foreground: 0 0% 98%;
  --accent: 0 0% 20.9%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 73% 64%;
  --destructive-foreground: 0 0% 98%;
  --ring: 0 0% 83.1%;
  --scrollbar-track: 0 0% 14.9%;
  --scrollbar: 0 0% 29.8%;
  --uk-form-checkbox-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='%230f0f0f' /%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%23fafafa' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E");
  --uk-form-checkbox-image-indeterminate: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%230f0f0f%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
  --uk-form-radio-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z' fill='%230f0f0f' fill-rule='evenodd' clip-rule='evenodd' %3E%3C/path%3E%3C/svg%3E%0A");
  --uk-form-list-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23a3a3a3' points='12 1 9 6 15 6' /%3E%3Cpolygon fill='%23a3a3a3' points='12 13 9 8 15 8' /%3E%3C/svg%3E%0A");
  --uk-divider-icon-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%234d4d4d%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  --uk-list-bullet-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fafafa%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E')
}

.uk-accordion-title {
  display: var(--uk-accordion-title-display, flex);
  justify-content: var(--uk-accordion-title-justify, space-between);
  align-items: var(--uk-accordion-title-align, start);
  overflow: var(--uk-accordion-title-overflow, hidden);
  padding: var(--uk-accordion-title-padding, 1rem 0 1rem 0);
  font-weight: var(--uk-accordion-title-font, 500)
}

.uk-accordion-title:hover {
  -webkit-text-decoration: var(--uk-accordion-title-hover-decoration, underline);
          text-decoration: var(--uk-accordion-title-hover-decoration, underline)
}

.uk-accordion-icon {
  flex: var(--uk-accordion-icon-flex, none);
  transition: var(--uk-accordion-icon-transition, 300ms transform);
  color: var(--uk-accordion-icon-color, hsl(var(--muted-foreground)))
}

.uk-open > .uk-accordion-title > .uk-accordion-icon {
  transform: rotate(180deg)
}

.uk-accordion-content {
  display: var(--uk-accordion-content-display, flow-root);
  padding: var(--uk-accordion-content-padding, 0 0 1rem 0)
}

.uk-accordion-content[hidden] {
  display: none
}

.uk-accordion > li {
  border-width: var(--uk-accordion-item-border-width, 0 0 1px 0);
  border-style: var(--uk-accordion-item-border-style, solid);
  border-color: var(--uk-accordion-item-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-alert {
  position: var(--uk-alert-position, relative);
  padding: var(--uk-alert-padding, 1rem 2rem 1rem 1rem);
  background-color: var(--uk-alert-bg, hsl(var(--muted) / .5));
  color: var(--uk-alert-color, hsl(var(--foreground)));
  border-radius: var(--uk-alert-radius, var(--uk-global-radius));
  border-width: var(--uk-alert-border-width, 1px);
  border-style: var(--uk-alert-border-style, solid);
  border-color: var(--uk-alert-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-alert-close {
  position: var(--uk-alert-close-position, absolute);
  inset: var(--uk-alert-close-inset, 1rem 1rem auto auto)
}

.uk-alert-destructive {
  --uk-alert-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-alert-color: hsl(var(--destructive-foreground));
  --uk-alert-border-color: hsl(var(--destructive) / var(--destructive-alpha, 1))
}

.uk-alert a:not([class]) {
  font-weight: var(--uk-alert-link-font-weight, 500);
  text-decoration-line: var(--uk-alert-link-decoration-line, underline);
  text-underline-offset: var(--uk-alert-link-underline-offset, 4px)
}

.uk-alert-title {
  font-weight: var(--uk-alert-title-font-weight, 500);
  line-height: var(--uk-alert-title-leading, none);
  letter-spacing: var(--uk-alert-title-tracking, -0.025em)
}

[class*='uk-anmt-'] {
  animation: 0.5s ease-out both
}

.uk-anmt-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear
}

.uk-anmt-scale-up {
  animation-name: uk-fade, uk-scale-up
}

.uk-anmt-scale-down {
  animation-name: uk-fade, uk-scale-down
}

.uk-anmt-slide-top {
  animation-name: uk-fade, uk-slide-top
}

.uk-anmt-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom
}

.uk-anmt-slide-left {
  animation-name: uk-fade, uk-slide-left
}

.uk-anmt-slide-right {
  animation-name: uk-fade, uk-slide-right
}

.uk-anmt-slide-top-sm {
  animation-name: uk-fade, uk-slide-top-sm
}

.uk-anmt-slide-bottom-sm {
  animation-name: uk-fade, uk-slide-bottom-sm
}

.uk-anmt-slide-left-sm {
  animation-name: uk-fade, uk-slide-left-sm
}

.uk-anmt-slide-right-sm {
  animation-name: uk-fade, uk-slide-right-sm
}

.uk-anmt-slide-top-md {
  animation-name: uk-fade, uk-slide-top-md
}

.uk-anmt-slide-bottom-md {
  animation-name: uk-fade, uk-slide-bottom-md
}

.uk-anmt-slide-left-md {
  animation-name: uk-fade, uk-slide-left-md
}

.uk-anmt-slide-right-md {
  animation-name: uk-fade, uk-slide-right-md
}

.uk-anmt-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s
}

.uk-anmt-shake {
  animation-name: uk-shake
}

.uk-anmt-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-anmt-stroke)
}

.uk-anmt-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in
}

.uk-anmt-fast {
  animation-duration: 0.1s
}

.uk-anmt-toggle:not(:hover):not(:focus) [class*='uk-anmt-'] {
  animation-name: none
}

@keyframes uk-fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes uk-scale-up {
  0% {
    transform: scale(0.9)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-top-sm {
  0% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom-sm {
  0% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left-sm {
  0% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right-sm {
  0% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-top-md {
  0% {
    transform: translateY(-50px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom-md {
  0% {
    transform: translateY(50px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left-md {
  0% {
    transform: translateX(-50px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right-md {
  0% {
    transform: translateX(50px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-kenburns {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}

@keyframes uk-shake {
  0%,100% {
    transform: translateX(0)
  }

  10% {
    transform: translateX(-9px)
  }

  20% {
    transform: translateX(8px)
  }

  30% {
    transform: translateX(-7px)
  }

  40% {
    transform: translateX(6px)
  }

  50% {
    transform: translateX(-5px)
  }

  60% {
    transform: translateX(4px)
  }

  70% {
    transform: translateX(-3px)
  }

  80% {
    transform: translateX(2px)
  }

  90% {
    transform: translateX(-1px)
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-anmt-stroke)
  }

  100% {
    stroke-dashoffset: 0
  }
}

.uk-avatar {
  background-color: hsl(var(--background));
  border-radius: var(--uk-avatar-radius, var(--uk-global-radius));
  position: relative;
  display: inline-flex;
  height: var(--uk-avatar-height, 2.5rem);
  width: var(--uk-avatar-width, 2.5rem);
  align-items: center;
  justify-content: center
}

.uk-avatar-image {
  height: 100%;
  width: 100%;
  overflow: hidden
}

.uk-avatar.uk-avatar-rounded {
  border-radius: 9999px
}

.uk-avatar.uk-avatar-rounded img, .uk-avatar.uk-avatar-rounded .uk-avatar-text {
  border-radius: 9999px
}

.uk-avatar.uk-avatar-bordered {
  border-width: var(--uk-avatar-bordered-border-width, 0.125rem);
  border-color: hsl(var(--border) / var(--border-alpha, 1));
  padding: var(--uk-avatar-bordered-padding, 0.25rem)
}

.uk-avatar img {
  border-radius: var(--uk-avatar-inner-radius, var(--uk-global-radius-s));
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.uk-avatar-dot::after, .uk-avatar-dot-top::after, .uk-avatar-dot-top-right::after, .uk-avatar-dot-right::after, .uk-avatar-dot-bottom-right::after, .uk-avatar-dot-bottom::after, .uk-avatar-dot-bottom-left::after, .uk-avatar-dot-left::after, .uk-avatar-dot-top-left::after {
  content: '';
  position: absolute;
  height: var(--uk-avatar-dot-size, 0.875rem);
  width: var(--uk-avatar-dot-size, 0.875rem);
  border-radius: 9999px;
  border-width: var(--uk-avatar-dot-border-width, 0.125rem);
  border-color: hsl(var(--background));
  background-color: var(--uk-avatar-dot-bg, hsl(var(--primary)));
  transform: translate(0, 0);
  z-index: var(--uk-avatar-dot-z-index, 10)
}

.uk-avatar-dot::after, .uk-avatar-dot-bottom-right::after {
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%)
}

.uk-avatar-dot-top::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%)
}

.uk-avatar-dot-top-right::after {
  top: 0;
  right: 0;
  transform: translate(25%, -25%)
}

.uk-avatar-dot-right::after {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%)
}

.uk-avatar-dot-bottom::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%)
}

.uk-avatar-dot-bottom-left::after {
  bottom: 0;
  left: 0;
  transform: translate(-25%, 25%)
}

.uk-avatar-dot-left::after {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%)
}

.uk-avatar-dot-top-left::after {
  top: 0;
  left: 0;
  transform: translate(-25%, -25%)
}

.uk-avatar-text {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--uk-avatar-inner-radius, var(--uk-global-radius-s))
}

.uk-badge {
  display: var(--uk-badge-display, inline-flex);
  justify-content: var(--uk-badge-justify-content, center);
  align-items: var(--uk-badge-align-items, center);
  height: var(--uk-badge-height, 1.25rem);
  min-width: var(--uk-badge-min-width, 1.25rem);
  padding: var(--uk-badge-padding, 0 0.375rem);
  font-size: var(--uk-badge-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-badge-leading, var(--uk-global-leading-s));
  font-weight: var(--uk-badge-font-weight, 600);
  border-radius: var(--uk-badge-radius, 500px);
  box-shadow: var(--uk-badge-box-shadow, var(--uk-global-shadow));
  border: var(--uk-badge-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-badge-bg, transparent);
  color: var(--uk-badge-color, hsl(var(--foreground)))
}

.uk-badge:hover {
  transition-property: var(--uk-badge-hover-transition-property, background-color);
  transition-duration: var(--uk-badge-hover-transition-duration, 150ms);
  transition-timing-function: var(--uk-badge-hover-transition-timing, ease-in-out);
  opacity: var(--uk-badge-hover-opacity, 0.8)
}

.uk-badge-primary {
  --uk-badge-border: 1px solid hsl(var(--primary));
  --uk-badge-bg: hsl(var(--primary));
  --uk-badge-color: hsl(var(--primary-foreground))
}

.uk-badge-secondary {
  --uk-badge-border: 1px solid hsl(var(--secondary));
  --uk-badge-bg: hsl(var(--secondary));
  --uk-badge-color: hsl(var(--secondary-foreground))
}

.uk-badge-destructive {
  --uk-badge-border: 1px solid hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-badge-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-badge-color: hsl(var(--destructive-foreground))
}

.uk-breadcrumb > * {
  display: var(--uk-breadcrumb-display, contents)
}

.uk-breadcrumb > * > * {
  display: var(--uk-breadcrumb-item-display, inline-flex);
  align-items: var(--uk-breadcrumb-item-align, center);
  color: var(--uk-breadcrumb-item-color, hsl(var(--muted-foreground)))
}

.uk-breadcrumb > * > :hover {
  -webkit-text-decoration: var(--uk-breadcrumb-item-hover-decoration, none);
          text-decoration: var(--uk-breadcrumb-item-hover-decoration, none);
  color: var(--uk-breadcrumb-item-hover-color, hsl(var(--foreground)));
  transition-property: var(--uk-breadcrumb-item-hover-transition-property, color);
  transition-duration: var(--uk-breadcrumb-item-hover-transition-duration, 150ms);
  transition-timing-function: var(--uk-breadcrumb-item-hover-transition-timing, ease-in-out)
}

.uk-breadcrumb > :last-child > span, .uk-breadcrumb > :last-child > a:not([href]) {
  font-weight: var(--uk-breadcrumb-active-font-weight, 500);
  color: var(--uk-breadcrumb-active-color, hsl(var(--foreground)))
}

.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  content: var(--uk-breadcrumb-divider, "/");
  display: var(--uk-breadcrumb-divider-display, inline-block);
  margin: var(--uk-breadcrumb-divider-margin, 0 0.75rem 0 0.5rem);
  color: var(--uk-breadcrumb-divider-color, hsl(var(--muted-foreground)))
}

.uk-breadcrumb > .uk-disabled > * {
  opacity: var(--uk-breadcrumb-disabled-opacity, 0.5);
  pointer-events: none
}

.\!uk-btn {
  display: var(--uk-btn-display, inline-flex) !important;
  align-items: var(--uk-btn-align-items, center) !important;
  justify-content: var(--uk-btn-justify-content, center) !important;
  gap: var(--uk-btn-gap, 0.5rem) !important;
  box-sizing: border-box !important;
  width: var(--uk-btn-width, auto) !important;
  height: var(--uk-btn-height) !important;
  padding: var(--uk-btn-padding) !important;
  font-size: var(--uk-btn-font-size) !important;
  line-height: var(--uk-btn-leading) !important;
  font-weight: var(--uk-btn-font-weight, 500) !important;
  text-align: var(--uk-btn-text-align, center) !important;
  white-space: var(--uk-btn-white-space, nowrap) !important;
  border-radius: var(--uk-btn-radius) !important;
  box-shadow: var(--uk-btn-shadow) !important;
  border-width: var(--uk-btn-border-width, 1px) !important;
  border-style: var(--uk-btn-border-style, solid) !important;
  border-color: var(--uk-btn-border-color, transparent) !important;
  background-color: var(--uk-btn-bg) !important;
  color: var(--uk-btn-color) !important
}

.uk-btn {
  display: var(--uk-btn-display, inline-flex);
  align-items: var(--uk-btn-align-items, center);
  justify-content: var(--uk-btn-justify-content, center);
  gap: var(--uk-btn-gap, 0.5rem);
  box-sizing: border-box;
  width: var(--uk-btn-width, auto);
  height: var(--uk-btn-height);
  padding: var(--uk-btn-padding);
  font-size: var(--uk-btn-font-size);
  line-height: var(--uk-btn-leading);
  font-weight: var(--uk-btn-font-weight, 500);
  text-align: var(--uk-btn-text-align, center);
  white-space: var(--uk-btn-white-space, nowrap);
  border-radius: var(--uk-btn-radius);
  box-shadow: var(--uk-btn-shadow);
  border-width: var(--uk-btn-border-width, 1px);
  border-style: var(--uk-btn-border-style, solid);
  border-color: var(--uk-btn-border-color, transparent);
  background-color: var(--uk-btn-bg);
  color: var(--uk-btn-color)
}

.\!uk-btn svg {
  pointer-events: none !important;
  width: var(--uk-btn-svg-size, 1rem) !important;
  height: var(--uk-btn-svg-size, 1rem) !important;
  flex-shrink: var(--uk-btn-svg-flex-shrink, 0) !important
}

.uk-btn svg {
  pointer-events: none;
  width: var(--uk-btn-svg-size, 1rem);
  height: var(--uk-btn-svg-size, 1rem);
  flex-shrink: var(--uk-btn-svg-flex-shrink, 0)
}

.\!uk-btn::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important
}

.uk-btn::-moz-focus-inner {
  border: 0;
  padding: 0
}

.\!uk-btn:hover {
  transition-property: var(--uk-btn-hover-transition-property, background-color) !important;
  transition-duration: var(--uk-btn-hover-transition-duration, 150ms) !important;
  transition-timing-function: var(--uk-btn-hover-transition-timing, ease-in-out) !important
}

.uk-btn:hover {
  transition-property: var(--uk-btn-hover-transition-property, background-color);
  transition-duration: var(--uk-btn-hover-transition-duration, 150ms);
  transition-timing-function: var(--uk-btn-hover-transition-timing, ease-in-out)
}

.\!uk-btn:disabled {
  opacity: var(--uk-btn-disabled-opacity, 0.5) !important;
  pointer-events: none !important
}

.uk-btn:disabled {
  opacity: var(--uk-btn-disabled-opacity, 0.5);
  pointer-events: none
}

.uk-btn-default {
  --uk-btn-border-color: hsl(var(--border) / var(--border-alpha, 1));
  --uk-btn-bg: hsl(var(--background));
  --uk-btn-color: hsl(var(--foreground))
}

.uk-btn-default:hover, .uk-btn-default.uk-active, .uk-btn-ghost:not(:disabled):hover, .uk-btn-ghost.uk-active {
  --uk-btn-bg: hsl(var(--accent));
  --uk-btn-color: hsl(var(--accent-foreground))
}

.\!uk-btn-primary {
  --uk-btn-bg: hsl(var(--primary)) !important;
  --uk-btn-color: hsl(var(--primary-foreground)) !important
}

.uk-btn-primary {
  --uk-btn-bg: hsl(var(--primary));
  --uk-btn-color: hsl(var(--primary-foreground))
}

.\!uk-btn-primary:hover, .\!uk-btn-primary.uk-active {
  --uk-btn-bg: var(--uk-btn-primary-hover-bg, hsl(var(--primary) / 0.9)) !important;
  --uk-btn-color: hsl(var(--primary-foreground)) !important
}

.uk-btn-primary:hover, .uk-btn-primary.uk-active {
  --uk-btn-bg: var(--uk-btn-primary-hover-bg, hsl(var(--primary) / 0.9));
  --uk-btn-color: hsl(var(--primary-foreground))
}

.\!uk-btn-primary:hover, .\!uk-btn-primary.uk-active {
  --uk-btn-bg: var(--uk-btn-primary-hover-bg, hsl(var(--primary) / 0.9)) !important;
  --uk-btn-color: hsl(var(--primary-foreground)) !important
}

.uk-btn-secondary {
  --uk-btn-bg: hsl(var(--secondary));
  --uk-btn-color: hsl(var(--secondary-foreground))
}

.uk-btn-secondary:hover, .uk-btn-secondary.uk-active {
  --uk-btn-bg: var(--uk-btn-secondary-hover-bg, hsl(var(--secondary) / 0.8));
  --uk-btn-color: hsl(var(--secondary-foreground))
}

.uk-btn-destructive {
  --uk-btn-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-btn-color: hsl(var(--destructive-foreground))
}

.uk-btn-destructive:hover, .uk-btn-destructive.uk-active {
  --uk-btn-destructive-hover-alpha: calc(var(--destructive-alpha, 1) * 0.9);
  --uk-btn-bg: var(--uk-btn-destructive-hover-bg, hsl(var(--destructive) / var(--uk-btn-destructive-hover-alpha)));
  --uk-btn-color: hsl(var(--destructive-foreground))
}

.uk-btn-text {
  height: var(--uk-btn-text-height, auto);
  padding: var(--uk-btn-text-padding, 0);
  position: var(--uk-btn-text-position, relative);
  border-radius: var(--uk-btn-text-radius, 0);
  box-shadow: var(--uk-btn-text-shadow, none)
}

.uk-btn-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: var(--uk-btn-text-underline, 1px solid currentColor);
  transition: var(--uk-btn-text-underline-transition, right 0.3s ease-out)
}

.uk-btn-text:hover::before {
  right: 0
}

.uk-btn-text:disabled::before {
  display: none
}

.uk-btn-ghost {
  box-shadow: none
}

.uk-btn-icon {
  aspect-ratio: var(--uk-btn-icon-aspect-ratio, 1);
  padding: var(--uk-btn-icon-padding, 0)
}

.uk-btn-group {
  display: var(--uk-btn-group-display, inline-flex);
  position: relative;
  box-shadow: var(--uk-btn-shadow);
  border-radius: var(--uk-btn-radius)
}

.uk-btn-group .uk-btn {
  border-radius: 0;
  box-shadow: none
}

.uk-btn-group .\!uk-btn {
  border-radius: 0 !important;
  box-shadow: none !important
}

.uk-btn-group > .uk-btn:first-child {
  border-top-left-radius: var(--uk-btn-radius);
  border-bottom-left-radius: var(--uk-btn-radius)
}

.uk-btn-group > .\!uk-btn:first-child {
  border-top-left-radius: var(--uk-btn-radius) !important;
  border-bottom-left-radius: var(--uk-btn-radius) !important
}

.uk-btn-group > .uk-btn:last-child, .uk-btn-group > .uk-inline:last-child > .uk-btn {
  border-top-right-radius: var(--uk-btn-radius);
  border-bottom-right-radius: var(--uk-btn-radius)
}

.uk-btn-group > .\!uk-btn:last-child, .uk-btn-group > .uk-inline:last-child > .\!uk-btn {
  border-top-right-radius: var(--uk-btn-radius) !important;
  border-bottom-right-radius: var(--uk-btn-radius) !important
}

.uk-btn-group > .uk-btn:nth-child(n + 2), .uk-btn-group > div:nth-child(n + 2) .uk-btn {
  margin-left: -1px
}

.uk-btn-group > .\!uk-btn:nth-child(n + 2), .uk-btn-group > div:nth-child(n + 2) .\!uk-btn {
  margin-left: -1px !important
}

.uk-btn-group .uk-btn:hover, .uk-btn-group .uk-btn:focus, .uk-btn-group .uk-btn:active, .uk-btn-group .uk-btn.uk-active {
  position: relative;
  z-index: 1
}

.uk-btn-group .\!uk-btn:hover, .uk-btn-group .\!uk-btn:focus, .uk-btn-group .\!uk-btn:active, .uk-btn-group .\!uk-btn.uk-active {
  position: relative !important;
  z-index: 1 !important
}

.uk-btn-xs {
  --uk-btn-height: 1.75rem;
  --uk-btn-padding: 0.375rem 0.75rem;
  --uk-btn-font-size: var(--uk-global-font-size-s);
  --uk-btn-leading: var(--uk-global-leading-s)
}

.uk-btn-sm {
  --uk-btn-height: 2rem;
  --uk-btn-padding: 0.5rem 1rem;
  --uk-btn-font-size: var(--uk-global-font-size-s);
  --uk-btn-leading: var(--uk-global-leading-s)
}

.uk-btn-md {
  --uk-btn-height: 3rem;
  --uk-btn-padding: 0.75rem 1.5rem
}

.uk-btn-lg {
  --uk-btn-height: 3.5rem;
  --uk-btn-padding: 0.875rem 1.75rem
}

.uk-card {
  position: relative;
  box-sizing: border-box;
  border: var(--uk-card-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  border-radius: var(--uk-card-radius, var(--uk-global-radius));
  box-shadow: var(--uk-card-shadow, var(--uk-global-shadow));
  background-color: var(--uk-card-bg, hsl(var(--card)));
  color: var(--uk-card-color, hsl(var(--card-foreground)))
}

.uk-card-body, .uk-card-header, .uk-card-footer {
  padding: var(--uk-card-padding, 1rem)
}

.uk-card-body > :last-child, .uk-card-header > :last-child, .uk-card-footer > :last-child {
  margin-bottom: var(--uk-card-last-child-margin, 0)
}

.uk-card-title {
  font-size: var(--uk-card-title-font-size, 1.125rem);
  font-weight: var(--uk-card-title-weight, 600);
  line-height: var(--uk-card-title-height, 1);
  letter-spacing: var(--uk-card-title-tracking, -0.025em)
}

.uk-card-primary {
  --uk-card-border: 1px solid transparent;
  --uk-card-bg: hsl(var(--primary));
  --uk-card-color: hsl(var(--primary-foreground))
}

.uk-card-secondary {
  --uk-card-border: 1px solid transparent;
  --uk-card-bg: hsl(var(--secondary));
  --uk-card-color: hsl(var(--secondary-foreground))
}

.uk-card-destructive {
  --uk-card-border: 1px solid transparent;
  --uk-card-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-card-color: hsl(var(--destructive-foreground))
}

.uk-card-header + .uk-card-body, .uk-card-body + .uk-card-footer {
  padding-top: var(--uk-card-adjacent-padding, 0)
}

.uk-card-header ~ .uk-card-footer {
  padding-top: var(--uk-card-header-footer-padding, 0)
}

.uk-cmd-header {
  display: flex;
  align-items: center;
  gap: var(--uk-cmd-header-gap, 0.5rem);
  padding: var(--uk-cmd-header-padding, 0 0.75rem)
}

.uk-cmd-header-input {
  flex: 1;
  padding: var(--uk-cmd-header-input-padding, 0.75rem 0)
}

.uk-cmd-header-input input {
  width: 100%;
  background-color: transparent
}

.uk-cmd-header-input input:focus {
  outline: none
}

.uk-cmd-header-input input::-moz-placeholder {
  color: var(--uk-cmd-input-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-cmd-header-input input::placeholder {
  color: var(--uk-cmd-input-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-cmd-header-icon {
  width: var(--uk-cmd-header-icon-size, 1rem);
  height: var(--uk-cmd-header-icon-size, 1rem);
  flex: none;
  color: var(--uk-cmd-header-icon-color, hsl(var(--muted-foreground)))
}

.uk-cmd-header-esc {
  flex: none
}

.uk-cmd-body {
  max-height: var(--uk-cmd-body-max-height, 20rem)
}

.uk-cmd-item-wrapper {
  display: flex;
  flex: 1;
  align-items: center
}

.uk-cmd-item-icon {
  margin-right: var(--uk-cmd-item-icon-margin, 0.5rem);
  width: var(--uk-cmd-item-icon-size, 1rem);
  height: var(--uk-cmd-item-icon-size, 1rem);
  flex: none
}

.uk-cmd-item-text {
  flex: 1
}

.uk-cmd-item-key {
  font-family: var(--uk-cmd-item-key-font-family, var(--uk-global-font-family-mono));
  font-size: var(--uk-cmd-item-key-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-cmd-item-key-leading, var(--uk-global-leading-s));
  letter-spacing: var(--uk-cmd-item-key-tracking, 0.1em);
  color: var(--uk-cmd-item-key-color, hsl(var(--muted-foreground)))
}

.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: var(--uk-comment-header-margin, 1.25rem)
}

.uk-comment-body > :last-child, .uk-comment-header > :last-child {
  margin-bottom: 0
}

.uk-comment-title {
  font-size: var(--uk-comment-title-font-size, 1rem);
  font-weight: var(--uk-comment-title-font-weight, 500)
}

.uk-comment-meta {
  font-size: var(--uk-comment-meta-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-comment-meta-leading, var(--uk-global-leading-s));
  margin-top: var(--uk-comment-meta-margin-top, 0.25rem)
}

.uk-comment-list > :nth-child(n + 2) {
  margin-top: var(--uk-comment-list-gap, 0.75rem)
}

.uk-comment-list .uk-comment ~ ul {
  margin-inline-start: var(--uk-comment-nested-margin, 1.5rem);
  margin-top: var(--uk-comment-nested-margin-top, 1.5rem);
  border-inline-start-width: var(--uk-comment-nested-border-width, 1px);
  border-inline-start-style: var(--uk-comment-nested-border-style, solid);
  border-inline-start-color: var(--uk-comment-nested-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-comment-list .uk-comment ~ ul > :nth-child(n + 2) {
  margin-top: var(--uk-comment-nested-item-gap, 1.5rem)
}

.uk-comment-primary {
  border-radius: var(--uk-comment-primary-radius, var(--uk-global-radius));
  background-color: var(--uk-comment-primary-bg, hsl(var(--primary)));
  color: var(--uk-comment-primary-color, hsl(var(--primary-foreground)))
}

.uk-comment {
  padding: var(--uk-comment-padding, 0.75rem)
}

.uk-comment-avatar {
  height: var(--uk-comment-avatar-size, 2.5rem);
  width: var(--uk-comment-avatar-size, 2.5rem);
  overflow: hidden;
  border-radius: var(--uk-comment-avatar-radius, 9999px);
  background-color: var(--uk-comment-avatar-bg, hsl(var(--muted)))
}

.uk-comment-avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.uk-comment-list .uk-comment ~ ul > li {
  margin-left: var(--uk-comment-nested-item-margin, 0.75rem);
  margin-inline-start: var(--uk-comment-nested-item-margin, 0.75rem)
}

.uk-container {
  display: var(--uk-container-display, flow-root);
  box-sizing: var(--uk-container-box-sizing, content-box);
  max-width: var(--uk-container-max-width, 1200px);
  margin-left: var(--uk-container-margin-x, auto);
  margin-right: var(--uk-container-margin-x, auto);
  padding-left: var(--uk-container-padding-x, 1rem);
  padding-right: var(--uk-container-padding-x, 1rem)
}

.uk-container > :last-child {
  margin-bottom: var(--uk-container-last-child-margin, 0)
}

.uk-container .uk-container {
  padding-left: var(--uk-nested-container-padding-x, 0);
  padding-right: var(--uk-nested-container-padding-x, 0)
}

.uk-container-xs {
  max-width: var(--uk-container-xs-max-width, 750px)
}

.uk-container-sm {
  max-width: var(--uk-container-sm-max-width, 900px)
}

.uk-container-lg {
  max-width: var(--uk-container-lg-max-width, 1400px)
}

.uk-container-xl {
  max-width: var(--uk-container-xl-max-width, 1600px)
}

.uk-container-expand {
  max-width: var(--uk-container-expand-max-width, none)
}

.uk-container-expand-left {
  margin-left: var(--uk-container-expand-left-margin, 0)
}

.uk-container-expand-right {
  margin-right: var(--uk-container-expand-right-margin, 0)
}

.uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
  width: var(--uk-container-item-padding-remove-width, calc(100% + 1rem))
}

.uk-container-item-padding-remove-left {
  margin-left: var(--uk-container-item-padding-remove-left-margin, -1rem)
}

.uk-container-item-padding-remove-right {
  margin-right: var(--uk-container-item-padding-remove-right-margin, -1rem)
}

[uk-cover]:where(canvas, iframe, svg), [data-uk-cover]:where(canvas, iframe, svg) {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y))
}

iframe[uk-cover], iframe[data-uk-cover] {
  pointer-events: none
}

[uk-cover]:where(img, video), [data-uk-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}

.uk-cover-container {
  overflow: hidden;
  position: relative
}

.uk-custom-select-search {
  display: var(--uk-custom-select-search-display, flex);
  align-items: var(--uk-custom-select-search-align, center);
  padding: var(--uk-custom-select-search-padding, 0 0.75rem)
}

.uk-custom-select-search svg {
  margin: var(--uk-custom-select-search-icon-margin, 0 0.5rem 0 0);
  opacity: var(--uk-custom-select-search-icon-opacity, 0.5)
}

.uk-custom-select-search input {
  width: var(--uk-custom-select-search-input-width, 100%);
  padding: var(--uk-custom-select-search-input-padding, 0.75rem 0);
  background-color: transparent;
  outline: none
}

.uk-custom-select-search input::-moz-placeholder {
  color: var(--uk-custom-select-search-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-custom-select-search input::placeholder {
  color: var(--uk-custom-select-search-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-custom-select-options {
  max-height: var(--uk-custom-select-options-max-height, 10rem)
}

.uk-custom-select-item-wrapper {
  display: var(--uk-custom-select-item-wrapper-display, flex);
  flex: var(--uk-custom-select-item-wrapper-flex, 1);
  align-items: var(--uk-custom-select-item-wrapper-align, center)
}

.uk-custom-select-item-icon {
  margin: var(--uk-custom-select-item-icon-margin, 0 0.5rem 0 0);
  flex-shrink: var(--uk-custom-select-item-icon-shrink, 0)
}

.uk-custom-select-item-text {
  flex: var(--uk-custom-select-item-text-flex, 1)
}

.uk-custom-select-item-check {
  margin: var(--uk-custom-select-item-check-margin, 0 0 0 0.5rem);
  flex-shrink: var(--uk-custom-select-item-check-shrink, 0)
}

.uk-datepicker-dropdown {
  padding: var(--uk-datepicker-dropdown-padding, var(--uk-datepicker-spacing, 1rem))
}

.uk-datepicker-time {
  margin-top: var(--uk-datepicker-time-margin-top, var(--uk-datepicker-spacing, 1rem));
  display: flex;
  justify-content: center
}

.uk-cal {
  max-width: var(--uk-cal-max-width, calc(var(--uk-cal-cell-size, 2.5rem) * 7))
}

.uk-cal-header {
  margin-bottom: var(--uk-cal-header-margin-bottom, 0.5rem);
  display: flex;
  -moz-column-gap: var(--uk-cal-header-column-gap, 0.5rem);
  column-gap: var(--uk-cal-header-column-gap, 0.5rem)
}

.uk-cal-header-l, .uk-cal-header-r {
  flex: none
}

.uk-cal-jumper {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: var(--uk-cal-jumper-column-gap, 0.5rem);
  column-gap: var(--uk-cal-jumper-column-gap, 0.5rem)
}

.uk-cal-jumper .uk-input-fake {
  justify-content: center
}

.uk-cal-jumper input {
  width: var(--uk-cal-jumper-input-width, 3rem);
  text-align: center
}

.uk-cal-jumper input[type='number']::-webkit-inner-spin-button, .uk-cal-jumper input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.uk-cal-jumper input[type='number'] {
  -moz-appearance: textfield
}

.uk-cal-title {
  width: 100%;
  text-align: center;
  font-weight: var(--uk-cal-title-font-weight, 500)
}

.uk-cal-month-dropdown {
  --uk-dropdown-nav-item-padding: var(--uk-cal-month-dropdown-item-padding, 0.25rem);
  flex: 1 1 0%
}

.uk-cal-month-dropdown button {
  width: 100%
}

.uk-cal-month-dropdown .uk-drop {
  max-height: var(--uk-cal-month-dropdown-max-height, 10rem);
  min-width: var(--uk-cal-month-dropdown-min-width, 9rem);
  overflow-y: auto
}

.uk-cal-month-dropdown-item a {
  align-items: center;
  justify-content: space-between
}

.uk-cal table {
  display: flex;
  flex-direction: column;
  gap: var(--uk-cal-table-row-gap, 0.5rem)
}

.uk-cal table tbody {
  display: flex;
  flex-direction: column;
  gap: var(--uk-cal-table-body-row-gap, 0.5rem)
}

.uk-cal table thead th {
  width: var(--uk-cal-cell-size, 2.5rem);
  font-size: var(--uk-cal-cell-header-font-size, var(--font-size-small, 0.875rem));
  font-weight: 400;
  color: var(--uk-cal-cell-header-color, hsl(var(--muted-foreground)))
}

.uk-cal table tbody tr, .uk-cal table thead tr {
  display: flex;
  gap: var(--uk-cal-table-cell-gap, 0.125rem)
}

.uk-cal table tbody tr td {
  width: var(--uk-cal-cell-size, 2.5rem);
  height: var(--uk-cal-cell-size, 2.5rem);
  font-size: var(--uk-cal-cell-body-font-size, var(--font-size-base, 1rem));
  position: relative;
  padding: var(--uk-cal-cell-padding, 0px);
  text-align: center
}

.uk-cal table tbody tr td button {
  border-radius: var(--uk-cal-cell-radius, var(--global-radius-default, 0));
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap
}

.uk-cal table tbody tr td button:hover {
  background-color: var(--uk-cal-cell-hover-bg, var(--uk-cal-cell-hover-bg, hsl(var(--accent))));
  color: var(--uk-cal-cell-hover-color, var(--uk-cal-cell-hover-color, hsl(var(--accent-foreground))));
  transition-property: background-color;
  transition-duration: var(--uk-cal-cell-hover-transition-duration, var(--uk-cal-hover-duration, 150ms));
  transition-timing-function: ease-in-out
}

.uk-cal table tbody tr td button:disabled {
  opacity: 0.5
}

.uk-cal table tbody tr td.uk-cal-oom button {
  color: var(--uk-cal-cell-oom-color, hsl(var(--muted-foreground)))
}

.uk-cal table tbody tr td.uk-active button {
  background-color: var(--uk-cal-cell-active-bg, hsl(var(--primary)));
  color: var(--uk-cal-cell-active-color, hsl(var(--primary-foreground)))
}

.uk-cal table tbody tr td.uk-disabled button {
  opacity: 0.5
}

.uk-cal-divider table tbody {
  gap: var(--uk-cal-divider-table-body-row-gap, 0.25rem)
}

.uk-cal-divider table tbody tr {
  border-bottom-width: var(--uk-cal-divider-table-row-border-width, 1px);
  border-color: var(--uk-cal-divider-table-row-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-cal-divider table tbody tr td {
  margin-bottom: var(--uk-cal-divider-cell-margin-bottom, 0.25rem)
}

.uk-cal-divider table tbody tr:last-child {
  border-style: none
}

.uk-cal-marked::after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: var(--uk-cal-cell-body-font-size, 1rem) var(--uk-cal-cell-body-font-size, 1rem) 0 0;
  border-color: var(--uk-cal-marked-color, hsl(var(--destructive) / var(--destructive-alpha, 1))) transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: var(--uk-cal-cell-radius, var(--global-radius-default, 0))
}

.uk-input-time {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: var(--uk-input-time-column-gap, 0.25rem);
  column-gap: var(--uk-input-time-column-gap, 0.25rem)
}

.uk-input-time input {
  width: var(--uk-input-time-input-width, 3.5rem);
  text-align: center
}

.uk-input-time .uk-input-fake {
  width: var(--uk-input-time-fake-width, 3.5rem);
  justify-content: center
}

.uk-input-time input[type='number']::-webkit-inner-spin-button, .uk-input-time input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.uk-input-time input[type='number'] {
  -moz-appearance: textfield
}

[class*='uk-divider'] {
  border: none;
  height: var(--uk-divider-height, 1px)
}

.uk-hr {
  border-color: var(--uk-hr-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-divider-icon {
  opacity: var(--border-alpha);
  position: relative;
  height: var(--uk-divider-icon-height, 1.25rem);
  background-image: var(--uk-divider-icon-image);
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-divider-icon::before, .uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (3.5rem / 2));
  border-bottom: var(--uk-divider-icon-line-border, 1px solid hsl(var(--border)))
}

.uk-divider-icon::before {
  right: calc(50% + (3.5rem / 2));
  width: 100%
}

.uk-divider-icon::after {
  left: calc(50% + (3.5rem / 2));
  width: 100%
}

.uk-divider-sm {
  line-height: 0
}

.uk-divider-sm::after {
  content: "";
  display: inline-block;
  width: var(--uk-divider-sm-width, 100px);
  max-width: 100%;
  border-top: var(--uk-divider-sm-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  vertical-align: top;
  border-bottom: var(--uk-divider-sm-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-divider-vertical {
  width: -moz-max-content;
  width: max-content;
  height: var(--uk-divider-vertical-height, 100px);
  margin-left: auto;
  margin-right: auto;
  border-left: var(--uk-divider-vertical-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  border-bottom: var(--uk-divider-vertical-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: var(--uk-dotnav-margin-left, -0.75rem)
}

.uk-dotnav > * {
  flex: none;
  padding-left: var(--uk-dotnav-item-padding, 0.75rem)
}

.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: var(--uk-dotnav-dot-size, 10px);
  height: var(--uk-dotnav-dot-size, 10px);
  border: var(--uk-dotnav-dot-border, 1px solid hsl(var(--primary)));
  border-radius: 50%;
  background-color: var(--uk-dotnav-dot-bg, transparent);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color
}

.uk-dotnav > * > :hover {
  border-color: var(--uk-dotnav-dot-hover-border, transparent);
  background-color: var(--uk-dotnav-dot-hover-bg, hsl(var(--primary)))
}

.uk-dotnav > * > :active {
  border-color: var(--uk-dotnav-dot-active-border, transparent);
  background-color: var(--uk-dotnav-dot-active-bg, hsl(var(--primary)))
}

.uk-dotnav > .uk-active > * {
  border-color: var(--uk-dotnav-dot-current-border, transparent);
  background-color: var(--uk-dotnav-dot-current-bg, hsl(var(--primary)))
}

.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: var(--uk-dotnav-vertical-margin-top, -0.75rem)
}

.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: var(--uk-dotnav-vertical-item-padding-top, 0.75rem)
}

.uk-drop {
  display: none;
  position: absolute;
  z-index: var(--uk-drop-z-index, 1020);
  box-sizing: border-box;
  width: var(--uk-drop-width, 18rem);
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 8px
}

.uk-drop.uk-open {
  display: block
}

.uk-drop-stack .uk-drop-grid > * {
  width: 100%
}

.uk-drop-parent-icon {
  margin-left: var(--uk-drop-icon-margin, 0.5rem);
  transition: 0.3s transform
}

[aria-expanded='true'] > .uk-drop-parent-icon {
  transform: rotate(180deg)
}

.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  width: auto;
  background-color: hsl(var(--background))
}

.uk-dropbar > :last-child {
  margin-bottom: 0
}

.uk-dropbar-lg {
  padding: var(--uk-dropbar-lg-padding, 2.5rem 0)
}

.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 8px;
  width: var(--uk-dropdown-width, auto);
  border-radius: var(--uk-dropdown-radius, var(--uk-global-radius));
  box-shadow: var(--uk-dropdown-shadow, var(--uk-global-shadow));
  border-width: var(--uk-dropdown-border-width, 1px);
  border-style: var(--uk-dropdown-border-style, solid);
  border-color: var(--uk-dropdown-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-dropdown-bg, hsl(var(--popover)));
  color: var(--uk-dropdown-color, hsl(var(--popover-foreground)))
}

.uk-dropdown-dropbar {
  width: var(--uk-dropdown-dropbar-width, auto);
  background-color: var(--uk-dropdown-dropbar-bg, transparent);
  box-shadow: var(--uk-dropdown-dropbar-shadow, none);
  --uk-position-viewport-offset: 1rem
}

.uk-dropdown-nav {
  --uk-nav-item-hover-decoration: none;
  --uk-nav-item-padding: var(--uk-dropdown-nav-item-padding, 0.375rem 0.25rem);
  --uk-nav-item-margin: var(--uk-dropdown-nav-item-margin, 0.25rem);
  --uk-nav-item-display: var(--uk-dropdown-nav-item-display, flex);
  --uk-nav-item-align-items: var(--uk-dropdown-nav-item-align, center);
  --uk-nav-item-hover-bg: var(--uk-dropdown-nav-item-hover-bg, hsl(var(--accent)));
  --uk-nav-item-hover-color: var(--uk-dropdown-nav-item-hover-color, hsl(var(--accent-foreground)));
  --uk-nav-header-padding: var(--uk-dropdown-nav-header-padding, 0.375rem 0.25rem);
  --uk-nav-header-margin: var(--uk-dropdown-nav-header-margin, 0.25rem);
  --uk-nav-header-font-weight: var(--uk-dropdown-nav-header-weight, 600);
  --uk-nav-divider-margin: var(--uk-dropdown-nav-divider-margin, 0);
  --uk-nav-divider-width: var(--uk-dropdown-nav-divider-border-width, 1px) 0 0 0;
  --uk-nav-divider-style: var(--uk-dropdown-nav-divider-border-style, solid);
  --uk-nav-divider-color: var(--uk-dropdown-nav-divider-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  -webkit-user-select: var(--uk-dropdown-nav-item-select, none);
     -moz-user-select: var(--uk-dropdown-nav-item-select, none);
          user-select: var(--uk-dropdown-nav-item-select, none)
}

.uk-dropnav-dropbar {
  position: absolute;
  z-index: var(--uk-dropnav-z);
  padding: 0;
  left: 0;
  right: 0
}

.uk-input {
  overflow: var(--uk-form-input-overflow, visible)
}

.uk-select {
  text-transform: var(--uk-form-select-text-transform, none)
}

.uk-select optgroup {
  font: var(--uk-form-select-optgroup-font, inherit);
  font-weight: var(--uk-form-select-optgroup-font-weight, bold)
}

.uk-textarea {
  overflow: var(--uk-form-textarea-overflow, auto)
}

.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {
  opacity: 1
}

.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {
  cursor: var(--uk-form-radio-cursor, pointer)
}

.uk-fieldset {
  min-width: var(--uk-form-fieldset-min-width, 0)
}

.uk-input, .uk-textarea {
  -webkit-appearance: none
}

.uk-input, .uk-select, .uk-textarea, .uk-input-fake {
  max-width: var(--uk-form-input-max-width, 100%);
  width: var(--uk-form-input-width, 100%);
  border-radius: var(--uk-form-input-radius);
  box-shadow: var(--uk-form-input-shadow);
  padding: var(--uk-form-input-padding);
  font-size: var(--uk-form-input-font-size);
  line-height: var(--uk-form-input-leading);
  border-width: var(--uk-form-input-border-width, 1px);
  border-style: var(--uk-form-input-border-style, solid);
  border-color: var(--uk-form-input-border-color, hsl(var(--input) / var(--input-alpha, 1)));
  background-color: var(--uk-form-input-bg, transparent);
  color: var(--uk-form-input-color, hsl(var(--foreground)))
}

.uk-input, .uk-select:not([multiple]):not([size]) {
  vertical-align: var(--uk-form-input-select-vertical-align, middle);
  display: var(--uk-form-input-select-display, inline-block);
  height: var(--uk-form-input-height)
}

.uk-select[multiple], .uk-select[size], .uk-textarea {
  vertical-align: var(--uk-form-textarea-select-multi-vertical-align, top);
  min-height: var(--uk-form-textarea-select-multi-min-height, 4rem);
  padding-top: var(--uk-form-textarea-select-multi-padding-y, 0.625rem);
  padding-bottom: var(--uk-form-textarea-select-multi-padding-y, 0.625rem)
}

.uk-select[multiple], .uk-select[size] {
  resize: var(--uk-form-select-multi-resize, vertical)
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus, .uk-input-fake:focus {
  outline-width: var(--uk-form-focus-outline-width, 0);
  outline-style: var(--uk-form-focus-outline-style, none);
  outline-offset: var(--uk-form-focus-outline-offset, 0px);
  box-shadow: var(--uk-form-focus-shadow, 0 0 0 1px hsl(var(--ring)))
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled, .uk-input-fake:disabled {
  opacity: var(--uk-form-disabled-opacity, 0.5)
}

.uk-input::-moz-placeholder {
  color: var(--uk-form-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-input::placeholder {
  color: var(--uk-form-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-textarea::-moz-placeholder {
  color: var(--uk-form-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-textarea::placeholder {
  color: var(--uk-form-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-form-destructive:focus {
  box-shadow: var(--uk-form-destructive-shadow, 0 0 0 1px hsl(var(--destructive) / var(--destructive-alpha, 1)))
}

.uk-form-blank {
  background: var(--uk-form-blank-bg, none);
  border-color: var(--uk-form-blank-border-color, transparent);
  box-shadow: var(--uk-form-blank-shadow, none)
}

.uk-form-blank:focus {
  box-shadow: var(--uk-form-blank-focus-shadow, none)
}

.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--uk-form-list-image);
  background-repeat: var(--uk-form-select-single-bg-repeat, no-repeat);
  background-position: var(--uk-form-list-image-position);
  padding-right: var(--uk-form-select-single-padding-right, 1.5rem)
}

.uk-select:not([multiple]):not([size]) option {
  color: var(--uk-form-select-single-option-color, #18181b)
}

.uk-input[list] {
  padding-right: var(--uk-form-input-list-padding-right, 1.25rem);
  background-repeat: var(--uk-form-input-list-bg-repeat, no-repeat);
  background-position: var(--uk-form-list-image-position)
}

.uk-input[list]:hover, .uk-input[list]:focus {
  background-image: var(--uk-form-list-image)
}

.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important
}

.uk-radio, .uk-checkbox {
  display: var(--uk-form-radio-display, inline-block);
  height: var(--uk-form-radio-height, 1rem);
  width: var(--uk-form-radio-width, 1rem);
  overflow: var(--uk-form-radio-overflow, hidden);
  margin-top: var(--uk-form-radio-margin-top, -4px);
  vertical-align: var(--uk-form-radio-vertical-align, middle);
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: var(--uk-form-radio-bg-repeat, no-repeat);
  background-position: var(--uk-form-radio-bg-position, 50% 50%);
  border-radius: var(--uk-form-radio-radius);
  box-shadow: var(--uk-form-radio-shadow);
  border: var(--uk-form-radio-border, 1px solid hsl(var(--primary)))
}

.uk-radio {
  border-radius: var(--uk-form-radio-radio-radius, 50%)
}

.uk-radio:focus, .uk-checkbox:focus {
  outline: var(--uk-form-radio-focus-outline, none);
  outline-offset: var(--uk-form-radio-focus-outline-offset, 0px);
  box-shadow: var(--uk-form-radio-focus-shadow, 0 0 0 1px hsl(var(--ring)))
}

.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {
  box-shadow: var(--uk-form-radio-checked-focus-shadow, 0 0 0 1px hsl(var(--ring)))
}

.uk-radio:checked {
  background-image: var(--uk-form-radio-image)
}

.uk-checkbox:checked {
  background-image: var(--uk-form-checkbox-image)
}

.uk-checkbox:indeterminate {
  background-image: var(--uk-form-checkbox-image-indeterminate)
}

.uk-form-label {
  font-size: var(--uk-form-label-font-size, 0.875rem);
  font-weight: var(--uk-form-label-font-weight, 500);
  line-height: var(--uk-form-label-line-height, 1)
}

.uk-form-label-required::after {
  content: " *";
  color: var(--uk-form-label-required-color, hsl(var(--destructive) / var(--destructive-alpha, 1)))
}

.uk-form-stacked .uk-form-label {
  display: var(--uk-form-stacked-label-display, block);
  margin-bottom: var(--uk-form-stacked-label-margin-bottom, 5px)
}

.uk-form-icon {
  position: var(--uk-form-icon-position, absolute);
  top: var(--uk-form-icon-top, 0);
  bottom: var(--uk-form-icon-bottom, 0);
  left: var(--uk-form-icon-left, 0);
  width: var(--uk-form-icon-width, 2.5rem);
  display: var(--uk-form-icon-display, inline-flex);
  justify-content: var(--uk-form-icon-justify-content, center);
  align-items: var(--uk-form-icon-align-items, center)
}

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: var(--uk-form-icon-pointer-events, none)
}

.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  --uk-form-input-padding: 0.375rem 0.75rem 0.375rem 2.5rem
}

.uk-form-icon-flip {
  right: var(--uk-form-icon-flip-right, 0);
  left: var(--uk-form-icon-flip-left, auto)
}

.uk-form-icon-flip ~ .uk-input {
  --uk-form-input-padding: 0.375rem 2.5rem 0.375rem 0.75rem
}

.uk-toggle-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: var(--uk-toggle-switch-appearance, none);
  position: var(--uk-toggle-switch-position, relative);
  box-sizing: var(--uk-toggle-switch-box-sizing, border-box);
  border-radius: var(--uk-toggle-switch-radius, 2rem);
  box-shadow: var(--uk-form-toggle-switch-shadow);
  height: var(--uk-toggle-switch-height, 1.25rem);
  width: var(--uk-toggle-switch-width, 2.25rem);
  background-color: var(--uk-toggle-switch-bg, hsl(var(--input) / var(--input-alpha, 1)))
}

.uk-toggle-switch::before {
  content: var(--uk-toggle-switch-before-content, "");
  position: var(--uk-toggle-switch-before-position, absolute);
  top: var(--uk-toggle-switch-before-top, 50%);
  left: var(--uk-toggle-switch-before-left, 0);
  transform: var(--uk-toggle-switch-before-transform, translate(0, -50%));
  box-sizing: var(--uk-toggle-switch-before-box-sizing, border-box);
  border-radius: var(--uk-toggle-switch-before-radius, 50%);
  transition-property: var(--uk-toggle-switch-before-transition-property, left);
  transition-duration: var(--uk-toggle-switch-before-transition-duration, .3s);
  transition-timing-function: var(--uk-toggle-switch-before-transition-timing-function, ease-in-out);
  margin-left: var(--uk-toggle-switch-before-margin-left, 0.125rem);
  height: var(--uk-toggle-switch-before-height, 1rem);
  width: var(--uk-toggle-switch-before-width, 1rem);
  background-color: var(--uk-toggle-switch-before-bg, hsl(var(--background)))
}

.uk-toggle-switch:checked::before {
  left: var(--uk-toggle-switch-checked-before-left, 1rem)
}

.uk-toggle-switch:disabled {
  opacity: var(--uk-toggle-switch-disabled-opacity, 0.5)
}

.uk-toggle-switch-primary:checked {
  background-color: var(--uk-toggle-switch-primary-checked-bg, hsl(var(--primary)))
}

.uk-toggle-switch-destructive:checked {
  background-color: var(--uk-toggle-switch-destructive-checked-bg, hsl(var(--destructive) / var(--destructive-alpha, 1)))
}

.uk-form-help {
  font-size: var(--uk-form-help-font-size, 0.8rem);
  font-weight: var(--uk-form-help-font-weight, 500)
}

[class*='uk-inline'] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}

.uk-input-fake {
  height: var(--uk-form-input-height);
  display: var(--uk-input-fake-display, flex);
  align-items: var(--uk-input-fake-align-items, center)
}

.uk-form-custom {
  display: var(--uk-form-custom-display, inline-block);
  position: var(--uk-form-custom-position, relative);
  max-width: var(--uk-form-custom-max-width, 100%);
  vertical-align: var(--uk-form-custom-vertical-align, middle)
}

.uk-form-custom select, .uk-form-custom input[type="file"] {
  position: var(--uk-form-custom-select-position, absolute);
  top: var(--uk-form-custom-select-top, 0);
  z-index: var(--uk-form-custom-select-z-index, 1);
  width: var(--uk-form-custom-select-width, 100%);
  height: var(--uk-form-custom-select-height, 100%);
  left: var(--uk-form-custom-select-left, 0);
  -webkit-appearance: none;
  opacity: var(--uk-form-custom-select-opacity, 0);
  cursor: var(--uk-form-custom-select-cursor, pointer)
}

.uk-form-custom input[type="file"] {
  font-size: var(--uk-form-custom-file-font-size, 500px);
  overflow: var(--uk-form-custom-file-overflow, hidden)
}

.uk-form-xs {
  --uk-form-input-font-size: var(--uk-global-font-size-s);
  --uk-form-input-leading: var(--uk-global-leading-s);
  --uk-form-input-height: 1.75rem;
  --uk-form-input-padding: 0.25rem 0.5rem
}

.uk-form-sm {
  --uk-form-input-font-size: var(--uk-global-font-size-s);
  --uk-form-input-leading: var(--uk-global-leading-s);
  --uk-form-input-height: 2rem;
  --uk-form-input-padding: 0.25rem 0.5rem
}

.uk-form-md {
  --uk-form-input-height: 3rem;
  --uk-form-input-padding: 0.5rem 1rem;
  --uk-form-list-image-position: right 4px center
}

.uk-form-lg {
  --uk-form-input-height: 3.5rem;
  --uk-form-input-padding: 0.5rem 1rem;
  --uk-form-list-image-position: right 8px center
}

.uk-form-icon.uk-disabled {
  opacity: var(--uk-toggle-switch-disabled-opacity, 0.5)
}

.uk-inline:has(input[disabled]) .uk-form-icon {
  opacity: var(--uk-toggle-switch-disabled-opacity, 0.5)
}

.uk-icon {
  display: inline-flex;
  color: var(--uk-icon-color, inherit);
  fill: var(--uk-icon-fill, currentcolor)
}

button.uk-icon:not(:disabled) {
  cursor: pointer
}

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}

.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: var(--uk-icon-fill-color, currentcolor)
}

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: var(--uk-icon-stroke-color, currentcolor)
}

.uk-icon > * {
  transform: var(--uk-icon-transform, translate(0, 0))
}

.uk-icon-image {
  width: var(--uk-icon-image-size, 1.25rem);
  height: var(--uk-icon-image-size, 1.25rem);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  max-width: none
}

.uk-input-pin {
  display: var(--uk-input-pin-display, inline-flex);
  align-items: var(--uk-input-pin-align, center);
  border-radius: var(--uk-input-pin-radius, var(--uk-form-input-radius));
  box-shadow: var(--uk-input-pin-shadow, var(--uk-form-input-shadow));
  --focus-shadow-color: hsl(var(--ring))
}

.uk-input-pin input {
  height: var(--uk-input-pin-input-height, var(--uk-form-input-height));
  width: var(--uk-input-pin-input-width, var(--uk-form-input-height));
  position: var(--uk-input-pin-input-position, relative);
  margin: var(--uk-input-pin-input-margin, 0 -1px 0 0);
  display: var(--uk-input-pin-input-display, flex);
  font-size: var(--uk-input-pin-input-font-size, var(--uk-form-input-font-size));
  line-height: var(--uk-input-pin-input-leading, var(--uk-form-input-leading));
  text-align: var(--uk-input-pin-input-align, center);
  background-color: transparent;
  outline: none;
  border-width: var(--uk-input-pin-input-border-width, 1px);
  border-style: var(--uk-input-pin-input-border-style, solid);
  border-color: var(--uk-input-pin-input-border-color, hsl(var(--input) / var(--input-alpha, 1)))
}

.uk-input-pin input::-moz-placeholder {
  color: var(--uk-input-pin-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-input-pin input::placeholder {
  color: var(--uk-input-pin-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-input-pin input:focus {
  z-index: var(--uk-input-pin-input-focus-z, 10);
  outline-width: var(--uk-input-pin-input-focus-outline-width, 2px);
  outline-style: var(--uk-input-pin-input-focus-outline-style, solid);
  outline-color: var(--uk-input-pin-input-focus-outline-color, transparent);
  outline-offset: var(--uk-input-pin-input-focus-outline-offset, 2px);
  box-shadow: var(--uk-input-pin-input-focus-shadow, 0 0 0 1px var(--focus-shadow-color))
}

.uk-input-pin input:focus::-moz-placeholder {
  color: var(--uk-input-pin-focus-placeholder-color, hsl(var(--background)))
}

.uk-input-pin input:focus::placeholder {
  color: var(--uk-input-pin-focus-placeholder-color, hsl(var(--background)))
}

.uk-input-pin.uk-form-destructive {
  --focus-shadow-color: hsl(var(--destructive) / var(--destructive-alpha, 1))
}

.uk-input-pin.uk-disabled input, .uk-input-pin input:disabled {
  opacity: var(--uk-input-pin-disabled-opacity, 0.5)
}

.uk-input-pin input:first-child {
  border-radius: var(--uk-input-pin-first-radius, var(--uk-form-input-radius) 0 0 var(--uk-form-input-radius))
}

.uk-input-pin input:last-child {
  border-radius: var(--uk-input-pin-last-radius, 0 var(--uk-form-input-radius) var(--uk-form-input-radius) 0)
}

.uk-input-pin.uk-input-pin-separated {
  gap: var(--uk-input-pin-separated-gap, 0.5rem);
  box-shadow: none
}

.uk-input-pin.uk-input-pin-separated input {
  margin: var(--uk-input-pin-separated-input-margin, 0);
  border-radius: var(--uk-input-pin-separated-input-radius, var(--uk-form-input-radius));
  box-shadow: var(--uk-input-pin-separated-input-shadow, var(--uk-form-input-shadow))
}

.uk-range {
  -webkit-appearance: var(--uk-range-webkit-appearance, none);
  box-sizing: var(--uk-range-box-sizing, border-box);
  margin: var(--uk-range-margin, 0);
  vertical-align: var(--uk-range-vertical-align, middle);
  max-width: var(--uk-range-max-width, 100%);
  width: var(--uk-range-width, 100%);
  background: var(--uk-range-background, transparent)
}

.uk-range:focus {
  outline: var(--uk-range-focus-outline, none)
}

.uk-range::-moz-focus-outer {
  border: none
}

.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: var(--uk-range-thumb-cursor, pointer)
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: var(--uk-range-thumb-cursor, pointer)
}

.uk-range::-webkit-slider-runnable-track {
  height: var(--uk-range-track-height, 3px);
  border-radius: var(--uk-range-track-radius, 500px);
  background-color: var(--uk-range-track-bg, hsl(var(--primary) / 0.2))
}

.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {
  background-color: var(--uk-range-track-active-bg, hsl(var(--primary) / 0.2))
}

.uk-range::-moz-range-track {
  height: var(--uk-range-track-height, 3px);
  border-radius: var(--uk-range-track-radius, 500px);
  background-color: var(--uk-range-track-bg, hsl(var(--primary) / 0.2))
}

.uk-range:focus::-moz-range-track {
  background-color: var(--uk-range-track-focus-bg, hsl(var(--primary) / 0.2))
}

.uk-range::-webkit-slider-thumb {
  -webkit-appearance: var(--uk-range-thumb-webkit-appearance, none);
  margin-top: var(--uk-range-thumb-margin-top, -7px);
  height: var(--uk-range-thumb-size, 1rem);
  width: var(--uk-range-thumb-size, 1rem);
  border-width: var(--uk-range-thumb-border-width, 1px);
  border-style: var(--uk-range-thumb-border-style, solid);
  border-color: var(--uk-range-thumb-border-color, hsl(var(--primary) / 0.5));
  border-radius: var(--uk-range-thumb-radius, 500px);
  background-color: var(--uk-range-thumb-bg, hsl(var(--background)))
}

.uk-range::-moz-range-thumb {
  border: var(--uk-range-thumb-border, 1px solid hsl(var(--primary) / 0.5));
  height: var(--uk-range-thumb-size, 1rem);
  width: var(--uk-range-thumb-size, 1rem);
  margin-top: var(--uk-range-thumb-margin-top, -7px);
  border-radius: var(--uk-range-thumb-radius, 500px);
  background-color: var(--uk-range-thumb-bg, hsl(var(--background)))
}

.uk-input-range {
  position: var(--uk-input-range-position, relative);
  display: var(--uk-input-range-display, block);
  height: var(--uk-input-range-height, 2.5rem);
  -webkit-user-select: var(--uk-input-range-select, none);
     -moz-user-select: var(--uk-input-range-select, none);
          user-select: var(--uk-input-range-select, none)
}

.uk-input-range-runnable-track {
  border-radius: var(--uk-global-radius);
  background-color: var(--uk-input-range-track-bg, hsl(var(--primary) / 0.2));
  position: var(--uk-input-range-track-position, absolute);
  left: var(--uk-input-range-track-left, 0);
  right: var(--uk-input-range-track-right, 0);
  top: var(--uk-input-range-track-top, 50%);
  height: var(--uk-input-range-track-height, 0.375rem);
  transform: var(--uk-input-range-track-transform, translateY(-50%))
}

.uk-input-range-track {
  border-radius: var(--uk-global-radius);
  background-color: var(--uk-input-range-active-track-bg, hsl(var(--primary)));
  position: var(--uk-input-range-track-position, absolute);
  top: var(--uk-input-range-track-top, 50%);
  height: var(--uk-input-range-track-height, 0.375rem);
  transform: var(--uk-input-range-track-transform, translateY(-50%))
}

.uk-input-range-knob {
  box-shadow: var(--uk-global-shadow);
  position: var(--uk-input-range-knob-position, absolute);
  top: var(--uk-input-range-knob-top, 50%);
  height: var(--uk-input-range-knob-size, 1rem);
  width: var(--uk-input-range-knob-size, 1rem);
  transform: var(--uk-input-range-knob-transform, translate(-50%, -50%));
  cursor: var(--uk-input-range-knob-cursor, pointer);
  border-radius: var(--uk-input-range-knob-radius, 9999px);
  border: var(--uk-input-range-knob-border, 1px solid hsl(var(--primary) / 0.5));
  background-color: var(--uk-input-range-knob-bg, hsl(var(--background)))
}

.uk-input-range-knob:disabled {
  cursor: var(--uk-input-range-knob-disabled-cursor, not-allowed)
}

.uk-input-range-label {
  position: var(--uk-input-range-label-position, absolute);
  top: var(--uk-input-range-label-top, 1rem);
  transform: var(--uk-input-range-label-transform, translateX(-50%));
  white-space: var(--uk-input-range-label-white-space, nowrap)
}

.uk-input-range-label.top {
  top: var(--uk-input-range-label-top-position, -1.5rem)
}

.uk-input-tag {
  background-color: transparent;
  display: var(--uk-input-tag-display, flex);
  min-height: var(--uk-input-tag-min-height, 2.5rem);
  padding: var(--uk-input-tag-padding, 0.5rem);
  gap: var(--uk-input-tag-gap, 0.25rem);
  flex-wrap: var(--uk-input-tag-wrap, wrap);
  align-items: var(--uk-input-tag-align, center);
  box-shadow: var(--uk-input-tag-shadow, var(--uk-form-input-shadow));
  border-radius: var(--uk-input-tag-radius, var(--uk-form-input-radius));
  border-width: var(--uk-input-tag-border-width, 1px);
  border-style: var(--uk-input-tag-border-style, solid);
  border-color: var(--uk-input-tag-border-color, hsl(var(--input) / var(--input-alpha, 1)));
  --focus-shadow-color: hsl(var(--ring))
}

.uk-input-tag:has(input:focus) {
  outline-width: var(--uk-input-tag-focus-outline-width, 2px);
  outline-style: var(--uk-input-tag-focus-outline-style, solid);
  outline-color: var(--uk-input-tag-focus-outline-color, transparent);
  outline-offset: var(--uk-input-tag-focus-outline-offset, 2px);
  box-shadow: var(--uk-input-tag-focus-shadow, 0 0 0 1px var(--focus-shadow-color))
}

.uk-input-tag.uk-disabled {
  opacity: var(--uk-input-tag-disabled-opacity, 0.5)
}

.uk-input-tag input {
  background-color: transparent;
  outline: none;
  min-height: var(--uk-input-tag-input-min-height, 1.75rem);
  flex: var(--uk-input-tag-input-flex, 1);
  padding: var(--uk-input-tag-input-padding, 0 0.25rem);
  color: var(--uk-input-tag-input-color, hsl(var(--foreground)))
}

.uk-input-tag input::-moz-placeholder {
  color: var(--uk-input-tag-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-input-tag input::placeholder {
  color: var(--uk-input-tag-placeholder-color, hsl(var(--muted-foreground)))
}

.uk-input-tag.uk-form-destructive {
  --focus-shadow-color: hsl(var(--destructive) / var(--destructive-alpha, 1))
}

.uk-label {
  display: inline-flex;
  align-items: center;
  padding: var(--uk-label-padding, 0.125rem 0.625rem);
  font-size: var(--uk-label-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-label-leading, var(--uk-global-leading-s));
  font-weight: var(--uk-label-font-weight, 600);
  border-radius: var(--uk-label-radius, var(--uk-global-radius));
  box-shadow: var(--uk-label-shadow, var(--uk-global-shadow));
  border: var(--uk-label-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-label-bg, transparent);
  color: var(--uk-label-color, hsl(var(--foreground)))
}

.uk-label:hover {
  transition-property: background-color;
  transition-duration: var(--uk-label-hover-duration, 150ms);
  transition-timing-function: ease-in-out;
  opacity: var(--uk-label-hover-opacity, 0.8)
}

.uk-label-primary {
  --uk-label-border: 1px solid hsl(var(--primary));
  --uk-label-bg: hsl(var(--primary));
  --uk-label-color: hsl(var(--primary-foreground))
}

.uk-label-secondary {
  --uk-label-border: 1px solid hsl(var(--secondary));
  --uk-label-bg: hsl(var(--secondary));
  --uk-label-color: hsl(var(--secondary-foreground))
}

.uk-label-destructive {
  --uk-label-border: 1px solid hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-label-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-label-color: hsl(var(--destructive-foreground))
}

.uk-leader {
  overflow: hidden
}

.uk-leader-fill::after {
  display: inline-block;
  margin-left: var(--uk-leader-spacing, 1rem);
  width: 0;
  content: attr(data-fill);
  white-space: nowrap
}

.uk-leader-fill.uk-leader-hide::after {
  display: none
}

.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--uk-lightbox-z-index, 1010);
  opacity: 0;
  transition: var(--uk-lightbox-transition, opacity 0.15s linear);
  touch-action: var(--uk-lightbox-touch-action, pinch-zoom);
  background: var(--uk-lightbox-bg, hsl(var(--background)))
}

.uk-lightbox.uk-open {
  display: block;
  opacity: 1
}

.uk-lightbox-page {
  overflow: hidden
}

.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  will-change: var(--uk-lightbox-will-change, transform, opacity);
  overflow: var(--uk-lightbox-items-overflow, auto)
}

.uk-lightbox-items > .uk-active {
  display: flex
}

.uk-lightbox-items-fit > * {
  align-items: center
}

.uk-lightbox-items-fit > * > * {
  max-width: 100vw;
  max-height: 100vh
}

.uk-lightbox-items-fit > * > :not(iframe) {
  width: auto;
  height: auto
}

.uk-lightbox-items.uk-lightbox-items-fit .uk-lightbox-zoom:hover {
  cursor: zoom-in
}

.uk-lightbox-items:not(.uk-lightbox-items-fit) .uk-lightbox-zoom:hover {
  cursor: zoom-out
}

.uk-lightbox-thumbnav-vertical :where(img, video) {
  max-width: var(--uk-lightbox-thumb-max-width, 100px)
}

.uk-lightbox-thumbnav:not(.uk-lightbox-thumbnav-vertical) :where(img, video) {
  max-height: var(--uk-lightbox-thumb-max-height, 100px)
}

.uk-lightbox-thumbnav:empty, .uk-lightbox-dotnav:empty {
  display: none
}

.uk-lightbox-caption {
  background-color: var(--uk-lightbox-caption-bg, hsl(var(--secondary)));
  padding: var(--uk-lightbox-caption-padding, 1rem);
  color: var(--uk-lightbox-caption-color, hsl(var(--secondary-foreground)))
}

.uk-lightbox-caption:empty {
  display: none
}

.uk-lightbox-iframe {
  width: var(--uk-lightbox-iframe-width, 80%);
  height: var(--uk-lightbox-iframe-height, 80%)
}

a.uk-link-muted, .uk-link-muted a, .uk-link-toggle .uk-link-muted {
  font-weight: var(--uk-link-muted-font-weight, 500);
  color: var(--uk-link-muted-color, hsl(var(--muted-foreground)));
  text-decoration-line: underline;
  text-underline-offset: var(--uk-link-underline-offset, 4px)
}

a.uk-link-text:hover, .uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text {
  text-decoration-line: underline;
  text-underline-offset: var(--uk-link-underline-offset, 4px)
}

a.uk-link-reset, .uk-link-reset a {
  text-decoration: none !important;
  font-weight: 400 !important
}

.uk-link-toggle {
  text-decoration: none !important
}

.uk-link {
  font-weight: var(--uk-link-font-weight, 500);
  text-decoration-line: underline;
  text-underline-offset: var(--uk-link-underline-offset, 4px)
}

.uk-keyval {
  border-radius: var(--uk-global-radius);
  box-shadow: var(--uk-global-shadow);
  border-width: 1px;
  border-color: hsl(var(--border) / var(--border-alpha, 1))
}

.uk-keyval-value-wrapper {
  width: 100%
}

.uk-keyval-actions {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.uk-list > * {
  -moz-column-break-inside: avoid;
  break-inside: avoid-column
}

.uk-list > * > :last-child {
  margin-bottom: 0
}

.uk-list > :nth-child(n+2), .uk-list > * > ul {
  margin-top: var(--uk-list-item-margin-top, 0.5rem)
}

.uk-list-disc, .uk-list-circle, .uk-list-square, .uk-list-decimal, .uk-list-hyphen {
  padding-left: var(--uk-list-indent, 32px)
}

.uk-list-disc {
  list-style-type: disc
}

.uk-list-circle {
  list-style-type: circle
}

.uk-list-square {
  list-style-type: square
}

.uk-list-decimal {
  list-style-type: decimal
}

.uk-list-hyphen {
  list-style-type: '–  '
}

.uk-list-muted > ::marker {
  color: var(--uk-list-marker-muted-color, hsl(var(--muted-foreground)))
}

.uk-list-primary > ::marker {
  color: var(--uk-list-marker-primary-color, hsl(var(--primary)))
}

.uk-list-secondary > ::marker {
  color: var(--uk-list-marker-secondary-color, hsl(var(--secondary-foreground)))
}

.uk-list-bullet > * {
  position: relative;
  padding-left: var(--uk-list-bullet-indent, 32px)
}

.uk-list-bullet > ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--uk-list-bullet-width, 32px);
  height: var(--uk-list-bullet-height, 1.5em);
  background-image: var(--uk-list-bullet-image);
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-list-divider > :nth-child(n+2) {
  margin-top: var(--uk-list-divider-item-margin-top, 0.5rem);
  border-top-width: var(--uk-list-divider-border-width, 1px);
  border-color: var(--uk-list-divider-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  padding-top: var(--uk-list-divider-item-padding-top, 0.5rem)
}

.uk-list-striped > * {
  padding: var(--uk-list-striped-item-padding, 0.5rem)
}

.uk-list-striped > *:nth-of-type(odd) {
  border-top-width: var(--uk-list-striped-border-width, 1px);
  border-bottom-width: var(--uk-list-striped-border-width, 1px);
  border-color: var(--uk-list-striped-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-list-striped > :nth-of-type(odd) {
  background-color: var(--uk-list-striped-background-color, hsl(var(--muted) / 0.5))
}

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0
}

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--uk-modal-z-index, 1010);
  overflow-y: auto;
  background-color: var(--uk-modal-bg, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: var(--uk-modal-transition, opacity 0.15s linear);
  padding: var(--uk-modal-padding);
  -webkit-backdrop-filter: blur(var(--uk-modal-overlay-blur));
  backdrop-filter: blur(var(--uk-modal-overlay-blur))
}

.uk-modal.uk-open {
  opacity: 1
}

.uk-modal-page {
  overflow: hidden
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: var(--uk-modal-dialog-width, 32rem);
  max-width: 100%;
  opacity: 0;
  transform: var(--uk-modal-dialog-transform, translateY(-100px));
  transition: var(--uk-modal-dialog-transition, 0.3s linear);
  transition-property: opacity, transform;
  border-radius: var(--uk-modal-radius);
  overflow: hidden;
  border-width: var(--uk-modal-dialog-border-width, 1px);
  border-style: solid;
  border-color: var(--uk-modal-dialog-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-modal-dialog-bg, hsl(var(--background)))
}

.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
  width: 1200px
}

.uk-modal-full {
  padding: 0 !important;
  background: none
}

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  max-width: 100%;
  transform: translateY(0);
  width: 100%;
  border-radius: var(--uk-modal-full-dialog-radius, 0px);
  border-style: var(--uk-modal-full-dialog-border-style, none)
}

.uk-modal-body {
  display: flow-root;
  padding: var(--uk-modal-padding-body)
}

.uk-modal-header {
  display: flow-root;
  padding: var(--uk-modal-padding-header)
}

.uk-modal-footer {
  display: flow-root;
  padding: var(--uk-modal-padding-footer)
}

.uk-modal-body > :last-child, .uk-modal-header > :last-child, .uk-modal-footer > :last-child {
  margin-bottom: 0
}

.uk-modal-title {
  font-size: var(--uk-modal-title-size, 1.125rem);
  font-weight: var(--uk-modal-title-weight, 600);
  line-height: var(--uk-modal-title-leading, 1);
  letter-spacing: var(--uk-modal-title-tracking, -0.025em)
}

.uk-modal-header + .uk-modal-body, .uk-modal-body + .uk-modal-footer {
  padding-top: var(--uk-modal-padding-top-between)
}

.uk-modal-header ~ .uk-modal-footer {
  padding-top: var(--uk-modal-padding-top-after-header)
}

.uk-modal-header + .uk-modal-body.uk-overflow-auto {
  padding-bottom: var(--uk-modal-padding-bottom-scrollable)
}

.uk-modal-body.uk-overflow-auto + .uk-modal-footer {
  padding-top: var(--uk-modal-padding-top-after-scrollable)
}

.uk-nav-primary, .uk-nav-secondary {
  --uk-nav-item-padding: 0.5rem 1rem;
  --uk-nav-item-margin: 0.25rem;
  --uk-nav-sub-item-padding: 0.5rem 1rem;
  --uk-nav-sub-item-margin: 0 0.5rem;
  --uk-nav-item-active-font-weight: 400;
  --uk-nav-item-hover-decoration: none
}

.uk-nav-primary .uk-nav-sub li > a:hover, .uk-nav-secondary .uk-nav-sub li > a:hover {
  --uk-nav-item-hover-bg: hsl(var(--accent));
  --uk-nav-item-hover-color: hsl(var(--accent-foreground))
}

.uk-nav-default {
  --uk-nav-item-color: hsl(var(--muted-foreground))
}

.uk-nav-default li > a:hover {
  --uk-nav-item-hover-color: hsl(var(--muted-foreground))
}

.uk-nav-default > li.uk-active {
  --uk-nav-item-font-weight: 500;
  --uk-nav-item-color: hsl(var(--foreground))
}

.uk-nav-primary > li.uk-active {
  --uk-nav-item-bg: hsl(var(--primary));
  --uk-nav-item-color: hsl(var(--primary-foreground))
}

.uk-nav-secondary > li.uk-active {
  --uk-nav-item-bg: hsl(var(--secondary));
  --uk-nav-item-color: hsl(var(--secondary-foreground))
}

.uk-nav-primary > li > a:hover, .uk-nav-secondary > li > a:hover {
  --uk-nav-item-hover-bg: hsl(var(--accent));
  --uk-nav-item-hover-color: hsl(var(--accent-foreground))
}

.uk-nav-header {
  font-size: var(--uk-nav-header-font-size, var(--uk-global-font-size));
  line-height: var(--uk-nav-header-leading, var(--uk-global-leading));
  font-weight: var(--uk-nav-header-font-weight, 600);
  margin: var(--uk-nav-header-margin, var(--uk-nav-item-margin));
  padding: var(--uk-nav-header-padding, var(--uk-nav-item-padding))
}

.uk-nav-divider {
  border-width: var(--uk-nav-divider-width, 1px 0 0 0);
  border-style: var(--uk-nav-divider-style, solid);
  border-color: var(--uk-nav-divider-color, hsl(var(--border) / var(--border-alpha, 1)))
}

ul.uk-nav-sub > :not([hidden]) ~ :not([hidden]) {
  margin-top: var(--uk-nav-sub-item-margin-top, 0.25rem);
  margin-bottom: calc(var(--uk-nav-sub-item-margin-bottom) * 0)
}

.uk-nav-sub ul > :not([hidden]) ~ :not([hidden]) {
  margin-top: var(--uk-nav-sub-item-margin-top, 0.25rem);
  margin-bottom: calc(var(--uk-nav-sub-item-margin-bottom) * 0)
}

.uk-nav-sub, .uk-nav-sub ul {
  border-inline-start-width: var(--uk-nav-sub-width);
  border-color: hsl(var(--border) / var(--border-alpha, 1));
  border-inline-start-color: hsl(var(--border) / var(--border-alpha, 1))
}

.uk-nav-sub {
  margin-inline-start: var(--uk-nav-sub-margin-start, 1.25rem);
  margin-inline-end: var(--uk-nav-sub-margin-end, 0.25rem)
}

.uk-nav-sub ul {
  margin-inline-start: var(--uk-nav-sub-deeper-margin-start, 1.25rem);
  margin-top: var(--uk-nav-sub-deeper-margin-top, 0.25rem)
}

.uk-nav-sub li {
  position: relative
}

.uk-nav-sub li::before {
  content: '';
  position: absolute;
  left: calc(var(--uk-nav-sub-width) * -1);
  bottom: 0px;
  top: 0px;
  width: var(--uk-nav-sub-width)
}

.uk-nav-sub li.uk-active::before {
  background-color: hsl(var(--primary))
}

.uk-nav-parent-icon {
  margin-inline-start: auto;
  transition: var(--uk-nav-parent-icon-transition, transform 0.3s ease-out)
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotate(180deg)
}

.uk-nav a {
  border-radius: var(--uk-global-radius)
}

.uk-nav li > a {
  display: var(--uk-nav-item-display, flex);
  align-items: var(--uk-nav-item-align-items, center)
}

.uk-nav > li > a {
  background-color: var(--uk-nav-item-bg);
  color: var(--uk-nav-item-color);
  padding: var(--uk-nav-item-padding);
  margin: var(--uk-nav-item-margin)
}

.uk-nav > li.uk-active > a {
  font-weight: var(--uk-nav-item-active-font-weight, 500)
}

.uk-nav li:not(.uk-active) > a:hover {
  background-color: var(--uk-nav-item-hover-bg);
  color: var(--uk-nav-item-hover-color);
  -webkit-text-decoration: var(--uk-nav-item-hover-decoration, underline);
          text-decoration: var(--uk-nav-item-hover-decoration, underline);
  transition-property: var(--uk-nav-item-hover-transition-property, background-color);
  transition-duration: var(--uk-nav-item-hover-transition-duration, 150ms);
  transition-timing-function: var(--uk-nav-item-hover-transition-timing, ease-in-out)
}

.uk-nav-sub a {
  background-color: var(--uk-nav-sub-bg, var(--uk-nav-item-bg));
  color: var(--uk-nav-sub-color, var(--uk-nav-item-color));
  padding: var(--uk-nav-sub-item-padding);
  margin: var(--uk-nav-sub-item-margin)
}

.uk-nav-sub li:not(.uk-active) > a:hover {
  background-color: var(--uk-nav-item-hover-bg);
  color: var(--uk-nav-item-hover-color);
  -webkit-text-decoration: var(--uk-nav-item-hover-decoration, underline);
          text-decoration: var(--uk-nav-item-hover-decoration, underline);
  transition-property: var(--uk-nav-item-hover-transition-property, background-color);
  transition-duration: var(--uk-nav-item-hover-transition-duration, 150ms);
  transition-timing-function: var(--uk-nav-item-hover-transition-timing, ease-in-out)
}

.uk-subnav {
  display: var(--uk-subnav-display, flex);
  align-items: var(--uk-subnav-align-items, center)
}

.uk-subnav > * > :first-child {
  transition: var(--uk-subnav-item-transition, 0.1s ease-in-out);
  transition-property: var(--uk-subnav-item-transition-property, color, background-color);
  display: var(--uk-subnav-item-display, flex);
  align-items: var(--uk-subnav-item-align-items, center);
  justify-content: var(--uk-subnav-item-justify-content, center);
  border-radius: var(--uk-subnav-item-radius, 9999px);
  padding-left: var(--uk-subnav-item-padding-horizontal, 1rem);
  padding-right: var(--uk-subnav-item-padding-horizontal, 1rem);
  text-align: var(--uk-subnav-item-text-align, center);
  font-weight: var(--uk-subnav-item-font-weight, 500);
  color: var(--uk-subnav-item-color, hsl(var(--muted-foreground)))
}

.uk-subnav > * > a:hover {
  color: var(--uk-subnav-item-hover-color, hsl(var(--primary)))
}

.uk-subnav > .uk-active > a {
  background-color: var(--uk-subnav-item-active-background);
  color: var(--uk-subnav-item-active-color)
}

.uk-subnav > .uk-active > a:hover {
  background-color: var(--uk-subnav-item-active-hover-background);
  color: var(--uk-subnav-item-active-hover-color)
}

.uk-subnav-primary {
  --uk-subnav-item-active-background: hsl(var(--primary));
  --uk-subnav-item-active-color: hsl(var(--primary-foreground));
  --uk-subnav-item-active-hover-background: hsl(var(--primary) / 0.8);
  --uk-subnav-item-active-hover-color: hsl(var(--primary-foreground))
}

.uk-subnav-secondary {
  --uk-subnav-item-active-background: hsl(var(--secondary));
  --uk-subnav-item-active-color: hsl(var(--secondary-foreground));
  --uk-subnav-item-active-hover-background: hsl(var(--secondary) / 0.8);
  --uk-subnav-item-active-hover-color: hsl(var(--secondary-foreground))
}

.uk-subnav-destructive {
  --uk-subnav-item-active-background: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-subnav-item-active-color: hsl(var(--destructive-foreground));
  --uk-subnav-item-active-hover-alpha: calc(var(--destructive-alpha, 1) * 0.8);
  --uk-subnav-item-active-hover-background: hsl(var(--destructive) / var(--uk-subnav-item-active-hover-alpha));
  --uk-subnav-item-active-hover-color: hsl(var(--destructive-foreground))
}

.uk-notification {
  position: fixed;
  top: var(--uk-notification-offset-y, 10px);
  left: var(--uk-notification-offset-x, 10px);
  z-index: var(--uk-notification-z-index, 1040);
  box-sizing: border-box;
  width: var(--uk-notification-width, 350px)
}

.uk-notification-top-right, .uk-notification-bottom-right {
  left: auto;
  right: var(--uk-notification-offset-x, 10px)
}

.uk-notification-top-center, .uk-notification-bottom-center {
  left: 50%;
  margin-left: calc(var(--uk-notification-width, 350px) / -2)
}

.uk-notification-bottom-left, .uk-notification-bottom-right, .uk-notification-bottom-center {
  top: auto;
  bottom: var(--uk-notification-offset-y, 10px)
}

.uk-notification-message {
  position: relative;
  cursor: pointer;
  border-radius: var(--uk-notification-radius, var(--uk-global-radius));
  box-shadow: var(--uk-notification-shadow, var(--uk-global-shadow));
  border: var(--uk-notification-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-notification-bg, hsl(var(--background)));
  padding: var(--uk-notification-padding, 1rem 1.5rem 1rem 1rem);
  color: var(--uk-notification-color, hsl(var(--foreground)))
}

* + .uk-notification-message {
  margin-top: var(--uk-notification-gap, 10px)
}

.uk-notification-close {
  display: none;
  position: absolute;
  right: var(--uk-notification-close-offset-x, 0.25rem);
  top: var(--uk-notification-close-offset-y, 0.25rem);
  padding: var(--uk-notification-close-padding, 0.25rem);
  color: var(--uk-notification-close-color, hsl(var(--foreground) / 0.5))
}

.uk-notification-message:hover .uk-notification-close {
  display: block
}

.uk-notification-message-primary {
  --uk-notification-border: 1px solid hsl(var(--primary));
  --uk-notification-bg: hsl(var(--primary));
  --uk-notification-color: hsl(var(--primary-foreground));
  --uk-notification-close-color: hsl(var(--primary-foreground) / 0.5)
}

.uk-notification-message-secondary {
  --uk-notification-border: 1px solid hsl(var(--secondary));
  --uk-notification-bg: hsl(var(--secondary));
  --uk-notification-color: hsl(var(--secondary-foreground));
  --uk-notification-close-color: hsl(var(--secondary-foreground) / 0.5)
}

.uk-notification-message-destructive {
  --uk-notification-border: 1px solid hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-notification-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-notification-color: hsl(var(--destructive-foreground));
  --uk-notification-close-color: hsl(var(--destructive-foreground) / 0.5)
}

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: var(--uk-offcanvas-z-index, 1000)
}

.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--uk-offcanvas-bar-width-i);
  box-sizing: border-box;
  width: var(--uk-offcanvas-bar-width);
  overflow-y: auto;
  border-right-width: var(--uk-offcanvas-bar-border-width, 1px);
  border-color: var(--uk-offcanvas-bar-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-offcanvas-bar-bg, hsl(var(--background)))
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: var(--uk-offcanvas-bar-width-i);
  border-right: none;
  border-left-width: var(--uk-offcanvas-bar-border-width, 1px);
  border-color: var(--uk-offcanvas-bar-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-open > .uk-offcanvas-bar {
  left: 0
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0
}

.uk-offcanvas-bar-animation {
  transition: var(--uk-offcanvas-bar-transition, left 0.3s ease-out)
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right
}

.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: var(--uk-offcanvas-reveal-transition, width 0.3s ease-out)
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: var(--uk-offcanvas-reveal-bar-left, 0)
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: var(--uk-offcanvas-flip-reveal-bar-left, auto);
  right: var(--uk-offcanvas-flip-reveal-bar-right, 0)
}

.uk-open > .uk-offcanvas-reveal {
  width: var(--uk-offcanvas-bar-width)
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: var(--uk-offcanvas-flip-reveal-right, 0);
  left: var(--uk-offcanvas-flip-reveal-left, auto)
}

.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none
}

.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--uk-offcanvas-overlay-bg, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: var(--uk-offcanvas-overlay-transition, opacity 0.15s linear);
  -webkit-backdrop-filter: blur(var(--uk-offcanvas-overlay-blur));
  backdrop-filter: blur(var(--uk-offcanvas-overlay-blur))
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: var(--uk-offcanvas-overlay-opacity, 1)
}

.uk-offcanvas-page, .uk-offcanvas-container {
  overflow-x: hidden clip
}

.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: var(--uk-offcanvas-container-transition, left 0.3s ease-out);
  box-sizing: border-box;
  width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: var(--uk-offcanvas-container-animation-left, var(--uk-offcanvas-bar-width))
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: var(--uk-offcanvas-container-flip-animation-left, var(--uk-offcanvas-bar-width-i))
}

.uk-pgn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--uk-pgn-gap, 0.25rem)
}

.uk-pgn > * {
  position: relative;
  flex: none
}

.uk-pgn > * > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--uk-pgn-item-gap, 0.5rem);
  box-sizing: border-box;
  width: var(--uk-pgn-item-width, auto);
  height: var(--uk-pgn-item-height, 2.5rem);
  padding: var(--uk-pgn-item-padding, 0.625rem 1.25rem);
  font-size: var(--uk-pgn-item-font-size, var(--uk-global-font-size));
  line-height: var(--uk-pgn-item-line-height, var(--uk-global-leading));
  font-weight: var(--uk-pgn-item-font-weight, 500);
  text-align: center;
  white-space: nowrap;
  border-radius: var(--uk-pgn-item-radius, var(--uk-global-radius));
  box-shadow: var(--uk-pgn-item-shadow, var(--uk-global-shadow-s));
  border-width: var(--uk-pgn-item-border-width, 1px);
  border-style: solid;
  border-color: var(--uk-pgn-item-border-color, transparent);
  background-color: var(--uk-pgn-item-bg, transparent);
  color: var(--uk-pgn-item-color, inherit)
}

.uk-pgn > * > * svg {
  pointer-events: none;
  width: var(--uk-pgn-item-svg-size, 1rem);
  height: var(--uk-pgn-item-svg-size, 1rem);
  flex-shrink: 0
}

.uk-pgn > * > *::-moz-focus-inner {
  border: 0;
  padding: 0
}

.uk-pgn > * > *:hover {
  transition-property: background-color;
  transition-duration: var(--uk-pgn-item-hover-duration, 150ms);
  transition-timing-function: ease-in-out
}

.uk-pgn > .uk-active > * {
  opacity: var(--uk-pgn-active-opacity, 0.8)
}

.uk-pgn > .uk-disabled > *, .uk-pgn > * > *:disabled {
  opacity: var(--uk-pgn-disabled-opacity, 0.5);
  pointer-events: none
}

.uk-pgn-xs > * > * {
  --uk-pgn-item-height: var(--uk-pgn-xs-item-height, 1.75rem);
  --uk-pgn-item-padding: var(--uk-pgn-xs-item-padding, 0.375rem 0.75rem);
  --uk-pgn-item-font-size: var(--uk-pgn-xs-item-font-size, var(--uk-global-font-size-s));
  --uk-pgn-item-line-height: var(--uk-pgn-xs-item-line-height, var(--uk-global-leading-s))
}

.uk-pgn-sm > * > * {
  --uk-pgn-item-height: var(--uk-pgn-sm-item-height, 2rem);
  --uk-pgn-item-padding: var(--uk-pgn-sm-item-padding, 0.5rem 1rem);
  --uk-pgn-item-font-size: var(--uk-pgn-sm-item-font-size, var(--uk-global-font-size-s));
  --uk-pgn-item-line-height: var(--uk-pgn-sm-item-line-height, var(--uk-global-leading-s))
}

.uk-pgn-md > * > * {
  --uk-pgn-item-height: var(--uk-pgn-md-item-height, 3rem);
  --uk-pgn-item-padding: var(--uk-pgn-md-item-padding, 0.75rem 1.5rem)
}

.uk-pgn-lg > * > * {
  --uk-pgn-item-height: var(--uk-pgn-lg-item-height, 3.5rem);
  --uk-pgn-item-padding: var(--uk-pgn-lg-item-padding, 0.875rem 1.75rem)
}

.uk-pgn-default > * > * {
  --uk-pgn-item-border-color: var(--uk-pgn-default-item-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  --uk-pgn-item-bg: var(--uk-pgn-default-item-bg, hsl(var(--background)));
  --uk-pgn-item-color: var(--uk-pgn-default-item-color, hsl(var(--foreground)))
}

.uk-pgn-default > * > *:hover,.uk-pgn-default > * > *.uk-active {
  --uk-pgn-item-bg: var(--uk-pgn-default-item-hover-bg, hsl(var(--accent)));
  --uk-pgn-item-color: var(--uk-pgn-default-item-hover-color, hsl(var(--accent-foreground)))
}

.uk-pgn-primary > * > * {
  --uk-pgn-item-bg: var(--uk-pgn-primary-item-bg, hsl(var(--primary)));
  --uk-pgn-item-color: var(--uk-pgn-primary-item-color, hsl(var(--primary-foreground)))
}

.uk-pgn-primary > * > *:hover,.uk-pgn-primary > * > *.uk-active {
  --uk-pgn-item-bg: var(--uk-pgn-primary-item-hover-bg, hsl(var(--primary) / 0.9));
  --uk-pgn-item-color: var(--uk-pgn-primary-item-hover-color, hsl(var(--primary-foreground)))
}

.uk-pgn-secondary > * > * {
  --uk-pgn-item-bg: var(--uk-pgn-secondary-item-bg, hsl(var(--secondary)));
  --uk-pgn-item-color: var(--uk-pgn-secondary-item-color, hsl(var(--secondary-foreground)))
}

.uk-pgn-secondary > * > *:hover,.uk-pgn-secondary > * > *.uk-active {
  --uk-pgn-item-bg: var(--uk-pgn-secondary-item-hover-bg, hsl(var(--secondary) / 0.8));
  --uk-pgn-item-color: var(--uk-pgn-secondary-item-hover-color, hsl(var(--secondary-foreground)))
}

.uk-pgn-ghost > * > *:not(:disabled):hover,.uk-pgn-ghost > * > *.uk-active {
  --uk-pgn-item-bg: var(--uk-pgn-ghost-item-hover-bg, hsl(var(--accent)));
  --uk-pgn-item-color: var(--uk-pgn-ghost-item-hover-color, hsl(var(--accent-foreground)))
}

.uk-pgn-ghost > * > * {
  box-shadow: var(--uk-pgn-ghost-item-shadow, none)
}

.uk-pgn-destructive > * > * {
  --uk-pgn-item-bg: var(--uk-pgn-destructive-item-bg, hsl(var(--destructive) / var(--destructive-alpha, 1)));
  --uk-pgn-item-color: var(--uk-pgn-destructive-item-color, hsl(var(--destructive-foreground)))
}

.uk-pgn-destructive > * > *:hover,.uk-pgn-destructive > * > *.uk-active {
  --uk-pgn-destructive-item-hover-alpha: calc(var(--destructive-alpha, 1) * 0.9);
  --uk-pgn-item-bg: var(--uk-pgn-destructive-item-hover-bg, hsl(var(--destructive) / var(--uk-pgn-destructive-item-hover-alpha)));
  --uk-pgn-item-color: var(--uk-pgn-destructive-item-hover-color, hsl(var(--destructive-foreground)))
}

.uk-placeholder {
  margin-bottom: var(--uk-placeholder-margin-bottom, 1.25rem);
  padding: var(--uk-placeholder-padding, 2rem 2rem);
  background: var(--uk-placeholder-background, transparent);
  border: var(--uk-placeholder-border, 1px dashed);
  border-color: var(--uk-placeholder-border-color, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-placeholder > :last-child {
  margin-bottom: 0
}

[class*='uk-position-top'], [class*='uk-position-bottom'], [class*='uk-position-left'], [class*='uk-position-right'], [class*='uk-position-center'] {
  position: absolute !important;
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box
}

.uk-position-top {
  top: 0;
  left: 0;
  right: 0
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0
}

.uk-position-top-left {
  top: 0;
  left: 0
}

.uk-position-top-right {
  top: 0;
  right: 0
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0
}

.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  width: -moz-max-content;
  width: max-content
}

.uk-position-center-vertical, [class*='uk-position-center-left'], [class*='uk-position-center-right'] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y))
}

.uk-position-center-left {
  left: 0
}

.uk-position-center-right {
  right: 0
}

.uk-position-center-vertical {
  left: 0;
  right: 0
}

.uk-position-center-left-out {
  right: 100%;
  width: -moz-max-content;
  width: max-content
}

.uk-position-center-right-out {
  left: 100%;
  width: -moz-max-content;
  width: max-content
}

.uk-position-bottom-center, .uk-position-center-horizontal, .uk-position-top-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  width: -moz-max-content;
  width: max-content
}

.uk-position-top-center {
  top: 0
}

.uk-position-bottom-center {
  bottom: 0
}

.uk-position-center-horizontal {
  top: 0;
  bottom: 0
}

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.uk-position-sm {
  margin: 0.5rem;
  --uk-position-margin-offset: 0.5rem
}

.uk-position-md {
  margin: 2.5rem;
  --uk-position-margin-offset: 2.5rem
}

.uk-position-lg {
  margin: 5rem;
  --uk-position-margin-offset: 5rem
}

.uk-position-relative {
  position: relative !important
}

.uk-position-absolute {
  position: absolute !important
}

.uk-position-fixed {
  position: fixed !important
}

.uk-position-sticky {
  position: sticky !important
}

.uk-position-z-index {
  z-index: 1
}

.uk-position-z-index-zero {
  z-index: 0
}

.uk-position-z-index-negative {
  z-index: -1
}

.uk-position-z-index-high {
  z-index: 990
}

.uk-position-xs {
  margin: 0.25rem;
  --uk-position-margin-offset: 0.25rem
}

.uk-position {
  margin: 1rem;
  --uk-position-margin-offset: 1rem
}

.uk-position-xl {
  margin: 10rem;
  --uk-position-margin-offset: 10rem
}

.uk-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  margin-bottom: var(--uk-progress-margin-bottom, 1.25rem);
  height: var(--uk-progress-height, 1rem);
  border-radius: var(--uk-progress-radius, 500px);
  overflow: hidden;
  background-color: var(--uk-progress-track-color, hsl(var(--primary) / 0.2))
}

.uk-progress::-webkit-progress-bar {
  background-color: transparent
}

.uk-progress::-webkit-progress-value {
  -webkit-transition: var(--uk-progress-transition, width 0.6s ease);
  transition: var(--uk-progress-transition, width 0.6s ease);
  background-color: var(--uk-progress-value-color, hsl(var(--primary)))
}

.uk-progress::-moz-progress-bar {
  -moz-transition: var(--uk-progress-transition, width 0.6s ease);
  transition: var(--uk-progress-transition, width 0.6s ease);
  background-color: var(--uk-progress-value-color, hsl(var(--primary)))
}

.uk-slider {
  -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
  overflow: hidden;
  overflow: clip
}

.uk-slider-items {
  display: flex;
  will-change: transform;
  position: relative;
  touch-action: pan-y
}

.uk-slider-items > * {
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative
}

.uk-slidenav {
  box-shadow: var(--uk-slidenav-shadow, var(--uk-global-shadow-s));
  display: inline-flex;
  height: var(--uk-slidenav-height, 2.25rem);
  width: var(--uk-slidenav-width, 2.25rem);
  align-items: center;
  justify-content: center;
  border-radius: var(--uk-slidenav-radius, 9999px);
  border-width: var(--uk-slidenav-border-width, 1px);
  border-color: var(--uk-slidenav-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-slidenav-bg, hsl(var(--background)))
}

.uk-slidenav:hover {
  background-color: var(--uk-slidenav-hover-bg, hsl(var(--accent)));
  color: var(--uk-slidenav-hover-color, hsl(var(--accent-foreground)))
}

.uk-slidenav:active {
  background-color: var(--uk-slidenav-active-bg, hsl(var(--accent)));
  color: var(--uk-slidenav-active-color, hsl(var(--accent-foreground)))
}

.uk-slidenav-lg {
  padding: var(--uk-slidenav-large-padding, 10px)
}

.uk-slidenav-container {
  display: flex
}

.uk-slidenav svg {
  height: var(--uk-slidenav-svg-height, 1rem);
  width: var(--uk-slidenav-svg-width, 1rem)
}

.uk-slideshow {
  -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y
}

.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity
}

.uk-slideshow-items > :not(.uk-active) {
  display: none
}

.uk-sortable {
  position: relative
}

.uk-sortable > :last-child {
  margin-bottom: 0
}

.uk-sortable-drag {
  position: fixed !important;
  z-index: var(--uk-sortable-drag-z-index, 1050) !important;
  pointer-events: none
}

.uk-sortable-placeholder {
  opacity: var(--uk-sortable-placeholder-opacity, 0);
  pointer-events: none
}

.uk-sortable-empty {
  min-height: var(--uk-sortable-empty-min-height, 3.5rem)
}

.uk-sortable-handle:hover {
  cursor: var(--uk-sortable-handle-hover-cursor, move)
}

.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(270deg)
  }
}

.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg)
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg)
  }
}

.uk-spinner {
}

.uk-stepper {
  display: flex
}

.uk-stepper-counter {
  counter-reset: item-counter
}

.uk-stepper-counter li {
  counter-increment: item-counter
}

.uk-stepper-default {
  justify-content: var(--uk-stepper-default-justify-content, start);
  color: var(--uk-stepper-default-color, hsl(var(--muted-foreground)));
  flex-wrap: var(--uk-stepper-default-flex-wrap, wrap);
  font-size: var(--uk-stepper-default-font-size, .875rem)
}

.uk-stepper-default li {
  display: flex;
  align-items: center;
  width: var(--uk-stepper-item-width, auto);
  text-wrap: nowrap;
  position: relative
}

.uk-stepper-default:has(li.uk-active) li.uk-active ~ li {
  color: var(--uk-stepper-default-inactive-color, hsl(var(--muted-foreground)))
}

.uk-stepper-default li.uk-active,.uk-stepper-default li.uk-stepper-checked, .uk-stepper-default:has(li.uk-active) li {
  color: var(--uk-stepper-default-active-color, hsl(var(--foreground)))
}

.uk-stepper-default .uk-stepper-checked a::before {
  content: "";
  display: var(--uk-stepper-checked-indicator-display, none);
  background-image: var(--uk-stepper-checked-indicator-image, var(--uk-form-radio-image));
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  height: var(--uk-stepper-checked-indicator-size, 1rem);
  width: var(--uk-stepper-checked-indicator-size, 1rem);
  justify-content: center;
  align-items: center;
  left: var(--uk-stepper-checked-indicator-offset-horizontal, 0);
  margin: 0;
  border: var(--uk-stepper-checked-indicator-border, 1px solid);
  border-color: var(--uk-stepper-checked-indicator-border-color, hsl(var(--primary)));
  border-radius: var(--uk-stepper-checked-indicator-radius, 50%)
}

.uk-stepper-default li:not(:last-child)::after {
  content: var(--uk-stepper-separator-content, "/");
  color: var(--uk-stepper-separator-color, hsl(var(--muted-foreground)));
  margin-left: var(--uk-stepper-separator-margin-horizontal-start, .5rem);
  margin-right: var(--uk-stepper-separator-margin-horizontal-end, .75rem)
}

.uk-sticky {
  position: relative;
  z-index: 980;
  box-sizing: border-box
}

.uk-sticky-fixed {
  margin: 0 !important;
  backface-visibility: hidden
}

.uk-sticky[class*='uk-anmt-'] {
  animation-duration: 0.2s
}

.uk-sticky.uk-anmt-reverse {
  animation-duration: 0.2s
}

.uk-sticky-placeholder {
  pointer-events: none
}

.uk-svg, .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor
}

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor
}

.uk-svg {
  transform: translate(0, 0)
}

.uk-switcher > :not(.uk-active) {
  display: none
}

.uk-tab {
  display: var(--uk-tab-display, flex);
  flex-wrap: var(--uk-tab-flex-wrap, wrap);
  padding: var(--uk-tab-padding, 0);
  position: var(--uk-tab-position, relative);
  list-style: var(--uk-tab-list-style, none);
  color: var(--uk-tab-color, hsl(var(--muted-foreground)))
}

.uk-tab::before {
  content: '';
  position: var(--uk-tab-before-position, absolute);
  inset: var(--uk-tab-before-inset, auto 0 0 0);
  border-bottom: var(--uk-tab-before-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-tab > * {
  flex: var(--uk-tab-item-flex, none);
  position: var(--uk-tab-item-position, relative)
}

.uk-tab > * > a {
  display: var(--uk-tab-link-display, flex);
  align-items: var(--uk-tab-link-align, center);
  justify-content: var(--uk-tab-link-justify, center);
  padding: var(--uk-tab-item-padding, 5px 10px);
  -moz-column-gap: var(--uk-tab-link-gap, 0.25em);
       column-gap: var(--uk-tab-link-gap, 0.25em);
  font-size: var(--uk-tab-link-font-size, 0.875rem);
  font-weight: var(--uk-tab-link-font-weight, 600);
  text-transform: var(--uk-tab-link-transform, none);
  color: var(--uk-tab-link-color, hsl(var(--muted-foreground)));
  border-bottom: var(--uk-tab-link-border, 2px solid transparent);
  transition: var(--uk-tab-link-transition, color 100ms ease-in-out)
}

.uk-tab > * > a:hover {
  -webkit-text-decoration: var(--uk-tab-link-hover-decoration, none);
          text-decoration: var(--uk-tab-link-hover-decoration, none)
}

.uk-tab > .uk-active > a {
  border-color: var(--uk-tab-active-border-color, hsl(var(--primary)));
  background-color: var(--uk-tab-active-bg, hsl(var(--background)));
  color: var(--uk-tab-active-color, hsl(var(--foreground)))
}

.uk-tab > .uk-disabled > a {
  opacity: var(--uk-tab-disabled-opacity, 0.5);
  pointer-events: var(--uk-tab-disabled-pointer-events, none)
}

.uk-tab-bottom::before {
  inset: var(--uk-tab-bottom-before-inset, 0 0 auto 0)
}

.uk-tab-bottom > * > a {
  border-width: var(--uk-tab-bottom-link-border-width, 2px 0 0 0);
  border-style: var(--uk-tab-bottom-link-border-style, solid);
  border-color: var(--uk-tab-bottom-link-border-color, transparent)
}

.uk-tab-left, .uk-tab-right {
  flex-direction: var(--uk-tab-vertical-direction, column);
  margin-left: var(--uk-tab-vertical-margin, 0)
}

.uk-tab-left > *, .uk-tab-right > * {
  padding-left: var(--uk-tab-vertical-item-padding, 0)
}

.uk-tab-left::before {
  inset: var(--uk-tab-left-before-inset, 0 0 0 auto);
  border-left: var(--uk-tab-left-before-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  border-bottom: none
}

.uk-tab-right::before {
  inset: var(--uk-tab-right-before-inset, 0 auto 0 0);
  border-left: var(--uk-tab-right-before-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  border-bottom: none
}

.uk-tab-left > * > a {
  justify-content: var(--uk-tab-left-link-justify, left);
  border-right: var(--uk-tab-left-link-border, 2px solid transparent);
  border-bottom: none
}

.uk-tab-right > * > a {
  justify-content: var(--uk-tab-right-link-justify, left);
  border-left: var(--uk-tab-right-link-border, 2px solid transparent);
  border-bottom: none
}

.uk-tab .uk-dropdown {
  margin-left: var(--uk-tab-dropdown-margin, 2rem)
}

.uk-tab-alt {
  display: var(--uk-tab-alt-display, flex);
  height: var(--uk-tab-alt-height, 2.25rem);
  width: var(--uk-tab-alt-width, 100%);
  align-items: var(--uk-tab-alt-align, center);
  justify-content: var(--uk-tab-alt-justify, center);
  padding: var(--uk-tab-alt-padding, 0.25rem);
  border-radius: var(--uk-tab-alt-radius, var(--uk-global-radius));
  background-color: var(--uk-tab-alt-bg, hsl(var(--muted)));
  color: var(--uk-tab-alt-color, hsl(var(--muted-foreground)))
}

.uk-tab-alt > * {
  flex-grow: var(--uk-tab-alt-item-grow, 1)
}

.uk-tab-alt > * > a {
  display: var(--uk-tab-alt-link-display, inline-flex);
  width: var(--uk-tab-alt-link-width, 100%);
  height: var(--uk-tab-alt-link-height, auto);
  align-items: var(--uk-tab-alt-link-align, center);
  justify-content: var(--uk-tab-alt-link-justify, center);
  padding: var(--uk-tab-alt-link-padding, 0.25rem 0.75rem);
  font-weight: var(--uk-tab-alt-link-font-weight, 500);
  white-space: var(--uk-tab-alt-link-whitespace, nowrap);
  -webkit-text-decoration: var(--uk-tab-alt-link-decoration, none);
          text-decoration: var(--uk-tab-alt-link-decoration, none)
}

.uk-tab-alt > .uk-active > a {
  border-radius: var(--uk-tab-alt-active-radius, var(--uk-global-radius-s));
  background-color: var(--uk-tab-alt-active-bg, hsl(var(--background)));
  color: var(--uk-tab-alt-active-color, hsl(var(--foreground)));
  border-bottom: none
}

.uk-table {
  width: var(--uk-table-width, 100%);
  border-collapse: var(--uk-table-collapse, collapse);
  border-spacing: var(--uk-table-spacing, 0)
}

.uk-table th {
  padding: var(--uk-table-cell-padding, 1rem 0.75rem);
  text-align: var(--uk-table-header-align, left);
  font-size: var(--uk-table-header-font-size, 0.875rem);
  font-weight: var(--uk-table-header-font-weight, normal);
  color: var(--uk-table-header-color, hsl(var(--muted-foreground)))
}

.uk-table td {
  padding: var(--uk-table-cell-padding, 1rem 0.75rem);
  vertical-align: var(--uk-table-cell-align, top)
}

.uk-table tfoot {
  font-size: var(--uk-table-footer-font-size, 0.875rem)
}

.uk-table caption {
  font-size: var(--uk-table-caption-font-size, 0.875rem);
  color: var(--uk-table-caption-color, hsl(var(--muted-foreground)))
}

.uk-table-middle, .uk-table-middle td {
  vertical-align: var(--uk-table-middle-align, middle) !important
}

.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: var(--uk-table-divider-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd) {
  border-top: var(--uk-table-striped-border-top, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  border-bottom: var(--uk-table-striped-border-bottom, 1px solid hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-table-striped-bg, hsl(var(--muted) / 0.5))
}

.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover {
  background-color: var(--uk-table-hover-bg, hsl(var(--muted) / 0.5));
  transition: var(--uk-table-hover-transition, background-color 150ms ease-in-out)
}

.uk-table > tr.uk-active, .uk-table tbody tr.uk-active {
  background-color: var(--uk-table-active-bg, hsl(var(--muted)))
}

.uk-table-justify th:first-child, .uk-table-justify td:first-child {
  padding-left: var(--uk-table-justify-padding-left, 0)
}

.uk-table-justify th:last-child, .uk-table-justify td:last-child {
  padding-right: var(--uk-table-justify-padding-right, 0)
}

.uk-table-shrink {
  width: var(--uk-table-shrink-width, 1px)
}

.uk-table-expand {
  min-width: var(--uk-table-expand-min-width, 10rem)
}

.uk-table-link {
  padding: var(--uk-table-link-padding, 0) !important
}

.uk-table-link > a {
  padding: var(--uk-table-cell-padding, 1rem 0.75rem);
  display: var(--uk-table-link-display, block)
}

.uk-table-striped > tr:nth-of-type(even):last-child, .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: var(--uk-table-striped-last-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-table-sm {
  --uk-table-cell-padding: 0.625rem 0.75rem
}

.uk-table-lg {
  --uk-table-cell-padding: 1.5rem 0.75rem
}

.uk-table-responsive {
  --uk-table-responsive-label-width: 50%;
  --uk-table-responsive-label-align: left;
  --uk-table-responsive-data-align: right;
  --uk-table-responsive-label-weight: 500;
  --uk-table-responsive-label-color: hsl(var(--muted-foreground));
  --uk-table-responsive-label-size: 0.875rem;
  --uk-table-responsive-row-border: 1px solid hsl(var(--border) / var(--border-alpha, 1));
  --uk-table-responsive-padding-y: 0.5rem
}

.uk-table-responsive.uk-table-responsive-compact {
  --uk-table-responsive-label-width: 40%;
  --uk-table-responsive-padding-y: 0.25rem
}

.uk-table-responsive.uk-table-responsive-stack td[data-label] {
  padding-left: var(--uk-table-cell-padding, 1rem);
  text-align: var(--uk-table-header-align, left)
}

.uk-table-responsive.uk-table-responsive-stack td[data-label]::before {
  position: static;
  display: block;
  width: auto;
  margin-bottom: var(--uk-table-responsive-stack-gap, 0.25rem);
  font-weight: var(--uk-table-responsive-label-weight, 500)
}

.uk-tag {
  display: var(--uk-tag-display, inline-flex);
  align-items: var(--uk-tag-align, center);
  min-height: var(--uk-tag-height, 1.75rem);
  padding: var(--uk-tag-padding, 0.25rem 0.5rem);
  gap: var(--uk-tag-gap, 0.5rem);
  font-size: var(--uk-tag-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-tag-leading, var(--uk-global-leading-s));
  border-radius: var(--uk-tag-radius, var(--uk-global-radius-s));
  background-color: var(--uk-tag-bg, transparent);
  color: var(--uk-tag-color, hsl(var(--foreground)));
  transition: none
}

.uk-tag:hover {
  transition-property: background-color;
  transition-duration: var(--uk-tag-hover-duration, 150ms);
  transition-timing-function: ease-in-out;
  opacity: var(--uk-tag-hover-opacity, 0.8)
}

.uk-tag-primary {
  --uk-tag-bg: hsl(var(--primary));
  --uk-tag-color: hsl(var(--primary-foreground))
}

.uk-tag-primary:hover {
  --uk-tag-bg: hsl(var(--primary) / 0.8)
}

.uk-tag-secondary {
  --uk-tag-bg: hsl(var(--secondary));
  --uk-tag-color: hsl(var(--secondary-foreground))
}

.uk-tag-secondary:hover {
  --uk-tag-bg: hsl(var(--secondary) / 0.8)
}

.uk-tag-destructive {
  --uk-tag-bg: hsl(var(--destructive) / var(--destructive-alpha, 1));
  --uk-tag-color: hsl(var(--destructive-foreground))
}

.uk-tag-destructive:hover {
  --uk-tag-destructive-alpha: calc(var(--destructive-alpha, 1) * 0.8);
  --uk-tag-bg: hsl(var(--destructive) / var(--uk-tag-destructive-alpha))
}

.uk-theme-switcher {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--uk-theme-switcher-gap, 1rem)
}

.uk-theme-switcher-key {
  gap: var(--uk-theme-switcher-key-gap, 0.5rem);
  display: flex;
  flex-direction: column;
  margin: var(--uk-theme-switcher-key-margin, 1rem 0 0 0)
}

.uk-theme-switcher-value {
  display: grid;
  grid-template-columns: var(--uk-theme-switcher-columns, repeat(3, minmax(0, 1fr)));
  gap: var(--uk-theme-switcher-value-gap, 0.5rem)
}

.uk-theme-switcher-value button {
  display: inline-flex;
  height: var(--uk-theme-switcher-button-height, 2rem);
  align-items: center;
  justify-content: start;
  padding: var(--uk-theme-switcher-button-padding, 0 0.75rem);
  font-size: var(--uk-theme-switcher-button-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-theme-switcher-button-leading, var(--uk-global-leading-s));
  font-weight: var(--uk-theme-switcher-button-font-weight, 500);
  border-radius: var(--uk-theme-switcher-button-radius, var(--uk-global-radius));
  box-shadow: var(--uk-theme-switcher-button-shadow, var(--uk-global-shadow-s));
  border: var(--uk-theme-switcher-button-border, 1px solid hsl(var(--input) / var(--input-alpha, 1)));
  background-color: var(--uk-theme-switcher-button-bg, hsl(var(--background)));
  color: var(--uk-theme-switcher-button-color, hsl(var(--foreground)))
}

.uk-theme-switcher-value button:hover {
  transition-property: background-color;
  transition-duration: var(--uk-theme-switcher-button-hover-duration, 150ms);
  transition-timing-function: ease-in-out;
  background-color: var(--uk-theme-switcher-button-hover-bg, hsl(var(--accent)));
  color: var(--uk-theme-switcher-button-hover-color, hsl(var(--accent-foreground)))
}

.uk-theme-switcher-value button.uk-active {
  border: var(--uk-theme-switcher-button-active-border, 1px solid hsl(var(--primary)));
  outline: var(--uk-theme-switcher-button-active-outline, 1px solid hsl(var(--primary)))
}

.uk-theme-switcher-hex {
  display: flex;
  height: var(--uk-theme-switcher-hex-size, 1rem);
  width: var(--uk-theme-switcher-hex-size, 1rem);
  flex-shrink: 0;
  transform: var(--uk-theme-switcher-hex-transform, translateX(-0.25rem));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: var(--uk-theme-switcher-hex-color, white)
}

.uk-theme-switcher-text:not(:first-child) {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: var(--uk-theme-switcher-text-margin, 0.5rem)
}

.uk-radii-none {
  --uk-global-radius-s: 0;
  --uk-global-radius: 0
}

.uk-radii-sm {
  --uk-global-radius-s: 0.25rem;
  --uk-global-radius: 0.125rem
}

.uk-radii-lg {
  --uk-global-radius-s: 0.375rem;
  --uk-global-radius: 0.5rem
}

.uk-shadows-none {
  --uk-global-shadow-s: 0 0 0 0;
  --uk-global-shadow: 0 0 0 0
}

.uk-shadows-md {
  --uk-global-shadow-s: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --uk-global-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
}

.uk-shadows-lg {
  --uk-global-shadow-s: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --uk-global-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)
}

.uk-font-sm {
  --uk-global-font-size: 0.875rem;
  --uk-global-leading: 1.25rem;
  --uk-global-font-size-s: 0.75rem;
  --uk-global-leading-s: 1rem
}

.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: var(--uk-thumbnav-margin-horizontal, -1rem)
}

.uk-thumbnav > * {
  padding-left: var(--uk-thumbnav-item-padding-horizontal, 1rem)
}

.uk-thumbnav > * > * {
  display: inline-block;
  position: relative
}

.uk-thumbnav > * > *::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: var(--uk-thumbnav-overlay-background, linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)));
  transition: var(--uk-thumbnav-overlay-transition, opacity 0.1s ease-in-out)
}

.uk-thumbnav > * > :hover::after {
  opacity: var(--uk-thumbnav-overlay-hover-opacity, 0)
}

.uk-thumbnav > .uk-active > *::after {
  opacity: var(--uk-thumbnav-overlay-active-opacity, 0)
}

.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: var(--uk-thumbnav-vertical-margin-horizontal, 0);
  margin-top: var(--uk-thumbnav-margin-vertical, -1rem)
}

.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: var(--uk-thumbnav-item-padding-vertical, 1rem)
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: var(--uk-tooltip-z-index, 1030);
  top: var(--uk-tooltip-top, 0);
  max-width: var(--uk-tooltip-max-width, 208px);
  padding: var(--uk-tooltip-padding, 0.375rem 0.75rem);
  font-size: var(--uk-tooltip-font-size, var(--uk-global-font-size-s));
  line-height: var(--uk-tooltip-leading, var(--uk-global-leading-s));
  border-radius: var(--uk-tooltip-radius, var(--uk-global-radius));
  background-color: var(--uk-tooltip-bg, hsl(var(--primary)));
  color: var(--uk-tooltip-color, hsl(var(--primary-foreground)));
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 8px
}

.uk-tooltip.uk-active {
  display: block
}

:where(.uk-transition-fade), :where([class*='uk-transition-scale']), :where([class*='uk-transition-slide']) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0
}

.uk-transition-fade, [class*='uk-transition-scale'], [class*='uk-transition-slide'] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0
}

.uk-transition-toggle:hover .uk-transition-fade, .uk-transition-toggle:focus .uk-transition-fade, .uk-transition-toggle .uk-transition-fade:focus-within, .uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1
}

[class*='uk-transition-scale'] {
  -webkit-backface-visibility: hidden
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03
}

.uk-transition-toggle:hover .uk-transition-scale-up, .uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle .uk-transition-scale-up:focus-within, .uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1
}

.uk-transition-toggle:hover .uk-transition-scale-down, .uk-transition-toggle:focus .uk-transition-scale-down, .uk-transition-toggle .uk-transition-scale-down:focus-within, .uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1
}

.uk-transition-slide-top {
  --uk-translate-y: -100%
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%
}

.uk-transition-slide-left {
  --uk-translate-x: -100%
}

.uk-transition-slide-right {
  --uk-translate-x: 100%
}

.uk-transition-slide-top-sm {
  --uk-translate-y: calc(-1 * 10px)
}

.uk-transition-slide-bottom-sm {
  --uk-translate-y: 10px
}

.uk-transition-slide-left-sm {
  --uk-translate-x: calc(-1 * 10px)
}

.uk-transition-slide-right-sm {
  --uk-translate-x: 10px
}

.uk-transition-slide-top-md {
  --uk-translate-y: calc(-1 * 3.5rem)
}

.uk-transition-slide-bottom-md {
  --uk-translate-y: 3.5rem
}

.uk-transition-slide-left-md {
  --uk-translate-x: calc(-1 * 3.5rem)
}

.uk-transition-slide-right-md {
  --uk-translate-x: 3.5rem
}

.uk-transition-toggle:hover [class*='uk-transition-slide'], .uk-transition-toggle:focus [class*='uk-transition-slide'], .uk-transition-toggle [class*='uk-transition-slide']:focus-within, .uk-transition-active.uk-active [class*='uk-transition-slide'] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1
}

.uk-transition-opaque {
  opacity: 1
}

.uk-transition-slow {
  transition-duration: 0.7s
}

.uk-transition-disable, .uk-transition-disable * {
  transition: none !important
}

.uk-text-lead {
  font-size: var(--uk-text-lead-font-size, 1.25rem);
  line-height: var(--uk-text-lead-line-height, 1.75rem);
  color: var(--uk-text-lead-color, hsl(var(--muted-foreground)))
}

.uk-text-meta {
  color: var(--uk-text-meta-color, var(--uk-chart-muted-color, hsl(var(--muted-foreground))))
}

.uk-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: var(--uk-text-background-background-color, #1e87f0);
  background-image: var(--uk-text-background-image, linear-gradient(90deg, #1e87f0 0%, #411ef0 100%))
}

.uk-paragraph {
  line-height: var(--uk-paragraph-line-height, 1.75rem)
}

.uk-paragraph:not(:first-child) {
  margin-top: var(--uk-paragraph-margin-top, 1.5rem)
}

.uk-blockquote {
  margin-top: var(--uk-blockquote-margin-top, 1.5rem);
  border-left-width: var(--uk-blockquote-border-width, 2px);
  border-color: var(--uk-blockquote-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  padding-left: var(--uk-blockquote-padding-left, 1.5rem);
  font-style: italic
}

.uk-codespan {
  position: relative;
  border-radius: var(--uk-codespan-radius, 0.25rem);
  background-color: var(--uk-codespan-bg, hsl(var(--muted)));
  padding: var(--uk-codespan-padding, 0.2rem 0.3rem);
  font-family: var(--uk-codespan-font-family, var(--uk-global-font-family-mono));
  font-weight: var(--uk-codespan-font-weight, 600)
}

.uk-kbd {
  display: var(--uk-kbd-display, inline-flex);
  align-items: var(--uk-kbd-align, center);
  padding: var(--uk-kbd-padding, 0 0.375rem);
  border-radius: var(--uk-global-radius);
  border-width: var(--uk-kbd-border-width, 1px);
  border-style: var(--uk-kbd-border-style, solid);
  border-color: var(--uk-kbd-border-color, hsl(var(--border) / var(--border-alpha, 1)));
  background-color: var(--uk-kbd-bg, hsl(var(--muted)));
  font-family: var(--uk-kbd-font-family, var(--uk-global-font-family-mono));
  font-size: var(--uk-kbd-font-size, 0.8rem);
  font-weight: var(--uk-kbd-font-weight, 500);
  color: var(--uk-kbd-color, hsl(var(--muted-foreground)));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.uk-hero-sm {
  font-size: var(--uk-hero-sm-font-size, 2.25rem);
  line-height: var(--uk-hero-sm-leading, 1)
}

.uk-hero-md {
  font-size: var(--uk-hero-md-font-size, 3rem);
  line-height: var(--uk-hero-md-leading, 1)
}

.uk-hero-lg {
  font-size: var(--uk-hero-lg-font-size, 3.75rem);
  line-height: var(--uk-hero-lg-line-height, 1)
}

.uk-hero-xl {
  font-size: var(--uk-hero-xl-font-size, 4.5rem);
  line-height: var(--uk-hero-xl-line-height, 1)
}

.uk-hero-2xl {
  font-size: var(--uk-hero-2xl-font-size, 5.25rem);
  line-height: var(--uk-hero-2xl-line-height, 1)
}

.uk-hero-3xl {
  font-size: var(--uk-hero-3xl-font-size, 6rem);
  line-height: var(--uk-hero-3xl-line-height, 1)
}

.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom-width: calc(0.2px + 0.05em);
  border-bottom-style: solid;
  border-bottom-color: var(--uk-heading-divider-border, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-heading-bullet {
  position: relative
}

.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left-width: calc(5px + 0.1em);
  border-left-style: solid;
  border-left-color: var(--uk-heading-bullet-border, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-heading-line {
  overflow: hidden
}

.uk-heading-line > * {
  display: inline-block;
  position: relative
}

.uk-heading-line > ::before, .uk-heading-line > ::after {
  content: "";
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid;
  border-color: var(--uk-heading-line-border, hsl(var(--border) / var(--border-alpha, 1)))
}

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em)
}

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em)
}

.uk-h1 {
  font-size: var(--uk-h1-font-size, 2.25rem);
  font-weight: var(--uk-h1-font-weight, 800);
  letter-spacing: var(--uk-h1-tracking, -0.025em);
  line-height: var(--uk-h1-leading, 1)
}

.uk-h2 {
  font-size: var(--uk-h2-font-size, 1.875rem);
  font-weight: var(--uk-h2-font-weight, 600);
  letter-spacing: var(--uk-h2-tracking, -0.025em);
  line-height: var(--uk-h2-line-height, 1)
}

.uk-h3 {
  font-size: var(--uk-h3-font-size, 1.5rem);
  font-weight: var(--uk-h3-font-weight, 600);
  letter-spacing: var(--uk-h3-tracking, -0.025em);
  line-height: var(--uk-h3-line-height, 1)
}

.uk-h4 {
  font-size: var(--uk-h4-font-size, 1.25rem);
  font-weight: var(--uk-h4-font-weight, 600);
  letter-spacing: var(--uk-h4-tracking, -0.025em);
  line-height: var(--uk-h4-line-height, 1)
}

@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: var(--uk-dropbar-padding-x-sm, 2rem);
    padding-right: var(--uk-dropbar-padding-x-sm, 2rem)
  }

  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 2rem
  }

  .uk-container {
    --uk-container-padding-x: 2rem
  }

  .uk-container-expand-left.uk-container-xs, .uk-container-expand-right.uk-container-xs {
    --uk-container-xs-max-width: calc(50% + (750px / 2) - 2rem)
  }

  .uk-container-expand-left.uk-container-sm, .uk-container-expand-right.uk-container-sm {
    --uk-container-sm-max-width: calc(50% + (900px / 2) - 2rem)
  }

  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    --uk-container-item-padding-remove-width: calc(100% + 2rem)
  }

  .uk-container-item-padding-remove-left {
    --uk-container-item-padding-remove-left-margin: -2rem
  }

  .uk-container-item-padding-remove-right {
    --uk-container-item-padding-remove-right-margin: -2rem
  }

  .uk-stepper {
    justify-content: center;
    flex-wrap: nowrap
  }

  .uk-stepper-default li {
    width: var(--uk-stepper-item-width-sm, 100%)
  }

  .uk-stepper-counter.uk-stepper-default li::before {
    content: counter(item-counter);
    display: inline-flex;
    margin-right: var(--uk-stepper-counter-margin-horizontal-end, .5rem)
  }

  .uk-stepper-default li:not(:last-child)::after {
    content: "";
    width: var(--uk-stepper-separator-width-sm, 100%);
    height: var(--uk-stepper-separator-height-sm, 1px);
    background: var(--uk-stepper-separator-color, hsl(var(--border) / var(--border-alpha, 1)));
    margin-left: var(--uk-stepper-separator-margin-horizontal-start, 1.5rem);
    margin-right: var(--uk-stepper-separator-margin-horizontal-end, 1.5rem)
  }

  .uk-stepper-default li:last-child {
    width: var(--uk-stepper-last-item-width-sm, auto)
  }

  .uk-stepper-default li.uk-stepper-checked::before {
    display: none
  }

  .uk-stepper-default .uk-stepper-checked a {
    padding-left: var(--uk-stepper-checked-padding-left, 1.5rem);
    display: inline-flex;
    align-items: center
  }

  .uk-stepper-default .uk-stepper-checked a::before {
    display: inline-flex
  }
}

@media (min-width: 768px) {
  .uk-dropbar {
    padding-left: var(--uk-dropbar-padding-x, 2.5rem);
    padding-right: var(--uk-dropbar-padding-x, 2.5rem)
  }

  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: var(--uk-dropdown-dropbar-offset, 2.5rem)
  }

  .uk-form-horizontal .uk-form-label {
    width: var(--uk-form-label-width, 200px);
    margin: var(--uk-form-label-margin, 7px 0 0 0);
    float: left
  }

  .uk-form-horizontal .uk-form-controls {
    margin: var(--uk-form-controls-margin, 0 0 0 21rem)
  }

  .uk-form-horizontal .uk-form-controls-text {
    padding: var(--uk-form-controls-text-padding, 7px 0 0 0)
  }
}

@media (min-width: 960px) {
  .uk-container-expand-left, .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 2.5rem)
  }

  .uk-container-expand-left.uk-container-xs, .uk-container-expand-right.uk-container-xs {
    --uk-container-xs-max-width: calc(50% + (750px / 2) - 2.5rem)
  }

  .uk-container-expand-left.uk-container-sm, .uk-container-expand-right.uk-container-sm {
    --uk-container-sm-max-width: calc(50% + (900px / 2) - 2.5rem)
  }

  .uk-container-expand-left.uk-container-lg, .uk-container-expand-right.uk-container-lg {
    --uk-container-lg-max-width: calc(50% + (1400px / 2) - 2.5rem)
  }

  .uk-container-expand-left.uk-container-xl, .uk-container-expand-right.uk-container-xl {
    --uk-container-xl-max-width: calc(50% + (1600px / 2) - 2.5rem)
  }

  .uk-container-item-padding-remove-left, .uk-container-item-padding-remove-right {
    --uk-container-item-padding-remove-width: calc(100% + 2.5rem)
  }

  .uk-container-item-padding-remove-left {
    --uk-container-item-padding-remove-left-margin: -2.5rem
  }

  .uk-container-item-padding-remove-right {
    --uk-container-item-padding-remove-right-margin: -2.5rem
  }
}

@media (max-width: 768px) {
  .uk-form-horizontal .uk-form-label {
    display: var(--uk-form-label-display-md, block);
    margin: var(--uk-form-label-margin-md, 0 0 5px 0)
  }

  .uk-table-responsive, .uk-table-responsive tbody, .uk-table-responsive th, .uk-table-responsive td, .uk-table-responsive tr {
    display: block
  }

  .uk-table-responsive thead {
    display: none
  }

  .uk-table-responsive th, .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important
  }

  .uk-table-responsive td[data-label] {
    position: relative;
    padding-left: var(--uk-table-responsive-label-width, 50%);
    text-align: var(--uk-table-responsive-data-align, right);
    border-bottom: var(--uk-table-responsive-row-border, 1px solid hsl(var(--border) / var(--border-alpha, 1)))
  }

  .uk-table-responsive td[data-label]::before {
    content: attr(data-label) ":";
    position: absolute;
    left: var(--uk-table-cell-padding, 1rem);
    top: var(--uk-table-cell-padding, 1rem);
    width: var(--uk-table-responsive-label-width, calc(50% - 1rem));
    text-align: var(--uk-table-responsive-label-align, left);
    font-weight: var(--uk-table-responsive-label-weight, 500);
    color: var(--uk-table-responsive-label-color, hsl(var(--muted-foreground)));
    font-size: var(--uk-table-responsive-label-size, 0.875rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .uk-table-responsive tr:last-child td[data-label]:last-child {
    border-bottom: none
  }

  .uk-table-responsive th:not(:first-child):not(.uk-table-link), .uk-table-responsive td:not(:first-child):not(.uk-table-link):not([data-label]), .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: var(--uk-table-responsive-padding-y, 5px) !important
  }

  .uk-table-responsive th:not(:last-child):not(.uk-table-link), .uk-table-responsive td:not(:last-child):not(.uk-table-link):not([data-label]), .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: var(--uk-table-responsive-padding-y, 5px) !important
  }

  .uk-table-justify.uk-table-responsive th, .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0
  }
}

@media (max-width: 640px) {
  .uk-notification {
    --uk-notification-offset-x: 10px;
    left: var(--uk-notification-offset-x);
    right: var(--uk-notification-offset-x);
    width: auto;
    margin: 0
  }
}

@media (hover: none) {
  .uk-hidden-touch {
    display: none !important
  }
}

@media (hover) {
  .uk-hidden-notouch {
    display: none !important
  }
}

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll
  }
}

@media print {
  *,*::before,*::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,a:visited {
    text-decoration: underline
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: 0.5cm
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3
  }

  h2,h3 {
    page-break-after: avoid
  }
}

.uk-overflow-hidden {
  overflow: hidden
}

.uk-overflow-auto {
  overflow: auto
}

.uk-resize {
  resize: both
}

.uk-resize-horizontal {
  resize: horizontal
}

.uk-resize-vertical {
  resize: vertical
}

.uk-inline-clip {
  overflow: hidden
}

.uk-preserve-width, .uk-preserve-width canvas, .uk-preserve-width img, .uk-preserve-width svg, .uk-preserve-width video {
  max-width: none
}

.uk-responsive-width, .uk-responsive-height {
  box-sizing: border-box
}

.uk-responsive-width {
  max-width: 100% !important;
  height: auto
}

.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none
}

[uk-responsive], [data-uk-responsive] {
  max-width: 100%
}

.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0)
}

.uk-dropcap::first-letter, .uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: var(--uk-dropcap-margin-right, 10px);
  float: left;
  font-size: var(--uk-dropcap-font-size, 4.5em);
  line-height: var(--uk-dropcap-line-height, 1);
  margin-bottom: var(--uk-dropcap-margin-bottom, -2px)
}

@-moz-document url-prefix() {
  .uk-dropcap::first-letter,.uk-dropcap > p:first-of-type::first-letter {
    margin-top: var(--uk-dropcap-moz-margin-top, 1.1%)
  }
}

.uk-disabled {
  pointer-events: none
}

.uk-transform-center {
  transform: translate(-50%, -50%)
}

.uk-transform-origin-top-left {
  transform-origin: 0 0
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%
}

.uk-text-right {
  text-align: right
}

.uk-text-center {
  text-align: center
}

.uk-text-break {
  overflow-wrap: break-word
}

.uk-rounded {
  border-radius: var(--uk-global-radius)
}

.uk-rounded-sm {
  border-radius: var(--uk-global-radius-s)
}

.uk-shadow {
  box-shadow: var(--uk-global-shadow)
}

.uk-shadow-sm {
  box-shadow: var(--uk-global-shadow-s)
}

.uk-text-sm {
  font-size: var(--uk-global-font-size-s);
  line-height: var(--uk-global-leading-s)
}

.uk-text-base {
  font-size: var(--uk-global-font-size);
  line-height: var(--uk-global-leading)
}

.uk-flex {
  display: flex !important
}

.uk-flex-top {
  align-items: flex-start
}

.uk-flex-wrap-top {
  align-content: flex-start
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

th.uk-text-truncate, td.uk-text-truncate {
  max-width: 0
}

th.uk-text-break, td.uk-text-break {
  word-break: break-word
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000
}

.form-radio {
  border-radius: 100%
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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)
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor
}

.iconify {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%
}

.pointer-events-none {
  pointer-events: none
}

.\!pointer-events-auto {
  pointer-events: auto !important
}

.visible {
  visibility: visible
}

.collapse {
  visibility: collapse
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-0 {
  inset: 0px
}

.-top-1\.5 {
  top: -0.375rem
}

.left-0 {
  left: 0px
}

.right-\[10px\] {
  right: 10px
}

.top-0 {
  top: 0px
}

.top-\[10px\] {
  top: 10px
}

.top-\[18px\] {
  top: 18px
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-50 {
  z-index: 50
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.col-span-2 {
  grid-column: span 2 / span 2
}

.m-0 {
  margin: 0px
}

.m-0\.5 {
  margin: 0.125rem
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.\!mb-2 {
  margin-bottom: 0.5rem !important
}

.\!mb-4 {
  margin-bottom: 1rem !important
}

.-mb-\[0\.25em\] {
  margin-bottom: -0.25em
}

.-ml-0\.5 {
  margin-left: -0.125rem
}

.-ml-6 {
  margin-left: -1.5rem
}

.-ml-8 {
  margin-left: -2rem
}

.-mt-4 {
  margin-top: -1rem
}

.mb-0 {
  margin-bottom: 0px
}

.mb-1 {
  margin-bottom: 0.25rem
}

.mb-16 {
  margin-bottom: 4rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.me-1 {
  margin-inline-end: 0.25rem
}

.me-2 {
  margin-inline-end: 0.5rem
}

.ml-0 {
  margin-left: 0px
}

.ml-1 {
  margin-left: 0.25rem
}

.ml-2 {
  margin-left: 0.5rem
}

.ml-4 {
  margin-left: 1rem
}

.ml-\[10px\] {
  margin-left: 10px
}

.ml-auto {
  margin-left: auto
}

.mr-0\.5 {
  margin-right: 0.125rem
}

.mr-2 {
  margin-right: 0.5rem
}

.ms-2 {
  margin-inline-start: 0.5rem
}

.mt-0 {
  margin-top: 0px
}

.mt-0\.5 {
  margin-top: 0.125rem
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-8 {
  margin-top: 2rem
}

.mt-\[0px\] {
  margin-top: 0px
}

.mt-\[12px\] {
  margin-top: 12px
}

.mt-\[2px\] {
  margin-top: 2px
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.table-row {
  display: table-row
}

.grid {
  display: grid
}

.\!hidden {
  display: none !important
}

.hidden {
  display: none
}

.aspect-square {
  aspect-ratio: 1 / 1
}

.\!h-8 {
  height: 2rem !important
}

.\!h-\[34px\] {
  height: 34px !important
}

.h-10 {
  height: 2.5rem
}

.h-12 {
  height: 3rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-8 {
  height: 2rem
}

.h-\[80vh\] {
  height: 80vh
}

.h-full {
  height: 100%
}

.min-h-\[100px\] {
  min-height: 100px
}

.min-h-\[200px\] {
  min-height: 200px
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.w-1\/2 {
  width: 50%
}

.w-1\/5 {
  width: 20%
}

.w-10 {
  width: 2.5rem
}

.w-24 {
  width: 6rem
}

.w-3\/5 {
  width: 60%
}

.w-4 {
  width: 1rem
}

.w-5 {
  width: 1.25rem
}

.w-8 {
  width: 2rem
}

.w-\[10em\] {
  width: 10em
}

.w-\[20rem\] {
  width: 20rem
}

.w-\[320px\] {
  width: 320px
}

.w-\[400px\] {
  width: 400px
}

.w-\[430px\] {
  width: 430px
}

.w-\[480px\] {
  width: 480px
}

.w-\[6em\] {
  width: 6em
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.w-1\/3 {
  width: 33.333333%
}

.min-w-16 {
  min-width: 4rem
}

.min-w-24 {
  min-width: 6rem
}

.min-w-4 {
  min-width: 1rem
}

.min-w-52 {
  min-width: 13rem
}

.min-w-9 {
  min-width: 2.25rem
}

.min-w-\[120px\] {
  min-width: 120px
}

.min-w-\[200px\] {
  min-width: 200px
}

.min-w-full {
  min-width: 100%
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-4xl {
  max-width: 56rem
}

.max-w-80 {
  max-width: 20rem
}

.max-w-\[1600px\] {
  max-width: 1600px
}

.max-w-\[20rem\] {
  max-width: 20rem
}

.max-w-\[32em\] {
  max-width: 32em
}

.max-w-\[400px\] {
  max-width: 400px
}

.max-w-\[44rem\] {
  max-width: 44rem
}

.max-w-\[60rem\] {
  max-width: 60rem
}

.max-w-\[70rem\] {
  max-width: 70rem
}

.max-w-lg {
  max-width: 32rem
}

.max-w-\[30rem\] {
  max-width: 30rem
}

.max-w-\[26rem\] {
  max-width: 26rem
}

.flex-1 {
  flex: 1 1 0%
}

.flex-\[0\.8\] {
  flex: 0.8
}

.flex-shrink-0 {
  flex-shrink: 0
}

.shrink-0 {
  flex-shrink: 0
}

.flex-grow {
  flex-grow: 1
}

.table-auto {
  table-layout: auto
}

.border-collapse {
  border-collapse: collapse
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-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-not-allowed {
  cursor: not-allowed
}

.cursor-pointer {
  cursor: pointer
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.list-inside {
  list-style-position: inside
}

.list-disc {
  list-style-type: disc
}

.columns-2 {
  -moz-columns: 2;
       columns: 2
}

.columns-3 {
  -moz-columns: 3;
       columns: 3
}

.columns-5 {
  -moz-columns: 5;
       columns: 5
}

.grid-flow-row-dense {
  grid-auto-flow: row dense
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

.content-center {
  align-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
}

.gap-0 {
  gap: 0px
}

.gap-1 {
  gap: 0.25rem
}

.gap-16 {
  gap: 4rem
}

.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-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem
}

.gap-y-2 {
  row-gap: 0.5rem
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.self-start {
  align-self: flex-start
}

.justify-self-end {
  justify-self: end
}

.overflow-hidden {
  overflow: hidden
}

.overflow-x-auto {
  overflow-x: auto
}

.overflow-y-auto {
  overflow-y: auto
}

.overflow-y-hidden {
  overflow-y: hidden
}

.overflow-y-scroll {
  overflow-y: scroll
}

.whitespace-nowrap {
  white-space: nowrap
}

.whitespace-pre-line {
  white-space: pre-line
}

.text-nowrap {
  text-wrap: nowrap
}

.text-balance {
  text-wrap: balance
}

.rounded {
  border-radius: 0.25rem
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-none {
  border-radius: 0px
}

.rounded-xl {
  border-radius: 0.75rem
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0px
}

.border-2 {
  border-width: 2px
}

.border-8 {
  border-width: 8px
}

.border-b-2 {
  border-bottom-width: 2px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t {
  border-top-width: 1px
}

.\!border-none {
  border-style: none !important
}

.border-none {
  border-style: none
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity))
}

.border-border {
  border-color: hsl(var(--border) / var(--border-alpha, 1))
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.border-muted-foreground {
  border-color: hsl(var(--muted-foreground))
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity))
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity))
}

.border-secondary {
  border-color: hsl(var(--secondary))
}

.border-transparent {
  border-color: transparent
}

.\!bg-primary {
  background-color: hsl(var(--primary)) !important
}

.\!bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1) !important
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity))
}

.bg-background {
  background-color: hsl(var(--background))
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}

.bg-border {
  background-color: hsl(var(--border) / var(--border-alpha, 1))
}

.bg-card {
  background-color: hsl(var(--card))
}

.bg-card\/80 {
  background-color: hsl(var(--card) / 0.8)
}

.bg-destructive {
  background-color: hsl(var(--destructive) / var(--destructive-alpha, 1))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-muted {
  background-color: hsl(var(--muted))
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity))
}

.bg-popover {
  background-color: hsl(var(--popover))
}

.bg-primary {
  background-color: hsl(var(--primary))
}

.bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1)
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity))
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}

.bg-secondary {
  background-color: hsl(var(--secondary))
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-card\/90 {
  background-color: hsl(var(--card) / 0.9)
}

.bg-card\/30 {
  background-color: hsl(var(--card) / 0.3)
}

.bg-secondary\/10 {
  background-color: hsl(var(--secondary) / 0.1)
}

.bg-secondary\/90 {
  background-color: hsl(var(--secondary) / 0.9)
}

.bg-secondary\/80 {
  background-color: hsl(var(--secondary) / 0.8)
}

.bg-\[radial-gradient\(ellipse_at_top\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(ellipse at top, var(--tw-gradient-stops))
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops))
}

.from-\[\#f8f8f8\] {
  --tw-gradient-from: #f8f8f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary {
  --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#f8f8f8\]\/90 {
  --tw-gradient-from: rgb(248 248 248 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 248 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-background\/95 {
  --tw-gradient-from: hsl(var(--background) / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[\#f5f5f5\] {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-black\/95 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-primary\/95 {
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-\[\#f5f5f5\]\/80 {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-muted\/80 {
  --tw-gradient-to: hsl(var(--muted) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--muted) / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#7a8fa3\] {
  --tw-gradient-to: #7a8fa3 var(--tw-gradient-to-position)
}

.to-background {
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)
}

.to-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)
}

.to-primary\/80 {
  --tw-gradient-to: hsl(var(--primary) / 0.8) var(--tw-gradient-to-position)
}

.to-\[\#7a8fa3\]\/60 {
  --tw-gradient-to: rgb(122 143 163 / 0.6) var(--tw-gradient-to-position)
}

.to-primary\/10 {
  --tw-gradient-to: hsl(var(--primary) / 0.1) var(--tw-gradient-to-position)
}

.to-95\% {
  --tw-gradient-to-position: 95%
}

.bg-cover {
  background-size: cover
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text
}

.bg-center {
  background-position: center
}

.p-0 {
  padding: 0px
}

.p-16 {
  padding: 4rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-4 {
  padding: 1rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.p-\[2px\] {
  padding: 2px
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important
}

.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.pb-0\.5 {
  padding-bottom: 0.125rem
}

.pb-2 {
  padding-bottom: 0.5rem
}

.pb-2\.5 {
  padding-bottom: 0.625rem
}

.pb-3 {
  padding-bottom: 0.75rem
}

.pb-4 {
  padding-bottom: 1rem
}

.pb-8 {
  padding-bottom: 2rem
}

.pb-\[0\.15em\] {
  padding-bottom: 0.15em
}

.pl-0 {
  padding-left: 0px
}

.pl-1 {
  padding-left: 0.25rem
}

.pl-2 {
  padding-left: 0.5rem
}

.pl-20 {
  padding-left: 5rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pl-4 {
  padding-left: 1rem
}

.pr-2 {
  padding-right: 0.5rem
}

.pr-4 {
  padding-right: 1rem
}

.pt-0 {
  padding-top: 0px
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pt-\[3px\] {
  padding-top: 3px
}

.text-left {
  text-align: left
}

.\!text-center {
  text-align: center !important
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-start {
  text-align: start
}

.align-top {
  vertical-align: top
}

.\!align-middle {
  vertical-align: middle !important
}

.align-middle {
  vertical-align: middle
}

.\!align-bottom {
  vertical-align: bottom !important
}

.align-bottom {
  vertical-align: bottom
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.text-\[0\.7rem\] {
  font-size: 0.7rem
}

.text-\[1\.25rem\] {
  font-size: 1.25rem
}

.text-\[14vw\] {
  font-size: 14vw
}

.text-\[8rem\] {
  font-size: 8rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.text-\[7rem\] {
  font-size: 7rem
}

.\!font-semibold {
  font-weight: 600 !important
}

.font-bold {
  font-weight: 700
}

.font-light {
  font-weight: 300
}

.font-medium {
  font-weight: 500
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.normal-case {
  text-transform: none
}

.leading-\[0\.8\] {
  line-height: 0.8
}

.leading-none {
  line-height: 1
}

.leading-relaxed {
  line-height: 1.625
}

.leading-snug {
  line-height: 1.375
}

.tracking-normal {
  letter-spacing: 0em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-tighter {
  letter-spacing: -0.05em
}

.tracking-widest {
  letter-spacing: 0.1em
}

.\!text-primary-foreground {
  color: hsl(var(--primary-foreground)) !important
}

.\!text-transparent {
  color: transparent !important
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity))
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity))
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity))
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity))
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity))
}

.text-destructive {
  color: hsl(var(--destructive) / var(--destructive-alpha, 1))
}

.text-foreground {
  color: hsl(var(--foreground))
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity))
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity))
}

.text-muted {
  color: hsl(var(--muted))
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground))
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity))
}

.text-primary {
  color: hsl(var(--primary))
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground))
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity))
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / 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 {
  color: hsl(var(--secondary))
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground))
}

.text-transparent {
  color: transparent
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity))
}

.underline {
  text-decoration-line: underline
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.opacity-0 {
  opacity: 0
}

.opacity-50 {
  opacity: 0.5
}

.opacity-60 {
  opacity: 0.6
}

.opacity-\[0\.07\] {
  opacity: 0.07
}

.opacity-\[0\.15\] {
  opacity: 0.15
}

.mix-blend-multiply {
  mix-blend-mode: multiply
}

.mix-blend-screen {
  mix-blend-mode: screen
}

.mix-blend-overlay {
  mix-blend-mode: overlay
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light
}

.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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-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)
}

.blur-none {
  --tw-blur:  ;
  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)
}

.brightness-200 {
  --tw-brightness: brightness(2);
  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)
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
  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)
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
  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)
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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)
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-300 {
  transition-duration: 300ms
}

.mdi--account-group {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9A3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42c-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9c-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65c2.56.34 4.45 1.51 4.45 2.9z'/%3E%3C/svg%3E")
}

.mdi--arrow-left {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E")
}

.mdi--cancel {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12S6.5 2 12 2m0 2c-1.9 0-3.6.6-4.9 1.7l11.2 11.2c1-1.4 1.7-3.1 1.7-4.9c0-4.4-3.6-8-8-8m4.9 14.3L5.7 7.1C4.6 8.4 4 10.1 4 12c0 4.4 3.6 8 8 8c1.9 0 3.6-.6 4.9-1.7'/%3E%3C/svg%3E")
}

.mdi--chevron-down {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E")
}

.mdi--clipboard-plus-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h14c1.11 0 2-.89 2-2V5a2 2 0 0 0-2-2m-7 0c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M7 7h10V5h2v14H5V5h2zm6 5h3v2h-3v3h-2v-3H8v-2h3V9h2z'/%3E%3C/svg%3E")
}

.mdi--clock-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z'/%3E%3C/svg%3E")
}

.mdi--close {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E")
}

.mdi--database {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 3C7.58 3 4 4.79 4 7s3.58 4 8 4s8-1.79 8-4s-3.58-4-8-4M4 9v3c0 2.21 3.58 4 8 4s8-1.79 8-4V9c0 2.21-3.58 4-8 4s-8-1.79-8-4m0 5v3c0 2.21 3.58 4 8 4s8-1.79 8-4v-3c0 2.21-3.58 4-8 4s-8-1.79-8-4'/%3E%3C/svg%3E")
}

.mdi--email-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2zm-2 0l-8 5l-8-5zm0 12H4V8l8 5l8-5z'/%3E%3C/svg%3E")
}

.mdi--eye-off-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2 5.27L3.28 4L20 20.72L18.73 22l-3.08-3.08c-1.15.38-2.37.58-3.65.58c-5 0-9.27-3.11-11-7.5c.69-1.76 1.79-3.31 3.19-4.54zM12 9a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9m0-4.5c5 0 9.27 3.11 11 7.5a11.8 11.8 0 0 1-4 5.19l-1.42-1.43A9.86 9.86 0 0 0 20.82 12A9.82 9.82 0 0 0 12 6.5c-1.09 0-2.16.18-3.16.5L7.3 5.47c1.44-.62 3.03-.97 4.7-.97M3.18 12A9.82 9.82 0 0 0 12 17.5c.69 0 1.37-.07 2-.21L11.72 15A3.064 3.064 0 0 1 9 12.28L5.6 8.87c-.99.85-1.82 1.91-2.42 3.13'/%3E%3C/svg%3E")
}

.mdi--eye-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5c-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0a9.821 9.821 0 0 0-17.64 0'/%3E%3C/svg%3E")
}

.mdi--file {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9V3.5L18.5 9M6 2c-1.11 0-2 .89-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z'/%3E%3C/svg%3E")
}

.mdi--file-code {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m.12 13.5l3.74 3.74l1.42-1.41l-2.33-2.33l2.33-2.33l-1.42-1.41zm11.16 0l-3.74-3.74l-1.42 1.41l2.33 2.33l-2.33 2.33l1.42 1.41z'/%3E%3C/svg%3E")
}

.mdi--file-document {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z'/%3E%3C/svg%3E")
}

.mdi--file-document-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm0 2h7v5h5v11H6zm2 8v2h8v-2zm0 4v2h5v-2z'/%3E%3C/svg%3E")
}

.mdi--file-excel {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm1.8 18H14l-2-3.4l-2 3.4H8.2l2.9-4.5L8.2 11H10l2 3.4l2-3.4h1.8l-2.9 4.5zM13 9V3.5L18.5 9z'/%3E%3C/svg%3E")
}

.mdi--file-image {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m0 18h12v-8l-4 4l-2-2zM8 9a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E")
}

.mdi--file-music {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm-1 11h-2v5a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2c.4 0 .7.1 1 .3V11h3zm0-4V3.5L18.5 9z'/%3E%3C/svg%3E")
}

.mdi--file-pdf {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.1 9.4c-.02.04-.29 1.76-2.1 4.69c0 0-3.5 1.82-2.67 3.18c.67 1.08 2.32-.04 3.74-2.68c0 0 1.82-.64 4.24-.82c0 0 3.86 1.73 4.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0 0-2-1.35-2.5-3.21c0 0 1.14-3.95-.61-3.9c-1.75.05-1.09 3.13-.79 4.1m.81 1.04c.03.01.47 1.21 1.89 2.46c0 0-2.33.46-3.39.9c0 0 1-1.73 1.5-3.36m3.93 2.72c.58-.16 2.33.15 2.26.48c-.06.33-2.26-.48-2.26-.48M7.77 17c-.53 1.24-1.44 2-1.67 2c-.23 0 .7-1.6 1.67-2m3.14-6.93c0-.07-.36-2.2 0-2.15c.54.08 0 2.08 0 2.15z' fill='black'/%3E%3C/svg%3E")
}

.mdi--file-powerpoint {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12.6 12.3h-2v3.2h2.1c.6 0 .9-.2 1.2-.5s.4-.6.4-1.1s-.1-.8-.4-1.1s-.7-.5-1.3-.5M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8zm1.2 14c-.6.5-1.1.7-2.4.7h-2.2V20H9v-9h3.8c1.3 0 1.9.3 2.4.8c.6.6.8 1.2.8 2.1s-.2 1.6-.8 2.1M13 9V3.5L18.5 9z'/%3E%3C/svg%3E")
}

.mdi--file-video {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m11 17v-6l-3 2.2V13H7v6h7v-2.2z'/%3E%3C/svg%3E")
}

.mdi--flask {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 22a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3zm-1-3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1c0-.21-.07-.41-.18-.57l-2.29-3.96L14 17l-5.07-5.07l-3.75 6.5c-.11.16-.18.36-.18.57m8-9a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1'/%3E%3C/svg%3E")
}

.mdi--folder {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 4H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8z'/%3E%3C/svg%3E")
}

.mdi--folder-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M20 18H4V8h16m0-2h-8l-2-2H4c-1.11 0-2 .89-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2'/%3E%3C/svg%3E")
}

.mdi--hub {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.4 18.2q.6.75.6 1.8c0 1.7-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3q.6 0 1.2.3l1.4-1.8c-.9-1-1.3-2.4-1.1-3.7l-2-.7c-.5.8-1.4 1.4-2.5 1.4c-1.7 0-3-1.3-3-3s1.3-3 3-3s3 1.3 3 3v.2l2 .7c.6-1.2 1.8-2.1 3.2-2.3V5.9C10 5.6 9 4.4 9 3c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1.4-1 2.6-2.2 2.9v2.2c1.4.2 2.6 1.1 3.2 2.3l2-.7v-.2c0-1.7 1.3-3 3-3s3 1.3 3 3s-1.3 3-3 3c-1.1 0-2-.6-2.5-1.4l-2 .7c.2 1.3-.2 2.7-1.1 3.7l1.4 1.8q.6-.3 1.2-.3c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3q0-1.05.6-1.8l-1.4-1.8c-1.4.8-3 .8-4.4 0z'/%3E%3C/svg%3E")
}

.mdi--menu {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E")
}

.mdi--shuffle {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m14.83 13.41l-1.41 1.41l3.13 3.13L14.5 20H20v-5.5l-2.04 2.04zM14.5 4l2.04 2.04L4 18.59L5.41 20L17.96 7.46L20 9.5V4m-9.41 5.17L5.41 4L4 5.41l5.17 5.17z'/%3E%3C/svg%3E")
}

.mdi--shuffle-variant {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m17 3l5.25 4.5L17 12l5.25 4.5L17 21v-3h-2.74l-2.82-2.82l2.12-2.12L15.5 15H17V9h-1.5l-9 9H2v-3h3.26l9-9H17zM2 6h4.5l2.82 2.82l-2.12 2.12L5.26 9H2z'/%3E%3C/svg%3E")
}

.mdi--sort {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m18 21l-4-4h3V7h-3l4-4l4 4h-3v10h3M2 19v-2h10v2M2 13v-2h7v2M2 7V5h4v2z'/%3E%3C/svg%3E")
}

.mdi--sort-alphabetical-variant {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.25 5l3.25-3.25L15.75 5zm6.5 14l-3.25 3.25L9.25 19zm-6.86-4.7H6L5.28 17H2.91L6 7h3l3.13 10H9.67zm-2.56-1.62h2.23l-.63-2.12l-.26-.97l-.25-.96h-.03l-.22.97l-.24.98zM13.05 17v-1.26l4.75-6.77v-.06h-4.3V7h7.23v1.34L16.09 15v.08h4.71V17z'/%3E%3C/svg%3E")
}

.mdi--stethoscope {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 8c.56 0 1 .43 1 1a1 1 0 0 1-1 1c-.57 0-1-.45-1-1c0-.57.43-1 1-1M2 2v9c0 2.96 2.19 5.5 5.14 5.91c.62 3.01 3.28 5.09 6.36 5.09a6.5 6.5 0 0 0 6.5-6.5v-3.69c1.16-.42 2-1.52 2-2.81a3 3 0 0 0-3-3a3 3 0 0 0-3 3c0 1.29.84 2.4 2 2.81v3.6c0 2.5-2 4.5-4.5 4.5c-2 0-3.68-1.21-4.28-3.01C12 16.3 14 13.8 14 11V2h-4v3h2v6a4 4 0 0 1-4 4a4 4 0 0 1-4-4V5h2V2z'/%3E%3C/svg%3E")
}

.mdi--table {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 4h14a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 4v4h6V8zm8 0v4h6V8zm-8 6v4h6v-4zm8 0v4h6v-4z'/%3E%3C/svg%3E")
}

.mdi--upload {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 16v-6H5l7-7l7 7h-4v6zm-4 4v-2h14v2z'/%3E%3C/svg%3E")
}

.mdi--clipboard-text-history-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M21 11.11V5a2 2 0 0 0-2-2h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14a2 2 0 0 0 2 2h6.11c1.26 1.24 2.98 2 4.89 2c3.87 0 7-3.13 7-7c0-1.91-.76-3.63-2-4.89M12 3c.55 0 1 .45 1 1s-.45 1-1 1s-1-.45-1-1s.45-1 1-1M5 19V5h2v2h10V5h2v4.68c-.91-.43-1.92-.68-3-.68H7v2h4.1c-.6.57-1.06 1.25-1.42 2H7v2h2.08c-.05.33-.08.66-.08 1c0 1.08.25 2.09.68 3zm11 2c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z'/%3E%3C/svg%3E")
}

.mdi--compressed-file {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 17h-2v-2h-2v-2h2v2h2m0-6h-2v2h2v2h-2v-2h-2V9h2V7h-2V5h2v2h2m5-4H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E")
}

.mdi--file-text {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 9h5.5L13 3.5zM6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4c0-1.11.89-2 2-2m9 16v-2H6v2zm3-4v-2H6v2z'/%3E%3C/svg%3E")
}

.mdi--form {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2M7 7h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm10 2h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V7h6z'/%3E%3C/svg%3E")
}

.mdi--password-outline {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 17a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m6 3V10H6v10zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E")
}

.mdi--search {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E")
}

.mdi--user {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E")
}

.lucide--brain {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 5a3 3 0 1 0-5.997.125a4 4 0 0 0-2.526 5.77a4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z'/%3E%3Cpath d='M12 5a3 3 0 1 1 5.997.125a4 4 0 0 1 2.526 5.77a4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z'/%3E%3Cpath d='M15 13a4.5 4.5 0 0 1-3-4a4.5 4.5 0 0 1-3 4m8.599-6.5a3 3 0 0 0 .399-1.375m-11.995 0A3 3 0 0 0 6.401 6.5m-2.924 4.396a4 4 0 0 1 .585-.396m15.876 0a4 4 0 0 1 .585.396M6 18a4 4 0 0 1-1.967-.516m15.934 0A4 4 0 0 1 18 18'/%3E%3C/g%3E%3C/svg%3E")
}

.lucide--moon {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 3a6 6 0 0 0 9 9a9 9 0 1 1-9-9'/%3E%3C/svg%3E")
}

.lucide--sun {
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2m0 16v2M4.93 4.93l1.41 1.41m11.32 11.32l1.41 1.41M2 12h2m16 0h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/%3E%3C/g%3E%3C/svg%3E")
}

.uk-input{
  border-width: 2px;
}

.dark\:uk-button-ghost:where(.dark, .dark *){
  border-width: 0;
}

/* .uk-alert:where(:not(.dark * )){
  border-color: hsl(var(--foreground));
} */

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px
    }
  }
}

.\*\:inline > * {
  display: inline
}

.\*\:w-fit > * {
  width: -moz-fit-content;
  width: fit-content
}

.\*\:max-w-fit > * {
  max-width: -moz-fit-content;
  max-width: fit-content
}

.selection\:bg-primary *::-moz-selection {
  background-color: hsl(var(--primary))
}

.selection\:bg-primary *::selection {
  background-color: hsl(var(--primary))
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.selection\:bg-primary::-moz-selection {
  background-color: hsl(var(--primary))
}

.selection\:bg-primary::selection {
  background-color: hsl(var(--primary))
}

.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:cursor-pointer:hover {
  cursor: pointer
}

.hover\:border-primary\/30:hover {
  border-color: hsl(var(--primary) / 0.3)
}

.hover\:border-primary\/50:hover {
  border-color: hsl(var(--primary) / 0.5)
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity))
}

.hover\:bg-card\/40:hover {
  background-color: hsl(var(--card) / 0.4)
}

.hover\:underline:hover {
  text-decoration-line: underline
}

.hover\:shadow-md:hover {
  --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)
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.group:hover .group-hover\:bg-primary {
  background-color: hsl(var(--primary))
}

.group:hover .group-hover\:text-primary {
  color: hsl(var(--primary))
}

.group:hover .group-hover\:text-primary-foreground {
  color: hsl(var(--primary-foreground))
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline
  }

  .sm\:flex {
    display: flex
  }

  .sm\:justify-between {
    justify-content: space-between
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .md\:mb-0 {
    margin-bottom: 0px
  }

  .md\:ml-8 {
    margin-left: 2rem
  }

  .md\:mt-0 {
    margin-top: 0px
  }

  .md\:mt-12 {
    margin-top: 3rem
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:inline {
    display: inline
  }

  .md\:flex {
    display: flex
  }

  .md\:table-cell {
    display: table-cell
  }

  .md\:grid {
    display: grid
  }

  .md\:hidden {
    display: none
  }

  .md\:h-fit {
    height: -moz-fit-content;
    height: fit-content
  }

  .md\:h-full {
    height: 100%
  }

  .md\:max-h-\[400px\] {
    max-height: 400px
  }

  .md\:min-h-\[90vh\] {
    min-height: 90vh
  }

  .md\:min-h-\[85vh\] {
    min-height: 85vh
  }

  .md\:min-h-\[55vh\] {
    min-height: 55vh
  }

  .md\:min-h-\[50vh\] {
    min-height: 50vh
  }

  .md\:w-1\/2 {
    width: 50%
  }

  .md\:w-1\/3 {
    width: 33.333333%
  }

  .md\:w-\[41rem\] {
    width: 41rem
  }

  .md\:w-\[8em\] {
    width: 8em
  }

  .md\:max-w-\[20rem\] {
    max-width: 20rem
  }

  .md\:max-w-\[26rem\] {
    max-width: 26rem
  }

  .md\:max-w-\[100rem\] {
    max-width: 100rem
  }

  .md\:max-w-\[28rem\] {
    max-width: 28rem
  }

  .md\:max-w-\[30rem\] {
    max-width: 30rem
  }

  .md\:flex-grow {
    flex-grow: 1
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:flex-col {
    flex-direction: column
  }

  .md\:items-start {
    align-items: flex-start
  }

  .md\:items-end {
    align-items: flex-end
  }

  .md\:items-center {
    align-items: center
  }

  .md\:justify-center {
    justify-content: center
  }

  .md\:justify-between {
    justify-content: space-between
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .md\:pl-0 {
    padding-left: 0px
  }

  .md\:pl-2 {
    padding-left: 0.5rem
  }

  .md\:pl-3 {
    padding-left: 0.75rem
  }

  .md\:pr-2 {
    padding-right: 0.5rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .md\:text-\[10rem\] {
    font-size: 10rem
  }

  .md\:text-\[10vw\] {
    font-size: 10vw
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .md\:text-\[9rem\] {
    font-size: 9rem
  }

  .md\:text-\[8rem\] {
    font-size: 8rem
  }

  .md\:font-thin {
    font-weight: 100
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .lg\:mt-0 {
    margin-top: 0px
  }

  .lg\:block {
    display: block
  }

  .lg\:inline {
    display: inline
  }

  .lg\:flex {
    display: flex
  }

  .lg\:hidden {
    display: none
  }

  .lg\:w-\[750px\] {
    width: 750px
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content
  }

  .lg\:max-w-\[1200px\] {
    max-width: 1200px
  }

  .lg\:max-w-\[00px\] {
    max-width: 00px
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:justify-end {
    justify-content: flex-end
  }

  .lg\:text-\[11rem\] {
    font-size: 11rem
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8
  }

  .xl\:col-start-2 {
    grid-column-start: 2
  }

  .xl\:row-start-2 {
    grid-row-start: 2
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .xl\:mb-0 {
    margin-bottom: 0px
  }

  .xl\:mt-16 {
    margin-top: 4rem
  }

  .xl\:ml-0 {
    margin-left: 0px
  }

  .xl\:ml-4 {
    margin-left: 1rem
  }

  .xl\:block {
    display: block
  }

  .xl\:inline {
    display: inline
  }

  .xl\:flex {
    display: flex
  }

  .xl\:grid {
    display: grid
  }

  .xl\:hidden {
    display: none
  }

  .xl\:max-h-none {
    max-height: none
  }

  .xl\:min-h-\[90vh\] {
    min-height: 90vh
  }

  .xl\:w-1\/3 {
    width: 33.333333%
  }

  .xl\:w-40 {
    width: 10rem
  }

  .xl\:w-\[490px\] {
    width: 490px
  }

  .xl\:min-w-40 {
    min-width: 10rem
  }

  .xl\:max-w-\[1200px\] {
    max-width: 1200px
  }

  .xl\:max-w-\[24rem\] {
    max-width: 24rem
  }

  .xl\:max-w-\[300px\] {
    max-width: 300px
  }

  .xl\:max-w-\[1000px\] {
    max-width: 1000px
  }

  .xl\:flex-initial {
    flex: 0 1 auto
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:flex-row {
    flex-direction: row
  }

  .xl\:flex-col {
    flex-direction: column
  }

  .xl\:items-center {
    align-items: center
  }

  .xl\:justify-center {
    justify-content: center
  }

  .xl\:justify-between {
    justify-content: space-between
  }

  .xl\:gap-24 {
    gap: 6rem
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }

  .xl\:pl-6 {
    padding-left: 1.5rem
  }

  .xl\:pl-3 {
    padding-left: 0.75rem
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .xl\:text-\[11rem\] {
    font-size: 11rem
  }

  .xl\:text-\[10rem\] {
    font-size: 10rem
  }

  .xl\:text-\[9rem\] {
    font-size: 9rem
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .\32xl\:flex {
    display: flex
  }

  .\32xl\:w-\[600px\] {
    width: 600px
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
  }

  .\32xl\:justify-between {
    justify-content: space-between
  }
}

.dark\:block:where(.dark, .dark *) {
  display: block
}

.dark\:hidden:where(.dark, .dark *) {
  display: none
}

.dark\:border-2:where(.dark, .dark *) {
  border-width: 2px
}

.dark\:border-white\/5:where(.dark, .dark *) {
  border-color: rgb(255 255 255 / 0.05)
}

.dark\:bg-background:where(.dark, .dark *) {
  background-color: hsl(var(--background))
}

.dark\:bg-muted:where(.dark, .dark *) {
  background-color: hsl(var(--muted))
}

.dark\:bg-secondary:where(.dark, .dark *) {
  background-color: hsl(var(--secondary))
}

.dark\:bg-white\/5:where(.dark, .dark *) {
  background-color: rgb(255 255 255 / 0.05)
}

.dark\:bg-primary:where(.dark, .dark *) {
  background-color: hsl(var(--primary))
}

.dark\:bg-primary\/40:where(.dark, .dark *) {
  background-color: hsl(var(--primary) / 0.4)
}

.dark\:bg-\[radial-gradient\(ellipse_at_top_right\2c _var\(--tw-gradient-stops\)\)\]:where(.dark, .dark *) {
  background-image: radial-gradient(ellipse at top right, var(--tw-gradient-stops))
}

.dark\:from-background:where(.dark, .dark *) {
  --tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-\[\#7a8fa3\]:where(.dark, .dark *) {
  --tw-gradient-from: #7a8fa3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(122 143 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-primary\/40:where(.dark, .dark *) {
  --tw-gradient-from: hsl(var(--primary) / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-primary\/10:where(.dark, .dark *) {
  --tw-gradient-from: hsl(var(--primary) / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-primary\/5:where(.dark, .dark *) {
  --tw-gradient-from: hsl(var(--primary) / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-\[\#1C426D\]\/20:where(.dark, .dark *) {
  --tw-gradient-from: rgb(28 66 109 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 66 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-black:where(.dark, .dark *) {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:from-zinc-800:where(.dark, .dark *) {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.dark\:via-background:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-primary:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary)) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-primary\/40:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-primary\/10:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-black:where(.dark, .dark *) {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-gray-600:where(.dark, .dark *) {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:via-gray-800:where(.dark, .dark *) {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.dark\:to-primary\/40:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--primary) / 0.4) var(--tw-gradient-to-position)
}

.dark\:to-primary:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position)
}

.dark\:to-background:where(.dark, .dark *) {
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position)
}

.dark\:to-\[\]:where(.dark, .dark *) {
  --tw-gradient-to:  var(--tw-gradient-to-position)
}

.dark\:to-\[\#\!\!\!\]:where(.dark, .dark *) {
  --tw-gradient-to: #!!! var(--tw-gradient-to-position)
}

.dark\:to-\[\#111\]:where(.dark, .dark *) {
  --tw-gradient-to: #111 var(--tw-gradient-to-position)
}

.dark\:to-\[\#282e4d\]:where(.dark, .dark *) {
  --tw-gradient-to: #282e4d var(--tw-gradient-to-position)
}

.dark\:to-\[\#454f81\]:where(.dark, .dark *) {
  --tw-gradient-to: #454f81 var(--tw-gradient-to-position)
}

.dark\:to-\[\#455681\]:where(.dark, .dark *) {
  --tw-gradient-to: #455681 var(--tw-gradient-to-position)
}

.dark\:text-foreground:where(.dark, .dark *) {
  color: hsl(var(--foreground))
}

.dark\:text-gray-300:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.dark\:text-muted:where(.dark, .dark *) {
  color: hsl(var(--muted))
}

.dark\:text-primary:where(.dark, .dark *) {
  color: hsl(var(--primary))
}

.dark\:text-primary\/5:where(.dark, .dark *) {
  color: hsl(var(--primary) / 0.05)
}

.dark\:text-primary\/50:where(.dark, .dark *) {
  color: hsl(var(--primary) / 0.5)
}

.dark\:text-foreground\/80:where(.dark, .dark *) {
  color: hsl(var(--foreground) / 0.8)
}

.dark\:mix-blend-multiply:where(.dark, .dark *) {
  mix-blend-mode: multiply
}

.dark\:mix-blend-darken:where(.dark, .dark *) {
  mix-blend-mode: darken
}

.dark\:mix-blend-lighten:where(.dark, .dark *) {
  mix-blend-mode: lighten
}

.dark\:mix-blend-hard-light:where(.dark, .dark *) {
  mix-blend-mode: hard-light
}

.dark\:mix-blend-difference:where(.dark, .dark *) {
  mix-blend-mode: difference
}

.dark\:mix-blend-exclusion:where(.dark, .dark *) {
  mix-blend-mode: exclusion
}

.dark\:shadow-white\/5:where(.dark, .dark *) {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored)
}

.dark\:brightness-150:where(.dark, .dark *) {
  --tw-brightness: brightness(1.5);
  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)
}

.dark\:brightness-0:where(.dark, .dark *) {
  --tw-brightness: brightness(0);
  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)
}

.dark\:brightness-125:where(.dark, .dark *) {
  --tw-brightness: brightness(1.25);
  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)
}

.dark\:brightness-75:where(.dark, .dark *) {
  --tw-brightness: brightness(.75);
  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)
}

.dark\:brightness-200:where(.dark, .dark *) {
  --tw-brightness: brightness(2);
  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)
}

.dark\:brightness-50:where(.dark, .dark *) {
  --tw-brightness: brightness(.5);
  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)
}

.dark\:hover\:border-white\/20:hover:where(.dark, .dark *) {
  border-color: rgb(255 255 255 / 0.2)
}

.dark\:hover\:bg-white\/10:hover:where(.dark, .dark *) {
  background-color: rgb(255 255 255 / 0.1)
}

.group:hover .dark\:group-hover\:text-primary:where(.dark, .dark *) {
  color: hsl(var(--primary))
}

.group:hover .dark\:group-hover\:text-primary\/10:where(.dark, .dark *) {
  color: hsl(var(--primary) / 0.1)
}

.group:hover .dark\:group-hover\:text-foreground\/10:where(.dark, .dark *) {
  color: hsl(var(--foreground) / 0.1)
}

.group:hover .dark\:group-hover\:text-foreground\/80:where(.dark, .dark *) {
  color: hsl(var(--foreground) / 0.8)
}

.group:hover .dark\:group-hover\:brightness-150:where(.dark, .dark *) {
  --tw-brightness: brightness(1.5);
  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)
}

.group:hover .dark\:group-hover\:brightness-100:where(.dark, .dark *) {
  --tw-brightness: brightness(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)
}

.group:hover .dark\:group-hover\:brightness-200:where(.dark, .dark *) {
  --tw-brightness: brightness(2);
  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)
}

.group:hover .dark\:group-hover\:brightness-125:where(.dark, .dark *) {
  --tw-brightness: brightness(1.25);
  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)
}

.\[\&\:hover\]\:overflow-y-auto:hover {
  overflow-y: auto
}

.\[\&_button\]\:\!h-10 button {
  height: 2.5rem !important
}

.\[\&_button\]\:border button {
  border-width: 1px
}

.\[\&_button\]\:bg-popover button {
  background-color: hsl(var(--popover))
}

.dark\:\[\&_button\]\:border-gray-300 button:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}
