/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-color-red-200: #fecaca;
    --t-color-red-500: #ef4444;
    --t-color-orange-200: #fed7aa;
    --t-color-orange-400: #fb923c;
    --t-color-yellow-50: #fefce8;
    --t-color-emerald-100: #d1fae5;
    --t-color-emerald-500: #10b981;
    --t-color-blue-50: #eff6ff;
    --t-color-blue-200: #bfdbfe;
    --t-color-blue-400: #60a5fa;
    --t-color-blue-500: #3b82f6;
    --t-color-blue-600: #2563eb;
    --t-color-blue-800: #1e40af;
    --t-color-slate-50: #f8fafc;
    --t-color-slate-100: #f1f5f9;
    --t-color-slate-200: #e2e8f0;
    --t-color-slate-300: #cbd5e1;
    --t-color-slate-400: #94a3b8;
    --t-color-slate-500: #64748b;
    --t-color-slate-600: #475569;
    --t-color-slate-700: #334155;
    --t-color-slate-800: #1e293b;
    --t-color-gray-200: #e5e7eb;
    --t-color-gray-400: #9ca3af;
    --t-color-gray-700: #374151;
    --t-color-gray-800: #1f2937;
    --t-color-gray-900: #111827;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-text-xs: 0.75rem;
    --t-text-xs--line-height: calc(1 / 0.75);
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-base: 1rem;
    --t-text-base--line-height: calc(1.5 / 1);
    --t-text-lg: 1.125rem;
    --t-text-lg--line-height: calc(1.75 / 1.125);
    --t-text-xl: 1.25rem;
    --t-text-xl--line-height: calc(1.75 / 1.25);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-text-4xl: 2.25rem;
    --t-text-4xl--line-height: calc(2.5 / 2.25);
    --t-font-weight-medium: 500;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-tracking-wide: 0.025em;
    --t-leading-snug: 1.375;
    --t-radius-md: 0.375rem;
    --t-radius-lg: 0.5rem;
    --t-default-transition-duration: 150ms;
    --t-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer utilities {
  .t\:absolute {
    position: absolute;
  }
  .t\:absolute\! {
    position: absolute !important;
  }
  .t\:relative {
    position: relative;
  }
  .t\:-top-\[1px\] {
    top: calc(1px * -1);
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:bottom-\[1px\] {
    bottom: 1px;
  }
  .t\:bottom-\[2px\] {
    bottom: 2px;
  }
  .t\:bottom-\[4px\] {
    bottom: 4px;
  }
  .t\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .t\:left-1\/2\! {
    left: calc(1/2 * 100%) !important;
  }
  .t\:order-1 {
    order: 1;
  }
  .t\:order-2 {
    order: 2;
  }
  .t\:order-3 {
    order: 3;
  }
  .t\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .t\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .t\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .t\:mx-2 {
    margin-inline: calc(var(--t-spacing) * 2);
  }
  .t\:mx-3 {
    margin-inline: calc(var(--t-spacing) * 3);
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:my-1 {
    margin-block: calc(var(--t-spacing) * 1);
  }
  .t\:my-2 {
    margin-block: calc(var(--t-spacing) * 2);
  }
  .t\:my-10 {
    margin-block: calc(var(--t-spacing) * 10);
  }
  .t\:ms-1 {
    margin-inline-start: calc(var(--t-spacing) * 1);
  }
  .t\:ms-2 {
    margin-inline-start: calc(var(--t-spacing) * 2);
  }
  .t\:ms-3 {
    margin-inline-start: calc(var(--t-spacing) * 3);
  }
  .t\:me-2 {
    margin-inline-end: calc(var(--t-spacing) * 2);
  }
  .t\:me-4 {
    margin-inline-end: calc(var(--t-spacing) * 4);
  }
  .t\:me-5 {
    margin-inline-end: calc(var(--t-spacing) * 5);
  }
  .t\:-mt-0 {
    margin-top: calc(var(--t-spacing) * -0);
  }
  .t\:mt-1 {
    margin-top: calc(var(--t-spacing) * 1);
  }
  .t\:mt-1\.5 {
    margin-top: calc(var(--t-spacing) * 1.5);
  }
  .t\:mt-2 {
    margin-top: calc(var(--t-spacing) * 2);
  }
  .t\:mt-3 {
    margin-top: calc(var(--t-spacing) * 3);
  }
  .t\:mt-3\! {
    margin-top: calc(var(--t-spacing) * 3) !important;
  }
  .t\:mt-6 {
    margin-top: calc(var(--t-spacing) * 6);
  }
  .t\:mr-1 {
    margin-right: calc(var(--t-spacing) * 1);
  }
  .t\:mr-3 {
    margin-right: calc(var(--t-spacing) * 3);
  }
  .t\:mb-0\! {
    margin-bottom: calc(var(--t-spacing) * 0) !important;
  }
  .t\:mb-1 {
    margin-bottom: calc(var(--t-spacing) * 1);
  }
  .t\:mb-2 {
    margin-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:mb-3 {
    margin-bottom: calc(var(--t-spacing) * 3);
  }
  .t\:mb-4 {
    margin-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:mb-5 {
    margin-bottom: calc(var(--t-spacing) * 5);
  }
  .t\:mb-6 {
    margin-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:mb-12 {
    margin-bottom: calc(var(--t-spacing) * 12);
  }
  .t\:mb-40 {
    margin-bottom: calc(var(--t-spacing) * 40);
  }
  .t\:mb-96 {
    margin-bottom: calc(var(--t-spacing) * 96);
  }
  .t\:-ml-1 {
    margin-left: calc(var(--t-spacing) * -1);
  }
  .t\:ml-1 {
    margin-left: calc(var(--t-spacing) * 1);
  }
  .t\:ml-2 {
    margin-left: calc(var(--t-spacing) * 2);
  }
  .t\:ml-9 {
    margin-left: calc(var(--t-spacing) * 9);
  }
  .t\:\[display\:-webkit-box\] {
    display: -webkit-box;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:flex\! {
    display: flex !important;
  }
  .t\:grid {
    display: grid;
  }
  .t\:hidden {
    display: none;
  }
  .t\:inline-block {
    display: inline-block;
  }
  .t\:inline-flex {
    display: inline-flex;
  }
  .t\:size-\[32px\]\! {
    width: 32px !important;
    height: 32px !important;
  }
  .t\:size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .t\:h-1 {
    height: calc(var(--t-spacing) * 1);
  }
  .t\:h-4 {
    height: calc(var(--t-spacing) * 4);
  }
  .t\:h-14 {
    height: calc(var(--t-spacing) * 14);
  }
  .t\:h-20 {
    height: calc(var(--t-spacing) * 20);
  }
  .t\:h-\[1\.75rem\] {
    height: 1.75rem;
  }
  .t\:h-\[2\.25em\] {
    height: 2.25em;
  }
  .t\:h-\[20px\]\! {
    height: 20px !important;
  }
  .t\:h-\[30px\] {
    height: 30px;
  }
  .t\:h-\[32px\] {
    height: 32px;
  }
  .t\:h-\[380px\]\! {
    height: 380px !important;
  }
  .t\:h-\[400px\] {
    height: 400px;
  }
  .t\:h-auto {
    height: auto;
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:h-screen {
    height: 100vh;
  }
  .t\:max-h-\[400px\]\! {
    max-height: 400px !important;
  }
  .t\:max-h-\[420px\]\! {
    max-height: 420px !important;
  }
  .t\:w-4 {
    width: calc(var(--t-spacing) * 4);
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-24 {
    width: calc(var(--t-spacing) * 24);
  }
  .t\:w-28 {
    width: calc(var(--t-spacing) * 28);
  }
  .t\:w-32 {
    width: calc(var(--t-spacing) * 32);
  }
  .t\:w-36 {
    width: calc(var(--t-spacing) * 36);
  }
  .t\:w-40 {
    width: calc(var(--t-spacing) * 40);
  }
  .t\:w-48 {
    width: calc(var(--t-spacing) * 48);
  }
  .t\:w-50 {
    width: calc(var(--t-spacing) * 50);
  }
  .t\:w-\[2\.25em\] {
    width: 2.25em;
  }
  .t\:w-\[20px\]\! {
    width: 20px !important;
  }
  .t\:w-\[24px\] {
    width: 24px;
  }
  .t\:w-\[30px\] {
    width: 30px;
  }
  .t\:w-\[32px\] {
    width: 32px;
  }
  .t\:w-\[35\%\] {
    width: 35%;
  }
  .t\:w-\[49px\] {
    width: 49px;
  }
  .t\:w-\[50\%\] {
    width: 50%;
  }
  .t\:w-\[60px\] {
    width: 60px;
  }
  .t\:w-\[100px\] {
    width: 100px;
  }
  .t\:w-\[150px\] {
    width: 150px;
  }
  .t\:w-\[250px\] {
    width: 250px;
  }
  .t\:w-\[300px\] {
    width: 300px;
  }
  .t\:w-\[356px\] {
    width: 356px;
  }
  .t\:w-\[360px\]\! {
    width: 360px !important;
  }
  .t\:w-\[405px\] {
    width: 405px;
  }
  .t\:w-auto {
    width: auto;
  }
  .t\:w-fit\! {
    width: fit-content !important;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[275px\] {
    max-width: 275px;
  }
  .t\:max-w-\[380px\]\! {
    max-width: 380px !important;
  }
  .t\:max-w-\[405px\] {
    max-width: 405px;
  }
  .t\:max-w-\[700px\]\! {
    max-width: 700px !important;
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:grow {
    flex-grow: 1;
  }
  .t\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:resize-none {
    resize: none;
  }
  .t\:list-none {
    list-style-type: none;
  }
  .t\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-row {
    flex-direction: row;
  }
  .t\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-start {
    align-items: flex-start;
  }
  .t\:justify-around {
    justify-content: space-around;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:justify-end {
    justify-content: flex-end;
  }
  .t\:justify-start {
    justify-content: flex-start;
  }
  .t\:gap-0 {
    gap: calc(var(--t-spacing) * 0);
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-2 {
    gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-3 {
    gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-6 {
    gap: calc(var(--t-spacing) * 6);
  }
  .t\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-\[6px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(6px * var(--tw-space-y-reverse));
      margin-block-end: calc(6px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:gap-x-2 {
    column-gap: calc(var(--t-spacing) * 2);
  }
  .t\:space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:gap-y-1 {
    row-gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-y-4 {
    row-gap: calc(var(--t-spacing) * 4);
  }
  .t\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .t\:\[overflow\:hidden\] {
    overflow: hidden;
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-\[15px\] {
    border-radius: 15px;
  }
  .t\:rounded-\[16px\] {
    border-radius: 16px;
  }
  .t\:rounded-\[18px\] {
    border-radius: 18px;
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:rounded-md {
    border-radius: var(--t-radius-md);
  }
  .t\:rounded-md\! {
    border-radius: var(--t-radius-md) !important;
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .t\:border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .t\:border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .t\:border-2\! {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .t\:border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .t\:border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .t\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .t\:border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .t\:border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .t\:border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .t\:border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .t\:border-solid\! {
    --tw-border-style: solid !important;
    border-style: solid !important;
  }
  .t\:border-\[var\(--qe-border-color-1\)\] {
    border-color: var(--qe-border-color-1);
  }
  .t\:border-\[var\(--qe-border-color-1\)\]\! {
    border-color: var(--qe-border-color-1) !important;
  }
  .t\:border-blue-200 {
    border-color: var(--t-color-blue-200);
  }
  .t\:border-slate-100 {
    border-color: var(--t-color-slate-100);
  }
  .t\:border-slate-200 {
    border-color: var(--t-color-slate-200);
  }
  .t\:border-slate-400\! {
    border-color: var(--t-color-slate-400) !important;
  }
  .t\:border-r-\[var\(--qe-border-color-1\)\] {
    border-right-color: var(--qe-border-color-1);
  }
  .t\:border-r-slate-300 {
    border-right-color: var(--t-color-slate-300);
  }
  .t\:border-b-\[var\(--qe-border-color-1\)\] {
    border-bottom-color: var(--qe-border-color-1);
  }
  .t\:border-l-slate-300 {
    border-left-color: var(--t-color-slate-300);
  }
  .t\:qe-bg-card-data {
    background-color: var(--t-color-white);
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: #212529;
    }
  }
  .t\:bg-\[\#cfedfb\] {
    background-color: #cfedfb;
  }
  .t\:bg-blue-50 {
    background-color: var(--t-color-blue-50);
  }
  .t\:bg-emerald-100 {
    background-color: var(--t-color-emerald-100);
  }
  .t\:bg-emerald-500 {
    background-color: var(--t-color-emerald-500);
  }
  .t\:bg-gray-200 {
    background-color: var(--t-color-gray-200);
  }
  .t\:bg-gray-800 {
    background-color: var(--t-color-gray-800);
  }
  .t\:bg-orange-200 {
    background-color: var(--t-color-orange-200);
  }
  .t\:bg-red-200 {
    background-color: var(--t-color-red-200);
  }
  .t\:bg-red-500 {
    background-color: var(--t-color-red-500);
  }
  .t\:bg-slate-50 {
    background-color: var(--t-color-slate-50);
  }
  .t\:bg-slate-100 {
    background-color: var(--t-color-slate-100);
  }
  .t\:bg-slate-200 {
    background-color: var(--t-color-slate-200);
  }
  .t\:bg-slate-500 {
    background-color: var(--t-color-slate-500);
  }
  .t\:bg-slate-600 {
    background-color: var(--t-color-slate-600);
  }
  .t\:bg-slate-800 {
    background-color: var(--t-color-slate-800);
  }
  .t\:bg-white {
    background-color: var(--t-color-white);
  }
  .t\:bg-yellow-50 {
    background-color: var(--t-color-yellow-50);
  }
  .t\:fill-\[\#20293A\] {
    fill: #20293A;
  }
  .t\:fill-\[\#64748B\] {
    fill: #64748B;
  }
  .t\:fill-\[\#AAAFBB\] {
    fill: #AAAFBB;
  }
  .t\:fill-slate-400 {
    fill: var(--t-color-slate-400);
  }
  .t\:p-0\! {
    padding: calc(var(--t-spacing) * 0) !important;
  }
  .t\:p-2\! {
    padding: calc(var(--t-spacing) * 2) !important;
  }
  .t\:p-3 {
    padding: calc(var(--t-spacing) * 3);
  }
  .t\:p-4 {
    padding: calc(var(--t-spacing) * 4);
  }
  .t\:p-4\! {
    padding: calc(var(--t-spacing) * 4) !important;
  }
  .t\:p-5 {
    padding: calc(var(--t-spacing) * 5);
  }
  .t\:p-6 {
    padding: calc(var(--t-spacing) * 6);
  }
  .t\:px-1 {
    padding-inline: calc(var(--t-spacing) * 1);
  }
  .t\:px-2 {
    padding-inline: calc(var(--t-spacing) * 2);
  }
  .t\:px-3 {
    padding-inline: calc(var(--t-spacing) * 3);
  }
  .t\:px-4 {
    padding-inline: calc(var(--t-spacing) * 4);
  }
  .t\:px-6 {
    padding-inline: calc(var(--t-spacing) * 6);
  }
  .t\:py-1 {
    padding-block: calc(var(--t-spacing) * 1);
  }
  .t\:py-1\.5 {
    padding-block: calc(var(--t-spacing) * 1.5);
  }
  .t\:py-2 {
    padding-block: calc(var(--t-spacing) * 2);
  }
  .t\:py-2\! {
    padding-block: calc(var(--t-spacing) * 2) !important;
  }
  .t\:py-3 {
    padding-block: calc(var(--t-spacing) * 3);
  }
  .t\:py-4 {
    padding-block: calc(var(--t-spacing) * 4);
  }
  .t\:py-\[3px\] {
    padding-block: 3px;
  }
  .t\:ps-0\! {
    padding-inline-start: calc(var(--t-spacing) * 0) !important;
  }
  .t\:pe-0 {
    padding-inline-end: calc(var(--t-spacing) * 0);
  }
  .t\:pt-1 {
    padding-top: calc(var(--t-spacing) * 1);
  }
  .t\:pt-2 {
    padding-top: calc(var(--t-spacing) * 2);
  }
  .t\:pt-4 {
    padding-top: calc(var(--t-spacing) * 4);
  }
  .t\:pb-1\.5 {
    padding-bottom: calc(var(--t-spacing) * 1.5);
  }
  .t\:pb-2 {
    padding-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:pb-\[0\.1em\] {
    padding-bottom: 0.1em;
  }
  .t\:text-center {
    text-align: center;
  }
  .t\:text-end {
    text-align: end;
  }
  .t\:text-left\! {
    text-align: left !important;
  }
  .t\:text-right {
    text-align: right;
  }
  .t\:align-middle {
    vertical-align: middle;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-4xl {
    font-size: var(--t-text-4xl);
    line-height: var(--tw-leading, var(--t-text-4xl--line-height));
  }
  .t\:text-base {
    font-size: var(--t-text-base);
    line-height: var(--tw-leading, var(--t-text-base--line-height));
  }
  .t\:text-base\! {
    font-size: var(--t-text-base) !important;
    line-height: var(--tw-leading, var(--t-text-base--line-height)) !important;
  }
  .t\:text-lg {
    font-size: var(--t-text-lg);
    line-height: var(--tw-leading, var(--t-text-lg--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xl {
    font-size: var(--t-text-xl);
    line-height: var(--tw-leading, var(--t-text-xl--line-height));
  }
  .t\:text-xs {
    font-size: var(--t-text-xs);
    line-height: var(--tw-leading, var(--t-text-xs--line-height));
  }
  .t\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .t\:text-\[1\.2em\] {
    font-size: 1.2em;
  }
  .t\:text-\[11px\] {
    font-size: 11px;
  }
  .t\:text-\[12px\] {
    font-size: 12px;
  }
  .t\:text-\[14px\] {
    font-size: 14px;
  }
  .t\:text-\[18px\] {
    font-size: 18px;
  }
  .t\:text-\[22px\] {
    font-size: 22px;
  }
  .t\:leading-8 {
    --tw-leading: calc(var(--t-spacing) * 8);
    line-height: calc(var(--t-spacing) * 8);
  }
  .t\:leading-\[1\.9\]\! {
    --tw-leading: 1.9 !important;
    line-height: 1.9 !important;
  }
  .t\:leading-snug {
    --tw-leading: var(--t-leading-snug);
    line-height: var(--t-leading-snug);
  }
  .t\:font-\[11px\] {
    --tw-font-weight: 11px;
    font-weight: 11px;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-medium {
    --tw-font-weight: var(--t-font-weight-medium);
    font-weight: var(--t-font-weight-medium);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:tracking-wide {
    --tw-tracking: var(--t-tracking-wide);
    letter-spacing: var(--t-tracking-wide);
  }
  .t\:text-nowrap {
    text-wrap: nowrap;
  }
  .t\:break-words {
    overflow-wrap: break-word;
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:text-\[\#0EA5E9\] {
    color: #0EA5E9;
  }
  .t\:text-\[\#0ea5e9\] {
    color: #0ea5e9;
  }
  .t\:text-\[\#BCC7D6\] {
    color: #BCC7D6;
  }
  .t\:text-\[\#f43f5e\] {
    color: #f43f5e;
  }
  .t\:text-blue-600 {
    color: var(--t-color-blue-600);
  }
  .t\:text-blue-600\! {
    color: var(--t-color-blue-600) !important;
  }
  .t\:text-blue-800 {
    color: var(--t-color-blue-800);
  }
  .t\:text-slate-300 {
    color: var(--t-color-slate-300);
  }
  .t\:text-slate-400 {
    color: var(--t-color-slate-400);
  }
  .t\:text-slate-500 {
    color: var(--t-color-slate-500);
  }
  .t\:text-slate-600 {
    color: var(--t-color-slate-600);
  }
  .t\:text-slate-700 {
    color: var(--t-color-slate-700);
  }
  .t\:text-slate-800 {
    color: var(--t-color-slate-800);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:no-underline\! {
    text-decoration-line: none !important;
  }
  .t\:underline {
    text-decoration-line: underline;
  }
  .t\:opacity-50 {
    opacity: 50%;
  }
  .t\:opacity-65 {
    opacity: 65%;
  }
  .t\:opacity-100\! {
    opacity: 100% !important;
  }
  .t\:shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .t\:transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:\[-webkit-box-orient\:vertical\] {
    -webkit-box-orient: vertical;
  }
  .t\:\[-webkit-line-clamp\:1\] {
    -webkit-line-clamp: 1;
  }
  .t\:\[clip-path\:none\]\! {
    clip-path: none !important;
  }
  .t\:hover\:bg-\[\#b7e4f9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #b7e4f9;
      }
    }
  }
  .t\:hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-gray-700);
      }
    }
  }
  .t\:hover\:bg-slate-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-slate-50);
      }
    }
  }
  .t\:hover\:bg-slate-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-slate-100);
      }
    }
  }
  .t\:hover\:bg-slate-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--t-color-slate-700);
      }
    }
  }
  .t\:hover\:bg-transparent\! {
    &:hover {
      @media (hover: hover) {
        background-color: transparent !important;
      }
    }
  }
  .t\:hover\:text-\[\#BCC7D6\] {
    &:hover {
      @media (hover: hover) {
        color: #BCC7D6;
      }
    }
  }
  .t\:hover\:text-\[var\(--qe-text-caption\)\]\! {
    &:hover {
      @media (hover: hover) {
        color: var(--qe-text-caption) !important;
      }
    }
  }
  .t\:hover\:text-slate-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--t-color-slate-500);
      }
    }
  }
  .t\:hover\:text-slate-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--t-color-slate-800);
      }
    }
  }
  .t\:hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--t-color-white);
      }
    }
  }
  .t\:hover\:transition-colors {
    &:hover {
      @media (hover: hover) {
        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(--t-default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--t-default-transition-duration));
      }
    }
  }
  .t\:hover\:duration-500 {
    &:hover {
      @media (hover: hover) {
        --tw-duration: 500ms;
        transition-duration: 500ms;
      }
    }
  }
  .t\:xs\:w-\[90vw\]\! {
    @media (width >= 0) {
      width: 90vw !important;
    }
  }
  .t\:xs\:max-sm\:flex {
    @media (width >= 0) {
      @media (width < 576px) {
        display: flex;
      }
    }
  }
  .t\:xs\:max-sm\:h-auto\! {
    @media (width >= 0) {
      @media (width < 576px) {
        height: auto !important;
      }
    }
  }
  .t\:xs\:max-sm\:items-center {
    @media (width >= 0) {
      @media (width < 576px) {
        align-items: center;
      }
    }
  }
  .t\:xs\:max-sm\:gap-1 {
    @media (width >= 0) {
      @media (width < 576px) {
        gap: calc(var(--t-spacing) * 1);
      }
    }
  }
  .t\:xs\:max-sm\:pb-2 {
    @media (width >= 0) {
      @media (width < 576px) {
        padding-bottom: calc(var(--t-spacing) * 2);
      }
    }
  }
  .t\:sm\:hidden {
    @media (width >= 576px) {
      display: none;
    }
  }
  .t\:sm\:h-\[36px\] {
    @media (width >= 576px) {
      height: 36px;
    }
  }
  .t\:sm\:w-\[36px\] {
    @media (width >= 576px) {
      width: 36px;
    }
  }
  .t\:sm\:w-\[70px\] {
    @media (width >= 576px) {
      width: 70px;
    }
  }
  .t\:sm\:rounded-\[18px\] {
    @media (width >= 576px) {
      border-radius: 18px;
    }
  }
  .t\:sm\:px-5 {
    @media (width >= 576px) {
      padding-inline: calc(var(--t-spacing) * 5);
    }
  }
  .t\:sm\:text-\[13px\] {
    @media (width >= 576px) {
      font-size: 13px;
    }
  }
  .t\:md\:order-1 {
    @media (width >= 768px) {
      order: 1;
    }
  }
  .t\:md\:order-2 {
    @media (width >= 768px) {
      order: 2;
    }
  }
  .t\:md\:order-3 {
    @media (width >= 768px) {
      order: 3;
    }
  }
  .t\:md\:-mt-\[278\.125px\] {
    @media (width >= 768px) {
      margin-top: calc(278.125px * -1);
    }
  }
  .t\:md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--t-spacing) * 0);
    }
  }
  .t\:md\:mb-6 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--t-spacing) * 6);
    }
  }
  .t\:md\:h-fit {
    @media (width >= 768px) {
      height: fit-content;
    }
  }
  .t\:md\:w-\[30\.56\%\] {
    @media (width >= 768px) {
      width: 30.56%;
    }
  }
  .t\:md\:w-\[69\.44\%\] {
    @media (width >= 768px) {
      width: 69.44%;
    }
  }
  .t\:md\:w-\[80vw\]\! {
    @media (width >= 768px) {
      width: 80vw !important;
    }
  }
  .t\:md\:pe-\[7px\] {
    @media (width >= 768px) {
      padding-inline-end: 7px;
    }
  }
  .t\:md\:max-lg\:flex-nowrap\! {
    @media (width >= 768px) {
      @media (width < 992px) {
        flex-wrap: nowrap !important;
      }
    }
  }
  .t\:md\:max-\[779px\]\:block {
    @media (width >= 768px) {
      @media (width < 779px) {
        display: block;
      }
    }
  }
  .t\:lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .t\:lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .t\:lg\:w-\[65vw\]\! {
    @media (width >= 992px) {
      width: 65vw !important;
    }
  }
  .t\:lg\:max-xl\:block {
    @media (width >= 992px) {
      @media (width < 1200px) {
        display: block;
      }
    }
  }
  .t\:lg\:max-xl\:hidden {
    @media (width >= 992px) {
      @media (width < 1200px) {
        display: none;
      }
    }
  }
  .t\:xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .t\:dark\:bg-\[\#1d3f50\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: #1d3f50;
    }
  }
  .t\:dark\:bg-\[\#2e3138\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: #2e3138;
    }
  }
  .t\:dark\:bg-\[\#4B515D\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: #4B515D;
    }
  }
  .t\:dark\:bg-blue-500 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-blue-500);
    }
  }
  .t\:dark\:bg-emerald-500\/50 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-emerald-500);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--t-color-emerald-500) 50%, transparent);
      }
    }
  }
  .t\:dark\:bg-gray-400\/50 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-gray-400);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--t-color-gray-400) 50%, transparent);
      }
    }
  }
  .t\:dark\:bg-orange-400\/50 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-orange-400);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--t-color-orange-400) 50%, transparent);
      }
    }
  }
  .t\:dark\:bg-red-500\/50 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-red-500);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--t-color-red-500) 50%, transparent);
      }
    }
  }
  .t\:dark\:bg-white {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      background-color: var(--t-color-white);
    }
  }
  .t\:dark\:fill-\[\#7c8393\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      fill: #7c8393;
    }
  }
  .t\:dark\:fill-\[\#94A3B8\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      fill: #94A3B8;
    }
  }
  .t\:dark\:fill-\[\#fff\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      fill: #fff;
    }
  }
  .t\:dark\:text-\[\#4c515c\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: #4c515c;
    }
  }
  .t\:dark\:text-\[\#8e95a4\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: #8e95a4;
    }
  }
  .t\:dark\:text-\[\#38bdf8\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: #38bdf8;
    }
  }
  .t\:dark\:text-\[\#AAAFBB\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: #AAAFBB;
    }
  }
  .t\:dark\:text-blue-500 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: var(--t-color-blue-500);
    }
  }
  .t\:dark\:text-white {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      color: var(--t-color-white);
    }
  }
  .t\:dark\:hover\:bg-\[\#1b4b63\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: #1b4b63;
        }
      }
    }
  }
  .t\:dark\:hover\:bg-\[\#4c515c\] {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: #4c515c;
        }
      }
    }
  }
  .t\:dark\:hover\:bg-blue-400 {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--t-color-blue-400);
        }
      }
    }
  }
  .t\:dark\:hover\:text-white {
    &:where([data-bs-theme=dark], [data-bs-theme=dark] *) {
      &:hover {
        @media (hover: hover) {
          color: var(--t-color-white);
        }
      }
    }
  }
  .t\:\[779px\]\:max-\[780px\]\:block {
    &:is(779px) {
      @media (width < 780px) {
        display: block;
      }
    }
  }
  .t\:\[780px\]\:max-\[797px\]\:block {
    &:is(780px) {
      @media (width < 797px) {
        display: block;
      }
    }
  }
  .t\:\[798px\]\:max-\[820px\]\:block {
    &:is(798px) {
      @media (width < 820px) {
        display: block;
      }
    }
  }
  .t\:\[820px\]\:max-\[920px\]\:block {
    &:is(820px) {
      @media (width < 920px) {
        display: block;
      }
    }
  }
}
@layer components {
  .tailwind-components-test {
    font-size: var(--t-text-lg);
    line-height: var(--tw-leading, var(--t-text-lg--line-height));
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
    color: var(--t-color-gray-900);
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-duration: initial;
    }
  }
}
