/* src/styles.css */
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-red-950: oklch(25.8% 0.092 26.042);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-100: oklch(97.3% 0.071 103.193);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-yellow-950: oklch(28.6% 0.066 53.813);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-green-950: oklch(26.6% 0.065 152.934);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-200: oklch(89.4% 0.057 293.283);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-violet-800: oklch(43.2% 0.232 292.759);
    --color-violet-950: oklch(28.3% 0.141 291.089);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: Inter;
    --default-mono-font-family: var(--font-mono);
    --color-accent: var(--accent);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
       {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-screen {
    height: 100vh;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-screen {
    width: 100vw;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[url\(assets\/5614852\.jpg\)\] {
    background-image: url("./media/5614852.jpg");
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .pe-10 {
    padding-inline-end: calc(var(--spacing) * 10);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .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,);
  }
  @container (width < 28rem) {
    .\@max-md\:flex-col {
      flex-direction: column;
    }
  }
}
:root {
  --background: oklch(1 0 0);
  --foreground: oklch(14.1% 0.005 285.823);
  --card: oklch(1 0 0);
  --card-foreground: oklch(14.1% 0.005 285.823);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(14.1% 0.005 285.823);
  --primary: oklch(62.3% 0.214 259.815);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(96.7% 0.003 264.542);
  --secondary-foreground: oklch(21% 0.006 285.885);
  --muted: oklch(96.7% 0.003 264.542);
  --muted-foreground: oklch(55.2% 0.016 285.938);
  --accent: oklch(96.7% 0.003 264.542);
  --accent-foreground: oklch(21% 0.006 285.885);
  --destructive: oklch(57.7% 0.245 27.325);
  --destructive-foreground: oklch(1 0 0);
  --mono: oklch(14.1% 0.005 285.823);
  --mono-foreground: oklch(1 0 0);
  --border: oklch( 94% 0.004 286.32 );
  --input: oklch(92% 0.004 286.32);
  --ring: oklch(87.1% 0.006 286.286);
  --radius: 0.5rem;
}
.dark {
  --background: oklch(14.1% 0.005 285.823);
  --foreground: oklch(98.5% 0 0);
  --card: oklch(14.1% 0.005 285.823);
  --card-foreground: oklch(98.5% 0 0);
  --popover: oklch(14.1% 0.005 285.823);
  --popover-foreground: oklch(98.5% 0 0);
  --primary: oklch(54.6% 0.245 262.881);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(27.4% 0.006 286.033);
  --secondary-foreground: oklch(98.5% 0 0);
  --muted: oklch(21% 0.006 285.885);
  --muted-foreground: oklch(55.2% 0.016 285.938);
  --accent: oklch(21% 0.006 285.885);
  --accent-foreground: oklch(98.5% 0 0);
  --destructive: oklch(57.7% 0.245 27.325);
  --destructive-foreground: oklch(1 0 0);
  --mono: oklch(87.1% 0.006 286.286);
  --mono-foreground: oklch(0 0 0);
  --border: oklch(27.4% 0.006 286.033);
  --input: oklch(27.4% 0.006 286.033);
  --ring: oklch(27.4% 0.006 286.033);
}
@layer components {
  .kt-avatar {
    position: relative;
    display: flex;
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    flex-shrink: 0;
  }
  .kt-avatar-image {
    overflow: hidden;
    border-radius: calc(infinity * 1px);
  }
  .kt-avatar-image img {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
  }
  .kt-avatar-fallback {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--accent);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-avatar-indicator {
    position: absolute;
    display: flex;
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    align-items: center;
    justify-content: center;
  }
  .kt-avatar-status {
    display: flex;
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
    align-items: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: var(--background);
  }
  .kt-avatar-status.kt-avatar-status-online {
    background-color: var(--color-green-600);
  }
  .kt-avatar-status.kt-avatar-status-offline {
    background-color: var(--mono);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-avatar-status.kt-avatar-status-offline {
      background-color: color-mix(in oklab, var(--mono) 50%, transparent);
    }
  }
  .kt-avatar-status.kt-avatar-status-busy {
    background-color: var(--color-yellow-600);
  }
  .kt-avatar-status.kt-avatar-status-away {
    background-color: var(--color-blue-600);
  }
}
@layer components {
  .kt-accordion-item {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
  }
  .kt-accordion-item:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .kt-accordion-toggle {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 4);
    text-align: start;
  }
  .kt-accordion-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--mono);
  }
  .kt-accordion-content {
    overflow: hidden;
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-accordion-wrapper {
    padding-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--foreground);
  }
  .kt-accordion-indicator {
    display: inline-flex;
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
    align-items: center;
    color: var(--muted-foreground);
  }
  .kt-accordion-indicator-on {
    display: block;
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    flex-shrink: 0;
  }
  .kt-accordion-indicator-on[data-kt-accordion-item].active {
    display: none;
  }
  [data-kt-accordion-item].active > [data-kt-accordion-toggle] .kt-accordion-indicator-on {
    display: none;
  }
  [data-kt-accordion-item].active > .kt-accordion-indicator-on[data-kt-accordion-toggle] {
    display: none;
  }
  .kt-accordion-indicator-off {
    display: none;
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    flex-shrink: 0;
  }
  .kt-accordion-indicator-off[data-kt-accordion-item].active {
    display: block;
  }
  [data-kt-accordion-item].active > [data-kt-accordion-toggle] .kt-accordion-indicator-off {
    display: block;
  }
  [data-kt-accordion-item].active > .kt-accordion-indicator-off[data-kt-accordion-toggle] {
    display: block;
  }
  .kt-accordion.kt-accordion-outline {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3.5);
  }
  .kt-accordion.kt-accordion-outline .kt-accordion-item {
    border-radius: var(--radius);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
  }
  .kt-accordion.kt-accordion-outline .kt-accordion-content {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
  }
  .kt-accordion.kt-accordion-outline .kt-accordion-toggle {
    padding: calc(var(--spacing) * 4);
  }
  .kt-accordion.kt-accordion-outline .kt-accordion-wrapper {
    padding: calc(var(--spacing) * 4);
  }
}
@layer components {
  .kt-accordion-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: calc(var(--spacing) * 1);
  }
  .kt-accordion-menu-content {
    overflow: hidden;
    padding-inline-start: calc(var(--spacing) * 6);
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-accordion-menu-sub {
    width: 100%;
    row-gap: calc(var(--spacing) * 1);
  }
  .kt-accordion-menu-item {
    width: 100%;
  }
  :where(.kt-accordion-menu-item > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-accordion-menu-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  @media (hover: hover) {
    .kt-accordion-menu-toggle:hover {
      background-color: var(--accent);
    }
  }
  .kt-accordion-menu-toggle:disabled {
    pointer-events: none;
  }
  .kt-accordion-menu-toggle:disabled {
    opacity: 50%;
  }
  .kt-accordion-menu-toggle[data-kt-accordion-item].active {
    background-color: var(--accent);
  }
  [data-kt-accordion-item].active > [data-kt-accordion-toggle] .kt-accordion-menu-toggle {
    background-color: var(--accent);
  }
  [data-kt-accordion-item].active > .kt-accordion-menu-toggle[data-kt-accordion-toggle] {
    background-color: var(--accent);
  }
  .kt-accordion-menu-toggle svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-accordion-menu-link {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  @media (hover: hover) {
    .kt-accordion-menu-link:hover {
      background-color: var(--accent);
    }
  }
  .kt-accordion-menu-link:disabled {
    pointer-events: none;
  }
  .kt-accordion-menu-link:disabled {
    opacity: 50%;
  }
  .kt-accordion-menu-link [data-kt-accordion-initialized] .selected {
    background-color: var(--accent);
  }
  [data-kt-accordion-initialized] .selected .kt-accordion-menu-link {
    background-color: var(--accent);
  }
  [data-kt-accordion-initialized] .kt-accordion-menu-link.selected {
    background-color: var(--accent);
  }
  .kt-accordion-menu-link svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-accordion-menu-indicator {
    margin-inline-start: auto;
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-accordion-menu-indicator[data-kt-accordion-item].active {
    rotate: 180deg;
  }
  [data-kt-accordion-item].active > [data-kt-accordion-toggle] .kt-accordion-menu-indicator {
    rotate: 180deg;
  }
  [data-kt-accordion-item].active > .kt-accordion-menu-indicator[data-kt-accordion-toggle] {
    rotate: 180deg;
  }
}
@layer components {
  [dir=rtl] .kt-accordion-menu-indicator[data-kt-accordion-item].active {
    rotate: calc(180deg * -1);
  }
  [data-kt-accordion-item].active > [data-kt-accordion-toggle] :is([dir=rtl] .kt-accordion-menu-indicator) {
    rotate: calc(180deg * -1);
  }
  [data-kt-accordion-item].active > :is([dir=rtl] .kt-accordion-menu-indicator)[data-kt-accordion-toggle] {
    rotate: calc(180deg * -1);
  }
}
@layer components {
  .kt-alert {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .kt-alert-title {
    flex-grow: 1;
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .kt-alert-toolbar {
    display: flex;
    align-items: baseline;
    gap: calc(var(--spacing) * 2.5);
  }
  .kt-alert-actions {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
  }
  .kt-alert-description {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-alert-description p {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .kt-alert-description p {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .kt-alert-content {
    width: 100%;
    flex-grow: 1;
  }
  :where(.kt-alert-content > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-alert-content .kt-alert-title {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .kt-alert-icon {
    flex-shrink: 0;
  }
  .kt-alert-close {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    cursor: pointer;
  }
  .kt-alert-close i {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--muted-foreground);
  }
  .kt-alert-close > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-alert-close:is(:focus, :hover) i,
  .kt-alert-close:is(:focus, :hover) > svg {
    color: var(--foreground);
  }
  .kt-alert {
    gap: calc(var(--spacing) * 2.5);
    border-radius: var(--radius);
    padding: calc(var(--spacing) * 3.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-alert .kt-alert-icon svg {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .kt-alert .kt-alert-toolbar {
    padding-top: calc(var(--spacing) * 0.25);
  }
  .kt-alert-sm {
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-alert-sm .kt-alert-close {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-alert-sm .kt-alert-close > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-alert-sm .kt-alert-icon svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-alert-lg {
    gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding: calc(var(--spacing) * 4);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-alert-lg .kt-alert-icon svg {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .kt-alert-lg .kt-alert-toolbar {
    padding-top: calc(var(--spacing) * 0.75);
  }
  .kt-alert {
    background-color: var(--muted);
    color: var(--foreground);
  }
  .kt-alert-primary {
    background-color: var(--primary);
    color: var(--primary-foreground);
  }
  .kt-alert-primary .kt-alert-close > svg {
    color: var(--primary-foreground);
  }
  .kt-alert-destructive {
    background-color: var(--destructive);
    color: var(--destructive-foreground);
  }
  .kt-alert-destructive .kt-alert-close > svg {
    color: var(--destructive-foreground);
  }
  .kt-alert-success {
    background-color: var(--color-green-500);
    color: var(--color-white);
  }
  .kt-alert-success .kt-alert-close > svg {
    color: var(--color-white);
  }
  .kt-alert-info {
    background-color: var(--color-violet-600);
    color: var(--color-white);
  }
  .kt-alert-info .kt-alert-close > svg {
    color: var(--color-white);
  }
  .kt-alert-warning {
    background-color: var(--color-yellow-500);
    color: var(--color-white);
  }
  .kt-alert-warning .kt-alert-close > svg {
    color: var(--color-white);
  }
  .kt-alert-mono {
    background-color: var(--mono);
    color: var(--mono-foreground);
  }
  .kt-alert-mono .kt-alert-close > svg {
    color: var(--mono-foreground);
  }
  .kt-alert-mono.kt-alert-primary .kt-alert-icon {
    color: var(--primary);
  }
  .kt-alert-mono.kt-alert-success .kt-alert-icon {
    color: var(--color-green-500);
  }
  .kt-alert-mono.kt-alert-destructive .kt-alert-icon {
    color: var(--destructive);
  }
  .kt-alert-mono.kt-alert-warning .kt-alert-icon {
    color: var(--color-yellow-500);
  }
  .kt-alert-mono.kt-alert-info .kt-alert-icon {
    color: var(--color-violet-600);
  }
  .kt-alert-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--foreground);
  }
  .kt-alert-outline .kt-alert-close {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    cursor: pointer;
  }
  .kt-alert-outline .kt-alert-close > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-alert-outline .kt-alert-close:is(:focus, :hover) > svg {
    color: var(--foreground);
  }
  .kt-alert-outline.kt-alert-primary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--primary);
  }
  .kt-alert-outline.kt-alert-destructive {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--destructive);
  }
  .kt-alert-outline.kt-alert-success {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--color-green-500);
  }
  .kt-alert-outline.kt-alert-info {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--color-violet-600);
  }
  .kt-alert-outline.kt-alert-warning {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--color-yellow-500);
  }
  .kt-alert-outline.kt-alert-mono {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--mono);
  }
  .kt-alert-light {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--muted);
    color: var(--foreground);
  }
  .kt-alert-light .kt-alert-icon > svg {
    color: var(--muted-foreground);
  }
  .kt-alert-light .kt-alert-close {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    cursor: pointer;
  }
  .kt-alert-light .kt-alert-close > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-alert-light .kt-alert-close:is(:focus, :hover) > svg {
    color: var(--foreground);
  }
  .kt-alert-light.kt-alert-primary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-primary {
      border-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-primary {
      background-color: color-mix(in oklab, var(--primary) 5%, transparent);
    }
  }
  .kt-alert-light.kt-alert-primary .kt-alert-icon > svg {
    color: var(--primary);
  }
  .kt-alert-light.kt-alert-destructive {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--destructive);
    background-color: var(--destructive);
    color: var(--foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-destructive {
      border-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-destructive {
      background-color: color-mix(in oklab, var(--destructive) 5%, transparent);
    }
  }
  .kt-alert-light.kt-alert-destructive .kt-alert-icon > svg {
    color: var(--destructive);
  }
  .kt-alert-light.kt-alert-success {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-green-200);
    background-color: var(--color-green-50);
    color: var(--foreground);
  }
  .kt-alert-light.kt-alert-success:is(.dark *) {
    border-color: color-mix(in srgb, oklch(26.6% 0.065 152.934) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-success:is(.dark *) {
      border-color: color-mix(in oklab, var(--color-green-950) 50%, transparent);
    }
  }
  .kt-alert-light.kt-alert-success:is(.dark *) {
    background-color: color-mix(in srgb, oklch(26.6% 0.065 152.934) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-success:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 30%, transparent);
    }
  }
  .kt-alert-light.kt-alert-success .kt-alert-icon > svg {
    color: var(--color-green-500);
  }
  .kt-alert-light.kt-alert-info {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-violet-200);
    background-color: var(--color-violet-50);
    color: var(--foreground);
  }
  .kt-alert-light.kt-alert-info:is(.dark *) {
    border-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-info:is(.dark *) {
      border-color: color-mix(in oklab, var(--color-violet-950) 50%, transparent);
    }
  }
  .kt-alert-light.kt-alert-info:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-info:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-violet-950) 30%, transparent);
    }
  }
  .kt-alert-light.kt-alert-info .kt-alert-icon > svg {
    color: var(--color-violet-500);
  }
  .kt-alert-light.kt-alert-warning {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-yellow-200);
    background-color: var(--color-yellow-50);
    color: var(--foreground);
  }
  .kt-alert-light.kt-alert-warning:is(.dark *) {
    border-color: color-mix(in srgb, oklch(28.6% 0.066 53.813) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-warning:is(.dark *) {
      border-color: color-mix(in oklab, var(--color-yellow-950) 50%, transparent);
    }
  }
  .kt-alert-light.kt-alert-warning:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.6% 0.066 53.813) 30%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-alert-light.kt-alert-warning:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-950) 30%, transparent);
    }
  }
  .kt-alert-light.kt-alert-warning .kt-alert-icon > svg {
    color: var(--color-yellow-500);
  }
}
@layer components {
  :where(.kt-form > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-form-item {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2.5);
  }
  :where(.kt-form-control > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-form-control-inline {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2.5);
  }
  :where(.kt-form-control-inline > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-form-label {
    display: flex;
    width: 100%;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  .kt-form-label:is(:where(.peer):disabled ~ *) {
    cursor: not-allowed;
  }
  .kt-form-label:is(:where(.peer):disabled ~ *) {
    opacity: 50%;
  }
  .kt-switch:disabled + .kt-form-label,
  .kt-checkbox:disabled + .kt-form-label,
  .kt-radio:disabled + .kt-form-label {
    cursor: not-allowed;
    opacity: 50%;
  }
  .kt-form-description {
    margin-top: calc(var(--spacing) * -1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--secondary-foreground);
  }
  .kt-form-message {
    margin-top: calc(var(--spacing) * -1);
    display: none;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--destructive);
  }
  .kt-form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--spacing) * 2.5);
  }
  .kt-form-item:has([aria-invalid=true]) .kt-form-message {
    display: block;
  }
  .kt-form-item:has([aria-invalid=true]) .kt-form-description {
    display: none;
  }
}
@layer components {
  .kt-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    color: var(--accent-foreground);
  }
  .kt-badge:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-badge:focus {
    --tw-ring-color: var(--ring);
  }
  .kt-badge:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .kt-badge:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    .kt-badge:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .kt-badge svg {
    margin-inline-start: -1px;
  }
  .kt-badge svg {
    flex-shrink: 0;
  }
  .kt-badge-primary {
    background-color: var(--primary);
    color: var(--primary-foreground);
  }
  .kt-badge-secondary {
    background-color: var(--secondary);
    color: var(--accent-foreground);
  }
  .kt-badge-success {
    background-color: var(--color-green-500);
    color: var(--color-white);
  }
  .kt-badge-warning {
    background-color: var(--color-yellow-400);
    color: var(--color-white);
  }
  .kt-badge-info {
    background-color: var(--color-violet-500);
    color: var(--color-white);
  }
  .kt-badge-mono {
    background-color: var(--mono);
    color: var(--mono-foreground);
  }
  .kt-badge-destructive {
    background-color: var(--destructive);
    color: var(--destructive-foreground);
  }
  .kt-badge-stroke {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    color: var(--secondary-foreground);
  }
  .kt-badge-disabled {
    pointer-events: none;
    opacity: 50%;
  }
  .kt-badge-lg {
    height: calc(var(--spacing) * 7);
    min-width: calc(var(--spacing) * 7);
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: 0.5rem;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-badge-lg svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-badge {
    height: calc(var(--spacing) * 6);
    min-width: calc(var(--spacing) * 6);
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: 0.45rem;
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-badge svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-badge-sm {
    height: calc(var(--spacing) * 5);
    min-width: calc(var(--spacing) * 5);
    gap: calc(var(--spacing) * 1);
    border-radius: calc(var(--radius) - 4px);
    padding-inline: 0.325rem;
    font-size: 0.6875rem;
    --tw-leading: 0.75rem;
    line-height: 0.75rem;
  }
  .kt-badge-sm svg {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .kt-badge-xs {
    height: calc(var(--spacing) * 4);
    min-width: calc(var(--spacing) * 4);
    gap: calc(var(--spacing) * 1);
    border-radius: calc(var(--radius) - 4px);
    padding-inline: 0.25rem;
    font-size: 0.625rem;
    --tw-leading: 0.5rem;
    line-height: 0.5rem;
  }
  .kt-badge-xs svg {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .kt-badge-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--muted);
    color: var(--secondary-foreground);
  }
  .kt-badge-outline.kt-badge-primary {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-100);
    background-color: var(--color-blue-50);
    color: var(--color-blue-700);
  }
  .kt-badge-outline.kt-badge-primary:is(.dark *) {
    border-color: var(--color-blue-950);
  }
  .kt-badge-outline.kt-badge-primary:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.2% 0.091 267.935) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-primary:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-primary:is(.dark *) {
    color: var(--color-blue-600);
  }
  .kt-badge-outline.kt-badge-secondary {
    border-color: var(--border);
    background-color: var(--secondary);
    color: var(--foreground);
  }
  .kt-badge-outline.kt-badge-secondary:is(.dark *) {
    background-color: var(--secondary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-secondary:is(.dark *) {
      background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-success {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-green-200);
    background-color: var(--color-green-50);
    color: var(--color-green-700);
  }
  .kt-badge-outline.kt-badge-success:is(.dark *) {
    border-color: var(--color-green-950);
  }
  .kt-badge-outline.kt-badge-success:is(.dark *) {
    background-color: color-mix(in srgb, oklch(26.6% 0.065 152.934) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-success:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-success:is(.dark *) {
    color: var(--color-green-600);
  }
  .kt-badge-outline.kt-badge-warning.kt-badge-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-yellow-100);
    background-color: var(--color-yellow-50);
    color: var(--color-yellow-700);
  }
  .kt-badge-outline.kt-badge-warning.kt-badge-outline:is(.dark *) {
    border-color: var(--color-yellow-950);
  }
  .kt-badge-outline.kt-badge-warning.kt-badge-outline:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.6% 0.066 53.813) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-warning.kt-badge-outline:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-950) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-warning.kt-badge-outline:is(.dark *) {
    color: var(--color-yellow-600);
  }
  .kt-badge-outline.kt-badge-info.kt-badge-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-violet-100);
    background-color: var(--color-violet-50);
    color: var(--color-violet-700);
  }
  .kt-badge-outline.kt-badge-info.kt-badge-outline:is(.dark *) {
    border-color: var(--color-violet-950);
  }
  .kt-badge-outline.kt-badge-info.kt-badge-outline:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-info.kt-badge-outline:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-violet-950) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-info.kt-badge-outline:is(.dark *) {
    color: var(--color-violet-600);
  }
  .kt-badge-outline.kt-badge-mono.kt-badge-outline {
    border-color: var(--mono);
    background-color: var(--mono);
    color: var(--mono);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-mono.kt-badge-outline {
      border-color: color-mix(in oklab, var(--mono) 10%, transparent);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-mono.kt-badge-outline {
      background-color: color-mix(in oklab, var(--mono) 10%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-destructive.kt-badge-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-red-100);
    background-color: var(--color-red-50);
    color: var(--color-red-700);
  }
  .kt-badge-outline.kt-badge-destructive.kt-badge-outline:is(.dark *) {
    border-color: var(--color-red-950);
  }
  .kt-badge-outline.kt-badge-destructive.kt-badge-outline:is(.dark *) {
    background-color: color-mix(in srgb, oklch(25.8% 0.092 26.042) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-outline.kt-badge-destructive.kt-badge-outline:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-red-950) 50%, transparent);
    }
  }
  .kt-badge-outline.kt-badge-destructive.kt-badge-outline:is(.dark *) {
    color: var(--color-red-600);
  }
  .kt-badge-light.kt-badge-primary {
    background-color: var(--color-blue-100);
    color: var(--color-blue-800);
  }
  .kt-badge-light.kt-badge-primary:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.2% 0.091 267.935) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-primary:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-blue-950) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-primary:is(.dark *) {
    color: var(--color-blue-600);
  }
  .kt-badge-light.kt-badge-secondary {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
  }
  .kt-badge-light.kt-badge-secondary:is(.dark *) {
    background-color: var(--secondary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-secondary:is(.dark *) {
      background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-success {
    background-color: var(--color-green-100);
    color: var(--color-green-800);
  }
  .kt-badge-light.kt-badge-success:is(.dark *) {
    background-color: color-mix(in srgb, oklch(26.6% 0.065 152.934) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-success:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-green-950) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-success:is(.dark *) {
    color: var(--color-green-600);
  }
  .kt-badge-light.kt-badge-warning {
    background-color: var(--color-yellow-100);
    color: var(--color-yellow-800);
  }
  .kt-badge-light.kt-badge-warning:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.6% 0.066 53.813) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-warning:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-yellow-950) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-warning:is(.dark *) {
    color: var(--color-yellow-600);
  }
  .kt-badge-light.kt-badge-info {
    background-color: var(--color-violet-100);
    color: var(--color-violet-800);
  }
  .kt-badge-light.kt-badge-info:is(.dark *) {
    background-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-info:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-violet-950) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-info:is(.dark *) {
    color: var(--color-violet-600);
  }
  .kt-badge-light.kt-badge-mono {
    background-color: var(--mono);
    color: var(--mono);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-mono {
      background-color: color-mix(in oklab, var(--mono) 10%, transparent);
    }
  }
  .kt-badge-light.kt-badge-destructive {
    background-color: var(--color-red-100);
    color: var(--color-red-800);
  }
  .kt-badge-light.kt-badge-destructive:is(.dark *) {
    background-color: color-mix(in srgb, oklch(25.8% 0.092 26.042) 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-badge-light.kt-badge-destructive:is(.dark *) {
      background-color: color-mix(in oklab, var(--color-red-950) 50%, transparent);
    }
  }
  .kt-badge-light.kt-badge-destructive:is(.dark *) {
    color: var(--color-red-600);
  }
  .kt-badge-ghost {
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 0);
  }
  .kt-badge-ghost.kt-badge-primary {
    color: var(--primary);
  }
  .kt-badge-ghost.kt-badge-secondary {
    color: var(--secondary-foreground);
  }
  .kt-badge-ghost.kt-badge-destructive {
    color: var(--destructive);
  }
  .kt-badge-ghost.kt-badge-success {
    color: var(--color-green-500);
  }
  .kt-badge-ghost.kt-badge-warning {
    color: var(--color-yellow-500);
  }
  .kt-badge-ghost.kt-badge-info {
    color: var(--color-violet-500);
  }
  .kt-badge-ghost.kt-badge-mono {
    color: var(--mono);
  }
  .kt-badge-btn {
    margin-inline-end: calc(var(--spacing) * -0.5);
    display: inline-flex;
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) - 2px);
    padding: calc(var(--spacing) * 0);
    --tw-leading: 1;
    line-height: 1;
  }
  .kt-badge-btn i {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    opacity: 70%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-badge-btn > svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    opacity: 70%;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-badge-btn:is(:focus, :hover) i,
  .kt-badge-btn:is(:focus, :hover) > svg {
    opacity: 100%;
  }
  .kt-badge-dot {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
    border-radius: calc(infinity * 1px);
    background-color: currentcolor;
    opacity: 75%;
  }
}
@layer components {
  .kt-link {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    border-radius: calc(var(--radius) - 2px);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      visibility,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-link:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-link:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-link:focus-visible {
    --tw-ring-color: var(--color-neutral-200);
  }
  .kt-link:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .kt-link:is(.dark *):focus-visible {
    --tw-ring-color: var(--color-neutral-700);
  }
  .kt-link {
    color: var(--primary);
  }
  .kt-link-inverse {
    color: var(--background);
  }
  .kt-link-mono {
    color: var(--mono);
  }
  .kt-link {
    gap: calc(var(--spacing) * 1);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
  }
  .kt-link svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-link i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-link-sm {
    gap: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-link-sm svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-link-sm i {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-link-lg {
    gap: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-link-lg svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-link-lg i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-link-underline {
    margin-top: calc(var(--spacing) * -0.5);
    text-decoration-style: solid;
  }
  @media (hover: hover) {
    .kt-link-underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .kt-link-underline:hover {
      text-underline-offset: 4px;
    }
  }
  .kt-link-underlined {
    margin-top: calc(var(--spacing) * -0.5);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-offset: 4px;
  }
  .kt-link-dashed {
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
  }
  .kt-link-disabled {
    pointer-events: none;
    opacity: 50%;
  }
}
@layer components {
  .kt-btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    --tw-ring-offset-color: var(--background);
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    flex-shrink: 0;
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  .kt-btn:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    .kt-btn:focus-visible {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .kt-btn:disabled {
    pointer-events: none;
  }
  .kt-btn:disabled {
    opacity: 50%;
  }
  .kt-btn:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-btn:focus-visible {
    --tw-ring-color: var(--ring);
  }
  .kt-btn:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-btn svg {
    flex-shrink: 0;
  }
  .kt-btn {
    background-color: var(--primary);
    color: var(--primary-foreground);
  }
  @media (hover: hover) {
    .kt-btn:hover {
      background-color: var(--primary);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .kt-btn:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }
  .kt-btn.active {
    background-color: var(--primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn.active {
      background-color: color-mix(in oklab, var(--primary) 90%, transparent);
    }
  }
  .kt-btn-mono {
    background-color: var(--mono);
    color: var(--mono-foreground);
  }
  @media (hover: hover) {
    .kt-btn-mono:hover {
      background-color: var(--mono);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .kt-btn-mono:hover {
        background-color: color-mix(in oklab, var(--mono) 90%, transparent);
      }
    }
  }
  .kt-btn-mono.active {
    background-color: var(--mono);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-mono.active {
      background-color: color-mix(in oklab, var(--mono) 90%, transparent);
    }
  }
  .kt-btn-destructive {
    background-color: var(--destructive);
    color: var(--destructive-foreground);
  }
  @media (hover: hover) {
    .kt-btn-destructive:hover {
      background-color: var(--destructive);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .kt-btn-destructive:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }
  .kt-btn-destructive.active {
    background-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-destructive.active {
      background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
    }
  }
  .kt-btn-secondary {
    background-color: var(--secondary);
    color: var(--secondary-foreground);
  }
  @media (hover: hover) {
    .kt-btn-secondary:hover {
      background-color: var(--secondary);
    }
  }
  @media (hover: hover) {
    .kt-btn-secondary:hover {
      color: var(--foreground);
    }
  }
  .kt-btn-secondary.active {
    background-color: var(--secondary);
  }
  .kt-btn-secondary.active {
    color: var(--foreground);
  }
  .kt-btn-secondary i {
    color: var(--muted-foreground);
  }
  .kt-btn-secondary svg {
    color: var(--muted-foreground);
  }
  .kt-btn-secondary:is(:hover, .active) i {
    color: var(--muted-foreground);
  }
  .kt-btn-secondary:is(:hover, .active) svg {
    color: var(--muted-foreground);
  }
  .kt-btn-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    color: var(--secondary-foreground);
  }
  @media (hover: hover) {
    .kt-btn-outline:hover {
      background-color: var(--accent);
    }
  }
  @media (hover: hover) {
    .kt-btn-outline:hover {
      color: var(--accent-foreground);
    }
  }
  .kt-btn-outline.active {
    background-color: var(--accent);
  }
  .kt-btn-outline.active {
    color: var(--accent-foreground);
  }
  .kt-btn-outline i {
    color: var(--muted-foreground);
  }
  .kt-btn-outline svg {
    color: var(--muted-foreground);
  }
  .kt-btn-outline:is(:hover, .active) i {
    color: var(--secondary-foreground);
  }
  .kt-btn-outline:is(:hover, .active) svg {
    color: var(--secondary-foreground);
  }
  .kt-btn-outline.kt-btn-primary {
    border-color: var(--primary);
    background-color: var(--primary);
    color: var(--primary);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-outline.kt-btn-primary {
      border-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-outline.kt-btn-primary {
      background-color: color-mix(in oklab, var(--primary) 10%, transparent);
    }
  }
  @media (hover: hover) {
    .kt-btn-outline.kt-btn-primary:hover {
      background-color: var(--primary);
    }
  }
  @media (hover: hover) {
    .kt-btn-outline.kt-btn-primary:hover {
      color: var(--primary-foreground);
    }
  }
  .kt-btn-outline.kt-btn-primary.active {
    border-color: var(--primary);
  }
  .kt-btn-outline.kt-btn-primary.active {
    background-color: var(--primary);
  }
  .kt-btn-outline.kt-btn-primary.active {
    color: var(--primary-foreground);
  }
  .kt-btn-outline.kt-btn-primary i {
    color: var(--primary);
  }
  .kt-btn-outline.kt-btn-primary svg {
    color: var(--primary);
  }
  .kt-btn-outline.kt-btn-primary:is(:hover, .active) i {
    color: var(--primary-foreground);
  }
  .kt-btn-outline.kt-btn-primary:is(:hover, .active) svg {
    color: var(--primary-foreground);
  }
  .kt-btn-outline.kt-btn-destructive {
    border-color: var(--destructive);
    background-color: var(--destructive);
    color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-outline.kt-btn-destructive {
      border-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-btn-outline.kt-btn-destructive {
      background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  @media (hover: hover) {
    .kt-btn-outline.kt-btn-destructive:hover {
      background-color: var(--destructive);
    }
  }
  @media (hover: hover) {
    .kt-btn-outline.kt-btn-destructive:hover {
      color: var(--destructive-foreground);
    }
  }
  .kt-btn-outline.kt-btn-destructive.active {
    border-color: var(--destructive);
  }
  .kt-btn-outline.kt-btn-destructive.active {
    background-color: var(--destructive);
  }
  .kt-btn-outline.kt-btn-destructive.active {
    color: var(--destructive-foreground);
  }
  .kt-btn-outline.kt-btn-destructive i {
    color: var(--destructive);
  }
  .kt-btn-outline.kt-btn-destructive svg {
    color: var(--destructive);
  }
  .kt-btn-outline.kt-btn-destructive:is(:hover, .active) i {
    color: var(--destructive-foreground);
  }
  .kt-btn-outline.kt-btn-destructive:is(:hover, .active) svg {
    color: var(--destructive-foreground);
  }
  .kt-btn-ghost {
    background-color: transparent;
    color: var(--accent-foreground);
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  @media (hover: hover) {
    .kt-btn-ghost:hover {
      background-color: var(--accent);
    }
  }
  @media (hover: hover) {
    .kt-btn-ghost:hover {
      color: var(--accent-foreground);
    }
  }
  .kt-btn-ghost.active {
    background-color: var(--accent);
  }
  .kt-btn-ghost.active {
    color: var(--accent-foreground);
  }
  .kt-btn-ghost:not(.kt-btn-primary):not(.kt-btn-destructive) i {
    color: var(--muted-foreground);
  }
  .kt-btn-ghost:not(.kt-btn-primary):not(.kt-btn-destructive) svg {
    color: var(--muted-foreground);
  }
  .kt-btn-ghost:not(.kt-btn-primary):not(.kt-btn-destructive):is(:hover, .active) i {
    color: var(--secondary-foreground);
  }
  .kt-btn-ghost:not(.kt-btn-primary):not(.kt-btn-destructive):is(:hover, .active) svg {
    color: var(--secondary-foreground);
  }
  .kt-btn-ghost.kt-btn-primary {
    color: var(--primary);
  }
  @media (hover: hover) {
    .kt-btn-ghost.kt-btn-primary:hover {
      background-color: var(--primary);
    }
  }
  @media (hover: hover) {
    .kt-btn-ghost.kt-btn-primary:hover {
      color: var(--primary-foreground);
    }
  }
  .kt-btn-ghost.kt-btn-primary.active {
    background-color: var(--primary);
  }
  .kt-btn-ghost.kt-btn-primary.active {
    color: var(--primary-foreground);
  }
  .kt-btn-ghost.kt-btn-destructive {
    color: var(--destructive);
  }
  @media (hover: hover) {
    .kt-btn-ghost.kt-btn-destructive:hover {
      background-color: var(--destructive);
    }
  }
  @media (hover: hover) {
    .kt-btn-ghost.kt-btn-destructive:hover {
      color: var(--destructive-foreground);
    }
  }
  .kt-btn-ghost.kt-btn-destructive.active {
    background-color: var(--destructive);
  }
  .kt-btn-ghost.kt-btn-destructive.active {
    color: var(--destructive-foreground);
  }
  .kt-btn-dim {
    background-color: transparent;
    color: var(--muted-foreground);
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  @media (hover: hover) {
    .kt-btn-dim:hover {
      background-color: transparent;
    }
  }
  @media (hover: hover) {
    .kt-btn-dim:hover {
      color: var(--foreground);
    }
  }
  .kt-btn-dim.active {
    background-color: transparent;
  }
  .kt-btn-dim.active {
    color: var(--foreground);
  }
  .kt-btn-dim i {
    color: var(--muted-foreground);
  }
  .kt-btn-dim svg {
    color: var(--muted-foreground);
  }
  .kt-btn-dim:is(:hover, .active) i {
    color: var(--secondary-foreground);
  }
  .kt-btn-dim:is(:hover, .active) svg {
    color: var(--secondary-foreground);
  }
  .kt-btn {
    height: calc(var(--spacing) * 8.5);
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
  }
  .kt-btn svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-btn i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-btn.kt-btn-icon {
    width: calc(var(--spacing) * 8.5);
    height: calc(var(--spacing) * 8.5);
    padding: calc(var(--spacing) * 0);
  }
  .kt-btn-lg {
    height: calc(var(--spacing) * 10);
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-btn-lg svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-btn-lg i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-btn-lg.kt-btn-icon {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
    padding: calc(var(--spacing) * 0);
  }
  .kt-btn-sm {
    height: calc(var(--spacing) * 7);
    gap: calc(var(--spacing) * 1.25);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-btn-sm svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-btn-sm i {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-btn-sm.kt-btn-icon {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
    padding: calc(var(--spacing) * 0);
  }
}
@layer components {
  .kt-label {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  .kt-switch:disabled + .kt-label,
  .kt-checkbox:disabled + .kt-label,
  .kt-radio:disabled + .kt-label {
    cursor: not-allowed;
    opacity: 50%;
  }
  .kt-label-secondary {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
}
@layer components {
  .kt-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: calc(var(--radius) + 4px);
    color: var(--card-foreground);
  }
  .kt-card {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--card);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-card {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-card-header {
    display: flex;
    min-height: calc(var(--spacing) * 14);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2.5);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 5);
  }
  .kt-card-footer {
    display: flex;
    align-items: center;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  .kt-card-content {
    flex-grow: 1;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 5);
  }
  .kt-card-table {
    display: grid;
    flex-grow: 1;
  }
  .kt-card-table .kt-table-border {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .kt-card-table .kt-table :is(th, td):first-child {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .kt-card-table .kt-table :is(th, td):last-child {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .kt-card-grid :is(.kt-card-header, .kt-card-footer) {
    padding-inline: calc(var(--spacing) * 5);
  }
  .kt-card-grid .kt-card-content {
    padding: 0;
  }
  .kt-card-grid .kt-card-content .kt-table {
    border: 0;
  }
  .kt-card-grid .kt-card-content .kt-table :is(th:first-child, td:first-child) {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .kt-card-grid .kt-card-content .kt-table :is(th:first-child, td:first-child).kt-table-cell-center {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .kt-card-grid .kt-card-content .kt-table :is(th:last-child, td:last-child) {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .kt-card-grid .kt-card-content .kt-table :is(th:last-child, td:last-child).table-cell-center {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  :where(.kt-card-heading > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-card-toolbar {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2.5);
  }
  .kt-card-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .kt-card-description {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted-foreground);
  }
  .kt-card-group {
    flex-grow: 1;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 5);
  }
  .kt-card-group:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .kt-card-group + .kt-card-footer {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .kt-card-accent {
    background-color: var(--muted);
    padding: calc(var(--spacing) * 1);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-card-accent {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-card-accent .kt-card-header {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .kt-card-accent .kt-card-content {
    border-top-left-radius: calc(var(--radius) + 4px);
    border-top-right-radius: calc(var(--radius) + 4px);
    background-color: var(--card);
  }
  .kt-card-accent .kt-card-content:last-child {
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
  }
  .kt-card-accent .kt-card-table {
    border-radius: calc(var(--radius) + 4px);
    background-color: var(--card);
  }
  .kt-card-accent .kt-card-table:last-child {
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
  }
  .kt-card-accent .kt-card-footer {
    margin-top: 2px;
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
    background-color: var(--card);
  }
  .kt-card-border {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
  }
  .kt-card-rounded-t {
    border-top-left-radius: calc(var(--radius) + 4px);
    border-top-right-radius: calc(var(--radius) + 4px);
  }
  .kt-card-rounded-b {
    border-bottom-right-radius: calc(var(--radius) + 4px);
    border-bottom-left-radius: calc(var(--radius) + 4px);
  }
}
@layer components {
  .kt-checkbox {
    cursor: pointer;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border-radius: calc(var(--radius) - 4px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    --tw-ring-offset-color: var(--background);
  }
  .kt-checkbox:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-checkbox:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-checkbox:focus-visible {
    --tw-ring-color: var(--ring);
  }
  .kt-checkbox:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .kt-checkbox:disabled {
    cursor: not-allowed;
  }
  .kt-checkbox:disabled {
    opacity: 50%;
  }
  .kt-checkbox[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-checkbox[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-checkbox[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-checkbox[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .kt-checkbox:checked {
    border-color: var(--primary);
  }
  .kt-checkbox:checked {
    background-color: var(--primary);
  }
  .kt-checkbox:checked {
    color: var(--primary-foreground);
  }
  .kt-checkbox:indeterminate {
    border-color: var(--primary);
  }
  .kt-checkbox:indeterminate {
    background-color: var(--primary);
  }
  .kt-checkbox:indeterminate {
    color: var(--primary-foreground);
  }
  .kt-checkbox-mono:checked {
    border-color: var(--mono);
  }
  .kt-checkbox-mono:checked {
    background-color: var(--mono);
  }
  .kt-checkbox-mono:checked {
    color: var(--mono-foreground);
  }
  .kt-checkbox-mono:indeterminate {
    border-color: var(--mono);
  }
  .kt-checkbox-mono:indeterminate {
    background-color: var(--mono);
  }
  .kt-checkbox-mono:indeterminate {
    color: var(--mono-foreground);
  }
  .kt-checkbox {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .kt-checkbox:is(:checked, [aria-checked=true]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M10.3667 0.541643L4.80007 6.10831L1.56674 2.87498C1.41061 2.71977 1.1994 2.63265 0.979241 2.63265C0.759086 2.63265 0.547876 2.71977 0.391741 2.87498C0.236532 3.03111 0.149414 3.24232 0.149414 3.46248C0.149414 3.68263 0.236532 3.89384 0.391741 4.04998L4.21674 7.87498C4.37288 8.03019 4.58409 8.1173 4.80424 8.1173C5.0244 8.1173 5.23561 8.03019 5.39174 7.87498L11.5417 1.72498C11.6198 1.64751 11.6818 1.55534 11.7241 1.45379C11.7665 1.35224 11.7882 1.24332 11.7882 1.13331C11.7882 1.0233 11.7665 0.914379 11.7241 0.81283C11.6818 0.711281 11.6198 0.619113 11.5417 0.541643C11.3856 0.386434 11.1744 0.299316 10.9542 0.299316C10.7341 0.299316 10.5229 0.386434 10.3667 0.541643Z' fill='white'/%3E%3C/svg%3E");
  }
  .kt-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3E%3C/svg%3E");
  }
  .kt-checkbox {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .kt-checkbox-sm {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .kt-checkbox-sm:is(:checked, [aria-checked=true]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M8.4932 0.233321L4.03986 4.68665L1.4532 2.09999C1.32829 1.97582 1.15932 1.90613 0.983198 1.90613C0.807074 1.90613 0.638106 1.97582 0.513198 2.09999C0.38903 2.2249 0.319336 2.39386 0.319336 2.56999C0.319336 2.74611 0.38903 2.91508 0.513198 3.03999L3.5732 6.09999C3.69811 6.22415 3.86707 6.29385 4.0432 6.29385C4.21932 6.29385 4.38829 6.22415 4.5132 6.09999L9.4332 1.17999C9.49568 1.11801 9.54528 1.04428 9.57912 0.963038C9.61297 0.881799 9.6304 0.794662 9.6304 0.706655C9.6304 0.618647 9.61297 0.53151 9.57912 0.45027C9.54528 0.369031 9.49568 0.295296 9.4332 0.233321C9.30829 0.109154 9.13932 0.0394592 8.9632 0.0394592C8.78707 0.0394592 8.61811 0.109154 8.4932 0.233321Z' fill='white'/%3E%3C/svg%3E");
  }
  .kt-checkbox-sm:indeterminate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3E%3C/svg%3E");
  }
  .kt-checkbox-lg {
    width: calc(var(--spacing) * 5.5);
    height: calc(var(--spacing) * 5.5);
  }
  .kt-checkbox-lg:is(:checked, [aria-checked=true]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M11.8035 1.19582L5.68018 7.31915L2.12351 3.76249C1.95176 3.59176 1.71943 3.49593 1.47726 3.49593C1.23509 3.49593 1.00276 3.59176 0.831013 3.76249C0.660283 3.93424 0.564453 4.16657 0.564453 4.40874C0.564453 4.65091 0.660283 4.88324 0.831013 5.05499L5.03851 9.26249C5.21026 9.43322 5.44259 9.52905 5.68476 9.52905C5.92693 9.52905 6.15926 9.43322 6.33101 9.26249L13.096 2.49749C13.1819 2.41227 13.2501 2.31089 13.2967 2.19918C13.3432 2.08748 13.3672 1.96766 13.3672 1.84665C13.3672 1.72564 13.3432 1.60583 13.2967 1.49413C13.2501 1.38242 13.1819 1.28104 13.096 1.19582C12.9243 1.02509 12.6919 0.92926 12.4498 0.92926C12.2076 0.92926 11.9753 1.02509 11.8035 1.19582Z' fill='white'/%3E%3C/svg%3E");
  }
  .kt-checkbox-lg:indeterminate {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3E%3C/svg%3E");
  }
}
@layer components {
  .dark .kt-checkbox[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-checkbox[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-checkbox[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  .kt-datatable-toolbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--muted-foreground);
  }
  @media (width >= 40rem) {
    .kt-datatable-toolbar {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .kt-datatable-toolbar {
      justify-content: space-between;
    }
  }
  .kt-datatable-pagination {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
  }
  .kt-datatable-pagination .kt-datatable-pagination-button {
    display: inline-flex;
    height: calc(var(--spacing) * 7);
    min-width: calc(var(--spacing) * 7);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) - 2px);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 0.5);
    color: var(--muted-foreground);
  }
  .kt-datatable-pagination .kt-datatable-pagination-button:is(.active, :hover:not(:disabled)) {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }
  .kt-datatable-pagination .kt-datatable-pagination-button.kt-datatable-pagination-prev {
    color: var(--foreground);
  }
  .kt-datatable-pagination .kt-datatable-pagination-button.kt-datatable-pagination-next {
    color: var(--foreground);
  }
  .kt-datatable-pagination .kt-datatable-pagination-button:disabled {
    cursor: default;
    color: var(--muted-foreground);
  }
  .kt-datatable-length {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    white-space: nowrap;
  }
  .kt-datatable-info {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
  }
  .kt-datatable-loading {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-radius: calc(var(--radius) - 2px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--card);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--card-foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-datatable-loading {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-datatable-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }
  [data-kt-datatable] {
    position: relative;
  }
  [data-kt-datatable].loading table {
    opacity: 0.6;
  }
}
@layer components;
@layer components {
  .kt-drawer {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    z-index: 10;
    flex-direction: column;
    background-color: var(--popover);
    color: var(--popover-foreground);
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      visibility,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-drawer-backdrop {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, #000 30%, transparent);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-drawer-backdrop {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .kt-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding: calc(var(--spacing) * 5);
  }
  .kt-drawer-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--mono);
  }
  .kt-drawer-close {
    margin-inline-end: calc(var(--spacing) * -2.5);
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    flex-shrink: 0;
    cursor: pointer;
  }
  .kt-drawer-close i {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    opacity: 70%;
  }
  .kt-drawer-close > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    opacity: 70%;
  }
  .kt-drawer-close:is(:focus, :hover) i {
    opacity: 100%;
  }
  .kt-drawer-close:is(:focus, :hover) > svg {
    opacity: 100%;
  }
  .kt-drawer-content {
    flex-grow: 1;
    overflow-y: auto;
    padding: calc(var(--spacing) * 5);
  }
  .kt-drawer-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
    padding: calc(var(--spacing) * 5);
  }
  .kt-drawer-start {
    inset-inline-end: auto;
    max-width: 90%;
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-start[data-kt-drawer-initialized].open {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [data-kt-drawer-initialized].open .kt-drawer-start {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-end {
    inset-inline-start: auto;
    max-width: 90%;
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-end[data-kt-drawer-initialized].open {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [data-kt-drawer-initialized].open .kt-drawer-end {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-top {
    inset-inline-start: calc(var(--spacing) * 0);
    inset-inline-end: calc(var(--spacing) * 0);
    top: auto;
    bottom: calc(var(--spacing) * 0);
    max-height: 90%;
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-top[data-kt-drawer-initialized].open {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [data-kt-drawer-initialized].open .kt-drawer-top {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-bottom {
    inset-inline-start: calc(var(--spacing) * 0);
    inset-inline-end: calc(var(--spacing) * 0);
    top: calc(var(--spacing) * 0);
    bottom: auto;
    max-height: 90%;
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer-bottom[data-kt-drawer-initialized].open {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [data-kt-drawer-initialized].open .kt-drawer-bottom {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer.open .kt-drawer-start {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer.open .kt-drawer-end {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer.open .kt-drawer-top {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-drawer.open .kt-drawer-bottom {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@layer components {
  .kt-dropdown {
    border-radius: calc(var(--radius) - 2px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    color: var(--popover-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-dropdown {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-dropdown:not(.open) {
    display: none;
  }
  .kt-dropdown-header {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .kt-dropdown-body {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
  }
}
@layer components {
  .kt-dropdown-menu {
    border-radius: calc(var(--radius) - 2px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    padding: calc(var(--spacing) * 2);
    color: var(--popover-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  :where(.kt-dropdown-menu > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-dropdown-menu {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-dropdown-menu:not(.open) {
    display: none;
  }
  .kt-dropdown-menu-sub {
    width: 100%;
  }
  :where(.kt-dropdown-menu-sub > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-dropdown-menu-toggle {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    column-gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    text-align: start;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  .kt-dropdown-menu-toggle:disabled {
    pointer-events: none;
  }
  .kt-dropdown-menu-toggle:disabled {
    opacity: 50%;
  }
  @media (hover: hover) {
    .kt-dropdown-menu-toggle:hover {
      background-color: var(--accent);
    }
  }
  @media (hover: hover) {
    .kt-dropdown-menu-toggle:hover {
      color: var(--accent-foreground);
    }
  }
  [data-kt-dropdown-initialized].open > .kt-dropdown-menu-toggle[data-kt-dropdown-toggle] {
    background-color: var(--accent);
  }
  [data-kt-dropdown-initialized].open > [data-kt-dropdown-toggle] .kt-dropdown-menu-toggle {
    background-color: var(--accent);
  }
  [data-kt-dropdown-initialized].open > .kt-dropdown-menu-toggle[data-kt-dropdown-toggle] {
    color: var(--accent-foreground);
  }
  [data-kt-dropdown-initialized].open > [data-kt-dropdown-toggle] .kt-dropdown-menu-toggle {
    color: var(--accent-foreground);
  }
  .kt-dropdown-menu-toggle .kt-dropdown-menu-indicator {
    margin-inline-start: auto;
    display: inline-flex;
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    flex-shrink: 0;
    align-items: center;
    color: var(--muted-foreground);
  }
  .kt-dropdown-menu-toggle i {
    flex-shrink: 0;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--muted-foreground);
  }
  .kt-dropdown-menu-toggle svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-dropdown-menu-link {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    column-gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    text-align: start;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--foreground);
  }
  .kt-dropdown-menu-link:disabled {
    pointer-events: none;
  }
  .kt-dropdown-menu-link:disabled {
    opacity: 50%;
  }
  @media (hover: hover) {
    .kt-dropdown-menu-link:hover {
      background-color: var(--accent);
    }
  }
  @media (hover: hover) {
    .kt-dropdown-menu-link:hover {
      color: var(--accent-foreground);
    }
  }
  .kt-dropdown-menu-link [data-kt-dropdown-initialized] .selected {
    background-color: var(--accent);
  }
  [data-kt-dropdown-initialized] .selected .kt-dropdown-menu-link {
    background-color: var(--accent);
  }
  [data-kt-dropdown-initialized] .kt-dropdown-menu-link.selected {
    background-color: var(--accent);
  }
  .kt-dropdown-menu-link [data-kt-dropdown-initialized] .selected {
    color: var(--accent-foreground);
  }
  [data-kt-dropdown-initialized] .selected .kt-dropdown-menu-link {
    color: var(--accent-foreground);
  }
  [data-kt-dropdown-initialized] .kt-dropdown-menu-link.selected {
    color: var(--accent-foreground);
  }
  .kt-dropdown-menu-link i {
    flex-shrink: 0;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--muted-foreground);
  }
  .kt-dropdown-menu-link svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-dropdown-menu-separator {
    margin-inline: calc(var(--spacing) * -2);
    margin-block: calc(var(--spacing) * 2.5);
    height: 1px;
    background-color: var(--border);
  }
  .kt-dropdown-menu-separator:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    rotate: 180deg;
  }
  .kt-dropdown-menu-separator:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
@layer components {
  .kt-image-input {
    position: relative;
    display: inline-flex;
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .kt-image-input input[type=file] {
    position: absolute;
    width: calc(var(--spacing) * 0);
    height: calc(var(--spacing) * 0);
    appearance: none;
    opacity: 0%;
  }
  .kt-image-input-remove {
    position: absolute;
    inset-inline-end: calc(var(--spacing) * 0.25);
    top: calc(var(--spacing) * 0.25);
    z-index: 1;
    display: flex;
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--background);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-image-input-remove i {
    font-size: 11px;
    color: var(--muted-foreground);
  }
  .kt-image-input-remove svg {
    width: calc(var(--spacing) * 3.25);
    height: calc(var(--spacing) * 3.25);
    color: var(--muted-foreground);
  }
  .kt-image-input-remove:hover i {
    color: var(--foreground);
  }
  .kt-image-input-remove:hover svg {
    color: var(--foreground);
  }
  .kt-image-input-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-size: cover;
    background-repeat: no-repeat;
  }
  [data-kt-image-input-initialized].empty .kt-image-input-placeholder {
    border-color: var(--border);
  }
  .kt-image-input-preview {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@layer components {
  .kt-input {
    display: block;
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    color: var(--foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-input::placeholder {
    color: var(--muted-foreground);
  }
  .kt-input:focus-visible {
    border-color: var(--ring);
  }
  .kt-input:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-input:focus-visible {
    --tw-ring-color: var(--ring);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }
  .kt-input:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-input:disabled {
    cursor: not-allowed;
  }
  .kt-input:disabled {
    opacity: 60%;
  }
  .kt-input[readonly] {
    cursor: not-allowed;
  }
  .kt-input[readonly] {
    background-color: var(--muted);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input[readonly] {
      background-color: color-mix(in oklab, var(--muted) 80%, transparent);
    }
  }
  .kt-input[readonly] {
    color: var(--secondary-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input[readonly] {
      color: color-mix(in oklab, var(--secondary-foreground) 80%, transparent);
    }
  }
  .kt-input::file-selector-button {
    height: 100%;
  }
  .kt-input[type=file] {
    padding-block: calc(var(--spacing) * 0);
  }
  .kt-input::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .kt-input::file-selector-button {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
  }
  .kt-input::file-selector-button {
    --tw-border-style: solid;
    border-style: solid;
  }
  .kt-input::file-selector-button {
    border-color: var(--input);
  }
  .kt-input::file-selector-button {
    background-color: transparent;
  }
  .kt-input::file-selector-button {
    padding: calc(var(--spacing) * 0);
  }
  .kt-input::file-selector-button {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .kt-input::file-selector-button {
    color: var(--foreground);
  }
  .kt-input::file-selector-button {
    font-style: normal;
  }
  .kt-input[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-input[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .kt-input {
    height: calc(var(--spacing) * 8.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
  }
  .kt-input::file-selector-button {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .kt-input::file-selector-button {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .kt-input-lg {
    height: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-input-lg::file-selector-button {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .kt-input-lg::file-selector-button {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .kt-input-sm {
    height: calc(var(--spacing) * 7);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-input-sm::file-selector-button {
    margin-inline-end: calc(var(--spacing) * 2.5);
  }
  .kt-input-sm::file-selector-button {
    padding-inline-end: calc(var(--spacing) * 2.5);
  }
}
@layer components {
  .kt-input:not(input) {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
  }
  .kt-input:not(input):has(input:focus-visible) {
    border-color: var(--ring);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-color: var(--ring);
    --tw-outline-style: none;
    outline-style: none;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input:not(input):has(input:focus-visible) {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }
  .kt-input:not(input) input {
    display: flex;
    height: auto;
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: var(--foreground);
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    transition-property: color;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-outline-style: none;
    outline-style: none;
    font-size: inherit;
    list-style: inherit;
  }
  .kt-input:not(input) input::placeholder {
    color: var(--muted-foreground);
  }
  .kt-input:not(input) input:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-input:not(input) input:disabled {
    cursor: not-allowed;
  }
  .kt-input:not(input) input:disabled {
    opacity: 50%;
  }
  .kt-input:not(input) i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--muted-foreground);
  }
  .kt-input:not(input) svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-input:not(input).kt-input-sm {
    gap: calc(var(--spacing) * 1.25);
  }
  .kt-input:not(input).kt-input-sm i {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-input:not(input).kt-input-sm svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    color: var(--muted-foreground);
  }
  .kt-input:not(input).kt-input-lg {
    gap: calc(var(--spacing) * 1.5);
  }
  .kt-input:not(input).kt-input-lg i {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .kt-input:not(input).kt-input-lg svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
}
@layer components {
  .kt-input-addon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--muted);
    color: var(--secondary-foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
    height: calc(var(--spacing) * 8.5);
    min-width: calc(var(--spacing) * 8.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-input-addon {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-input-addon i {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .kt-input-addon svg {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .kt-input-addon.kt-input-addon-sm {
    height: calc(var(--spacing) * 7);
    min-width: calc(var(--spacing) * 7);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-input-addon.kt-input-addon-sm i {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .kt-input-addon.kt-input-addon-sm svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-input-addon.kt-input-addon-lg {
    height: calc(var(--spacing) * 10);
    min-width: calc(var(--spacing) * 10);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-input-addon.kt-input-addon-lg i {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .kt-input-addon.kt-input-addon-lg svg {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .kt-input-addon.kt-input-addon-icon {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@layer components {
  .kt-input-ghost {
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: var(--background);
    padding: calc(var(--spacing) * 0);
    --tw-shadow: 0 0 #0000;
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-input-ghost:focus-visible {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .kt-input-ghost:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
}
@layer components {
  .dark .kt-input[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-input[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-input[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  .kt-input-group {
    position: relative;
    display: flex;
    align-items: stretch;
  }
  .kt-input-group .kt-input {
    z-index: 1;
    flex-grow: 1;
  }
  .kt-input-group .kt-input-addon:has(+ .kt-input) {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
    border-inline-end-style: var(--tw-border-style) !important;
    border-inline-end-width: 0px !important;
  }
  .kt-input-group .kt-input + .kt-input-addon {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
    border-inline-start-style: var(--tw-border-style) !important;
    border-inline-start-width: 0px !important;
  }
  .kt-input-group .kt-input-addon:has(+ .kt-btn) {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
  .kt-input-group .kt-input + .kt-btn {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .kt-input-group .kt-input + .kt-btn.kt-btn-outline {
    border-inline-start-style: var(--tw-border-style) !important;
    border-inline-start-width: 0px !important;
  }
  .kt-input-group :is(.kt-btn + .kt-input, .kt-input-addon + .kt-input) {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
  }
  .kt-input-group :is(.kt-input:has(.kt-btn), .kt-input:has(.kt-input-addon)) {
    border-start-end-radius: 0 !important;
    border-end-end-radius: 0 !important;
  }
}
@layer components {
  .kt-modal {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    overflow: auto;
    padding: calc(var(--spacing) * 4);
  }
  .kt-modal:not(.open) {
    display: none;
  }
  .kt-modal-backdrop {
    position: fixed;
    inset: calc(var(--spacing) * 0);
    background-color: color-mix(in srgb, #000 30%, transparent);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-modal-backdrop {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .kt-modal-close {
    margin-inline-end: calc(var(--spacing) * -2.5);
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
    flex-shrink: 0;
    cursor: pointer;
  }
  .kt-modal-close i {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    opacity: 70%;
  }
  .kt-modal-close > svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    opacity: 70%;
  }
  .kt-modal-close:is(:focus, :hover) i {
    opacity: 100%;
  }
  .kt-modal-close:is(:focus, :hover) > svg {
    opacity: 100%;
  }
  .kt-modal-dialog {
    position: fixed;
    inset-inline-start: calc(1/2 * 100%);
    top: calc(1/2 * 100%);
    display: none;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    overflow: auto;
    padding: calc(var(--spacing) * 4);
  }
  .kt-modal-content {
    position: relative;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    color: var(--popover-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  .kt-modal-title {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--mono);
  }
  .kt-modal-body {
    overflow-y: auto;
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  .kt-modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 2);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 5);
    padding-block: calc(var(--spacing) * 4);
  }
  .kt-modal-center:not(.kt-modal-fit) .kt-modal-content {
    top: calc(1/2 * 100%);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-modal-fit {
    overflow: visible;
    padding: calc(var(--spacing) * 0);
  }
  .kt-modal-fit.kt-modal-center {
    inset-inline-start: calc(1/2 * 100%);
    top: calc(1/2 * 100%);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@layer components {
  .kt-radio {
    cursor: pointer;
    appearance: none;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    --tw-ring-offset-color: var(--background);
  }
  .kt-radio:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-radio:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-radio:focus-visible {
    --tw-ring-color: var(--ring);
  }
  .kt-radio:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .kt-radio:disabled {
    cursor: not-allowed;
  }
  .kt-radio:disabled {
    opacity: 50%;
  }
  .kt-radio[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-radio[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-radio[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-radio[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .kt-radio:is(.dark *)[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .kt-radio:is(.dark *)[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-radio:is(.dark *)[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
  .kt-radio:checked {
    border-color: var(--primary);
  }
  .kt-radio:checked {
    background-color: var(--primary);
  }
  .kt-radio:checked {
    color: var(--primary-foreground);
  }
  .kt-radio:indeterminate {
    border-color: var(--primary);
  }
  .kt-radio:indeterminate {
    background-color: var(--primary);
  }
  .kt-radio:indeterminate {
    color: var(--primary-foreground);
  }
  .kt-radio:is(:checked, [aria-checked=true]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Ccircle cx='10.9995' cy='11' r='5.86667' fill='white'/%3E%3C/svg%3E");
  }
  .kt-radio {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .kt-radio-sm {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .kt-radio-lg {
    width: calc(var(--spacing) * 5.5);
    height: calc(var(--spacing) * 5.5);
  }
  .kt-radio-mono:checked {
    border-color: var(--mono);
  }
  .kt-radio-mono:checked {
    background-color: var(--mono);
  }
  .kt-radio-mono:checked {
    color: var(--mono-foreground);
  }
  .kt-radio-mono:indeterminate {
    border-color: var(--mono);
  }
  .kt-radio-mono:indeterminate {
    background-color: var(--mono);
  }
  .kt-radio-mono:indeterminate {
    color: var(--mono-foreground);
  }
}
@layer components {
  .dark .kt-radio[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-radio[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-radio[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  :root {
    --kt-scrollable-scrollbar-size: 5px;
    --kt-scrollable-thumb-color: var(--color-accent);
  }
  .kt-scrollable::-webkit-scrollbar {
    width: var(--kt-scrollable-scrollbar-size);
    height: var(--kt-scrollable-scrollbar-size);
  }
  .kt-scrollable::-webkit-scrollbar-track {
    background: transparent;
  }
  .kt-scrollable::-webkit-scrollbar-thumb {
    background: var(--kt-scrollable-thumb-color);
    border-radius: var(--kt-scrollable-scrollbar-size);
  }
  @-moz-document url-prefix() {
    .kt-scrollable {
      scrollbar-width: thin;
      scrollbar-color: var(--kt-scrollable-thumb-color) transparent;
    }
  }
}
@layer components {
  .kt-select {
    display: flex;
    width: 100%;
    cursor: pointer;
    appearance: none;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    padding-block: calc(var(--spacing) * 0);
    color: var(--foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%239f9fa9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-select::placeholder {
    color: var(--muted-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
     {
      color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
    }
  }
  .kt-select:focus-visible {
    border-color: var(--ring);
  }
  .kt-select:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-select:focus-visible {
    --tw-ring-color: var(--ring);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }
  .kt-select:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-select:disabled {
    cursor: not-allowed;
  }
  .kt-select:disabled {
    opacity: 60%;
  }
  .kt-select[readonly] {
    opacity: 70%;
  }
  .kt-select[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-select[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .dark .kt-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%239f9fa9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  }
  .kt-select:is([multiple], [size]:not([size="1"])) {
    padding-inline-end: var(--btn-default-px);
    background-image: none;
  }
  .kt-select:-moz-focusring {
    color: transparent;
    text-shadow: none;
  }
  .kt-select.active {
    border-color: var(--ring);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-color: var(--ring);
    --tw-outline-style: none;
    outline-style: none;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select.active {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }
  .kt-select.disabled {
    cursor: not-allowed;
    opacity: 60%;
  }
  .kt-select-label {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .kt-select-arrow {
    margin-inline-start: auto;
  }
  .kt-select-arrow svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-select-search {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 1);
  }
  .kt-select-search .kt-input {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-select-search-empty {
    padding-inline: calc(var(--spacing) * 3.5);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted-foreground);
  }
  .kt-select-dropdown {
    border-radius: calc(var(--radius) - 2px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    color: var(--popover-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-select-dropdown {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-select-options {
    padding: calc(var(--spacing) * 1);
  }
  :where(.kt-select-options > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  .kt-select-wrapper {
    width: 100%;
  }
  .kt-select-wrapper.disabled {
    pointer-events: none;
    opacity: 60%;
  }
  .kt-select-option {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2.5);
    border-radius: calc(var(--radius) - 2px);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 1.75);
    text-align: start;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  @media (hover: hover) {
    .kt-select-option:hover {
      background-color: var(--accent);
    }
  }
  @media (hover: hover) {
    .kt-select-option:hover {
      color: var(--accent-foreground);
    }
  }
  .kt-select-option:is([aria-disabled=true], .disabled) {
    pointer-events: none;
    opacity: 60%;
  }
  .kt-select-option:is(.focused, .hover, .highlighted) {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }
  .kt-select-option-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .kt-select-group {
    padding-block: calc(var(--spacing) * 1);
  }
  .kt-select-group-header {
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--muted-foreground);
    text-transform: uppercase;
  }
  .kt-select-placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--muted-foreground);
  }
  .kt-select-display:not([data-multiple=true]) {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@layer components {
  .kt-select {
    height: calc(var(--spacing) * 8.5);
    gap: calc(var(--spacing) * 1);
    border-radius: calc(var(--radius) - 2px);
    padding-inline-start: calc(var(--spacing) * 3);
    padding-inline-end: calc(var(--spacing) * 6);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
    background-position: right 0.5rem center;
  }
  .kt-select[data-multiple=true] {
    height: auto;
    min-height: calc(var(--spacing) * 8.5);
    flex-wrap: wrap;
    padding-block: calc(var(--spacing) * 1.5);
    background-position: right 0.5rem top 0.675rem;
  }
  .kt-select-sm {
    height: calc(var(--spacing) * 7);
    gap: calc(var(--spacing) * 1);
    border-radius: calc(var(--radius) - 2px);
    padding-inline-start: calc(var(--spacing) * 2.5);
    padding-inline-end: calc(var(--spacing) * 5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    background-position: right 0.5rem center;
  }
  .kt-select-sm[data-multiple=true] {
    height: auto;
    min-height: calc(var(--spacing) * 7);
    background-position: right 0.5rem top 0.575rem;
  }
  .kt-select-lg {
    height: calc(var(--spacing) * 10);
    gap: calc(var(--spacing) * 1.5);
    border-radius: calc(var(--radius) - 2px);
    padding-block: calc(var(--spacing) * 1);
    padding-inline-start: calc(var(--spacing) * 4);
    padding-inline-end: calc(var(--spacing) * 8);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    background-position: right 0.6rem center;
  }
  .kt-select-lg[data-multiple=true] {
    height: auto;
    min-height: calc(var(--spacing) * 10);
    padding-block: calc(var(--spacing) * 2);
    background-position: right 0.6rem top 0.85rem;
  }
}
@layer components {
  [dir=rtl] .kt-select {
    background-position: left 0.5rem center;
  }
  [dir=rtl] .kt-select[data-multiple=true] {
    background-position: left 0.5rem top 0.675rem;
  }
  [dir=rtl] .kt-select-sm {
    background-position: left 0.5rem center;
  }
  [dir=rtl] .kt-select-sm[data-multiple=true] {
    background-position: left 0.5rem top 0.575rem;
  }
  [dir=rtl] .kt-select-lg {
    background-position: left 0.75rem center;
  }
  [dir=rtl] .kt-select-lg[data-multiple=true] {
    background-position: left 0.75rem top 0.85rem;
  }
}
@layer components {
  .dark .kt-input[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-input[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-input[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  .kt-switch {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    background-color: var(--input);
  }
  .kt-switch:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-switch:focus-visible {
    --tw-ring-color: var(--ring);
  }
  .kt-switch:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .kt-switch:focus-visible {
    --tw-ring-offset-color: var(--background);
  }
  .kt-switch:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (forced-colors: active) {
    .kt-switch:focus-visible {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
  }
  .kt-switch:disabled {
    cursor: not-allowed;
  }
  .kt-switch:disabled {
    opacity: 50%;
  }
  .kt-switch[aria-invalid=true] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .kt-switch[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-switch[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-switch[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-switch[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .kt-switch:before {
    pointer-events: none;
    position: absolute;
    inset-inline-start: calc(var(--spacing) * 0);
    top: calc(1/2 * 100%);
    display: block;
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    border-radius: calc(infinity * 1px);
    background-color: var(--color-white);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-content: "";
    content: var(--tw-content);
  }
  .kt-switch:is(:checked, [aria-checked=true]) {
    background-color: var(--primary);
  }
  .kt-switch {
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 7.5);
    border-radius: calc(infinity * 1px);
  }
  .kt-switch:before {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .kt-switch:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * 3.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-switch-sm {
    height: calc(var(--spacing) * 4.5);
    width: calc(var(--spacing) * 6.5);
    border-radius: calc(infinity * 1px);
  }
  .kt-switch-sm:before {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .kt-switch-sm:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * 3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-switch-lg {
    height: calc(var(--spacing) * 5.5);
    width: calc(var(--spacing) * 8.5);
    border-radius: calc(infinity * 1px);
  }
  .kt-switch-lg:before {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-switch-lg:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@layer components {
  [dir=rtl] .kt-switch:before {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [dir=rtl] .kt-switch:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * -3.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [dir=rtl] .kt-switch.kt-switch-sm:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  [dir=rtl] .kt-switch.kt-switch-lg:is(:checked, [aria-checked=true]):before {
    --tw-translate-x: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@layer components {
  .dark .kt-switch[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-switch[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-switch[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  .kt-tabs.kt-tabs-line {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 7);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--secondary-foreground);
  }
  @media (hover: hover) {
    .kt-tabs.kt-tabs-line .kt-tab-toggle:hover {
      color: var(--primary);
    }
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle[data-kt-tab-toggle].active {
    border-color: var(--primary);
  }
  [data-kt-tab-toggle].active :is(.kt-tabs.kt-tabs-line .kt-tab-toggle) {
    border-color: var(--primary);
  }
  [data-kt-tabs-initialized] [data-kt-dropdown-initialized]:has([data-kt-tab-toggle].active) :is(.kt-tabs.kt-tabs-line .kt-tab-toggle) {
    border-color: var(--primary);
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle[data-kt-tab-toggle].active {
    color: var(--primary);
  }
  [data-kt-tab-toggle].active :is(.kt-tabs.kt-tabs-line .kt-tab-toggle) {
    color: var(--primary);
  }
  [data-kt-tabs-initialized] [data-kt-dropdown-initialized]:has([data-kt-tab-toggle].active) :is(.kt-tabs.kt-tabs-line .kt-tab-toggle) {
    color: var(--primary);
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
    flex-shrink: 0;
    color: var(--muted-foreground);
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle svg[data-kt-tab-toggle].active {
    color: var(--primary);
  }
  [data-kt-tab-toggle].active :is(.kt-tabs.kt-tabs-line .kt-tab-toggle svg) {
    color: var(--primary);
  }
  [data-kt-tabs-initialized] [data-kt-dropdown-initialized]:has([data-kt-tab-toggle].active) :is(.kt-tabs.kt-tabs-line .kt-tab-toggle svg) {
    color: var(--primary);
  }
  .kt-tabs.kt-tabs-line .kt-tab-toggle:hover svg {
    color: var(--primary);
  }
}
@layer components {
  .kt-textarea {
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: var(--background);
    color: var(--foreground);
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
    transition-property: color, box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-textarea {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-textarea::placeholder {
    color: var(--muted-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
     {
      color: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
    }
  }
  .kt-textarea:focus-visible {
    border-color: var(--ring);
  }
  .kt-textarea:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .kt-textarea:focus-visible {
    --tw-ring-color: var(--ring);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-textarea:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 30%, transparent);
    }
  }
  .kt-textarea:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .kt-textarea:disabled {
    cursor: not-allowed;
  }
  .kt-textarea:disabled {
    opacity: 60%;
  }
  .kt-textarea[readonly] {
    cursor: not-allowed;
  }
  .kt-textarea[readonly] {
    background-color: var(--muted);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-textarea[readonly] {
      background-color: color-mix(in oklab, var(--muted) 80%, transparent);
    }
  }
  .kt-textarea[aria-invalid=true] {
    border-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-textarea[aria-invalid=true] {
      border-color: color-mix(in oklab, var(--destructive) 60%, transparent);
    }
  }
  .kt-textarea[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-textarea[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 10%, transparent);
    }
  }
  .kt-textarea {
    border-radius: calc(var(--radius) - 2px);
    padding: calc(var(--spacing) * 3);
    font-size: 0.8125rem;
    --tw-leading: var(--text-sm--line-height);
    line-height: var(--text-sm--line-height);
  }
  .kt-textarea-lg {
    border-radius: calc(var(--radius) - 2px);
    padding: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .kt-textarea-sm {
    border-radius: calc(var(--radius) - 2px);
    padding: calc(var(--spacing) * 2.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
}
@layer components {
  .dark .kt-textarea[aria-invalid=true] {
    border-color: var(--destructive);
  }
  .dark .kt-textarea[aria-invalid=true] {
    --tw-ring-color: var(--destructive);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .dark .kt-textarea[aria-invalid=true] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }
}
@layer components {
  .kt-tooltip {
    border-radius: calc(var(--radius) - 2px);
    background-color: var(--mono);
    padding: calc(var(--spacing) * 1.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    color: var(--mono-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-tooltip {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-tooltip:is(.dark *) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .kt-tooltip:is(.dark *) {
    border-color: var(--border);
  }
  .kt-tooltip:not(.show) {
    display: none;
  }
  .kt-tooltip-light {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    color: var(--popover-foreground);
  }
}
@layer components {
  .kt-popover {
    border-radius: calc(var(--radius) - 2px);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--popover);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--popover-foreground);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    --tw-shadow-color: rgba(0,0,0,0.05);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-popover {
      --tw-shadow-color: color-mix(in oklab, rgba(0,0,0,0.05) var(--tw-shadow-alpha), transparent);
    }
  }
  .kt-popover:not(.show) {
    display: none;
  }
  .kt-popover-header {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--mono);
  }
  .kt-popover-content {
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: calc(var(--spacing) * 2);
  }
}
@layer components {
  .kt-table-wrapper {
    position: relative;
    width: 100%;
    overflow: auto;
  }
  .kt-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    vertical-align: bottom;
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--foreground);
    caption-side: bottom;
  }
  .kt-table tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
  }
  .kt-table caption {
    margin-top: calc(var(--spacing) * 4);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--muted-foreground);
  }
  .kt-table thead tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .kt-table thead th {
    height: calc(var(--spacing) * 10);
    background-color: var(--muted);
    padding-inline: calc(var(--spacing) * 4);
    text-align: left;
    vertical-align: middle;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--secondary-foreground);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-table thead th {
      background-color: color-mix(in oklab, var(--muted) 40%, transparent);
    }
  }
  .kt-table thead th:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    text-align: right;
  }
  .kt-table thead th:has([role=checkbox]) {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .kt-table tbody tr:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .kt-table tbody td {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    vertical-align: middle;
  }
  .kt-table tbody td:has([role=checkbox]) {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .kt-table tfoot {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    background-color: var(--muted);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .kt-table tfoot {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .kt-table tfoot:last-child > tr {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .kt-table tfoot th {
    height: calc(var(--spacing) * 10);
    padding-inline: calc(var(--spacing) * 4);
    text-align: left;
    vertical-align: middle;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--secondary-foreground);
  }
  .kt-table tfoot th:where(:dir(rtl), [dir=rtl], [dir=rtl] *) {
    text-align: right;
  }
  .kt-table tfoot th:has([role=checkbox]) {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .kt-table :is(td, th) input[type=checkbox] {
    vertical-align: inherit;
  }
  :is([data-kt-datatable-table], .kt-table-highlight) tr.checked {
    background-color: var(--muted);
  }
  :is([data-kt-datatable-table], .kt-table-highlight) tr:has(td):hover {
    background-color: var(--muted);
  }
  @supports (color: color-mix(in lab, red, red)) {
    :is([data-kt-datatable-table], .kt-table-highlight) tr:has(td):hover {
      background-color: color-mix(in oklab, var(--muted) 50%, transparent);
    }
  }
  .kt-table-col {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
  }
  .kt-table-col-label {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0.35rem;
  }
  .kt-table-col-sort {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0.975rem;
    width: 0.975rem;
    gap: 0.125rem;
    line-height: 1;
  }
  .kt-table-col-sort:before {
    display: inline-block;
    content: "";
    height: 0.25rem;
    width: 0.438rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%2378829D'/%3E%3C/svg%3E");
  }
  .kt-table-col-sort:after {
    display: inline-block;
    content: "";
    height: 0.25rem;
    width: 0.438rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%2378829D'/%3E%3C/svg%3E");
  }
  [aria-sort=asc] .kt-table-col-sort:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%234B5675'/%3E%3C/svg%3E");
  }
  [aria-sort=asc] .kt-table-col-sort:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%23C9CEDA'/%3E%3C/svg%3E");
  }
  [aria-sort=desc] .kt-table-col-sort:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M1.08333 4.83333C0.908333 4.83333 0.791667 4.775 0.675 4.65833C0.441667 4.425 0.441667 4.075 0.675 3.84167L3.59167 0.925C3.825 0.691667 4.175 0.691667 4.40833 0.925L7.325 3.84167C7.55833 4.075 7.55833 4.425 7.325 4.65833C7.09167 4.89167 6.74167 4.89167 6.50833 4.65833L4 2.15L1.49167 4.65833C1.375 4.775 1.25833 4.83333 1.08333 4.83333Z' fill='%23C9CEDA'/%3E%3C/svg%3E");
  }
  [aria-sort=desc] .kt-table-col-sort:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M4 4.24984C3.825 4.24984 3.70833 4.1915 3.59167 4.07484L0.675 1.15817C0.441667 0.924838 0.441667 0.574837 0.675 0.341504C0.908333 0.108171 1.25833 0.108171 1.49167 0.341504L4 2.84984L6.50833 0.341504C6.74167 0.108171 7.09167 0.108171 7.325 0.341504C7.55833 0.574837 7.55833 0.924838 7.325 1.15817L4.40833 4.07484C4.29167 4.1915 4.175 4.24984 4 4.24984Z' fill='%234B5675'/%3E%3C/svg%3E");
  }
}
@layer components {
  .kt-table-border {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
  }
  .kt-table-border :is(td, th) {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
    border-color: var(--border);
  }
  .kt-table-border :is(td, th):last-child {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0px;
  }
  .kt-table-border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
    border-color: var(--border);
  }
  .kt-table-border-e {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
    border-color: var(--border);
  }
  .kt-table-border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--border);
  }
  .kt-table-border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--border);
  }
}
@layer components {
  [dir=rtl] .kt-table {
    text-align: right;
  }
}
@layer components {
  .kt-toggle-group {
    display: inline-flex;
    align-items: center;
    background-color: var(--background);
    --tw-leading: 1;
    line-height: 1;
  }
  .kt-toggle-group .kt-btn {
    flex-grow: 1;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 0px;
    border-color: var(--border);
    background-color: transparent;
    color: var(--accent-foreground);
  }
  .kt-toggle-group .kt-btn:last-child {
    border-inline-end-style: var(--tw-border-style);
    border-inline-end-width: 1px;
    border-color: var(--border);
  }
  .kt-toggle-group .kt-btn:not(:first-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
  }
  .kt-toggle-group .kt-btn:not(:last-child) {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
  }
  .kt-toggle-group .kt-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .kt-toggle-group .kt-btn :is(svg, i) {
    color: var(--muted-foreground);
  }
  .kt-toggle-group .kt-btn :is(input[type=checkbox], input[type=radio]) {
    display: none;
  }
  .kt-toggle-group .kt-btn:is(:hover, :focus, :active, :has(input:checked), .active) {
    background-color: var(--accent);
    color: var(--accent-foreground);
  }
  .kt-toggle-group .kt-btn:is(:hover, :focus, :active, :has(input:checked), .active) :is(svg, i) {
    color: var(--accent-foreground);
  }
}
@layer components {
  .kt-separator {
    height: 1px;
    width: 100%;
    flex-shrink: 0;
    background-color: var(--border);
  }
  .kt-separator-vertical {
    height: 100%;
    width: 1px;
  }
}
@layer components {
  .kt-progress {
    position: relative;
    height: calc(var(--spacing) * 1);
    width: 100%;
    overflow: hidden;
    border-radius: calc(infinity * 1px);
    background-color: var(--secondary);
  }
  .kt-progress-indicator {
    height: 100%;
    width: 100%;
    flex: 1;
    transform: translateX(calc(100 - var(--progress-value)));
    border-radius: calc(infinity * 1px);
    background-color: var(--primary);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .kt-progress-primary .kt-progress-indicator {
    background-color: var(--primary);
  }
  .kt-progress-success .kt-progress-indicator {
    background-color: var(--color-green-500);
  }
  .kt-progress-warning .kt-progress-indicator {
    background-color: var(--color-yellow-500);
  }
  .kt-progress-info .kt-progress-indicator {
    background-color: var(--color-violet-500);
  }
  .kt-progress-destructive .kt-progress-indicator {
    background-color: var(--destructive);
  }
  .kt-progress-mono .kt-progress-indicator {
    background-color: var(--mono);
  }
}
@layer components {
  .kt-pagination {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 1);
  }
  .kt-pagination-item {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    gap: calc(var(--spacing) * 1);
  }
  .kt-pagination-item svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
  .kt-pagination-ellipsis {
    display: flex;
    height: calc(var(--spacing) * 9);
    width: calc(var(--spacing) * 9);
    align-items: center;
    justify-content: center;
  }
  .kt-pagination-ellipsis svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
    color: var(--muted-foreground);
  }
}
@layer components {
  .kt-skeleton {
    animation: var(--animate-pulse);
    border-radius: calc(var(--radius) - 2px);
    background-color: var(--accent);
  }
}
@layer components {
  .kt-kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--radius) - 2px);
    font-family: var(--font-mono);
  }
  .kt-kbd {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--border);
    background-color: var(--accent);
    color: var(--accent-foreground);
  }
  .kt-kbd-outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--input);
    background-color: transparent;
    color: var(--accent-foreground);
  }
  .kt-kbd {
    height: calc(var(--spacing) * 7);
    min-width: calc(var(--spacing) * 7);
    padding-inline: calc(var(--spacing) * 1.5);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .kt-kbd svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-kbd-xs {
    height: calc(var(--spacing) * 5);
    min-width: calc(var(--spacing) * 5);
    padding-inline: calc(var(--spacing) * 1);
    font-size: 0.6875rem;
    --tw-leading: 0.75rem;
    line-height: 0.75rem;
  }
  .kt-kbd-xs svg {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .kt-kbd-sm {
    height: calc(var(--spacing) * 6);
    min-width: calc(var(--spacing) * 6);
    padding-inline: calc(var(--spacing) * 1);
    font-size: 0.75rem;
    --tw-leading: 0.75rem;
    line-height: 0.75rem;
  }
  .kt-kbd-sm svg {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
}
@layer components {
  .kt-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    overflow-wrap: break-word;
    color: var(--muted-foreground);
  }
  .kt-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
  }
  .kt-breadcrumb-link {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  @media (hover: hover) {
    .kt-breadcrumb-link:hover {
      color: var(--foreground);
    }
  }
  .kt-breadcrumb-link svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .kt-breadcrumb-page {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--foreground);
  }
  .kt-breadcrumb-separator svg {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .kt-breadcrumb-ellipsis svg {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}
@layer components {
  .kt-toast-container {
    position: fixed;
    z-index: 9999;
  }
  .kt-toast {
    pointer-events: auto;
    position: fixed;
    z-index: 9999;
    width: calc(var(--spacing) * 76);
    max-width: 95%;
    overflow: hidden;
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
    opacity: 0;
    animation: kt-toast-in 0.28s cubic-bezier(.4, 0, .2, 1) forwards;
    transition: top 0.28s cubic-bezier(.4, 0, .2, 1), opacity 0.28s cubic-bezier(.4, 0, .2, 1);
  }
  .kt-toast.kt-toast-top-end {
    inset-inline-end: calc(var(--spacing) * 0);
    top: calc(var(--spacing) * 0);
    bottom: auto;
  }
  .kt-toast.kt-toast-top-center {
    inset-inline-start: calc(1/2 * 100%);
    top: calc(var(--spacing) * 0);
    bottom: auto;
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-toast.kt-toast-top-start {
    inset-inline-start: calc(var(--spacing) * 0);
    top: calc(var(--spacing) * 0);
    bottom: auto;
  }
  .kt-toast.kt-toast-bottom-end {
    inset-inline-end: calc(var(--spacing) * 0);
    top: auto;
    bottom: calc(var(--spacing) * 0);
  }
  .kt-toast.kt-toast-bottom-center {
    inset-inline-start: calc(1/2 * 100%);
    top: auto;
    bottom: calc(var(--spacing) * 0);
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .kt-toast.kt-toast-bottom-start {
    inset-inline-start: calc(var(--spacing) * 0);
    top: auto;
    bottom: calc(var(--spacing) * 0);
  }
  .kt-toast-progress {
    position: fixed;
    inset-inline-start: calc(var(--spacing) * 0);
    bottom: calc(var(--spacing) * 0);
    height: 3px;
    width: 100%;
    background-color: var(--primary);
    transform-origin: left;
    animation: kt-toast-progress-line linear forwards;
  }
}
@layer components {
  [dir=rtl] .kt-toast-progress {
    transform-origin: right;
  }
}
@layer components {
  @keyframes kt-toast-in {
    from {
      opacity: 0;
      transform: translateY(-24px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes kt-toast-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes kt-toast-progress-line {
    from {
      transform: scaleX(1);
    }
    to {
      transform: scaleX(0);
    }
  }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-content { syntax: "*"; inherits: false; initial-value: ""; }
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-space-y-reverse: 0;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-outline-style: solid;
      --tw-content: "";
    }
  }
}

/* src/assets/keenicons/duotone/style.css */
@font-face {
  font-family: "keenicons-duotone";
  src:
    url("./media/keenicons-duotone.ttf?gcn9yo") format("truetype"),
    url("./media/keenicons-duotone.woff?gcn9yo") format("woff"),
    url("./media/keenicons-duotone.svg?gcn9yo#keenicons-duotone") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ki-duotone {
  line-height: 1;
  position: relative;
  display: inline-flex;
}
.ki-duotone:after,
.ki-duotone:before {
  font-family: "keenicons-duotone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
}
.ki-abstract-1.ki-duotone:after {
  content: "\e900";
  opacity: 0.3;
}
.ki-abstract-1.ki-duotone:before {
  content: "\e901";
  position: absolute;
}
.ki-abstract-2.ki-duotone:after {
  content: "\e902";
  opacity: 0.3;
}
.ki-abstract-2.ki-duotone:before {
  content: "\e903";
  position: absolute;
}
.ki-abstract-3.ki-duotone:after {
  content: "\e904";
  opacity: 0.3;
}
.ki-abstract-3.ki-duotone:before {
  content: "\e905";
  position: absolute;
}
.ki-abstract-4.ki-duotone:after {
  content: "\e906";
  opacity: 0.3;
}
.ki-abstract-4.ki-duotone:before {
  content: "\e907";
  position: absolute;
}
.ki-abstract-5.ki-duotone:after {
  content: "\e908";
  opacity: 0.3;
}
.ki-abstract-5.ki-duotone:before {
  content: "\e909";
  position: absolute;
}
.ki-abstract-6.ki-duotone:before {
  content: "\e90a";
}
.ki-abstract-7.ki-duotone:after {
  content: "\e90b";
  opacity: 0.3;
}
.ki-abstract-7.ki-duotone:before {
  content: "\e90c";
  position: absolute;
}
.ki-abstract-8.ki-duotone:after {
  content: "\e90d";
  opacity: 0.3;
}
.ki-abstract-8.ki-duotone:before {
  content: "\e90e";
  position: absolute;
}
.ki-abstract-9.ki-duotone:after {
  content: "\e90f";
  opacity: 0.3;
}
.ki-abstract-9.ki-duotone:before {
  content: "\e910";
  position: absolute;
}
.ki-abstract-10.ki-duotone:after {
  content: "\e911";
  opacity: 0.3;
}
.ki-abstract-10.ki-duotone:before {
  content: "\e912";
  position: absolute;
}
.ki-abstract-11.ki-duotone:after {
  content: "\e913";
  opacity: 0.3;
}
.ki-abstract-11.ki-duotone:before {
  content: "\e914";
  position: absolute;
}
.ki-abstract-12.ki-duotone:after {
  content: "\e915";
  opacity: 0.3;
}
.ki-abstract-12.ki-duotone:before {
  content: "\e916";
  position: absolute;
}
.ki-abstract-13.ki-duotone:after {
  content: "\e917";
  opacity: 0.3;
}
.ki-abstract-13.ki-duotone:before {
  content: "\e918";
  position: absolute;
}
.ki-abstract-14.ki-duotone:after {
  content: "\e919";
}
.ki-abstract-14.ki-duotone:before {
  content: "\e91a";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-15.ki-duotone:after {
  content: "\e91b";
  opacity: 0.3;
}
.ki-abstract-15.ki-duotone:before {
  content: "\e91c";
  position: absolute;
}
.ki-abstract-16.ki-duotone:after {
  content: "\e91d";
  opacity: 0.3;
}
.ki-abstract-16.ki-duotone:before {
  content: "\e91e";
  position: absolute;
}
.ki-abstract-17.ki-duotone:after {
  content: "\e91f";
}
.ki-abstract-17.ki-duotone:before {
  content: "\e920";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-18.ki-duotone:after {
  content: "\e921";
}
.ki-abstract-18.ki-duotone:before {
  content: "\e922";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-19.ki-duotone:after {
  content: "\e923";
}
.ki-abstract-19.ki-duotone:before {
  content: "\e924";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-20.ki-duotone:after {
  content: "\e925";
}
.ki-abstract-20.ki-duotone:before {
  content: "\e926";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-21.ki-duotone:after {
  content: "\e927";
  opacity: 0.3;
}
.ki-abstract-21.ki-duotone:before {
  content: "\e928";
  position: absolute;
}
.ki-abstract-22.ki-duotone:after {
  content: "\e929";
  opacity: 0.3;
}
.ki-abstract-22.ki-duotone:before {
  content: "\e92a";
  position: absolute;
}
.ki-abstract-23.ki-duotone:after {
  content: "\e92b";
  opacity: 0.3;
}
.ki-abstract-23.ki-duotone:before {
  content: "\e92c";
  position: absolute;
}
.ki-abstract-24.ki-duotone:after {
  content: "\e92d";
}
.ki-abstract-24.ki-duotone:before {
  content: "\e92e";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-25.ki-duotone:after {
  content: "\e92f";
  opacity: 0.3;
}
.ki-abstract-25.ki-duotone:before {
  content: "\e930";
  position: absolute;
}
.ki-abstract-26.ki-duotone:after {
  content: "\e931";
  opacity: 0.3;
}
.ki-abstract-26.ki-duotone:before {
  content: "\e932";
  position: absolute;
}
.ki-abstract-27.ki-duotone:after {
  content: "\e933";
}
.ki-abstract-27.ki-duotone:before {
  content: "\e934";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-28.ki-duotone:after {
  content: "\e935";
}
.ki-abstract-28.ki-duotone:before {
  content: "\e936";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-29.ki-duotone:after {
  content: "\e937";
}
.ki-abstract-29.ki-duotone:before {
  content: "\e938";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-30.ki-duotone:after {
  content: "\e939";
}
.ki-abstract-30.ki-duotone:before {
  content: "\e93a";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-31.ki-duotone:after {
  content: "\e93b";
}
.ki-abstract-31.ki-duotone:before {
  content: "\e93c";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-32.ki-duotone:after {
  content: "\e93d";
}
.ki-abstract-32.ki-duotone:before {
  content: "\e93e";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-33.ki-duotone:after {
  content: "\e93f";
  opacity: 0.3;
}
.ki-abstract-33.ki-duotone:before {
  content: "\e940";
  position: absolute;
}
.ki-abstract-34.ki-duotone:after {
  content: "\e941";
  opacity: 0.3;
}
.ki-abstract-34.ki-duotone:before {
  content: "\e942";
  position: absolute;
}
.ki-abstract-35.ki-duotone:after {
  content: "\e943";
}
.ki-abstract-35.ki-duotone:before {
  content: "\e944";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-36.ki-duotone:after {
  content: "\e945";
}
.ki-abstract-36.ki-duotone:before {
  content: "\e946";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-37.ki-duotone:after {
  content: "\e947";
  opacity: 0.3;
}
.ki-abstract-37.ki-duotone:before {
  content: "\e948";
  position: absolute;
}
.ki-abstract-38.ki-duotone:after {
  content: "\e949";
}
.ki-abstract-38.ki-duotone:before {
  content: "\e94a";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-39.ki-duotone:after {
  content: "\e94b";
  opacity: 0.3;
}
.ki-abstract-39.ki-duotone:before {
  content: "\e94c";
  position: absolute;
}
.ki-abstract-40.ki-duotone:after {
  content: "\e94d";
}
.ki-abstract-40.ki-duotone:before {
  content: "\e94e";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-41.ki-duotone:after {
  content: "\e94f";
}
.ki-abstract-41.ki-duotone:before {
  content: "\e950";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-42.ki-duotone:after {
  content: "\e951";
  opacity: 0.3;
}
.ki-abstract-42.ki-duotone:before {
  content: "\e952";
  position: absolute;
}
.ki-abstract-43.ki-duotone:after {
  content: "\e953";
  opacity: 0.3;
}
.ki-abstract-43.ki-duotone:before {
  content: "\e954";
  position: absolute;
}
.ki-abstract-44.ki-duotone:after {
  content: "\e955";
}
.ki-abstract-44.ki-duotone:before {
  content: "\e956";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-45.ki-duotone:after {
  content: "\e957";
}
.ki-abstract-45.ki-duotone:before {
  content: "\e958";
  position: absolute;
  opacity: 0.3;
}
.ki-abstract-46.ki-duotone:after {
  content: "\e959";
  opacity: 0.3;
}
.ki-abstract-46.ki-duotone:before {
  content: "\e95a";
  position: absolute;
}
.ki-abstract-47.ki-duotone:after {
  content: "\e95b";
  opacity: 0.3;
}
.ki-abstract-47.ki-duotone:before {
  content: "\e95c";
  position: absolute;
}
.ki-abstract-48.ki-duotone:after {
  content: "\e95d";
  opacity: 0.3;
}
.ki-abstract-48.ki-duotone:before {
  content: "\e95e";
  position: absolute;
}
.ki-abstract-49.ki-duotone:after {
  content: "\e95f";
  opacity: 0.3;
}
.ki-abstract-49.ki-duotone:before {
  content: "\e960";
  position: absolute;
}
.ki-abstract.ki-duotone:after {
  content: "\e961";
  opacity: 0.3;
}
.ki-abstract.ki-duotone:before {
  content: "\e962";
  position: absolute;
}
.ki-add-files.ki-duotone:after {
  content: "\e963";
  opacity: 0.3;
}
.ki-add-files.ki-duotone:before {
  content: "\e964";
  position: absolute;
}
.ki-add-folder.ki-duotone:after {
  content: "\e965";
  opacity: 0.3;
}
.ki-add-folder.ki-duotone:before {
  content: "\e966";
  position: absolute;
}
.ki-add-notepad.ki-duotone:after {
  content: "\e967";
  opacity: 0.3;
}
.ki-add-notepad.ki-duotone:before {
  content: "\e968";
  position: absolute;
}
.ki-additem.ki-duotone:after {
  content: "\e969";
  opacity: 0.3;
}
.ki-additem.ki-duotone:before {
  content: "\e96a";
  position: absolute;
}
.ki-address-book.ki-duotone:after {
  content: "\e96b";
}
.ki-address-book.ki-duotone:before {
  content: "\e96c";
  position: absolute;
  opacity: 0.3;
}
.ki-airplane-square.ki-duotone:after {
  content: "\e96d";
  opacity: 0.3;
}
.ki-airplane-square.ki-duotone:before {
  content: "\e96e";
  position: absolute;
}
.ki-airplane.ki-duotone:after {
  content: "\e96f";
  opacity: 0.3;
}
.ki-airplane.ki-duotone:before {
  content: "\e970";
  position: absolute;
}
.ki-airpod.ki-duotone:after {
  content: "\e971";
  opacity: 0.3;
}
.ki-airpod.ki-duotone:before {
  content: "\e972";
  position: absolute;
}
.ki-android.ki-duotone:after {
  content: "\e973";
}
.ki-android.ki-duotone:before {
  content: "\e974";
  position: absolute;
  opacity: 0.3;
}
.ki-angular.ki-duotone:after {
  content: "\e975";
}
.ki-angular.ki-duotone:before {
  content: "\e976";
  position: absolute;
  opacity: 0.3;
}
.ki-apple.ki-duotone:before {
  content: "\e977";
}
.ki-archive-tick.ki-duotone:after {
  content: "\e978";
  opacity: 0.3;
}
.ki-archive-tick.ki-duotone:before {
  content: "\e979";
  position: absolute;
}
.ki-archive.ki-duotone:after {
  content: "\e97a";
  opacity: 0.3;
}
.ki-archive.ki-duotone:before {
  content: "\e97b";
  position: absolute;
}
.ki-arrow-circle-left.ki-duotone:after {
  content: "\e97c";
  opacity: 0.3;
}
.ki-arrow-circle-left.ki-duotone:before {
  content: "\e97d";
  position: absolute;
}
.ki-arrow-circle-right.ki-duotone:after {
  content: "\e97e";
  opacity: 0.3;
}
.ki-arrow-circle-right.ki-duotone:before {
  content: "\e97f";
  position: absolute;
}
.ki-arrow-down-left.ki-duotone:after {
  content: "\e980";
  opacity: 0.3;
}
.ki-arrow-down-left.ki-duotone:before {
  content: "\e981";
  position: absolute;
}
.ki-arrow-down-refraction.ki-duotone:after {
  content: "\e982";
}
.ki-arrow-down-refraction.ki-duotone:before {
  content: "\e983";
  position: absolute;
  opacity: 0.3;
}
.ki-arrow-down-right.ki-duotone:after {
  content: "\e984";
  opacity: 0.3;
}
.ki-arrow-down-right.ki-duotone:before {
  content: "\e985";
  position: absolute;
}
.ki-arrow-down.ki-duotone:after {
  content: "\e986";
  opacity: 0.3;
}
.ki-arrow-down.ki-duotone:before {
  content: "\e987";
  position: absolute;
}
.ki-arrow-left.ki-duotone:after {
  content: "\e988";
  opacity: 0.3;
}
.ki-arrow-left.ki-duotone:before {
  content: "\e989";
  position: absolute;
}
.ki-arrow-mix.ki-duotone:after {
  content: "\e98a";
  opacity: 0.3;
}
.ki-arrow-mix.ki-duotone:before {
  content: "\e98b";
  position: absolute;
}
.ki-arrow-right-left.ki-duotone:after {
  content: "\e98c";
}
.ki-arrow-right-left.ki-duotone:before {
  content: "\e98d";
  position: absolute;
  opacity: 0.3;
}
.ki-arrow-right.ki-duotone:after {
  content: "\e98e";
  opacity: 0.3;
}
.ki-arrow-right.ki-duotone:before {
  content: "\e98f";
  position: absolute;
}
.ki-arrow-two-diagonals.ki-duotone:after {
  content: "\e990";
  opacity: 0.3;
}
.ki-arrow-two-diagonals.ki-duotone:before {
  content: "\e991";
  position: absolute;
}
.ki-arrow-up-down.ki-duotone:after {
  content: "\e992";
}
.ki-arrow-up-down.ki-duotone:before {
  content: "\e993";
  position: absolute;
  opacity: 0.3;
}
.ki-arrow-up-left.ki-duotone:after {
  content: "\e994";
  opacity: 0.3;
}
.ki-arrow-up-left.ki-duotone:before {
  content: "\e995";
  position: absolute;
}
.ki-arrow-up-refraction.ki-duotone:after {
  content: "\e996";
}
.ki-arrow-up-refraction.ki-duotone:before {
  content: "\e997";
  position: absolute;
  opacity: 0.3;
}
.ki-arrow-up-right.ki-duotone:after {
  content: "\e998";
  opacity: 0.3;
}
.ki-arrow-up-right.ki-duotone:before {
  content: "\e999";
  position: absolute;
}
.ki-arrow-up.ki-duotone:after {
  content: "\e99a";
  opacity: 0.3;
}
.ki-arrow-up.ki-duotone:before {
  content: "\e99b";
  position: absolute;
}
.ki-arrow-zigzag.ki-duotone:after {
  content: "\e99c";
}
.ki-arrow-zigzag.ki-duotone:before {
  content: "\e99d";
  position: absolute;
  opacity: 0.3;
}
.ki-arrows-circle.ki-duotone:after {
  content: "\e99e";
  opacity: 0.3;
}
.ki-arrows-circle.ki-duotone:before {
  content: "\e99f";
  position: absolute;
}
.ki-arrows-loop.ki-duotone:after {
  content: "\e9a0";
  opacity: 0.3;
}
.ki-arrows-loop.ki-duotone:before {
  content: "\e9a1";
  position: absolute;
}
.ki-artificial-intelligence.ki-duotone:after {
  content: "\e9a2";
  opacity: 0.3;
}
.ki-artificial-intelligence.ki-duotone:before {
  content: "\e9a3";
  position: absolute;
}
.ki-autobrightness.ki-duotone:after {
  content: "\e9a4";
  opacity: 0.3;
}
.ki-autobrightness.ki-duotone:before {
  content: "\e9a5";
  position: absolute;
}
.ki-avalanche-avax.ki-duotone:after {
  content: "\e9a6";
  opacity: 0.3;
}
.ki-avalanche-avax.ki-duotone:before {
  content: "\e9a7";
  position: absolute;
}
.ki-award.ki-duotone:after {
  content: "\e9a8";
  opacity: 0.3;
}
.ki-award.ki-duotone:before {
  content: "\e9a9";
  position: absolute;
}
.ki-badge.ki-duotone:after {
  content: "\e9aa";
  opacity: 0.3;
}
.ki-badge.ki-duotone:before {
  content: "\e9ab";
  position: absolute;
}
.ki-bandage.ki-duotone:after {
  content: "\e9ac";
  opacity: 0.3;
}
.ki-bandage.ki-duotone:before {
  content: "\e9ad";
  position: absolute;
}
.ki-bank.ki-duotone:after {
  content: "\e9ae";
  opacity: 0.3;
}
.ki-bank.ki-duotone:before {
  content: "\e9af";
  position: absolute;
}
.ki-bar-chart.ki-duotone:after {
  content: "\e9b0";
}
.ki-bar-chart.ki-duotone:before {
  content: "\e9b1";
  position: absolute;
  opacity: 0.3;
}
.ki-barcode.ki-duotone:after {
  content: "\e9b2";
}
.ki-barcode.ki-duotone:before {
  content: "\e9b3";
  position: absolute;
  opacity: 0.3;
}
.ki-basket-ok.ki-duotone:after {
  content: "\e9b4";
  opacity: 0.3;
}
.ki-basket-ok.ki-duotone:before {
  content: "\e9b5";
  position: absolute;
}
.ki-basket.ki-duotone:after {
  content: "\e9b6";
  opacity: 0.3;
}
.ki-basket.ki-duotone:before {
  content: "\e9b7";
  position: absolute;
}
.ki-behance.ki-duotone:after {
  content: "\e9b8";
}
.ki-behance.ki-duotone:before {
  content: "\e9b9";
  position: absolute;
  opacity: 0.3;
}
.ki-bill.ki-duotone:after {
  content: "\e9ba";
  opacity: 0.3;
}
.ki-bill.ki-duotone:before {
  content: "\e9bb";
  position: absolute;
}
.ki-binance-usd-busd.ki-duotone:after {
  content: "\e9bc";
}
.ki-binance-usd-busd.ki-duotone:before {
  content: "\e9bd";
  position: absolute;
  opacity: 0.3;
}
.ki-binance.ki-duotone:after {
  content: "\e9be";
  opacity: 0.3;
}
.ki-binance.ki-duotone:before {
  content: "\e9bf";
  position: absolute;
}
.ki-bitcoin.ki-duotone:after {
  content: "\e9c0";
  opacity: 0.3;
}
.ki-bitcoin.ki-duotone:before {
  content: "\e9c1";
  position: absolute;
}
.ki-black-down.ki-duotone:before {
  content: "\e9c2";
}
.ki-black-left-line.ki-duotone:after {
  content: "\e9c3";
}
.ki-black-left-line.ki-duotone:before {
  content: "\e9c4";
  position: absolute;
  opacity: 0.3;
}
.ki-black-left.ki-duotone:before {
  content: "\e9c5";
}
.ki-black-right-line.ki-duotone:after {
  content: "\e9c6";
}
.ki-black-right-line.ki-duotone:before {
  content: "\e9c7";
  position: absolute;
  opacity: 0.3;
}
.ki-black-right.ki-duotone:before {
  content: "\e9c8";
}
.ki-black-up.ki-duotone:before {
  content: "\e9c9";
}
.ki-bluetooth.ki-duotone:after {
  content: "\e9ca";
}
.ki-bluetooth.ki-duotone:before {
  content: "\e9cb";
  position: absolute;
  opacity: 0.3;
}
.ki-book-open.ki-duotone:after {
  content: "\e9cc";
  opacity: 0.3;
}
.ki-book-open.ki-duotone:before {
  content: "\e9cd";
  position: absolute;
}
.ki-book-square.ki-duotone:after {
  content: "\e9ce";
  opacity: 0.3;
}
.ki-book-square.ki-duotone:before {
  content: "\e9cf";
  position: absolute;
}
.ki-book.ki-duotone:after {
  content: "\e9d0";
  opacity: 0.3;
}
.ki-book.ki-duotone:before {
  content: "\e9d1";
  position: absolute;
}
.ki-bookmark-2.ki-duotone:after {
  content: "\e9d2";
  opacity: 0.3;
}
.ki-bookmark-2.ki-duotone:before {
  content: "\e9d3";
  position: absolute;
}
.ki-bookmark.ki-duotone:after {
  content: "\e9d4";
  opacity: 0.3;
}
.ki-bookmark.ki-duotone:before {
  content: "\e9d5";
  position: absolute;
}
.ki-bootstrap.ki-duotone:after {
  content: "\e9d6";
  opacity: 0.3;
}
.ki-bootstrap.ki-duotone:before {
  content: "\e9d7";
  position: absolute;
}
.ki-briefcase.ki-duotone:after {
  content: "\e9d8";
  opacity: 0.3;
}
.ki-briefcase.ki-duotone:before {
  content: "\e9d9";
  position: absolute;
}
.ki-brifecase-cros.ki-duotone:after {
  content: "\e9da";
  opacity: 0.3;
}
.ki-brifecase-cros.ki-duotone:before {
  content: "\e9db";
  position: absolute;
}
.ki-brifecase-tick.ki-duotone:after {
  content: "\e9dc";
  opacity: 0.3;
}
.ki-brifecase-tick.ki-duotone:before {
  content: "\e9dd";
  position: absolute;
}
.ki-brifecase-timer.ki-duotone:after {
  content: "\e9de";
  opacity: 0.3;
}
.ki-brifecase-timer.ki-duotone:before {
  content: "\e9df";
  position: absolute;
}
.ki-brush.ki-duotone:after {
  content: "\e9e0";
  opacity: 0.3;
}
.ki-brush.ki-duotone:before {
  content: "\e9e1";
  position: absolute;
}
.ki-bucket-square.ki-duotone:after {
  content: "\e9e2";
  opacity: 0.3;
}
.ki-bucket-square.ki-duotone:before {
  content: "\e9e3";
  position: absolute;
}
.ki-bucket.ki-duotone:after {
  content: "\e9e4";
  opacity: 0.3;
}
.ki-bucket.ki-duotone:before {
  content: "\e9e5";
  position: absolute;
}
.ki-burger-menu-1.ki-duotone:after {
  content: "\e9e6";
  opacity: 0.3;
}
.ki-burger-menu-1.ki-duotone:before {
  content: "\e9e7";
  position: absolute;
}
.ki-burger-menu-2.ki-duotone:after {
  content: "\e9e8";
  opacity: 0.3;
}
.ki-burger-menu-2.ki-duotone:before {
  content: "\e9e9";
  position: absolute;
}
.ki-burger-menu-3.ki-duotone:after {
  content: "\e9ea";
  opacity: 0.3;
}
.ki-burger-menu-3.ki-duotone:before {
  content: "\e9eb";
  position: absolute;
}
.ki-burger-menu-4.ki-duotone:before {
  content: "\e9ec";
}
.ki-burger-menu-5.ki-duotone:before {
  content: "\e9ed";
}
.ki-burger-menu-6.ki-duotone:before {
  content: "\e9ee";
}
.ki-burger-menu.ki-duotone:after {
  content: "\e9ef";
  opacity: 0.3;
}
.ki-burger-menu.ki-duotone:before {
  content: "\e9f0";
  position: absolute;
}
.ki-bus.ki-duotone:after {
  content: "\e9f1";
  opacity: 0.3;
}
.ki-bus.ki-duotone:before {
  content: "\e9f2";
  position: absolute;
}
.ki-calculator.ki-duotone:after {
  content: "\e9f3";
  opacity: 0.3;
}
.ki-calculator.ki-duotone:before {
  content: "\e9f4";
  position: absolute;
}
.ki-calculatoror.ki-duotone:after {
  content: "\e9f5";
  opacity: 0.3;
}
.ki-calculatoror.ki-duotone:before {
  content: "\e9f6";
  position: absolute;
}
.ki-calendar-2.ki-duotone:after {
  content: "\e9f7";
  opacity: 0.3;
}
.ki-calendar-2.ki-duotone:before {
  content: "\e9f8";
  position: absolute;
}
.ki-calendar-8.ki-duotone:after {
  content: "\e9f9";
  opacity: 0.3;
}
.ki-calendar-8.ki-duotone:before {
  content: "\e9fa";
  position: absolute;
}
.ki-calendar-add.ki-duotone:after {
  content: "\e9fb";
  opacity: 0.3;
}
.ki-calendar-add.ki-duotone:before {
  content: "\e9fc";
  position: absolute;
}
.ki-calendar-edit.ki-duotone:after {
  content: "\e9fd";
  opacity: 0.3;
}
.ki-calendar-edit.ki-duotone:before {
  content: "\e9fe";
  position: absolute;
}
.ki-calendar-remove.ki-duotone:after {
  content: "\e9ff";
  opacity: 0.3;
}
.ki-calendar-remove.ki-duotone:before {
  content: "\ea00";
  position: absolute;
}
.ki-calendar-search.ki-duotone:after {
  content: "\ea01";
  opacity: 0.3;
}
.ki-calendar-search.ki-duotone:before {
  content: "\ea02";
  position: absolute;
}
.ki-calendar-tick.ki-duotone:after {
  content: "\ea03";
  opacity: 0.3;
}
.ki-calendar-tick.ki-duotone:before {
  content: "\ea04";
  position: absolute;
}
.ki-calendar.ki-duotone:after {
  content: "\ea05";
  opacity: 0.3;
}
.ki-calendar.ki-duotone:before {
  content: "\ea06";
  position: absolute;
}
.ki-call.ki-duotone:after {
  content: "\ea07";
  opacity: 0.3;
}
.ki-call.ki-duotone:before {
  content: "\ea08";
  position: absolute;
}
.ki-capsule.ki-duotone:after {
  content: "\ea09";
  opacity: 0.3;
}
.ki-capsule.ki-duotone:before {
  content: "\ea0a";
  position: absolute;
}
.ki-car.ki-duotone:after {
  content: "\ea0b";
  opacity: 0.3;
}
.ki-car.ki-duotone:before {
  content: "\ea0c";
  position: absolute;
}
.ki-category.ki-duotone:after {
  content: "\ea0d";
  opacity: 0.3;
}
.ki-category.ki-duotone:before {
  content: "\ea0e";
  position: absolute;
}
.ki-cd.ki-duotone:after {
  content: "\ea0f";
}
.ki-cd.ki-duotone:before {
  content: "\ea10";
  position: absolute;
  opacity: 0.3;
}
.ki-celsius-cel.ki-duotone:after {
  content: "\ea11";
}
.ki-celsius-cel.ki-duotone:before {
  content: "\ea12";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-line-down-2.ki-duotone:after {
  content: "\ea13";
  opacity: 0.3;
}
.ki-chart-line-down-2.ki-duotone:before {
  content: "\ea14";
  position: absolute;
}
.ki-chart-line-down.ki-duotone:after {
  content: "\ea15";
  opacity: 0.3;
}
.ki-chart-line-down.ki-duotone:before {
  content: "\ea16";
  position: absolute;
}
.ki-chart-line-star.ki-duotone:after {
  content: "\ea17";
}
.ki-chart-line-star.ki-duotone:before {
  content: "\ea18";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-line-up-2.ki-duotone:after {
  content: "\ea19";
}
.ki-chart-line-up-2.ki-duotone:before {
  content: "\ea1a";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-line-up.ki-duotone:after {
  content: "\ea1b";
}
.ki-chart-line-up.ki-duotone:before {
  content: "\ea1c";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-line.ki-duotone:after {
  content: "\ea1d";
  opacity: 0.3;
}
.ki-chart-line.ki-duotone:before {
  content: "\ea1e";
  position: absolute;
}
.ki-chart-pie-3.ki-duotone:after {
  content: "\ea1f";
}
.ki-chart-pie-3.ki-duotone:before {
  content: "\ea20";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-pie-4.ki-duotone:after {
  content: "\ea21";
}
.ki-chart-pie-4.ki-duotone:before {
  content: "\ea22";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-pie-simple.ki-duotone:after {
  content: "\ea23";
}
.ki-chart-pie-simple.ki-duotone:before {
  content: "\ea24";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-pie-too.ki-duotone:after {
  content: "\ea25";
  opacity: 0.3;
}
.ki-chart-pie-too.ki-duotone:before {
  content: "\ea26";
  position: absolute;
}
.ki-chart-simple-2.ki-duotone:after {
  content: "\ea27";
}
.ki-chart-simple-2.ki-duotone:before {
  content: "\ea28";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-simple-3.ki-duotone:after {
  content: "\ea29";
}
.ki-chart-simple-3.ki-duotone:before {
  content: "\ea2a";
  position: absolute;
  opacity: 0.3;
}
.ki-chart-simple.ki-duotone:after {
  content: "\ea2b";
}
.ki-chart-simple.ki-duotone:before {
  content: "\ea2c";
  position: absolute;
  opacity: 0.3;
}
.ki-chart.ki-duotone:after {
  content: "\ea2d";
}
.ki-chart.ki-duotone:before {
  content: "\ea2e";
  position: absolute;
  opacity: 0.3;
}
.ki-check-circle.ki-duotone:after {
  content: "\ea2f";
  opacity: 0.3;
}
.ki-check-circle.ki-duotone:before {
  content: "\ea30";
  position: absolute;
}
.ki-check-squared.ki-duotone:after {
  content: "\ea31";
  opacity: 0.3;
}
.ki-check-squared.ki-duotone:before {
  content: "\ea32";
  position: absolute;
}
.ki-check.ki-duotone:before {
  content: "\ea33";
}
.ki-cheque.ki-duotone:after {
  content: "\ea34";
}
.ki-cheque.ki-duotone:before {
  content: "\ea35";
  position: absolute;
  opacity: 0.3;
}
.ki-chrome.ki-duotone:after {
  content: "\ea36";
  opacity: 0.3;
}
.ki-chrome.ki-duotone:before {
  content: "\ea37";
  position: absolute;
}
.ki-classmates.ki-duotone:after {
  content: "\ea38";
}
.ki-classmates.ki-duotone:before {
  content: "\ea39";
  position: absolute;
  opacity: 0.3;
}
.ki-click.ki-duotone:after {
  content: "\ea3a";
}
.ki-click.ki-duotone:before {
  content: "\ea3b";
  position: absolute;
  opacity: 0.3;
}
.ki-clipboard.ki-duotone:after {
  content: "\ea3c";
  opacity: 0.3;
}
.ki-clipboard.ki-duotone:before {
  content: "\ea3d";
  position: absolute;
}
.ki-cloud-add.ki-duotone:after {
  content: "\ea3e";
}
.ki-cloud-add.ki-duotone:before {
  content: "\ea3f";
  position: absolute;
  opacity: 0.3;
}
.ki-cloud-change.ki-duotone:after {
  content: "\ea40";
}
.ki-cloud-change.ki-duotone:before {
  content: "\ea41";
  position: absolute;
  opacity: 0.3;
}
.ki-cloud-download.ki-duotone:after {
  content: "\ea42";
  opacity: 0.3;
}
.ki-cloud-download.ki-duotone:before {
  content: "\ea43";
  position: absolute;
}
.ki-cloud.ki-duotone:before {
  content: "\ea44";
}
.ki-code.ki-duotone:after {
  content: "\ea45";
  opacity: 0.3;
}
.ki-code.ki-duotone:before {
  content: "\ea46";
  position: absolute;
}
.ki-coffee.ki-duotone:after {
  content: "\ea47";
  opacity: 0.3;
}
.ki-coffee.ki-duotone:before {
  content: "\ea48";
  position: absolute;
}
.ki-color-swatch.ki-duotone:after {
  content: "\ea49";
  opacity: 0.3;
}
.ki-color-swatch.ki-duotone:before {
  content: "\ea4a";
  position: absolute;
}
.ki-colors-square.ki-duotone:after {
  content: "\ea4b";
  opacity: 0.3;
}
.ki-colors-square.ki-duotone:before {
  content: "\ea4c";
  position: absolute;
}
.ki-compass.ki-duotone:after {
  content: "\ea4d";
}
.ki-compass.ki-duotone:before {
  content: "\ea4e";
  position: absolute;
  opacity: 0.3;
}
.ki-copy-success.ki-duotone:after {
  content: "\ea4f";
}
.ki-copy-success.ki-duotone:before {
  content: "\ea50";
  position: absolute;
  opacity: 0.3;
}
.ki-copy.ki-duotone:before {
  content: "\ea51";
}
.ki-courier-express.ki-duotone:after {
  content: "\ea52";
}
.ki-courier-express.ki-duotone:before {
  content: "\ea53";
  position: absolute;
  opacity: 0.3;
}
.ki-courier.ki-duotone:after {
  content: "\ea54";
  opacity: 0.3;
}
.ki-courier.ki-duotone:before {
  content: "\ea55";
  position: absolute;
}
.ki-credit-cart.ki-duotone:after {
  content: "\ea56";
  opacity: 0.3;
}
.ki-credit-cart.ki-duotone:before {
  content: "\ea57";
  position: absolute;
}
.ki-cross-circle.ki-duotone:after {
  content: "\ea58";
  opacity: 0.3;
}
.ki-cross-circle.ki-duotone:before {
  content: "\ea59";
  position: absolute;
}
.ki-cross-square.ki-duotone:after {
  content: "\ea5a";
  opacity: 0.3;
}
.ki-cross-square.ki-duotone:before {
  content: "\ea5b";
  position: absolute;
}
.ki-cross.ki-duotone:before {
  content: "\ea5c";
}
.ki-crown-2.ki-duotone:after {
  content: "\ea5d";
  opacity: 0.3;
}
.ki-crown-2.ki-duotone:before {
  content: "\ea5e";
  position: absolute;
}
.ki-crown.ki-duotone:after {
  content: "\ea5f";
  opacity: 0.3;
}
.ki-crown.ki-duotone:before {
  content: "\ea60";
  position: absolute;
}
.ki-css.ki-duotone:after {
  content: "\ea61";
  opacity: 0.3;
}
.ki-css.ki-duotone:before {
  content: "\ea62";
  position: absolute;
}
.ki-cube-2.ki-duotone:after {
  content: "\ea63";
  opacity: 0.3;
}
.ki-cube-2.ki-duotone:before {
  content: "\ea64";
  position: absolute;
}
.ki-cube-3.ki-duotone:after {
  content: "\ea65";
  opacity: 0.3;
}
.ki-cube-3.ki-duotone:before {
  content: "\ea66";
  position: absolute;
}
.ki-cup.ki-duotone:after {
  content: "\ea67";
  opacity: 0.3;
}
.ki-cup.ki-duotone:before {
  content: "\ea68";
  position: absolute;
}
.ki-cursor.ki-duotone:after {
  content: "\ea69";
  opacity: 0.3;
}
.ki-cursor.ki-duotone:before {
  content: "\ea6a";
  position: absolute;
}
.ki-dash.ki-duotone:after {
  content: "\ea6b";
  opacity: 0.3;
}
.ki-dash.ki-duotone:before {
  content: "\ea6c";
  position: absolute;
}
.ki-data.ki-duotone:after {
  content: "\ea6d";
}
.ki-data.ki-duotone:before {
  content: "\ea6e";
  position: absolute;
  opacity: 0.3;
}
.ki-delete-files.ki-duotone:after {
  content: "\ea6f";
  opacity: 0.3;
}
.ki-delete-files.ki-duotone:before {
  content: "\ea70";
  position: absolute;
}
.ki-delete-folder.ki-duotone:after {
  content: "\ea71";
  opacity: 0.3;
}
.ki-delete-folder.ki-duotone:before {
  content: "\ea72";
  position: absolute;
}
.ki-delivery-2.ki-duotone:after {
  content: "\ea73";
  opacity: 0.3;
}
.ki-delivery-2.ki-duotone:before {
  content: "\ea74";
  position: absolute;
}
.ki-delivery-3.ki-duotone:after {
  content: "\ea75";
  opacity: 0.3;
}
.ki-delivery-3.ki-duotone:before {
  content: "\ea76";
  position: absolute;
}
.ki-delivery-24.ki-duotone:after {
  content: "\ea77";
  opacity: 0.3;
}
.ki-delivery-24.ki-duotone:before {
  content: "\ea78";
  position: absolute;
}
.ki-delivery-door.ki-duotone:after {
  content: "\ea79";
  opacity: 0.3;
}
.ki-delivery-door.ki-duotone:before {
  content: "\ea7a";
  position: absolute;
}
.ki-delivery-geolocation.ki-duotone:after {
  content: "\ea7b";
  opacity: 0.3;
}
.ki-delivery-geolocation.ki-duotone:before {
  content: "\ea7c";
  position: absolute;
}
.ki-delivery-time.ki-duotone:after {
  content: "\ea7d";
  opacity: 0.3;
}
.ki-delivery-time.ki-duotone:before {
  content: "\ea7e";
  position: absolute;
}
.ki-delivery.ki-duotone:after {
  content: "\ea7f";
  opacity: 0.3;
}
.ki-delivery.ki-duotone:before {
  content: "\ea80";
  position: absolute;
}
.ki-design-1.ki-duotone:after {
  content: "\ea81";
  opacity: 0.3;
}
.ki-design-1.ki-duotone:before {
  content: "\ea82";
  position: absolute;
}
.ki-design-2.ki-duotone:after {
  content: "\ea83";
  opacity: 0.3;
}
.ki-design-2.ki-duotone:before {
  content: "\ea84";
  position: absolute;
}
.ki-desktop-mobile.ki-duotone:after {
  content: "\ea85";
  opacity: 0.3;
}
.ki-desktop-mobile.ki-duotone:before {
  content: "\ea86";
  position: absolute;
}
.ki-devices-2.ki-duotone:after {
  content: "\ea87";
  opacity: 0.3;
}
.ki-devices-2.ki-duotone:before {
  content: "\ea88";
  position: absolute;
}
.ki-devices.ki-duotone:after {
  content: "\ea89";
  opacity: 0.3;
}
.ki-devices.ki-duotone:before {
  content: "\ea8a";
  position: absolute;
}
.ki-diamonds.ki-duotone:after {
  content: "\ea8b";
}
.ki-diamonds.ki-duotone:before {
  content: "\ea8c";
  position: absolute;
  opacity: 0.3;
}
.ki-directbox-default.ki-duotone:after {
  content: "\ea8d";
  opacity: 0.3;
}
.ki-directbox-default.ki-duotone:before {
  content: "\ea8e";
  position: absolute;
}
.ki-disconnect.ki-duotone:after {
  content: "\ea8f";
}
.ki-disconnect.ki-duotone:before {
  content: "\ea90";
  position: absolute;
  opacity: 0.3;
}
.ki-discount.ki-duotone:after {
  content: "\ea91";
  opacity: 0.3;
}
.ki-discount.ki-duotone:before {
  content: "\ea92";
  position: absolute;
}
.ki-disguise.ki-duotone:after {
  content: "\ea93";
  opacity: 0.3;
}
.ki-disguise.ki-duotone:before {
  content: "\ea94";
  position: absolute;
}
.ki-disk.ki-duotone:after {
  content: "\ea95";
  opacity: 0.3;
}
.ki-disk.ki-duotone:before {
  content: "\ea96";
  position: absolute;
}
.ki-dislike.ki-duotone:after {
  content: "\ea97";
}
.ki-dislike.ki-duotone:before {
  content: "\ea98";
  position: absolute;
  opacity: 0.3;
}
.ki-dj.ki-duotone:before {
  content: "\ea99";
}
.ki-document.ki-duotone:after {
  content: "\ea9a";
  opacity: 0.3;
}
.ki-document.ki-duotone:before {
  content: "\ea9b";
  position: absolute;
}
.ki-double-check.ki-duotone:after {
  content: "\ea9c";
}
.ki-double-check.ki-duotone:before {
  content: "\ea9d";
  position: absolute;
  opacity: 0.3;
}
.ki-dollar.ki-duotone:after {
  content: "\ea9e";
  opacity: 0.3;
}
.ki-dollar.ki-duotone:before {
  content: "\ea9f";
  position: absolute;
}
.ki-dots-circle-vertical.ki-duotone:after {
  content: "\eaa0";
  opacity: 0.3;
}
.ki-dots-circle-vertical.ki-duotone:before {
  content: "\eaa1";
  position: absolute;
}
.ki-dots-circle.ki-duotone:after {
  content: "\eaa2";
  opacity: 0.3;
}
.ki-dots-circle.ki-duotone:before {
  content: "\eaa3";
  position: absolute;
}
.ki-dots-horizontal.ki-duotone:before {
  content: "\eaa4";
}
.ki-dots-square-vertical.ki-duotone:after {
  content: "\eaa5";
  opacity: 0.3;
}
.ki-dots-square-vertical.ki-duotone:before {
  content: "\eaa6";
  position: absolute;
}
.ki-dots-square.ki-duotone:after {
  content: "\eaa7";
  opacity: 0.3;
}
.ki-dots-square.ki-duotone:before {
  content: "\eaa8";
  position: absolute;
}
.ki-dots-vertical.ki-duotone:after {
  content: "\eaa9";
}
.ki-dots-vertical.ki-duotone:before {
  content: "\eaaa";
  position: absolute;
  opacity: 0.3;
}
.ki-double-check-circle.ki-duotone:after {
  content: "\eaab";
  opacity: 0.3;
}
.ki-double-check-circle.ki-duotone:before {
  content: "\eaac";
  position: absolute;
}
.ki-double-down.ki-duotone:after {
  content: "\eaad";
}
.ki-double-down.ki-duotone:before {
  content: "\eaae";
  position: absolute;
  opacity: 0.3;
}
.ki-double-left-arrow.ki-duotone:after {
  content: "\eaaf";
  opacity: 0.3;
}
.ki-double-left-arrow.ki-duotone:before {
  content: "\eab0";
  position: absolute;
}
.ki-double-left.ki-duotone:after {
  content: "\eab1";
}
.ki-double-left.ki-duotone:before {
  content: "\eab2";
  position: absolute;
  opacity: 0.3;
}
.ki-double-right-arrow.ki-duotone:after {
  content: "\eab3";
  opacity: 0.3;
}
.ki-double-right-arrow.ki-duotone:before {
  content: "\eab4";
  position: absolute;
}
.ki-double-right.ki-duotone:after {
  content: "\eab5";
}
.ki-double-right.ki-duotone:before {
  content: "\eab6";
  position: absolute;
  opacity: 0.3;
}
.ki-double-up.ki-duotone:after {
  content: "\eab7";
}
.ki-double-up.ki-duotone:before {
  content: "\eab8";
  position: absolute;
  opacity: 0.3;
}
.ki-down-square.ki-duotone:after {
  content: "\eab9";
  opacity: 0.3;
}
.ki-down-square.ki-duotone:before {
  content: "\eaba";
  position: absolute;
}
.ki-down.ki-duotone:before {
  content: "\eabb";
}
.ki-dribbble.ki-duotone:after {
  content: "\eabc";
}
.ki-dribbble.ki-duotone:before {
  content: "\eabd";
  position: absolute;
  opacity: 0.3;
}
.ki-drop.ki-duotone:after {
  content: "\eabe";
}
.ki-drop.ki-duotone:before {
  content: "\eabf";
  position: absolute;
  opacity: 0.3;
}
.ki-dropbox.ki-duotone:after {
  content: "\eac0";
  opacity: 0.3;
}
.ki-dropbox.ki-duotone:before {
  content: "\eac1";
  position: absolute;
}
.ki-educare-ekt.ki-duotone:after {
  content: "\eac2";
  opacity: 0.3;
}
.ki-educare-ekt.ki-duotone:before {
  content: "\eac3";
  position: absolute;
}
.ki-electricity.ki-duotone:after {
  content: "\eac4";
  opacity: 0.3;
}
.ki-electricity.ki-duotone:before {
  content: "\eac5";
  position: absolute;
}
.ki-electronic-clock.ki-duotone:after {
  content: "\eac6";
  opacity: 0.3;
}
.ki-electronic-clock.ki-duotone:before {
  content: "\eac7";
  position: absolute;
}
.ki-element-1.ki-duotone:after {
  content: "\eac8";
  opacity: 0.3;
}
.ki-element-1.ki-duotone:before {
  content: "\eac9";
  position: absolute;
}
.ki-element-2.ki-duotone:after {
  content: "\eaca";
}
.ki-element-2.ki-duotone:before {
  content: "\eacb";
  position: absolute;
  opacity: 0.3;
}
.ki-element-3.ki-duotone:after {
  content: "\eacc";
  opacity: 0.3;
}
.ki-element-3.ki-duotone:before {
  content: "\eacd";
  position: absolute;
}
.ki-element-4.ki-duotone:after {
  content: "\eace";
}
.ki-element-4.ki-duotone:before {
  content: "\eacf";
  position: absolute;
  opacity: 0.3;
}
.ki-element-5.ki-duotone:after {
  content: "\ead0";
}
.ki-element-5.ki-duotone:before {
  content: "\ead1";
  position: absolute;
  opacity: 0.3;
}
.ki-element-6.ki-duotone:after {
  content: "\ead2";
  opacity: 0.3;
}
.ki-element-6.ki-duotone:before {
  content: "\ead3";
  position: absolute;
}
.ki-element-7.ki-duotone:after {
  content: "\ead4";
}
.ki-element-7.ki-duotone:before {
  content: "\ead5";
  position: absolute;
  opacity: 0.3;
}
.ki-element-8.ki-duotone:after {
  content: "\ead6";
  opacity: 0.3;
}
.ki-element-8.ki-duotone:before {
  content: "\ead7";
  position: absolute;
}
.ki-element-9.ki-duotone:after {
  content: "\ead8";
  opacity: 0.3;
}
.ki-element-9.ki-duotone:before {
  content: "\ead9";
  position: absolute;
}
.ki-element-10.ki-duotone:after {
  content: "\eada";
}
.ki-element-10.ki-duotone:before {
  content: "\eadb";
  position: absolute;
  opacity: 0.3;
}
.ki-element-11.ki-duotone:after {
  content: "\eadc";
}
.ki-element-11.ki-duotone:before {
  content: "\eadd";
  position: absolute;
  opacity: 0.3;
}
.ki-element-12.ki-duotone:after {
  content: "\eade";
  opacity: 0.3;
}
.ki-element-12.ki-duotone:before {
  content: "\eadf";
  position: absolute;
}
.ki-element-equal.ki-duotone:after {
  content: "\eae0";
  opacity: 0.3;
}
.ki-element-equal.ki-duotone:before {
  content: "\eae1";
  position: absolute;
}
.ki-element-plus.ki-duotone:after {
  content: "\eae2";
}
.ki-element-plus.ki-duotone:before {
  content: "\eae3";
  position: absolute;
  opacity: 0.3;
}
.ki-emoji-happy.ki-duotone:after {
  content: "\eae4";
  opacity: 0.3;
}
.ki-emoji-happy.ki-duotone:before {
  content: "\eae5";
  position: absolute;
}
.ki-enjin-coin-enj.ki-duotone:after {
  content: "\eae6";
}
.ki-enjin-coin-enj.ki-duotone:before {
  content: "\eae7";
  position: absolute;
  opacity: 0.3;
}
.ki-ensure.ki-duotone:after {
  content: "\eae8";
}
.ki-ensure.ki-duotone:before {
  content: "\eae9";
  position: absolute;
  opacity: 0.3;
}
.ki-entrance-left.ki-duotone:after {
  content: "\eaea";
}
.ki-entrance-left.ki-duotone:before {
  content: "\eaeb";
  position: absolute;
  opacity: 0.3;
}
.ki-entrance-right.ki-duotone:after {
  content: "\eaec";
  opacity: 0.3;
}
.ki-entrance-right.ki-duotone:before {
  content: "\eaed";
  position: absolute;
}
.ki-eraser.ki-duotone:after {
  content: "\eaee";
  opacity: 0.3;
}
.ki-eraser.ki-duotone:before {
  content: "\eaef";
  position: absolute;
}
.ki-euro.ki-duotone:after {
  content: "\eaf0";
  opacity: 0.3;
}
.ki-euro.ki-duotone:before {
  content: "\eaf1";
  position: absolute;
}
.ki-exit-down.ki-duotone:after {
  content: "\eaf2";
  opacity: 0.3;
}
.ki-exit-down.ki-duotone:before {
  content: "\eaf3";
  position: absolute;
}
.ki-exit-left.ki-duotone:after {
  content: "\eaf4";
  opacity: 0.3;
}
.ki-exit-left.ki-duotone:before {
  content: "\eaf5";
  position: absolute;
}
.ki-exit-right-corner.ki-duotone:after {
  content: "\eaf6";
  opacity: 0.3;
}
.ki-exit-right-corner.ki-duotone:before {
  content: "\eaf7";
  position: absolute;
}
.ki-exit-right.ki-duotone:after {
  content: "\eaf8";
  opacity: 0.3;
}
.ki-exit-right.ki-duotone:before {
  content: "\eaf9";
  position: absolute;
}
.ki-exit-up.ki-duotone:after {
  content: "\eafa";
  opacity: 0.3;
}
.ki-exit-up.ki-duotone:before {
  content: "\eafb";
  position: absolute;
}
.ki-external-drive.ki-duotone:after {
  content: "\eafc";
}
.ki-external-drive.ki-duotone:before {
  content: "\eafd";
  position: absolute;
  opacity: 0.3;
}
.ki-eye-slash.ki-duotone:after {
  content: "\eafe";
}
.ki-eye-slash.ki-duotone:before {
  content: "\eaff";
  position: absolute;
  opacity: 0.3;
}
.ki-eye.ki-duotone:after {
  content: "\eb00";
}
.ki-eye.ki-duotone:before {
  content: "\eb01";
  position: absolute;
  opacity: 0.3;
}
.ki-face-id.ki-duotone:after {
  content: "\eb02";
  opacity: 0.3;
}
.ki-face-id.ki-duotone:before {
  content: "\eb03";
  position: absolute;
}
.ki-facebook.ki-duotone:after {
  content: "\eb04";
  opacity: 0.3;
}
.ki-facebook.ki-duotone:before {
  content: "\eb05";
  position: absolute;
}
.ki-fasten.ki-duotone:after {
  content: "\eb06";
  opacity: 0.3;
}
.ki-fasten.ki-duotone:before {
  content: "\eb07";
  position: absolute;
}
.ki-fatrows.ki-duotone:after {
  content: "\eb08";
}
.ki-fatrows.ki-duotone:before {
  content: "\eb09";
  position: absolute;
  opacity: 0.3;
}
.ki-feather.ki-duotone:after {
  content: "\eb0a";
  opacity: 0.3;
}
.ki-feather.ki-duotone:before {
  content: "\eb0b";
  position: absolute;
}
.ki-figma.ki-duotone:after {
  content: "\eb0c";
  opacity: 0.3;
}
.ki-figma.ki-duotone:before {
  content: "\eb0d";
  position: absolute;
}
.ki-file-added.ki-duotone:after {
  content: "\eb0e";
}
.ki-file-added.ki-duotone:before {
  content: "\eb0f";
  position: absolute;
  opacity: 0.3;
}
.ki-file-deleted.ki-duotone:after {
  content: "\eb10";
}
.ki-file-deleted.ki-duotone:before {
  content: "\eb11";
  position: absolute;
  opacity: 0.3;
}
.ki-file-down.ki-duotone:after {
  content: "\eb12";
  opacity: 0.3;
}
.ki-file-down.ki-duotone:before {
  content: "\eb13";
  position: absolute;
}
.ki-file-left.ki-duotone:after {
  content: "\eb14";
  opacity: 0.3;
}
.ki-file-left.ki-duotone:before {
  content: "\eb15";
  position: absolute;
}
.ki-file-right.ki-duotone:after {
  content: "\eb16";
  opacity: 0.3;
}
.ki-file-right.ki-duotone:before {
  content: "\eb17";
  position: absolute;
}
.ki-file-sheet.ki-duotone:after {
  content: "\eb18";
}
.ki-file-sheet.ki-duotone:before {
  content: "\eb19";
  position: absolute;
  opacity: 0.3;
}
.ki-file-up.ki-duotone:after {
  content: "\eb1a";
  opacity: 0.3;
}
.ki-file-up.ki-duotone:before {
  content: "\eb1b";
  position: absolute;
}
.ki-files.ki-duotone:after {
  content: "\eb1c";
}
.ki-files.ki-duotone:before {
  content: "\eb1d";
  position: absolute;
  opacity: 0.3;
}
.ki-filter-edit.ki-duotone:after {
  content: "\eb1e";
  opacity: 0.3;
}
.ki-filter-edit.ki-duotone:before {
  content: "\eb1f";
  position: absolute;
}
.ki-filter-search.ki-duotone:after {
  content: "\eb20";
  opacity: 0.3;
}
.ki-filter-search.ki-duotone:before {
  content: "\eb21";
  position: absolute;
}
.ki-filter-square.ki-duotone:after {
  content: "\eb22";
}
.ki-filter-square.ki-duotone:before {
  content: "\eb23";
  position: absolute;
  opacity: 0.3;
}
.ki-filter-tablet.ki-duotone:after {
  content: "\eb24";
  opacity: 0.3;
}
.ki-filter-tablet.ki-duotone:before {
  content: "\eb25";
  position: absolute;
}
.ki-filter-tick.ki-duotone:after {
  content: "\eb26";
  opacity: 0.3;
}
.ki-filter-tick.ki-duotone:before {
  content: "\eb27";
  position: absolute;
}
.ki-filter.ki-duotone:after {
  content: "\eb28";
}
.ki-filter.ki-duotone:before {
  content: "\eb29";
  position: absolute;
  opacity: 0.3;
}
.ki-financial-schedule.ki-duotone:after {
  content: "\eb2a";
  opacity: 0.3;
}
.ki-financial-schedule.ki-duotone:before {
  content: "\eb2b";
  position: absolute;
}
.ki-fingerprint-scanning.ki-duotone:after {
  content: "\eb2c";
}
.ki-fingerprint-scanning.ki-duotone:before {
  content: "\eb2d";
  position: absolute;
  opacity: 0.3;
}
.ki-flag.ki-duotone:after {
  content: "\eb2e";
  opacity: 0.3;
}
.ki-flag.ki-duotone:before {
  content: "\eb2f";
  position: absolute;
}
.ki-flash-circle.ki-duotone:after {
  content: "\eb30";
  opacity: 0.3;
}
.ki-flash-circle.ki-duotone:before {
  content: "\eb31";
  position: absolute;
}
.ki-flask.ki-duotone:after {
  content: "\eb32";
  opacity: 0.3;
}
.ki-flask.ki-duotone:before {
  content: "\eb33";
  position: absolute;
}
.ki-focus.ki-duotone:after {
  content: "\eb34";
  opacity: 0.3;
}
.ki-focus.ki-duotone:before {
  content: "\eb35";
  position: absolute;
}
.ki-folder-added.ki-duotone:after {
  content: "\eb36";
  opacity: 0.3;
}
.ki-folder-added.ki-duotone:before {
  content: "\eb37";
  position: absolute;
}
.ki-folder-down.ki-duotone:after {
  content: "\eb38";
  opacity: 0.3;
}
.ki-folder-down.ki-duotone:before {
  content: "\eb39";
  position: absolute;
}
.ki-folder-up.ki-duotone:after {
  content: "\eb3a";
  opacity: 0.3;
}
.ki-folder-up.ki-duotone:before {
  content: "\eb3b";
  position: absolute;
}
.ki-folder.ki-duotone:after {
  content: "\eb3c";
  opacity: 0.3;
}
.ki-folder.ki-duotone:before {
  content: "\eb3d";
  position: absolute;
}
.ki-frame.ki-duotone:after {
  content: "\eb3e";
  opacity: 0.3;
}
.ki-frame.ki-duotone:before {
  content: "\eb3f";
  position: absolute;
}
.ki-geolocation-home.ki-duotone:after {
  content: "\eb40";
  opacity: 0.3;
}
.ki-geolocation-home.ki-duotone:before {
  content: "\eb41";
  position: absolute;
}
.ki-geolocation.ki-duotone:after {
  content: "\eb42";
  opacity: 0.3;
}
.ki-geolocation.ki-duotone:before {
  content: "\eb43";
  position: absolute;
}
.ki-ghost.ki-duotone:after {
  content: "\eb44";
}
.ki-ghost.ki-duotone:before {
  content: "\eb45";
  position: absolute;
  opacity: 0.3;
}
.ki-gift.ki-duotone:after {
  content: "\eb46";
}
.ki-gift.ki-duotone:before {
  content: "\eb47";
  position: absolute;
  opacity: 0.3;
}
.ki-github.ki-duotone:after {
  content: "\eb48";
  opacity: 0.3;
}
.ki-github.ki-duotone:before {
  content: "\eb49";
  position: absolute;
}
.ki-glass.ki-duotone:after {
  content: "\eb4a";
  opacity: 0.3;
}
.ki-glass.ki-duotone:before {
  content: "\eb4b";
  position: absolute;
}
.ki-google-play.ki-duotone:after {
  content: "\eb4c";
  opacity: 0.3;
}
.ki-google-play.ki-duotone:before {
  content: "\eb4d";
  position: absolute;
}
.ki-google.ki-duotone:after {
  content: "\eb4e";
  opacity: 0.3;
}
.ki-google.ki-duotone:before {
  content: "\eb4f";
  position: absolute;
}
.ki-graph-2.ki-duotone:after {
  content: "\eb50";
  opacity: 0.3;
}
.ki-graph-2.ki-duotone:before {
  content: "\eb51";
  position: absolute;
}
.ki-graph-3.ki-duotone:after {
  content: "\eb52";
  opacity: 0.3;
}
.ki-graph-3.ki-duotone:before {
  content: "\eb53";
  position: absolute;
}
.ki-graph-4.ki-duotone:after {
  content: "\eb54";
}
.ki-graph-4.ki-duotone:before {
  content: "\eb55";
  position: absolute;
  opacity: 0.3;
}
.ki-graph-up.ki-duotone:after {
  content: "\eb56";
  opacity: 0.3;
}
.ki-graph-up.ki-duotone:before {
  content: "\eb57";
  position: absolute;
}
.ki-graph.ki-duotone:after {
  content: "\eb58";
  opacity: 0.3;
}
.ki-graph.ki-duotone:before {
  content: "\eb59";
  position: absolute;
}
.ki-grid-2.ki-duotone:after {
  content: "\eb5a";
  opacity: 0.3;
}
.ki-grid-2.ki-duotone:before {
  content: "\eb5b";
  position: absolute;
}
.ki-grid.ki-duotone:after {
  content: "\eb5c";
  opacity: 0.3;
}
.ki-grid.ki-duotone:before {
  content: "\eb5d";
  position: absolute;
}
.ki-handcart.ki-duotone:before {
  content: "\eb5e";
}
.ki-happyemoji.ki-duotone:after {
  content: "\eb5f";
  opacity: 0.3;
}
.ki-happyemoji.ki-duotone:before {
  content: "\eb60";
  position: absolute;
}
.ki-heart-circle.ki-duotone:after {
  content: "\eb61";
  opacity: 0.3;
}
.ki-heart-circle.ki-duotone:before {
  content: "\eb62";
  position: absolute;
}
.ki-heart.ki-duotone:after {
  content: "\eb63";
  opacity: 0.3;
}
.ki-heart.ki-duotone:before {
  content: "\eb64";
  position: absolute;
}
.ki-home-1.ki-duotone:after {
  content: "\eb65";
  opacity: 0.3;
}
.ki-home-1.ki-duotone:before {
  content: "\eb66";
  position: absolute;
}
.ki-home-2.ki-duotone:after {
  content: "\eb67";
  opacity: 0.3;
}
.ki-home-2.ki-duotone:before {
  content: "\eb68";
  position: absolute;
}
.ki-home-3.ki-duotone:after {
  content: "\eb69";
  opacity: 0.3;
}
.ki-home-3.ki-duotone:before {
  content: "\eb6a";
  position: absolute;
}
.ki-home.ki-duotone:before {
  content: "\eb6b";
}
.ki-html.ki-duotone:after {
  content: "\eb6c";
  opacity: 0.3;
}
.ki-html.ki-duotone:before {
  content: "\eb6d";
  position: absolute;
}
.ki-icon.ki-duotone:after {
  content: "\eb6e";
  opacity: 0.3;
}
.ki-icon.ki-duotone:before {
  content: "\eb6f";
  position: absolute;
}
.ki-illustrator.ki-duotone:after {
  content: "\eb70";
  opacity: 0.3;
}
.ki-illustrator.ki-duotone:before {
  content: "\eb71";
  position: absolute;
}
.ki-information-1.ki-duotone:after {
  content: "\eb72";
  opacity: 0.3;
}
.ki-information-1.ki-duotone:before {
  content: "\eb73";
  position: absolute;
}
.ki-information-2.ki-duotone:after {
  content: "\eb74";
  opacity: 0.3;
}
.ki-information-2.ki-duotone:before {
  content: "\eb75";
  position: absolute;
}
.ki-information-3.ki-duotone:after {
  content: "\eb76";
  opacity: 0.3;
}
.ki-information-3.ki-duotone:before {
  content: "\eb77";
  position: absolute;
}
.ki-information-4.ki-duotone:after {
  content: "\eb78";
  opacity: 0.3;
}
.ki-information-4.ki-duotone:before {
  content: "\eb79";
  position: absolute;
}
.ki-information.ki-duotone:after {
  content: "\eb7a";
  opacity: 0.3;
}
.ki-information.ki-duotone:before {
  content: "\eb7b";
  position: absolute;
}
.ki-instagram.ki-duotone:after {
  content: "\eb7c";
  opacity: 0.3;
}
.ki-instagram.ki-duotone:before {
  content: "\eb7d";
  position: absolute;
}
.ki-joystick.ki-duotone:after {
  content: "\eb7e";
}
.ki-joystick.ki-duotone:before {
  content: "\eb7f";
  position: absolute;
  opacity: 0.3;
}
.ki-js-2.ki-duotone:after {
  content: "\eb80";
}
.ki-js-2.ki-duotone:before {
  content: "\eb81";
  position: absolute;
  opacity: 0.3;
}
.ki-js.ki-duotone:after {
  content: "\eb82";
}
.ki-js.ki-duotone:before {
  content: "\eb83";
  position: absolute;
  opacity: 0.3;
}
.ki-kanban.ki-duotone:after {
  content: "\eb84";
}
.ki-kanban.ki-duotone:before {
  content: "\eb85";
  position: absolute;
  opacity: 0.3;
}
.ki-key-square.ki-duotone:after {
  content: "\eb86";
  opacity: 0.3;
}
.ki-key-square.ki-duotone:before {
  content: "\eb87";
  position: absolute;
}
.ki-key.ki-duotone:after {
  content: "\eb88";
  opacity: 0.3;
}
.ki-key.ki-duotone:before {
  content: "\eb89";
  position: absolute;
}
.ki-keyboard.ki-duotone:after {
  content: "\eb8a";
}
.ki-keyboard.ki-duotone:before {
  content: "\eb8b";
  position: absolute;
  opacity: 0.3;
}
.ki-laptop.ki-duotone:after {
  content: "\eb8c";
  opacity: 0.3;
}
.ki-laptop.ki-duotone:before {
  content: "\eb8d";
  position: absolute;
}
.ki-laravel.ki-duotone:after {
  content: "\eb8e";
  opacity: 0.3;
}
.ki-laravel.ki-duotone:before {
  content: "\eb8f";
  position: absolute;
}
.ki-left-square.ki-duotone:after {
  content: "\eb90";
  opacity: 0.3;
}
.ki-left-square.ki-duotone:before {
  content: "\eb91";
  position: absolute;
}
.ki-left.ki-duotone:before {
  content: "\eb92";
}
.ki-like-2.ki-duotone:after {
  content: "\eb93";
  opacity: 0.3;
}
.ki-like-2.ki-duotone:before {
  content: "\eb94";
  position: absolute;
}
.ki-like-folder.ki-duotone:after {
  content: "\eb95";
  opacity: 0.3;
}
.ki-like-folder.ki-duotone:before {
  content: "\eb96";
  position: absolute;
}
.ki-like-shapes.ki-duotone:after {
  content: "\eb97";
  opacity: 0.3;
}
.ki-like-shapes.ki-duotone:before {
  content: "\eb98";
  position: absolute;
}
.ki-like-tag.ki-duotone:after {
  content: "\eb99";
  opacity: 0.3;
}
.ki-like-tag.ki-duotone:before {
  content: "\eb9a";
  position: absolute;
}
.ki-like.ki-duotone:after {
  content: "\eb9b";
}
.ki-like.ki-duotone:before {
  content: "\eb9c";
  position: absolute;
  opacity: 0.3;
}
.ki-loading.ki-duotone:after {
  content: "\eb9d";
}
.ki-loading.ki-duotone:before {
  content: "\eb9e";
  position: absolute;
  opacity: 0.3;
}
.ki-lock-2.ki-duotone:after {
  content: "\eb9f";
}
.ki-lock-2.ki-duotone:before {
  content: "\eba0";
  position: absolute;
  opacity: 0.3;
}
.ki-lock-3.ki-duotone:after {
  content: "\eba1";
  opacity: 0.3;
}
.ki-lock-3.ki-duotone:before {
  content: "\eba2";
  position: absolute;
}
.ki-lock.ki-duotone:after {
  content: "\eba3";
  opacity: 0.3;
}
.ki-lock.ki-duotone:before {
  content: "\eba4";
  position: absolute;
}
.ki-logistic.ki-duotone:after {
  content: "\eba5";
  opacity: 0.3;
}
.ki-logistic.ki-duotone:before {
  content: "\eba6";
  position: absolute;
}
.ki-lots-shopping.ki-duotone:after {
  content: "\eba7";
  opacity: 0.3;
}
.ki-lots-shopping.ki-duotone:before {
  content: "\eba8";
  position: absolute;
}
.ki-lovely.ki-duotone:after {
  content: "\eba9";
  opacity: 0.3;
}
.ki-lovely.ki-duotone:before {
  content: "\ebaa";
  position: absolute;
}
.ki-lts.ki-duotone:after {
  content: "\ebab";
}
.ki-lts.ki-duotone:before {
  content: "\ebac";
  position: absolute;
  opacity: 0.3;
}
.ki-magnifier.ki-duotone:after {
  content: "\ebad";
  opacity: 0.3;
}
.ki-magnifier.ki-duotone:before {
  content: "\ebae";
  position: absolute;
}
.ki-map.ki-duotone:after {
  content: "\ebaf";
  opacity: 0.3;
}
.ki-map.ki-duotone:before {
  content: "\ebb0";
  position: absolute;
}
.ki-mask.ki-duotone:after {
  content: "\ebb1";
  opacity: 0.3;
}
.ki-mask.ki-duotone:before {
  content: "\ebb2";
  position: absolute;
}
.ki-maximize.ki-duotone:after {
  content: "\ebb3";
  opacity: 0.3;
}
.ki-maximize.ki-duotone:before {
  content: "\ebb4";
  position: absolute;
}
.ki-medal-star.ki-duotone:after {
  content: "\ebb5";
  opacity: 0.3;
}
.ki-medal-star.ki-duotone:before {
  content: "\ebb6";
  position: absolute;
}
.ki-menu.ki-duotone:after {
  content: "\ebb7";
  opacity: 0.3;
}
.ki-menu.ki-duotone:before {
  content: "\ebb8";
  position: absolute;
}
.ki-message-add.ki-duotone:after {
  content: "\ebb9";
  opacity: 0.3;
}
.ki-message-add.ki-duotone:before {
  content: "\ebba";
  position: absolute;
}
.ki-message-edit.ki-duotone:after {
  content: "\ebbb";
  opacity: 0.3;
}
.ki-message-edit.ki-duotone:before {
  content: "\ebbc";
  position: absolute;
}
.ki-message-minus.ki-duotone:after {
  content: "\ebbd";
  opacity: 0.3;
}
.ki-message-minus.ki-duotone:before {
  content: "\ebbe";
  position: absolute;
}
.ki-message-notify.ki-duotone:after {
  content: "\ebbf";
  opacity: 0.3;
}
.ki-message-notify.ki-duotone:before {
  content: "\ebc0";
  position: absolute;
}
.ki-message-programming.ki-duotone:after {
  content: "\ebc1";
  opacity: 0.3;
}
.ki-message-programming.ki-duotone:before {
  content: "\ebc2";
  position: absolute;
}
.ki-message-question.ki-duotone:after {
  content: "\ebc3";
  opacity: 0.3;
}
.ki-message-question.ki-duotone:before {
  content: "\ebc4";
  position: absolute;
}
.ki-message-text-2.ki-duotone:after {
  content: "\ebc5";
  opacity: 0.3;
}
.ki-message-text-2.ki-duotone:before {
  content: "\ebc6";
  position: absolute;
}
.ki-message-text.ki-duotone:after {
  content: "\ebc7";
  opacity: 0.3;
}
.ki-message-text.ki-duotone:before {
  content: "\ebc8";
  position: absolute;
}
.ki-messages.ki-duotone:after {
  content: "\ebc9";
  opacity: 0.3;
}
.ki-messages.ki-duotone:before {
  content: "\ebca";
  position: absolute;
}
.ki-microsoft.ki-duotone:after {
  content: "\ebcb";
}
.ki-microsoft.ki-duotone:before {
  content: "\ebcc";
  position: absolute;
  opacity: 0.3;
}
.ki-milk.ki-duotone:after {
  content: "\ebcd";
  opacity: 0.3;
}
.ki-milk.ki-duotone:before {
  content: "\ebce";
  position: absolute;
}
.ki-minus-circle.ki-duotone:after {
  content: "\ebcf";
  opacity: 0.3;
}
.ki-minus-circle.ki-duotone:before {
  content: "\ebd0";
  position: absolute;
}
.ki-minus-folder.ki-duotone:after {
  content: "\ebd1";
  opacity: 0.3;
}
.ki-minus-folder.ki-duotone:before {
  content: "\ebd2";
  position: absolute;
}
.ki-minus-squared.ki-duotone:after {
  content: "\ebd3";
  opacity: 0.3;
}
.ki-minus-squared.ki-duotone:before {
  content: "\ebd4";
  position: absolute;
}
.ki-minus.ki-duotone:before {
  content: "\ebd5";
}
.ki-moon.ki-duotone:after {
  content: "\ebd6";
}
.ki-moon.ki-duotone:before {
  content: "\ebd7";
  position: absolute;
  opacity: 0.3;
}
.ki-more-2.ki-duotone:after {
  content: "\ebd8";
  opacity: 0.3;
}
.ki-more-2.ki-duotone:before {
  content: "\ebd9";
  position: absolute;
}
.ki-mouse-circle.ki-duotone:after {
  content: "\ebda";
}
.ki-mouse-circle.ki-duotone:before {
  content: "\ebdb";
  position: absolute;
  opacity: 0.3;
}
.ki-mouse-square.ki-duotone:after {
  content: "\ebdc";
  opacity: 0.3;
}
.ki-mouse-square.ki-duotone:before {
  content: "\ebdd";
  position: absolute;
}
.ki-mouse.ki-duotone:after {
  content: "\ebde";
  opacity: 0.3;
}
.ki-mouse.ki-duotone:before {
  content: "\ebdf";
  position: absolute;
}
.ki-nexo.ki-duotone:after {
  content: "\ebe0";
  opacity: 0.3;
}
.ki-nexo.ki-duotone:before {
  content: "\ebe1";
  position: absolute;
}
.ki-night-day.ki-duotone:after {
  content: "\ebe2";
  opacity: 0.3;
}
.ki-night-day.ki-duotone:before {
  content: "\ebe3";
  position: absolute;
}
.ki-note-2.ki-duotone:after {
  content: "\ebe4";
  opacity: 0.3;
}
.ki-note-2.ki-duotone:before {
  content: "\ebe5";
  position: absolute;
}
.ki-note.ki-duotone:after {
  content: "\ebe6";
  opacity: 0.3;
}
.ki-note.ki-duotone:before {
  content: "\ebe7";
  position: absolute;
}
.ki-notepad-bookmark.ki-duotone:after {
  content: "\ebe8";
}
.ki-notepad-bookmark.ki-duotone:before {
  content: "\ebe9";
  position: absolute;
  opacity: 0.3;
}
.ki-notepad-edit.ki-duotone:after {
  content: "\ebea";
  opacity: 0.3;
}
.ki-notepad-edit.ki-duotone:before {
  content: "\ebeb";
  position: absolute;
}
.ki-notepad.ki-duotone:after {
  content: "\ebec";
  opacity: 0.3;
}
.ki-notepad.ki-duotone:before {
  content: "\ebed";
  position: absolute;
}
.ki-notification-1.ki-duotone:after {
  content: "\ebee";
}
.ki-notification-1.ki-duotone:before {
  content: "\ebef";
  position: absolute;
  opacity: 0.3;
}
.ki-notification-bing.ki-duotone:after {
  content: "\ebf0";
}
.ki-notification-bing.ki-duotone:before {
  content: "\ebf1";
  position: absolute;
  opacity: 0.3;
}
.ki-notification-circle.ki-duotone:after {
  content: "\ebf2";
}
.ki-notification-circle.ki-duotone:before {
  content: "\ebf3";
  position: absolute;
  opacity: 0.3;
}
.ki-notification-favorite.ki-duotone:after {
  content: "\ebf4";
}
.ki-notification-favorite.ki-duotone:before {
  content: "\ebf5";
  position: absolute;
  opacity: 0.3;
}
.ki-notification-on.ki-duotone:after {
  content: "\ebf6";
  opacity: 0.3;
}
.ki-notification-on.ki-duotone:before {
  content: "\ebf7";
  position: absolute;
}
.ki-notification-status.ki-duotone:after {
  content: "\ebf8";
  opacity: 0.3;
}
.ki-notification-status.ki-duotone:before {
  content: "\ebf9";
  position: absolute;
}
.ki-notification.ki-duotone:after {
  content: "\ebfa";
  opacity: 0.3;
}
.ki-notification.ki-duotone:before {
  content: "\ebfb";
  position: absolute;
}
.ki-ocean.ki-duotone:after {
  content: "\ebfc";
}
.ki-ocean.ki-duotone:before {
  content: "\ebfd";
  position: absolute;
  opacity: 0.3;
}
.ki-office-bag.ki-duotone:after {
  content: "\ebfe";
  opacity: 0.3;
}
.ki-office-bag.ki-duotone:before {
  content: "\ebff";
  position: absolute;
}
.ki-package.ki-duotone:after {
  content: "\ec00";
  opacity: 0.3;
}
.ki-package.ki-duotone:before {
  content: "\ec01";
  position: absolute;
}
.ki-pad.ki-duotone:after {
  content: "\ec02";
  opacity: 0.3;
}
.ki-pad.ki-duotone:before {
  content: "\ec03";
  position: absolute;
}
.ki-pails.ki-duotone:after {
  content: "\ec04";
  opacity: 0.3;
}
.ki-pails.ki-duotone:before {
  content: "\ec05";
  position: absolute;
}
.ki-paintbucket.ki-duotone:after {
  content: "\ec06";
  opacity: 0.3;
}
.ki-paintbucket.ki-duotone:before {
  content: "\ec07";
  position: absolute;
}
.ki-paper-clip.ki-duotone:before {
  content: "\ec08";
}
.ki-paper-plane.ki-duotone:after {
  content: "\ec09";
}
.ki-paper-plane.ki-duotone:before {
  content: "\ec0a";
  position: absolute;
  opacity: 0.3;
}
.ki-parcel-tracking.ki-duotone:after {
  content: "\ec0b";
}
.ki-parcel-tracking.ki-duotone:before {
  content: "\ec0c";
  position: absolute;
  opacity: 0.3;
}
.ki-parcel.ki-duotone:after {
  content: "\ec0d";
  opacity: 0.3;
}
.ki-parcel.ki-duotone:before {
  content: "\ec0e";
  position: absolute;
}
.ki-password-check.ki-duotone:after {
  content: "\ec0f";
}
.ki-password-check.ki-duotone:before {
  content: "\ec10";
  position: absolute;
  opacity: 0.3;
}
.ki-paypal.ki-duotone:after {
  content: "\ec11";
}
.ki-paypal.ki-duotone:before {
  content: "\ec12";
  position: absolute;
  opacity: 0.3;
}
.ki-pencil.ki-duotone:after {
  content: "\ec13";
  opacity: 0.3;
}
.ki-pencil.ki-duotone:before {
  content: "\ec14";
  position: absolute;
}
.ki-people.ki-duotone:after {
  content: "\ec15";
}
.ki-people.ki-duotone:before {
  content: "\ec16";
  position: absolute;
  opacity: 0.3;
}
.ki-percentage.ki-duotone:after {
  content: "\ec17";
}
.ki-percentage.ki-duotone:before {
  content: "\ec18";
  position: absolute;
  opacity: 0.3;
}
.ki-phone.ki-duotone:after {
  content: "\ec19";
  opacity: 0.3;
}
.ki-phone.ki-duotone:before {
  content: "\ec1a";
  position: absolute;
}
.ki-photoshop.ki-duotone:after {
  content: "\ec1b";
  opacity: 0.3;
}
.ki-photoshop.ki-duotone:before {
  content: "\ec1c";
  position: absolute;
}
.ki-picture.ki-duotone:after {
  content: "\ec1d";
  opacity: 0.3;
}
.ki-picture.ki-duotone:before {
  content: "\ec1e";
  position: absolute;
}
.ki-pill.ki-duotone:before {
  content: "\ec1f";
}
.ki-pin.ki-duotone:after {
  content: "\ec20";
  opacity: 0.3;
}
.ki-pin.ki-duotone:before {
  content: "\ec21";
  position: absolute;
}
.ki-plus-circle.ki-duotone:after {
  content: "\ec22";
  opacity: 0.3;
}
.ki-plus-circle.ki-duotone:before {
  content: "\ec23";
  position: absolute;
}
.ki-plus-squared.ki-duotone:after {
  content: "\ec24";
  opacity: 0.3;
}
.ki-plus-squared.ki-duotone:before {
  content: "\ec25";
  position: absolute;
}
.ki-plus.ki-duotone:before {
  content: "\ec26";
}
.ki-pointers.ki-duotone:after {
  content: "\ec27";
  opacity: 0.3;
}
.ki-pointers.ki-duotone:before {
  content: "\ec28";
  position: absolute;
}
.ki-price-tag.ki-duotone:after {
  content: "\ec29";
  opacity: 0.3;
}
.ki-price-tag.ki-duotone:before {
  content: "\ec2a";
  position: absolute;
}
.ki-printer.ki-duotone:after {
  content: "\ec2b";
  opacity: 0.3;
}
.ki-printer.ki-duotone:before {
  content: "\ec2c";
  position: absolute;
}
.ki-profile-circle.ki-duotone:after {
  content: "\ec2d";
  opacity: 0.3;
}
.ki-profile-circle.ki-duotone:before {
  content: "\ec2e";
  position: absolute;
}
.ki-pulse.ki-duotone:after {
  content: "\ec2f";
  opacity: 0.3;
}
.ki-pulse.ki-duotone:before {
  content: "\ec30";
  position: absolute;
}
.ki-purchase.ki-duotone:after {
  content: "\ec31";
  opacity: 0.3;
}
.ki-purchase.ki-duotone:before {
  content: "\ec32";
  position: absolute;
}
.ki-python.ki-duotone:after {
  content: "\ec33";
  opacity: 0.3;
}
.ki-python.ki-duotone:before {
  content: "\ec34";
  position: absolute;
}
.ki-question-2.ki-duotone:after {
  content: "\ec35";
  opacity: 0.3;
}
.ki-question-2.ki-duotone:before {
  content: "\ec36";
  position: absolute;
}
.ki-question.ki-duotone:after {
  content: "\ec37";
  opacity: 0.3;
}
.ki-question.ki-duotone:before {
  content: "\ec38";
  position: absolute;
}
.ki-questionnaire-tablet.ki-duotone:after {
  content: "\ec39";
  opacity: 0.3;
}
.ki-questionnaire-tablet.ki-duotone:before {
  content: "\ec3a";
  position: absolute;
}
.ki-ranking.ki-duotone:after {
  content: "\ec3b";
  opacity: 0.3;
}
.ki-ranking.ki-duotone:before {
  content: "\ec3c";
  position: absolute;
}
.ki-react.ki-duotone:after {
  content: "\ec3d";
  opacity: 0.3;
}
.ki-react.ki-duotone:before {
  content: "\ec3e";
  position: absolute;
}
.ki-receipt-square.ki-duotone:after {
  content: "\ec3f";
  opacity: 0.3;
}
.ki-receipt-square.ki-duotone:before {
  content: "\ec40";
  position: absolute;
}
.ki-rescue.ki-duotone:after {
  content: "\ec41";
  opacity: 0.3;
}
.ki-rescue.ki-duotone:before {
  content: "\ec42";
  position: absolute;
}
.ki-right-left.ki-duotone:after {
  content: "\ec43";
}
.ki-right-left.ki-duotone:before {
  content: "\ec44";
  position: absolute;
  opacity: 0.3;
}
.ki-right-square.ki-duotone:after {
  content: "\ec45";
  opacity: 0.3;
}
.ki-right-square.ki-duotone:before {
  content: "\ec46";
  position: absolute;
}
.ki-right.ki-duotone:before {
  content: "\ec47";
}
.ki-rocket.ki-duotone:after {
  content: "\ec48";
  opacity: 0.3;
}
.ki-rocket.ki-duotone:before {
  content: "\ec49";
  position: absolute;
}
.ki-route.ki-duotone:after {
  content: "\ec4a";
}
.ki-route.ki-duotone:before {
  content: "\ec4b";
  position: absolute;
  opacity: 0.3;
}
.ki-router.ki-duotone:after {
  content: "\ec4c";
  opacity: 0.3;
}
.ki-router.ki-duotone:before {
  content: "\ec4d";
  position: absolute;
}
.ki-row-horizontal.ki-duotone:after {
  content: "\ec4e";
}
.ki-row-horizontal.ki-duotone:before {
  content: "\ec4f";
  position: absolute;
  opacity: 0.3;
}
.ki-row-vertical.ki-duotone:after {
  content: "\ec50";
}
.ki-row-vertical.ki-duotone:before {
  content: "\ec51";
  position: absolute;
  opacity: 0.3;
}
.ki-safe-home.ki-duotone:after {
  content: "\ec52";
  opacity: 0.3;
}
.ki-safe-home.ki-duotone:before {
  content: "\ec53";
  position: absolute;
}
.ki-satellite.ki-duotone:after {
  content: "\ec54";
  opacity: 0.3;
}
.ki-satellite.ki-duotone:before {
  content: "\ec55";
  position: absolute;
}
.ki-save-2.ki-duotone:after {
  content: "\ec56";
  opacity: 0.3;
}
.ki-save-2.ki-duotone:before {
  content: "\ec57";
  position: absolute;
}
.ki-save-deposit.ki-duotone:after {
  content: "\ec58";
}
.ki-save-deposit.ki-duotone:before {
  content: "\ec59";
  position: absolute;
  opacity: 0.3;
}
.ki-scan-barcode.ki-duotone:after {
  content: "\ec5a";
}
.ki-scan-barcode.ki-duotone:before {
  content: "\ec5b";
  position: absolute;
  opacity: 0.3;
}
.ki-screen.ki-duotone:after {
  content: "\ec5c";
  opacity: 0.3;
}
.ki-screen.ki-duotone:before {
  content: "\ec5d";
  position: absolute;
}
.ki-scroll.ki-duotone:after {
  content: "\ec5e";
  opacity: 0.3;
}
.ki-scroll.ki-duotone:before {
  content: "\ec5f";
  position: absolute;
}
.ki-search-list.ki-duotone:after {
  content: "\ec60";
  opacity: 0.3;
}
.ki-search-list.ki-duotone:before {
  content: "\ec61";
  position: absolute;
}
.ki-security-user.ki-duotone:after {
  content: "\ec62";
  opacity: 0.3;
}
.ki-security-user.ki-duotone:before {
  content: "\ec63";
  position: absolute;
}
.ki-setting-2.ki-duotone:after {
  content: "\ec64";
  opacity: 0.3;
}
.ki-setting-2.ki-duotone:before {
  content: "\ec65";
  position: absolute;
}
.ki-setting-3.ki-duotone:after {
  content: "\ec66";
  opacity: 0.3;
}
.ki-setting-3.ki-duotone:before {
  content: "\ec67";
  position: absolute;
}
.ki-setting-4.ki-duotone:before {
  content: "\ec68";
}
.ki-setting.ki-duotone:after {
  content: "\ec69";
  opacity: 0.3;
}
.ki-setting.ki-duotone:before {
  content: "\ec6a";
  position: absolute;
}
.ki-share.ki-duotone:after {
  content: "\ec6b";
  opacity: 0.3;
}
.ki-share.ki-duotone:before {
  content: "\ec6c";
  position: absolute;
}
.ki-shield-cross.ki-duotone:after {
  content: "\ec6d";
  opacity: 0.3;
}
.ki-shield-cross.ki-duotone:before {
  content: "\ec6e";
  position: absolute;
}
.ki-shield-search.ki-duotone:after {
  content: "\ec6f";
  opacity: 0.3;
}
.ki-shield-search.ki-duotone:before {
  content: "\ec70";
  position: absolute;
}
.ki-shield-slash.ki-duotone:after {
  content: "\ec71";
}
.ki-shield-slash.ki-duotone:before {
  content: "\ec72";
  position: absolute;
  opacity: 0.3;
}
.ki-shield-tick.ki-duotone:after {
  content: "\ec73";
  opacity: 0.3;
}
.ki-shield-tick.ki-duotone:before {
  content: "\ec74";
  position: absolute;
}
.ki-shield.ki-duotone:after {
  content: "\ec75";
  opacity: 0.3;
}
.ki-shield.ki-duotone:before {
  content: "\ec76";
  position: absolute;
}
.ki-ship.ki-duotone:after {
  content: "\ec77";
  opacity: 0.3;
}
.ki-ship.ki-duotone:before {
  content: "\ec78";
  position: absolute;
}
.ki-shop.ki-duotone:after {
  content: "\ec79";
}
.ki-shop.ki-duotone:before {
  content: "\ec7a";
  position: absolute;
  opacity: 0.3;
}
.ki-simcard-2.ki-duotone:after {
  content: "\ec7b";
  opacity: 0.3;
}
.ki-simcard-2.ki-duotone:before {
  content: "\ec7c";
  position: absolute;
}
.ki-simcard.ki-duotone:after {
  content: "\ec7d";
  opacity: 0.3;
}
.ki-simcard.ki-duotone:before {
  content: "\ec7e";
  position: absolute;
}
.ki-size.ki-duotone:after {
  content: "\ec7f";
  opacity: 0.3;
}
.ki-size.ki-duotone:before {
  content: "\ec80";
  position: absolute;
}
.ki-slack.ki-duotone:after {
  content: "\ec81";
}
.ki-slack.ki-duotone:before {
  content: "\ec82";
  position: absolute;
  opacity: 0.3;
}
.ki-slider-horizontal-2.ki-duotone:after {
  content: "\ec83";
}
.ki-slider-horizontal-2.ki-duotone:before {
  content: "\ec84";
  position: absolute;
  opacity: 0.3;
}
.ki-slider-horizontal.ki-duotone:after {
  content: "\ec85";
  opacity: 0.3;
}
.ki-slider-horizontal.ki-duotone:before {
  content: "\ec86";
  position: absolute;
}
.ki-slider-vertica.ki-duotone:after {
  content: "\ec87";
  opacity: 0.3;
}
.ki-slider-vertica.ki-duotone:before {
  content: "\ec88";
  position: absolute;
}
.ki-slider-vertical.ki-duotone:after {
  content: "\ec89";
}
.ki-slider-vertical.ki-duotone:before {
  content: "\ec8a";
  position: absolute;
  opacity: 0.3;
}
.ki-slider.ki-duotone:after {
  content: "\ec8b";
  opacity: 0.3;
}
.ki-slider.ki-duotone:before {
  content: "\ec8c";
  position: absolute;
}
.ki-sms.ki-duotone:after {
  content: "\ec8d";
  opacity: 0.3;
}
.ki-sms.ki-duotone:before {
  content: "\ec8e";
  position: absolute;
}
.ki-snapchat.ki-duotone:after {
  content: "\ec8f";
}
.ki-snapchat.ki-duotone:before {
  content: "\ec90";
  position: absolute;
  opacity: 0.3;
}
.ki-social-media.ki-duotone:after {
  content: "\ec91";
}
.ki-social-media.ki-duotone:before {
  content: "\ec92";
  position: absolute;
  opacity: 0.3;
}
.ki-soft-2.ki-duotone:after {
  content: "\ec93";
  opacity: 0.3;
}
.ki-soft-2.ki-duotone:before {
  content: "\ec94";
  position: absolute;
}
.ki-soft-3.ki-duotone:after {
  content: "\ec95";
}
.ki-soft-3.ki-duotone:before {
  content: "\ec96";
  position: absolute;
  opacity: 0.3;
}
.ki-soft.ki-duotone:after {
  content: "\ec97";
  opacity: 0.3;
}
.ki-soft.ki-duotone:before {
  content: "\ec98";
  position: absolute;
}
.ki-some-files.ki-duotone:after {
  content: "\ec99";
  opacity: 0.3;
}
.ki-some-files.ki-duotone:before {
  content: "\ec9a";
  position: absolute;
}
.ki-sort.ki-duotone:after {
  content: "\ec9b";
  opacity: 0.3;
}
.ki-sort.ki-duotone:before {
  content: "\ec9c";
  position: absolute;
}
.ki-speaker.ki-duotone:after {
  content: "\ec9d";
  opacity: 0.3;
}
.ki-speaker.ki-duotone:before {
  content: "\ec9e";
  position: absolute;
}
.ki-spotify.ki-duotone:after {
  content: "\ec9f";
}
.ki-spotify.ki-duotone:before {
  content: "\eca0";
  position: absolute;
  opacity: 0.3;
}
.ki-spring-framework.ki-duotone:before {
  content: "\eca1";
}
.ki-square-brackets.ki-duotone:after {
  content: "\eca2";
  opacity: 0.3;
}
.ki-square-brackets.ki-duotone:before {
  content: "\eca3";
  position: absolute;
}
.ki-star.ki-duotone:before {
  content: "\eca4";
}
.ki-status.ki-duotone:after {
  content: "\eca5";
  opacity: 0.3;
}
.ki-status.ki-duotone:before {
  content: "\eca6";
  position: absolute;
}
.ki-subtitle.ki-duotone:after {
  content: "\eca7";
  opacity: 0.3;
}
.ki-subtitle.ki-duotone:before {
  content: "\eca8";
  position: absolute;
}
.ki-sun.ki-duotone:after {
  content: "\eca9";
  opacity: 0.3;
}
.ki-sun.ki-duotone:before {
  content: "\ecaa";
  position: absolute;
}
.ki-support.ki-duotone:after {
  content: "\ecab";
  opacity: 0.3;
}
.ki-support.ki-duotone:before {
  content: "\ecac";
  position: absolute;
}
.ki-switch.ki-duotone:after {
  content: "\ecad";
}
.ki-switch.ki-duotone:before {
  content: "\ecae";
  position: absolute;
  opacity: 0.3;
}
.ki-syringe.ki-duotone:after {
  content: "\ecaf";
  opacity: 0.3;
}
.ki-syringe.ki-duotone:before {
  content: "\ecb0";
  position: absolute;
}
.ki-tab-tablet.ki-duotone:after {
  content: "\ecb1";
  opacity: 0.3;
}
.ki-tab-tablet.ki-duotone:before {
  content: "\ecb2";
  position: absolute;
}
.ki-tablet-delete.ki-duotone:after {
  content: "\ecb3";
  opacity: 0.3;
}
.ki-tablet-delete.ki-duotone:before {
  content: "\ecb4";
  position: absolute;
}
.ki-tablet-down.ki-duotone:after {
  content: "\ecb5";
  opacity: 0.3;
}
.ki-tablet-down.ki-duotone:before {
  content: "\ecb6";
  position: absolute;
}
.ki-tablet-ok.ki-duotone:after {
  content: "\ecb7";
  opacity: 0.3;
}
.ki-tablet-ok.ki-duotone:before {
  content: "\ecb8";
  position: absolute;
}
.ki-tablet-text-down.ki-duotone:after {
  content: "\ecb9";
  opacity: 0.3;
}
.ki-tablet-text-down.ki-duotone:before {
  content: "\ecba";
  position: absolute;
}
.ki-tablet-text-up.ki-duotone:after {
  content: "\ecbb";
}
.ki-tablet-text-up.ki-duotone:before {
  content: "\ecbc";
  position: absolute;
  opacity: 0.3;
}
.ki-tablet-up.ki-duotone:after {
  content: "\ecbd";
  opacity: 0.3;
}
.ki-tablet-up.ki-duotone:before {
  content: "\ecbe";
  position: absolute;
}
.ki-tablet.ki-duotone:after {
  content: "\ecbf";
}
.ki-tablet.ki-duotone:before {
  content: "\ecc0";
  position: absolute;
  opacity: 0.3;
}
.ki-tag-cross.ki-duotone:after {
  content: "\ecc1";
}
.ki-tag-cross.ki-duotone:before {
  content: "\ecc2";
  position: absolute;
  opacity: 0.3;
}
.ki-tag.ki-duotone:after {
  content: "\ecc3";
  opacity: 0.3;
}
.ki-tag.ki-duotone:before {
  content: "\ecc4";
  position: absolute;
}
.ki-teacher.ki-duotone:after {
  content: "\ecc5";
  opacity: 0.3;
}
.ki-teacher.ki-duotone:before {
  content: "\ecc6";
  position: absolute;
}
.ki-technology-1.ki-duotone:after {
  content: "\ecc7";
}
.ki-technology-1.ki-duotone:before {
  content: "\ecc8";
  position: absolute;
  opacity: 0.3;
}
.ki-technology-2.ki-duotone:after {
  content: "\ecc9";
  opacity: 0.3;
}
.ki-technology-2.ki-duotone:before {
  content: "\ecca";
  position: absolute;
}
.ki-technology-3.ki-duotone:after {
  content: "\eccb";
  opacity: 0.3;
}
.ki-technology-3.ki-duotone:before {
  content: "\eccc";
  position: absolute;
}
.ki-technology-4.ki-duotone:after {
  content: "\eccd";
  opacity: 0.3;
}
.ki-technology-4.ki-duotone:before {
  content: "\ecce";
  position: absolute;
}
.ki-telephone-geolocation.ki-duotone:after {
  content: "\eccf";
  opacity: 0.3;
}
.ki-telephone-geolocation.ki-duotone:before {
  content: "\ecd0";
  position: absolute;
}
.ki-test-tubes.ki-duotone:after {
  content: "\ecd1";
  opacity: 0.3;
}
.ki-test-tubes.ki-duotone:before {
  content: "\ecd2";
  position: absolute;
}
.ki-text-bold.ki-duotone:after {
  content: "\ecd3";
  opacity: 0.3;
}
.ki-text-bold.ki-duotone:before {
  content: "\ecd4";
  position: absolute;
}
.ki-text-circle.ki-duotone:after {
  content: "\ecd5";
  opacity: 0.3;
}
.ki-text-circle.ki-duotone:before {
  content: "\ecd6";
  position: absolute;
}
.ki-text-italic.ki-duotone:after {
  content: "\ecd7";
  opacity: 0.3;
}
.ki-text-italic.ki-duotone:before {
  content: "\ecd8";
  position: absolute;
}
.ki-text-number.ki-duotone:after {
  content: "\ecd9";
  opacity: 0.3;
}
.ki-text-number.ki-duotone:before {
  content: "\ecda";
  position: absolute;
}
.ki-text-strikethrough.ki-duotone:after {
  content: "\ecdb";
  opacity: 0.3;
}
.ki-text-strikethrough.ki-duotone:before {
  content: "\ecdc";
  position: absolute;
}
.ki-text-underline.ki-duotone:after {
  content: "\ecdd";
  opacity: 0.3;
}
.ki-text-underline.ki-duotone:before {
  content: "\ecde";
  position: absolute;
}
.ki-text.ki-duotone:before {
  content: "\ecdf";
}
.ki-textalign-center.ki-duotone:after {
  content: "\ece0";
}
.ki-textalign-center.ki-duotone:before {
  content: "\ece1";
  position: absolute;
  opacity: 0.3;
}
.ki-textalign-justifycenter.ki-duotone:after {
  content: "\ece2";
}
.ki-textalign-justifycenter.ki-duotone:before {
  content: "\ece3";
  position: absolute;
  opacity: 0.3;
}
.ki-textalign-left.ki-duotone:after {
  content: "\ece4";
}
.ki-textalign-left.ki-duotone:before {
  content: "\ece5";
  position: absolute;
  opacity: 0.3;
}
.ki-textalign-right.ki-duotone:after {
  content: "\ece6";
}
.ki-textalign-right.ki-duotone:before {
  content: "\ece7";
  position: absolute;
  opacity: 0.3;
}
.ki-thermometer.ki-duotone:after {
  content: "\ece8";
  opacity: 0.3;
}
.ki-thermometer.ki-duotone:before {
  content: "\ece9";
  position: absolute;
}
.ki-theta-theta.ki-duotone:after {
  content: "\ecea";
}
.ki-theta-theta.ki-duotone:before {
  content: "\eceb";
  position: absolute;
  opacity: 0.3;
}
.ki-tiktok.ki-duotone:after {
  content: "\ecec";
  opacity: 0.3;
}
.ki-tiktok.ki-duotone:before {
  content: "\eced";
  position: absolute;
}
.ki-time.ki-duotone:after {
  content: "\ecee";
  opacity: 0.3;
}
.ki-time.ki-duotone:before {
  content: "\ecef";
  position: absolute;
}
.ki-timer.ki-duotone:after {
  content: "\ecf0";
  opacity: 0.3;
}
.ki-timer.ki-duotone:before {
  content: "\ecf1";
  position: absolute;
}
.ki-to-left.ki-duotone:before {
  content: "\ecf2";
}
.ki-to-right.ki-duotone:before {
  content: "\ecf3";
}
.ki-toggle-off-circle.ki-duotone:after {
  content: "\ecf4";
  opacity: 0.3;
}
.ki-toggle-off-circle.ki-duotone:before {
  content: "\ecf5";
  position: absolute;
}
.ki-toggle-off.ki-duotone:after {
  content: "\ecf6";
  opacity: 0.3;
}
.ki-toggle-off.ki-duotone:before {
  content: "\ecf7";
  position: absolute;
}
.ki-toggle-on-circle.ki-duotone:after {
  content: "\ecf8";
  opacity: 0.3;
}
.ki-toggle-on-circle.ki-duotone:before {
  content: "\ecf9";
  position: absolute;
}
.ki-toggle-on.ki-duotone:after {
  content: "\ecfa";
  opacity: 0.3;
}
.ki-toggle-on.ki-duotone:before {
  content: "\ecfb";
  position: absolute;
}
.ki-trash-square.ki-duotone:after {
  content: "\ecfc";
  opacity: 0.3;
}
.ki-trash-square.ki-duotone:before {
  content: "\ecfd";
  position: absolute;
}
.ki-trash.ki-duotone:after {
  content: "\ecfe";
  opacity: 0.3;
}
.ki-trash.ki-duotone:before {
  content: "\ecff";
  position: absolute;
}
.ki-tree.ki-duotone:after {
  content: "\ed00";
  opacity: 0.3;
}
.ki-tree.ki-duotone:before {
  content: "\ed01";
  position: absolute;
}
.ki-trello.ki-duotone:after {
  content: "\ed02";
  opacity: 0.3;
}
.ki-trello.ki-duotone:before {
  content: "\ed03";
  position: absolute;
}
.ki-ts.ki-duotone:after {
  content: "\ed04";
  opacity: 0.3;
}
.ki-ts.ki-duotone:before {
  content: "\ed05";
  position: absolute;
}
.ki-twitch.ki-duotone:after {
  content: "\ed06";
  opacity: 0.3;
}
.ki-twitch.ki-duotone:before {
  content: "\ed07";
  position: absolute;
}
.ki-twitter.ki-duotone:after {
  content: "\ed08";
  opacity: 0.3;
}
.ki-twitter.ki-duotone:before {
  content: "\ed09";
  position: absolute;
}
.ki-two-credit-cart.ki-duotone:after {
  content: "\ed0a";
  opacity: 0.3;
}
.ki-two-credit-cart.ki-duotone:before {
  content: "\ed0b";
  position: absolute;
}
.ki-underlining.ki-duotone:after {
  content: "\ed0c";
  opacity: 0.3;
}
.ki-underlining.ki-duotone:before {
  content: "\ed0d";
  position: absolute;
}
.ki-up-diagonal.ki-duotone:after {
  content: "\ed0e";
  opacity: 0.3;
}
.ki-up-diagonal.ki-duotone:before {
  content: "\ed0f";
  position: absolute;
}
.ki-up-down.ki-duotone:after {
  content: "\ed10";
  opacity: 0.3;
}
.ki-up-down.ki-duotone:before {
  content: "\ed11";
  position: absolute;
}
.ki-up-square.ki-duotone:after {
  content: "\ed12";
  opacity: 0.3;
}
.ki-up-square.ki-duotone:before {
  content: "\ed13";
  position: absolute;
}
.ki-up.ki-duotone:before {
  content: "\ed14";
}
.ki-update-file.ki-duotone:after {
  content: "\ed15";
  opacity: 0.3;
}
.ki-update-file.ki-duotone:before {
  content: "\ed16";
  position: absolute;
}
.ki-update-folder.ki-duotone:after {
  content: "\ed17";
  opacity: 0.3;
}
.ki-update-folder.ki-duotone:before {
  content: "\ed18";
  position: absolute;
}
.ki-user-edit.ki-duotone:after {
  content: "\ed19";
  opacity: 0.3;
}
.ki-user-edit.ki-duotone:before {
  content: "\ed1a";
  position: absolute;
}
.ki-user-square.ki-duotone:after {
  content: "\ed1b";
  opacity: 0.3;
}
.ki-user-square.ki-duotone:before {
  content: "\ed1c";
  position: absolute;
}
.ki-user-tick.ki-duotone:after {
  content: "\ed1d";
}
.ki-user-tick.ki-duotone:before {
  content: "\ed1e";
  position: absolute;
  opacity: 0.3;
}
.ki-user.ki-duotone:after {
  content: "\ed1f";
  opacity: 0.3;
}
.ki-user.ki-duotone:before {
  content: "\ed20";
  position: absolute;
}
.ki-users.ki-duotone:after {
  content: "\ed21";
  opacity: 0.3;
}
.ki-users.ki-duotone:before {
  content: "\ed22";
  position: absolute;
}
.ki-verify.ki-duotone:after {
  content: "\ed23";
  opacity: 0.3;
}
.ki-verify.ki-duotone:before {
  content: "\ed24";
  position: absolute;
}
.ki-vibe-vibe.ki-duotone:after {
  content: "\ed25";
}
.ki-vibe-vibe.ki-duotone:before {
  content: "\ed26";
  position: absolute;
  opacity: 0.3;
}
.ki-virus.ki-duotone:after {
  content: "\ed27";
  opacity: 0.3;
}
.ki-virus.ki-duotone:before {
  content: "\ed28";
  position: absolute;
}
.ki-vue.ki-duotone:after {
  content: "\ed29";
  opacity: 0.3;
}
.ki-vue.ki-duotone:before {
  content: "\ed2a";
  position: absolute;
}
.ki-vuesax.ki-duotone:after {
  content: "\ed2b";
  opacity: 0.4;
}
.ki-vuesax.ki-duotone:before {
  content: "\ed2c";
  position: absolute;
}
.ki-wallet.ki-duotone:after {
  content: "\ed2d";
  opacity: 0.3;
}
.ki-wallet.ki-duotone:before {
  content: "\ed2e";
  position: absolute;
}
.ki-wanchain-wan.ki-duotone:after {
  content: "\ed2f";
}
.ki-wanchain-wan.ki-duotone:before {
  content: "\ed30";
  position: absolute;
  opacity: 0.3;
}
.ki-watch.ki-duotone:after {
  content: "\ed31";
  opacity: 0.3;
}
.ki-watch.ki-duotone:before {
  content: "\ed32";
  position: absolute;
}
.ki-whatsapp.ki-duotone:after {
  content: "\ed33";
  opacity: 0.4;
}
.ki-whatsapp.ki-duotone:before {
  content: "\ed34";
  position: absolute;
}
.ki-wifi-home.ki-duotone:after {
  content: "\ed35";
  opacity: 0.3;
}
.ki-wifi-home.ki-duotone:before {
  content: "\ed36";
  position: absolute;
}
.ki-wifi-square.ki-duotone:after {
  content: "\ed37";
  opacity: 0.3;
}
.ki-wifi-square.ki-duotone:before {
  content: "\ed38";
  position: absolute;
}
.ki-wifi.ki-duotone:after {
  content: "\ed39";
}
.ki-wifi.ki-duotone:before {
  content: "\ed3a";
  position: absolute;
  opacity: 0.3;
}
.ki-wireframe.ki-duotone:after {
  content: "\ed3b";
}
.ki-wireframe.ki-duotone:before {
  content: "\ed3c";
  position: absolute;
  opacity: 0.3;
}
.ki-wlan.ki-duotone:after {
  content: "\ed3d";
  opacity: 0.3;
}
.ki-wlan.ki-duotone:before {
  content: "\ed3e";
  position: absolute;
}
.ki-wrench.ki-duotone:after {
  content: "\ed3f";
  opacity: 0.3;
}
.ki-wrench.ki-duotone:before {
  content: "\ed40";
  position: absolute;
}
.ki-xaomi.ki-duotone:after {
  content: "\ed41";
}
.ki-xaomi.ki-duotone:before {
  content: "\ed42";
  position: absolute;
  opacity: 0.3;
}
.ki-xd.ki-duotone:after {
  content: "\ed43";
  opacity: 0.3;
}
.ki-xd.ki-duotone:before {
  content: "\ed44";
  position: absolute;
}
.ki-xmr.ki-duotone:after {
  content: "\ed45";
}
.ki-xmr.ki-duotone:before {
  content: "\ed46";
  position: absolute;
  opacity: 0.3;
}
.ki-yii.ki-duotone:after {
  content: "\ed47";
  opacity: 0.3;
}
.ki-yii.ki-duotone:before {
  content: "\ed48";
  position: absolute;
}
.ki-youtube.ki-duotone:after {
  content: "\ed49";
}
.ki-youtube.ki-duotone:before {
  content: "\ed4a";
  position: absolute;
  opacity: 0.3;
}

/* angular:styles/global:styles */
