/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Flink, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}.text-fluid-s{font-size:.9vw;line-height:1.25vw}.text-fluid-sm{font-size:.84vw;line-height:1.12vw}.text-fluid-m{font-size:1.12vw;line-height:1.67vw}.text-fluid-l{font-size:1.67vw;line-height:2.23vw}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container {
  width: 100%;
}@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}input[type=radio] {
  margin: 0px;
  display: flex;
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}input[type=radio]::before{content:"";-webkit-clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);clip-path:polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);visibility: hidden;height: 0.5rem;width: 0.5rem;--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity))}input[type=radio]:checked::before {
  visibility: visible;
}#orders-module .pointer-events-none {
  pointer-events: none;
}#orders-module .visible {
  visibility: visible;
}#orders-module .invisible {
  visibility: hidden;
}#orders-module .fixed {
  position: fixed;
}#orders-module .absolute {
  position: absolute;
}#orders-module .relative {
  position: relative;
}#orders-module .sticky {
  position: -webkit-sticky;
  position: sticky;
}#orders-module .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}#orders-module .inset-y-0 {
  top: 0px;
  bottom: 0px;
}#orders-module .left-3 {
  left: 0.75rem;
}#orders-module .top-3 {
  top: 0.75rem;
}#orders-module .right-0 {
  right: 0px;
}#orders-module .top-0 {
  top: 0px;
}#orders-module .-bottom-16 {
  bottom: -4rem;
}#orders-module .-top-1\.5 {
  top: -0.375rem;
}#orders-module .-top-1 {
  top: -0.25rem;
}#orders-module .top-2 {
  top: 0.5rem;
}#orders-module .right-2 {
  right: 0.5rem;
}#orders-module .left-10 {
  left: 2.5rem;
}#orders-module .z-50 {
  z-index: 50;
}#orders-module .z-10 {
  z-index: 10;
}#orders-module .z-9999 {
  z-index: 9999;
}#orders-module .z-0 {
  z-index: 0;
}#orders-module .z-20 {
  z-index: 20;
}#orders-module .m-6 {
  margin: 1.5rem;
}#orders-module .m-2 {
  margin: 0.5rem;
}#orders-module .m-4 {
  margin: 1rem;
}#orders-module .my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}#orders-module .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}#orders-module .mx-auto {
  margin-left: auto;
  margin-right: auto;
}#orders-module .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}#orders-module .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}#orders-module .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}#orders-module .my-\[0\.56vw\] {
  margin-top: 0.56vw;
  margin-bottom: 0.56vw;
}#orders-module .ml-3 {
  margin-left: 0.75rem;
}#orders-module .ml-1 {
  margin-left: 0.25rem;
}#orders-module .mb-3 {
  margin-bottom: 0.75rem;
}#orders-module .mb-6 {
  margin-bottom: 1.5rem;
}#orders-module .mt-1 {
  margin-top: 0.25rem;
}#orders-module .mt-40 {
  margin-top: 10rem;
}#orders-module .mr-4 {
  margin-right: 1rem;
}#orders-module .mr-1 {
  margin-right: 0.25rem;
}#orders-module .mr-2 {
  margin-right: 0.5rem;
}#orders-module .mt-2 {
  margin-top: 0.5rem;
}#orders-module .mb-4 {
  margin-bottom: 1rem;
}#orders-module .mb-2 {
  margin-bottom: 0.5rem;
}#orders-module .ml-2 {
  margin-left: 0.5rem;
}#orders-module .mt-0\.5 {
  margin-top: 0.125rem;
}#orders-module .mt-0 {
  margin-top: 0px;
}#orders-module .mb-1 {
  margin-bottom: 0.25rem;
}#orders-module .mt-\[1vw\] {
  margin-top: 1vw;
}#orders-module .mt-4 {
  margin-top: 1rem;
}#orders-module .mr-\[0\.56vw\] {
  margin-right: 0.56vw;
}#orders-module .block {
  display: block;
}#orders-module .inline-block {
  display: inline-block;
}#orders-module .flex {
  display: flex;
}#orders-module .inline-flex {
  display: inline-flex;
}#orders-module .table {
  display: table;
}#orders-module .grid {
  display: grid;
}#orders-module .list-item {
  display: list-item;
}#orders-module .hidden {
  display: none;
}#orders-module .h-6 {
  height: 1.5rem;
}#orders-module .h-72 {
  height: 18rem;
}#orders-module .h-full {
  height: 100%;
}#orders-module .h-15 {
  height: 3.75rem;
}#orders-module .h-5 {
  height: 1.25rem;
}#orders-module .h-2 {
  height: 0.5rem;
}#orders-module .h-140 {
  height: 35rem;
}#orders-module .h-10 {
  height: 2.5rem;
}#orders-module .h-\[1\.39vw\] {
  height: 1.39vw;
}#orders-module .h-4 {
  height: 1rem;
}#orders-module .max-h-56 {
  max-height: 14rem;
}#orders-module .max-h-48 {
  max-height: 12rem;
}#orders-module .min-h-screen {
  min-height: 100vh;
}#orders-module .w-full {
  width: 100%;
}#orders-module .w-6 {
  width: 1.5rem;
}#orders-module .w-9\/12 {
  width: 75%;
}#orders-module .w-auto {
  width: auto;
}#orders-module .w-\[80px\] {
  width: 80px;
}#orders-module .w-40 {
  width: 10rem;
}#orders-module .w-96 {
  width: 24rem;
}#orders-module .w-5 {
  width: 1.25rem;
}#orders-module .w-2 {
  width: 0.5rem;
}#orders-module .w-\[19vw\] {
  width: 19vw;
}#orders-module .w-\[1\.39vw\] {
  width: 1.39vw;
}#orders-module .w-56 {
  width: 14rem;
}#orders-module .w-4 {
  width: 1rem;
}#orders-module .w-60 {
  width: 15rem;
}#orders-module .min-w-120 {
  min-width: 30rem;
}#orders-module .min-w-fit {
  min-width: -webkit-fit-content;
  min-width: fit-content;
}#orders-module .max-w-2xl {
  max-width: 42rem;
}#orders-module .max-w-\[300px\] {
  max-width: 300px;
}#orders-module .max-w-\[310px\] {
  max-width: 310px;
}#orders-module .flex-1 {
  flex: 1 1 0%;
}#orders-module .flex-shrink-0 {
  flex-shrink: 0;
}#orders-module .rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}#orders-module .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}#orders-module .cursor-default {
  cursor: default;
}#orders-module .cursor-pointer {
  cursor: pointer;
}#orders-module .select-none {
  -webkit-user-select: none;
          user-select: none;
}#orders-module .grid-flow-col {
  grid-auto-flow: column;
}#orders-module .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}#orders-module .flex-row {
  flex-direction: row;
}#orders-module .flex-col {
  flex-direction: column;
}#orders-module .flex-wrap {
  flex-wrap: wrap;
}#orders-module .items-start {
  align-items: flex-start;
}#orders-module .items-end {
  align-items: flex-end;
}#orders-module .items-center {
  align-items: center;
}#orders-module .items-baseline {
  align-items: baseline;
}#orders-module .justify-center {
  justify-content: center;
}#orders-module .justify-between {
  justify-content: space-between;
}#orders-module .gap-2 {
  gap: 0.5rem;
}#orders-module .gap-1 {
  gap: 0.25rem;
}#orders-module .gap-3 {
  gap: 0.75rem;
}#orders-module .gap-\[1\.67vw\] {
  gap: 1.67vw;
}#orders-module .gap-\[0\.7vw\] {
  gap: 0.7vw;
}#orders-module .gap-8 {
  gap: 2rem;
}#orders-module .gap-\[1vw\] {
  gap: 1vw;
}#orders-module .gap-4 {
  gap: 1rem;
}#orders-module .gap-x-\[1\.11vw\] {
  column-gap: 1.11vw;
}#orders-module .gap-x-4 {
  column-gap: 1rem;
}#orders-module .gap-y-\[0\.28vw\] {
  row-gap: 0.28vw;
}#orders-module .gap-y-2 {
  row-gap: 0.5rem;
}#orders-module .gap-x-\[0\.07vw\] {
  column-gap: 0.07vw;
}#orders-module .gap-x-2 {
  column-gap: 0.5rem;
}#orders-module .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}#orders-module .overflow-auto {
  overflow: auto;
}#orders-module .overflow-hidden {
  overflow: hidden;
}#orders-module .overflow-y-auto {
  overflow-y: auto;
}#orders-module .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}#orders-module .whitespace-nowrap {
  white-space: nowrap;
}#orders-module .break-words {
  overflow-wrap: break-word;
}#orders-module .break-all {
  word-break: break-all;
}#orders-module .rounded-sm {
  border-radius: 0.125rem;
}#orders-module .rounded {
  border-radius: 0.25rem;
}#orders-module .rounded-md {
  border-radius: 0.375rem;
}#orders-module .rounded-lg {
  border-radius: 0.5rem;
}#orders-module .rounded-full {
  border-radius: 9999px;
}#orders-module .rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}#orders-module .rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}#orders-module .border {
  border-width: 1px;
}#orders-module .border-2 {
  border-width: 2px;
}#orders-module .border-0 {
  border-width: 0px;
}#orders-module .border-4 {
  border-width: 4px;
}#orders-module .border-b-2 {
  border-bottom-width: 2px;
}#orders-module .border-b-0 {
  border-bottom-width: 0px;
}#orders-module .border-r {
  border-right-width: 1px;
}#orders-module .border-solid {
  border-style: solid;
}#orders-module .border-none {
  border-style: none;
}#orders-module .border-flinkGray {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 42 / var(--tw-border-opacity));
}#orders-module .border-flinkGray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(44 48 50 / var(--tw-border-opacity));
}#orders-module .border-flinkPink {
  --tw-border-opacity: 1;
  border-color: rgb(227 28 121 / var(--tw-border-opacity));
}#orders-module .border-flinkGray-light {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}#orders-module .border-flinkGray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(58 64 69 / var(--tw-border-opacity));
}#orders-module .border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 176 99 / var(--tw-border-opacity));
}#orders-module .border-flinkPink-medium {
  --tw-border-opacity: 1;
  border-color: rgb(237 107 167 / var(--tw-border-opacity));
}#orders-module .border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(105 170 228 / var(--tw-border-opacity));
}#orders-module .border-opacity-40 {
  --tw-border-opacity: 0.4;
}#orders-module .border-opacity-80 {
  --tw-border-opacity: 0.8;
}#orders-module .bg-flinkGray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(58 64 69 / var(--tw-bg-opacity));
}#orders-module .bg-\[\#59BEAA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 190 170 / var(--tw-bg-opacity));
}#orders-module .bg-\[\#D1D5DB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}#orders-module .bg-\[\#ED6BA7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 107 167 / var(--tw-bg-opacity));
}#orders-module .bg-\[\#FCE7F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 241 / var(--tw-bg-opacity));
}#orders-module .bg-\[\#ABABAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 171 171 / var(--tw-bg-opacity));
}#orders-module .bg-flinkGray {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 42 / var(--tw-bg-opacity));
}#orders-module .bg-flinkGray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 48 50 / var(--tw-bg-opacity));
}#orders-module .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}#orders-module .bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 170 228 / var(--tw-bg-opacity));
}#orders-module .bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}#orders-module .bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}#orders-module .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}#orders-module .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}#orders-module .bg-flinkPink {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 121 / var(--tw-bg-opacity));
}#orders-module .bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(59 118 255 / var(--tw-bg-opacity));
}#orders-module .bg-transparent {
  background-color: transparent;
}#orders-module .bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 200 186 / var(--tw-bg-opacity));
}#orders-module .bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 149 218 / var(--tw-bg-opacity));
}#orders-module .bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 176 99 / var(--tw-bg-opacity));
}#orders-module .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}#orders-module .bg-flinkPink-light {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 241 / var(--tw-bg-opacity));
}#orders-module .bg-inherit {
  background-color: inherit;
}#orders-module .bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}#orders-module .bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}#orders-module .bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}#orders-module .fill-flinkPink-medium {
  fill: #ED6BA7;
}#orders-module .stroke-flinkPink-medium {
  stroke: #ED6BA7;
}#orders-module .p-4 {
  padding: 1rem;
}#orders-module .p-6 {
  padding: 1.5rem;
}#orders-module .p-2 {
  padding: 0.5rem;
}#orders-module .p-3 {
  padding: 0.75rem;
}#orders-module .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}#orders-module .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}#orders-module .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}#orders-module .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}#orders-module .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}#orders-module .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}#orders-module .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}#orders-module .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}#orders-module .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}#orders-module .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}#orders-module .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}#orders-module .px-\[0\.56vw\] {
  padding-left: 0.56vw;
  padding-right: 0.56vw;
}#orders-module .py-\[0\.28vw\] {
  padding-top: 0.28vw;
  padding-bottom: 0.28vw;
}#orders-module .px-\[0\.3vw\] {
  padding-left: 0.3vw;
  padding-right: 0.3vw;
}#orders-module .px-\[1vw\] {
  padding-left: 1vw;
  padding-right: 1vw;
}#orders-module .py-\[0\.56vw\] {
  padding-top: 0.56vw;
  padding-bottom: 0.56vw;
}#orders-module .pl-12 {
  padding-left: 3rem;
}#orders-module .pb-6 {
  padding-bottom: 1.5rem;
}#orders-module .pb-3 {
  padding-bottom: 0.75rem;
}#orders-module .pl-2 {
  padding-left: 0.5rem;
}#orders-module .pr-8 {
  padding-right: 2rem;
}#orders-module .pt-0\.5 {
  padding-top: 0.125rem;
}#orders-module .pt-0 {
  padding-top: 0px;
}#orders-module .pt-4 {
  padding-top: 1rem;
}#orders-module .pb-20 {
  padding-bottom: 5rem;
}#orders-module .pt-8 {
  padding-top: 2rem;
}#orders-module .pb-4 {
  padding-bottom: 1rem;
}#orders-module .pt-1 {
  padding-top: 0.25rem;
}#orders-module .text-left {
  text-align: left;
}#orders-module .text-center {
  text-align: center;
}#orders-module .text-start {
  text-align: start;
}#orders-module .align-bottom {
  vertical-align: bottom;
}#orders-module .font-flink {
  font-family: Flink, sans-serif;
}#orders-module .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}#orders-module .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}#orders-module .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}#orders-module .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}#orders-module .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}#orders-module .font-medium {
  font-weight: 500;
}#orders-module .font-semibold {
  font-weight: 600;
}#orders-module .font-bold {
  font-weight: 700;
}#orders-module .font-normal {
  font-weight: 400;
}#orders-module .uppercase {
  text-transform: uppercase;
}#orders-module .lowercase {
  text-transform: lowercase;
}#orders-module .capitalize {
  text-transform: capitalize;
}#orders-module .normal-case {
  text-transform: none;
}#orders-module .text-flinkGray-light {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}#orders-module .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}#orders-module .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}#orders-module .text-inherit {
  color: inherit;
}#orders-module .text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}#orders-module .text-flinkPink {
  --tw-text-opacity: 1;
  color: rgb(227 28 121 / var(--tw-text-opacity));
}#orders-module .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}#orders-module .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}#orders-module .text-blue-dark {
  --tw-text-opacity: 1;
  color: rgb(59 118 255 / var(--tw-text-opacity));
}#orders-module .text-flinkPink-medium {
  --tw-text-opacity: 1;
  color: rgb(237 107 167 / var(--tw-text-opacity));
}#orders-module .text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(255 176 99 / var(--tw-text-opacity));
}#orders-module .text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(105 170 228 / var(--tw-text-opacity));
}#orders-module .text-flinkGray {
  --tw-text-opacity: 1;
  color: rgb(35 39 42 / var(--tw-text-opacity));
}#orders-module .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}#orders-module .text-flinkGray-medium {
  --tw-text-opacity: 1;
  color: rgb(58 64 69 / var(--tw-text-opacity));
}#orders-module .text-opacity-60 {
  --tw-text-opacity: 0.6;
}#orders-module .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}#orders-module .caret-transparent {
  caret-color: transparent;
}#orders-module .opacity-20 {
  opacity: 0.2;
}#orders-module .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}#orders-module .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}#orders-module .shadow-2m {
  --tw-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}#orders-module .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}#orders-module .outline {
  outline-style: solid;
}#orders-module .ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}#orders-module .ring-offset-0 {
  --tw-ring-offset-width: 0px;
}#orders-module .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);
}#orders-module .blur-sm {
  --tw-blur: blur(4px);
  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);
}#orders-module .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}#orders-module .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);
}#orders-module .transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#orders-module .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#orders-module .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#orders-module .transition-\[font-size\] {
  transition-property: font-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#orders-module .duration-200 {
  transition-duration: 200ms;
}#orders-module .placeholder\:text-flinkGray-light::placeholder {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}#orders-module .placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}#orders-module .checked\:bg-flinkPink:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 121 / var(--tw-bg-opacity));
}#orders-module .hover\:border-flinkGray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 39 42 / var(--tw-border-opacity));
}#orders-module .hover\:bg-flinkGray-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 64 69 / var(--tw-bg-opacity));
}#orders-module .checked\:hover\:bg-flinkPink:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 121 / var(--tw-bg-opacity));
}#orders-module .focus\:border-flinkPink:focus {
  --tw-border-opacity: 1;
  border-color: rgb(227 28 121 / var(--tw-border-opacity));
}#orders-module .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}#orders-module .focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}#orders-module .focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}#orders-module .focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}#orders-module .checked\:focus\:bg-flinkPink:focus:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 121 / var(--tw-bg-opacity));
}#orders-module .disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}#orders-module .disabled\:opacity-70:disabled {
  opacity: 0.7;
}#orders-module .group:hover .group-hover\:visible {
  visibility: visible;
}#orders-module .group:hover .group-hover\:z-50 {
  z-index: 50;
}#orders-module .\[\&\>button\]\:bg-flinkPink>button {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 121 / var(--tw-bg-opacity));
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:mt-\[2\.22vw\]:not(:last-child):after {
  margin-top: 2.22vw;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:mt-\[1\.11vw\]:not(:last-child):after {
  margin-top: 1.11vw;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:mt-4:not(:last-child):after {
  margin-top: 1rem;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:mt-6:not(:last-child):after {
  margin-top: 1.5rem;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:h-px:not(:last-child):after {
  height: 1px;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:min-w-\[clamp\(8px\2c 1\.5vw\2c 32px\)\]:not(:last-child):after {
  min-width: clamp(8px,1.5vw,32px);
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:flex-1:not(:last-child):after {
  flex: 1 1 0%;
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:bg-flinkGray-light:not(:last-child):after {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}#orders-module .\[\&\:not\(\:last-child\)\:after\]\:content-\[\'\'\]:not(:last-child):after {
  --tw-content: '';
  content: var(--tw-content);
}#orders-module .\[\&\:not\(\:last-child\)\]\:flex-1:not(:last-child) {
  flex: 1 1 0%;
}
.icon{position:relative;flex-shrink:0;z-index:2;height:var(--size);width:var(--size)}.icon svg{position:relative;z-index:5;width:100%;height:100%;fill:none}.icon svg circle,.icon svg path{stroke:var(--color)}.icon--background{position:relative}.icon--background:before{position:absolute;display:block;content:"";background-color:var(--backgroundColor);height:100%;width:100%;z-index:1;border-radius:50%;transform:translate(-50%, -50%) scale(1.2);transform-origin:center;top:50%;left:50%}
.panel{font-size:.95rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.panel__heading{display:flex;align-items:center;margin-bottom:.5rem;gap:.5rem;color:#bfbfbf}.panel__h4{font-size:1.25rem;font-weight:bold;margin:0;font-weight:500}.panel__list{margin:1em 0}.panel__list li{display:grid;grid-template-columns:.5fr 1fr;gap:.5rem;margin:.5rem 0}.panel__list li span:first-child{min-width:160px;color:#bfbfbf}.panel__rider{position:relative;color:#bfbfbf;background-color:#3a4045;border-radius:8px;padding:.5rem 1rem;display:flex;flex-direction:column;row-gap:.5rem;margin-bottom:.5rem;cursor:pointer}.panel__rider__icon{position:absolute;top:0;bottom:0;margin:auto;right:1rem}.panel__picker{position:relative;color:#bfbfbf;background-color:#3a4045;border-radius:8px;padding:.5rem 1rem;display:flex;flex-direction:column;row-gap:.5rem;margin-bottom:.5rem}.panel__table{width:100%;border-collapse:collapse}.panel__table th{text-align:left;color:#bfbfbf;font-weight:normal}.panel__item{background:#23272a;color:#f8f8f8}.panel__item:nth-child(odd){background:#3a4045}.panel__scan-area{margin:2rem 0}.panel__scan-area p{font-size:.95rem;font-weight:bold}.panel__barcode{display:inline-block;background:#fff;line-height:0;padding:.25rem}.panel_footer{border-top:1px solid #3a4045}.panel_footer .panel__list{padding:0;margin:1.5rem 0}.panel th,.panel td{padding:1rem 0 1rem 0}.panel th:first-child,.panel td:first-child{padding-left:1rem}.panel th:last-child,.panel td:last-child{text-align:center}.panel td:nth-child(2){min-width:3rem}@media(max-width: 1024px){.panel{grid-template-columns:1fr}}
.orders{color:#fff;flex-grow:1;border-radius:8px;padding:0 2.5rem;width:100%;margin:0 auto 1rem}.orders__notavail{font-size:2.5rem;font-weight:bold;display:flex;flex-direction:column;align-items:center;padding:2rem;background-color:#fff;color:#23272a;width:100%;border-radius:8px;margin-bottom:.5rem}.button__scroll-top-btn{display:flex;justify-content:center;align-items:center;border:none;background-color:#f8f8f8;height:50px;width:50px;border-radius:50%;position:fixed;bottom:2rem;right:2rem;z-index:5;cursor:pointer}

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