/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --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-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-sm: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --drop-shadow-custom: 2px 2px 4px #00000040;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  :root {
    --primary: #222;
    --secondary: #15bbf0;
    --background: #fff;
    --text: #222;
    --text-button: #fff;
    --overlay: var(--secondary);
    color: #222;
    font-synthesis: none;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
  }

  html[dir="rtl"] body {
    text-align: right;
    direction: rtl;
  }

  html[dir="rtl"] .text_all {
    text-align: right;
  }

  body {
    touch-action: pan-x pan-y;
    margin: 0;
  }

  .display-canvas {
    position: fixed;
    bottom: 0;
  }
}

@layer components;

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

  .top-10 {
    top: calc(var(--spacing) * 10);
  }

  .top-\[42px\] {
    top: 42px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }

  .bottom-\[26px\] {
    bottom: 26px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .isolate {
    isolation: isolate;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[99\] {
    z-index: 99;
  }

  .z-\[9998\] {
    z-index: 9998;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[99997\] {
    z-index: 99997;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .m-2\.5 {
    margin: calc(var(--spacing) * 2.5);
  }

  .m-auto {
    margin: auto;
  }

  .mx-2\.5 {
    margin-inline: calc(var(--spacing) * 2.5);
  }

  .mx-3\.5 {
    margin-inline: calc(var(--spacing) * 3.5);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }

  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }

  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }

  .mb-48 {
    margin-bottom: calc(var(--spacing) * 48);
  }

  .mb-\[26px\] {
    margin-bottom: 26px;
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .inline-table {
    display: inline-table;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[70px\] {
    height: 70px;
  }

  .h-\[168px\] {
    height: 168px;
  }

  .h-\[calc\(100dvh-58px\)\] {
    height: calc(100dvh - 58px);
  }

  .h-auto {
    height: auto;
  }

  .h-dvh {
    height: 100dvh;
  }

  .h-full {
    height: 100%;
  }

  .max-h-9 {
    max-height: calc(var(--spacing) * 9);
  }

  .max-h-\[60vh\] {
    max-height: 60vh;
  }

  .max-h-\[80vh\] {
    max-height: 80vh;
  }

  .max-h-\[188px\] {
    max-height: 188px;
  }

  .max-h-dvh {
    max-height: 100dvh;
  }

  .min-h-\[180px\] {
    min-height: 180px;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-9\/12 {
    width: 75%;
  }

  .w-10\/12 {
    width: 83.3333%;
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-44 {
    width: calc(var(--spacing) * 44);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-52 {
    width: calc(var(--spacing) * 52);
  }

  .w-80 {
    width: calc(var(--spacing) * 80);
  }

  .w-\[96\%\] {
    width: 96%;
  }

  .w-auto {
    width: auto;
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-screen {
    width: 100vw;
  }

  .max-w-28 {
    max-width: calc(var(--spacing) * 28);
  }

  .max-w-32 {
    max-width: calc(var(--spacing) * 32);
  }

  .max-w-\[70\%\] {
    max-width: 70%;
  }

  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }

  .min-w-\[142px\] {
    min-width: 142px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-2 {
    flex: 2;
  }

  .grow {
    flex-grow: 1;
  }

  .grow-0 {
    flex-grow: 0;
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .transform {
    transform: var(--tw-rotate-x,  ) var(--tw-rotate-y,  ) var(--tw-rotate-z,  ) var(--tw-skew-x,  ) var(--tw-skew-y,  );
  }

  .resize {
    resize: both;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-around {
    justify-content: space-around;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-44 {
    gap: calc(var(--spacing) * 44);
  }

  .gap-56 {
    gap: calc(var(--spacing) * 56);
  }

  .self-stretch {
    align-self: stretch;
  }

  .overflow-auto {
    overflow: auto;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[42px\] {
    border-radius: 42px;
  }

  .rounded-none {
    border-radius: 0;
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-t-\[42px\] {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .\!bg-\[\#d8d8d8\] {
    background-color: #d8d8d8 !important;
  }

  .bg-\[\#777777\] {
    background-color: #777;
  }

  .bg-\[\#B8B8B8\] {
    background-color: #b8b8b8;
  }

  .bg-\[\#F22A42\] {
    background-color: #f22a42;
  }

  .bg-\[\#F22A42\]\/50 {
    background-color: oklab(62.2141% .213043 .0858429 / .5);
  }

  .bg-\[\#FAFAFA\] {
    background-color: #fafafa;
  }

  .bg-\[\#FF7F00\] {
    background-color: #ff7f00;
  }

  .bg-\[\#f1f1f1\] {
    background-color: #f1f1f1;
  }

  .bg-\[\#fafafa\]\/70 {
    background-color: oklab(98.5104% -1.19209e-7 5.96046e-8 / .7);
  }

  .bg-\[var\(--background\)\] {
    background-color: var(--background);
  }

  .bg-\[var\(--primary\)\] {
    background-color: var(--primary);
  }

  .bg-\[var\(--secondary\)\] {
    background-color: var(--secondary);
  }

  .bg-\[var\(--text-button\)\] {
    background-color: var(--text-button);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/20 {
    background-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/70 {
    background-color: #000000b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/70 {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/80 {
    background-color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/80 {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .bg-\[url\(\'\.\/assets\/scanning-cover\.png\'\)\] {
    background-image: url("./scanning-cover-BOrq26I6.png");
  }

  .bg-repeat {
    background-repeat: repeat;
  }

  .fill-\[var\(--primary\)\] {
    fill: var(--primary);
  }

  .fill-\[var\(--text-button\)\] {
    fill: var(--text-button);
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }

  .p-5 {
    padding: calc(var(--spacing) * 5);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }

  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }

  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }

  .pb-\[30px\] {
    padding-bottom: 30px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-\[18\.75px\] {
    --tw-leading: 18.75px;
    line-height: 18.75px;
  }

  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }

  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tracking-\[0\.015em\] {
    --tw-tracking: .015em;
    letter-spacing: .015em;
  }

  .\!text-\[var\(--text\)\] {
    color: var(--text) !important;
  }

  .text-\(--secondary\) {
    color: var(--secondary);
  }

  .text-\[\#5D5D5D\] {
    color: #5d5d5d;
  }

  .text-\[\#222\] {
    color: #222;
  }

  .text-\[\#999999\] {
    color: #999;
  }

  .text-\[\#D9D9D9\] {
    color: #d9d9d9;
  }

  .text-\[\#F22A42\] {
    color: #f22a42;
  }

  .text-\[var\(--primary\)\] {
    color: var(--primary);
  }

  .text-\[var\(--secondary\)\] {
    color: var(--secondary);
  }

  .text-\[var\(--text\)\] {
    color: var(--text);
  }

  .text-\[var\(--text-button\)\] {
    color: var(--text-button);
  }

  .text-black {
    color: var(--color-black);
  }

  .text-white {
    color: var(--color-white);
  }

  .underline {
    text-decoration-line: underline;
  }

  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .outline-offset-\[-0\.50px\] {
    outline-offset: -.5px;
  }

  .outline-black\/10 {
    outline-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .outline-black\/10 {
      outline-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,  ) var(--tw-brightness,  ) var(--tw-contrast,  ) var(--tw-grayscale,  ) var(--tw-hue-rotate,  ) var(--tw-invert,  ) var(--tw-saturate,  ) var(--tw-sepia,  ) var(--tw-drop-shadow,  );
  }

  .drop-shadow-custom {
    --tw-drop-shadow-size: drop-shadow(2px 2px 4px var(--tw-drop-shadow-color, #00000040));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-custom));
    filter: var(--tw-blur,  ) var(--tw-brightness,  ) var(--tw-contrast,  ) var(--tw-grayscale,  ) var(--tw-hue-rotate,  ) var(--tw-invert,  ) var(--tw-saturate,  ) var(--tw-sepia,  ) var(--tw-drop-shadow,  );
  }

  .filter {
    filter: var(--tw-blur,  ) var(--tw-brightness,  ) var(--tw-contrast,  ) var(--tw-grayscale,  ) var(--tw-hue-rotate,  ) var(--tw-invert,  ) var(--tw-saturate,  ) var(--tw-sepia,  ) var(--tw-drop-shadow,  );
  }

  .transition {
    transition-property: color, background-color, border-color, 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, 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));
  }

  .transition-colors {
    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));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (min-width: 48rem) {
    .md\:mt-\[120px\] {
      margin-top: 120px;
    }

    .md\:w-full {
      width: 100%;
    }

    .md\:max-w-\[600px\] {
      max-width: 600px;
    }
  }

  @media (orientation: landscape) {
    .landscape\:top-0 {
      top: calc(var(--spacing) * 0);
    }

    .landscape\:left-0 {
      left: calc(var(--spacing) * 0);
    }

    .landscape\:hidden {
      display: none;
    }

    .landscape\:w-screen {
      width: 100vw;
    }
  }

  .ltr\:text-left:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    text-align: left;
  }

  .rtl\:text-right:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-duration {
  syntax: "*";
  inherits: false
}

.modal-enter-active[data-v-c8cf0418],
.modal-leave-active[data-v-c8cf0418] {
  transition: opacity 0.5s ease;
}
.modal-enter[data-v-c8cf0418],
.modal-leave-to[data-v-c8cf0418] {
  opacity: 0;
}

.orientation-modal[data-v-72a52a9a] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.orientation-content[data-v-72a52a9a] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  padding: 18px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 6px;
}
.orientation-title[data-v-72a52a9a] {
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.orientation-content-body[data-v-72a52a9a] {
  display: flex;
}
.orientation-image[data-v-72a52a9a] {
  text-align: center;
}
.orientation-message[data-v-72a52a9a] {
  margin-top: 18px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
}

.bg-scan[data-v-2f842164] {
  animation: bgScroll-2f842164 1s linear infinite;
}
.scan-line[data-v-2f842164] {
  animation: scan-line-2f842164 1s linear infinite;
}
@keyframes scan-line-2f842164 {
from {
    top: 0;
}
to {
    top: 99%;
}
}
@keyframes bgScroll-2f842164 {
from {
    height: 0;
    background-position: 0 0;
}
to {
    height: 99%;
    background-position: 0 -450px;
}
}

.locale-changer {
  position: relative;
}
.locale {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
}
#language path {
  fill: var(--text);
  stroke: var(--text);
}
.locale-select {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  margin-right: 10px;
  border: none;
  opacity: 0;
}
html[dir="rtl"] .text_all .locale-select {
  left: 0;
  margin-right: 0;
  margin-left: 10px;
}
.hero-img {
  display: block;
  margin: 100px auto 0;
  max-width: 80%;
}
.permission {
  margin-top: 10%;
  font-weight: 400;
  font-size: 16px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.permission-request {
  color: #999999;
}
.permission-granted {
  color: #3fc135;
}
.permission-denied {
  color: #f22a42;
}

.error {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -100px);
  width: 90%;
  z-index: 9999;
  color: #fff;
}

@keyframes fontWeightCycle {
  0%,
  100% {
    font-weight: bold;
  }

  50% {
    font-weight: normal;
  }
}

.message-box-clip {
  transition: clip-path 0.3s;
  clip-path: polygon(
    0% 0%,
    0% 100%,
    calc(50% - 25vw / 2) 100%,
    calc(50% - 25vw / 2) calc(50% - 25vw / 2),
    calc(50% + 25vw / 2) calc(50% - 25vw / 2),
    calc(50% + 25vw / 2) calc(50% + 25vw / 2),
    calc(50% - 25vw / 2) calc(50% + 25vw / 2),
    calc(50% - 25vw / 2) 100%,
    100% 100%,
    100% 0%
  );
}
.message-box,
.message-box-default {
  z-index: 9999;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.message-box-outside {
  max-height: 65vh;
}
@media (orientation: landscape) {
  .message-box {
    display: none;
  }
}
.message-box-default {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  max-height: 100vh;
  width: 100vw;
  height: 100vh;
}
.message-box-start {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.message {
  display: flex;
  margin: 0;
  width: 280px;
  height: 50px;
  align-items: center;
  justify-content: center;
  line-height: 26px;
}

.display-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.overlay {
  position: fixed;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  transition: clip-path 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.overlay-qr {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  z-index: 998;
  background-color: var(--overlay);
  transition: all 0.3s;
}
.overlay-qr-stay-still {
  background-color: #3fc135;
}

.overlay-box {
  display: flex;
  position: fixed;
  padding: 0;
  top: 50%;
  left: 50%;
  width: 25vw;
  height: 25vw;
  background: transparent;
  z-index: 999;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 5px #000;
  transition:
    width 1s cubic-bezier(0.075, 0.82, 0.165, 1),
    height 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overlay-align {
  position: relative;
  width: 100%;
  height: 100%;
}
.overlay-align-lt,
.overlay-align-rt,
.overlay-align-lb {
  width: 12px;
  height: 12px;
  padding: 6px;
  background: transparent;
  border: 3px solid var(--overlay);
}
.overlay-align-lt {
  position: absolute;
  top: 0;
  left: 0;
}
.overlay-align-rt {
  position: absolute;
  top: 0;
  right: 0;
}
.overlay-align-lb {
  position: absolute;
  bottom: 0;
  left: 0;
}
.overlay-align-dot {
  background: var(--overlay);
  width: 12px;
  height: 12px;
}
#result-image {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  max-height: 100px;
  z-index: 9999;
}
.union-img,
.status-img {
  position: fixed;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: transform 0.5s;
}
.union-img-0 {
  transform: translate(-100%, 0) rotate(-5deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.union-img-25 {
  transform: translate(-100%, -3px) rotate(-60deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.union-img-50 {
  transform: translate(-110%, -4px) rotate(-120deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.union-img-75 {
  transform: translate(-115%, 0) rotate(-175deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.union-img-80 {
  transform: translate(-100%, 0) rotate(-5deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.union-img-100 {
  transform: translate(-115%, 0) rotate(-175deg);
  top: -2px;
  transform-origin: 29px 4px;
}
.status-hidden {
  visibility: hidden;
}

.photo {
  position: absolute;
  display: flex;
  left: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0 50% 50% 0;
  justify-content: center;
  align-items: center;
}

.cameras {
  position: absolute;
  display: flex;
  right: 0;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50% 0 0 50%;
  justify-content: center;
  align-items: center;
}
.hide {
  display: none;
}
.torch {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.torch-btn {
  display: flex;
  padding: 10px 16px;
  width: 100%;
  min-width: 150px;
  background: var(--primary);
  box-shadow: 0 4px 14px 0 #00000033;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: var(--text-button);
}
.torch-btn svg {
  margin-right: 10px;
}
.torch-btn svg > path {
  fill: var(--text-button);
}
.torch-btn-on svg > circle {
  fill: var(--text-button);
}
.torch-btn-on {
  background: var(--text-button);
  color: var(--primary);
}

.torch-btn-on svg > path {
  fill: var(--primary);
}

.tap-to-start {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  background: transparent;
  z-index: 999;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.tap-circle-border {
  padding: 6px;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 50%;
}
.tap-circle-btn {
  width: 36px;
  height: 36px;
  background: var(--primary);
  border-radius: 50%;
}
.launch-success {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #3fc135;
}
.launch-error {
  margin: 0 0 16px;
  color: #f22a42;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.launch-error-btn {
  text-decoration: underline;
}
.how-to-scan {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  justify-content: center;
  height: 100%;
  width: 100vw;
  align-items: center;
}
.how-to-scan-intro {
  overflow-y: auto;
}
.how-to-scan-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #222222;
  padding: 0 20px;
}
.how-to-scan-img {
  margin-top: 12px;
  border-radius: 12px;
}
.scan-btn,
.how-to-scan-btn,
.scan-btn-disabled,
.how-to-scan-btn-disabled {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  height: 40px;
  padding: 6px 18px;
  border-radius: 4px;
  background: var(--primary);
  color: var(--text-button);
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
}

.pulse {
  animation: pulse 1.2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pop {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pop-animation {
  animation: pop 0.3s ease-in-out;
}

.models-picker-wrapper[data-v-7a6e98b9] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 99999;
}
.sheet[data-v-7a6e98b9] {
  background: #fff;
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 12px 18px;
  max-height: 95dvh;
}
.header[data-v-7a6e98b9] {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.title[data-v-7a6e98b9] {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin-top: 15px;
}
.close-btn[data-v-7a6e98b9] {
  background: transparent;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  position: fixed;
}
.list[data-v-7a6e98b9] {
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.row[data-v-7a6e98b9] {
  cursor: pointer;
  color: var(--secondary);
  text-align: center;
  padding: 6px 10px;
}
.row.selected[data-v-7a6e98b9] {
  background: color-mix(in srgb, var(--secondary) 20%, transparent);
}
.row > .model-box[data-v-7a6e98b9] {
  position: relative;
  text-align: center;
  width: 100%;
}
.model[data-v-7a6e98b9] {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  width: 100%;
}
.row.selected .model[data-v-7a6e98b9] {
  font-weight: 700 !important;
}
.check[data-v-7a6e98b9] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
}
.check svg path[data-v-7a6e98b9] {
  fill: var(--secondary);
}
.description[data-v-7a6e98b9] {
  font-size: 14px;
}
.continue-btn[data-v-7a6e98b9] {
  margin: auto;
  display: block;
  padding: 10px;
  background: #000000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}
.continue-btn[data-v-7a6e98b9]:disabled {
  background: #999;
}
.slide-up-enter-active[data-v-7a6e98b9],
.slide-up-leave-active[data-v-7a6e98b9] {
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}
.slide-up-enter-from[data-v-7a6e98b9],
.slide-up-leave-to[data-v-7a6e98b9] {
  transform: translateY(16px);
  opacity: 0;
}

.preload {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #ffffff;
}
