/*
! tailwindcss v3.0.23 | 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.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: 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 */
}

/*
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 */
    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::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
    display: none;
}

*, ::before, ::after {
    --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:;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.right-0 {
    right: 0px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.top-\[18px\] {
    top: 18px;
}

.right-4 {
    right: 1rem;
}

.bottom-0 {
    bottom: 0px;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.m-auto {
    margin: auto;
}

.m-0 {
    margin: 0px;
}

.m-1 {
    margin: 0.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.\!mb-5 {
    margin-bottom: 1.25rem !important;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.ml-auto {
    margin-left: auto;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-0 {
    margin-left: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mr-\[14px\] {
    margin-right: 14px;
}

.\!mt-\[71px\] {
    margin-top: 71px !important;
}

.\!mb-0 {
    margin-bottom: 0px !important;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mb-\[0px\!important\] {
    margin-bottom: 0px !important;
}

.mr-auto {
    margin-right: auto;
}

.ml-1\.5 {
    margin-left: 0.375rem;
}

.mr-1\.5 {
    margin-right: 0.375rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.box-content {
    box-sizing: content-box;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.table-caption {
    display: table-caption;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.\!hidden {
    display: none !important;
}

.h-15 {
    height: 3.75rem;
}

.h-3\.125 {
    height: 3.125rem;
}

.h-3 {
    height: 0.75rem;
}

.h-full {
    height: 100%;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.h-17\/20 {
    height: 85%;
}

.h-5 {
    height: 1.25rem;
}

.h-\[56px\] {
    height: 56px;
}

.h-auto {
    height: auto;
}

.\!h-5 {
    height: 1.25rem !important;
}

.h-12 {
    height: 3rem;
}

.h-\[16rem\] {
    height: 16rem;
}

.h-1\/2 {
    height: 50%;
}

.h-32 {
    height: 8rem;
}

.h-10 {
    height: 2.5rem;
}

.h-9 {
    height: 2.25rem;
}

.h-14 {
    height: 3.5rem;
}

.h-11 {
    height: 2.75rem;
}

.max-h-11 {
    max-height: 2.75rem;
}

.w-\[17px\] {
    width: 17px;
}

.w-full {
    width: 100%;
}

.w-6 {
    width: 1.5rem;
}

.w-4\/5 {
    width: 80%;
}

.w-auto {
    width: auto;
}

.w-4 {
    width: 1rem;
}

.w-2\/4 {
    width: 50%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/4 {
    width: 25%;
}

.w-\[32px\] {
    width: 32px;
}

.w-7 {
    width: 1.75rem;
}

.w-16 {
    width: 4rem;
}

.w-17\/20 {
    width: 85%;
}

.w-21 {
    width: 5.25rem;
}

.w-5 {
    width: 1.25rem;
}

.w-\[50\%\] {
    width: 50%;
}

.w-\[25\%\] {
    width: 25%;
}

.w-\[10\%\] {
    width: 10%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-64 {
    width: 16rem;
}

.\!w-5 {
    width: 1.25rem !important;
}

.w-3\/5 {
    width: 60%;
}

.w-2\/5 {
    width: 40%;
}

.w-\[34rem\] {
    width: 34rem;
}

.w-\[40px\] {
    width: 40px;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-3 {
    width: 0.75rem;
}

.w-1\/2 {
    width: 50%;
}

.w-44 {
    width: 11rem;
}

.w-28 {
    width: 7rem;
}

.w-\[70\%\] {
    width: 70%;
}

.w-10 {
    width: 2.5rem;
}

.w-\[6rem\] {
    width: 6rem;
}

.\!w-full {
    width: 100% !important;
}

.w-24 {
    width: 6rem;
}

.w-56px {
    width: 56px;
}

.w-14 {
    width: 3.5rem;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-10\/12 {
    width: 83.333333%;
}

.min-w-\[17px\] {
    min-width: 17px;
}

.min-w-full {
    min-width: 100%;
}

.min-w-\[100px\] {
    min-width: 100px;
}

.min-w-\[2\.5rem\] {
    min-width: 2.5rem;
}

.min-w-\[200px\] {
    min-width: 200px;
}

.min-w-\[118px\] {
    min-width: 118px;
}

.max-w-full {
    max-width: 100%;
}

.max-w-\[220px\] {
    max-width: 220px;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-\[85\%\] {
    max-width: 85%;
}

.max-w-\[600px\] {
    max-width: 600px;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.table-fixed {
    table-layout: fixed;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.list-none {
    list-style-type: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.\!items-center {
    align-items: center !important;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-items-center {
    justify-items: center;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.\!rounded-none {
    border-radius: 0px !important;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.border-1 {
    border-width: 1px;
}

.border {
    border-width: 1px;
}

.border-x-0 {
    border-left-width: 0px;
    border-right-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-0 {
    border-bottom-width: 0px;
}

.border-t {
    border-top-width: 1px;
}

.border-b-1 {
    border-bottom-width: 1px;
}

.border-t-1 {
    border-top-width: 1px;
}

.\!border-b-0 {
    border-bottom-width: 0px !important;
}

.border-t-0 {
    border-top-width: 0px;
}

.border-none {
    border-style: none;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.bg-primary-18 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-primary-12 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 244 / var(--tw-bg-opacity));
}

.bg-primary-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 78 85 / var(--tw-bg-opacity));
}

.bg-primary-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(41 42 43 / var(--tw-bg-opacity));
}

.bg-\[\#e60a46\] {
    --tw-bg-opacity: 1;
    background-color: rgb(230 10 70 / var(--tw-bg-opacity));
}

.bg-\[\#fbe8e8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(251 232 232 / var(--tw-bg-opacity));
}

.\!bg-red-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 2 82 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#f2fff0\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 255 240 / var(--tw-bg-opacity));
}

.bg-primary-13 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-red-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 2 82 / var(--tw-bg-opacity));
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#f2f6fc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 246 252 / var(--tw-bg-opacity));
}

.bg-contain {
    background-size: contain;
}

.bg-clip-padding {
    background-clip: padding-box;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.p-2 {
    padding: 0.5rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-4 {
    padding: 1rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-\[1px\] {
    padding-top: 1px;
    padding-bottom: 1px;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pl-0 {
    padding-left: 0px;
}

.pr-4 {
    padding-right: 1rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-0 {
    padding-top: 0px;
}

.pl-4 {
    padding-left: 1rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-0 {
    padding-right: 0px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-top {
    vertical-align: top;
}

.\!align-middle {
    vertical-align: middle !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-\[14px\] {
    font-size: 14px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-tiny {
    font-size: .8rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.\!font-semibold {
    font-weight: 600 !important;
}

.font-extrabold {
    font-weight: 800;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.leading-normal {
    line-height: 1.5;
}

.leading-tight {
    line-height: 1.25;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-loose {
    line-height: 2;
}

.text-dark-1 {
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
}

.text-dark-2 {
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.text-red-1 {
    --tw-text-opacity: 1;
    color: #e7322b;
}

.text-primary-1 {
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-current {
    color: currentColor;
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-primary-4 {
    --tw-text-opacity: 1;
    color: rgb(130 143 159 / var(--tw-text-opacity));
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-\[\#48B926\] {
    --tw-text-opacity: 1;
    color: rgb(72 185 38 / var(--tw-text-opacity));
}

.text-\[\#f90000\] {
    --tw-text-opacity: 1;
    color: rgb(249 0 0 / var(--tw-text-opacity));
}

.text-primary-8 {
    --tw-text-opacity: 1;
    color: rgb(176 187 199 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity));
}

.\!text-dark-1 {
    --tw-text-opacity: 1 !important;
    color: rgb(41 42 43 / var(--tw-text-opacity)) !important;
}

.text-dark-4 {
    --tw-text-opacity: 1;
    color: rgb(201 201 201 / var(--tw-text-opacity));
}

.text-primary-2 {
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-2 {
    --tw-text-opacity: 1;
    color: rgb(66 168 89 / var(--tw-text-opacity));
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.\!text-red-1 {
    --tw-text-opacity: 1 !important;
    color: rgb(255 2 82 / var(--tw-text-opacity)) !important;
}

.line-through {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.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, 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;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('open-iconic/fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('open-iconic/fonts/Metropolis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('open-iconic/fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('open-iconic/fonts/Metropolis-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('open-iconic/fonts/Metropolis-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('open-iconic/fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('open-iconic/fonts/icomoon.eot?ft4ct6');
    src: url('open-iconic/fonts/icomoon.eot?ft4ct6#iefix') format('embedded-opentype'), url('open-iconic/fonts/icomoon.ttf?ft4ct6') format('truetype'), url('open-iconic/fonts/icomoon.woff?ft4ct6') format('woff'), url('../src/angularclients/store/fonts/icomoon.svg?ft4ct6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .side-bar-active, body .side-bar-active .cart {
    display: block;
    z-index: 102;
}

body .side-bar.side-bar-active {
    z-index: 100;
}

.cartHide {
    right: 0 !important;
}

.icon-delete .path1:before {
    content: '\e900';
    color: rgb(255, 230, 238);
}

.activeLink {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255,2,82,var(--tw-text-opacity));
}

ul li.activeLink a div, ul li:hover a div {
    --tw-text-opacity: 1 !important;
    color: rgba(255,2,82,var(--tw-text-opacity)) !important;
}

.icon-delete .path2:before {
    content: '\e901';
    margin-left: -1em;
    color: rgb(255, 2, 82);
}

.icon-delete .path3:before {
    content: '\e902';
    margin-left: -1em;
    color: rgb(255, 2, 82);
}

.icon-address:before {
    content: '\e900';
}

.icon-logout:before {
    content: '\e901';
}

.icon-order-history:before {
    content: '\e902';
}

.icon-personal:before {
    content: '\e903';
}

.icon-returns:before {
    content: '\e904';
}

.icon-uniE905:before {
    content: '\e905';
}

.icon-uniE906:before {
    content: '\e906';
}

.icon-uniE907:before {
    content: '\e907';
}

.icon-filter-arrow:before {
    content: '\e908';
}

.icon-grid-hover:before {
    content: '\e909';
}

.icon-list-hover:before {
    content: '\e90a';
}

.icon-profile-normal:before {
    content: '\e90b';
}

.icon-search:before {
    content: '\e90c';
}

.icon-shop-normal:before {
    content: '\e90d';
}

.icon-cart-product:before {
    content: '\e90e';
}

.icon-category-normal:before {
    content: '\e90f';
}

.icon-checkout-arrow:before {
    content: '\e910';
}

body {
    font-family: 'Metropolis' !important;
    background: #fff !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.fade {
    transition: opacity 0.15s linear 0s;
}

.modal-dialog input {
    padding: 0.4rem 0px;
}

.modal.fade .modal-dialog {
    transform: translate(0px, -50px);
    transition: transform 0.3s ease-out 0s;
}

/*.invalid {
    outline: 1px solid red;
}*/

.error-validation .validation-message {
    color: red;
    font-size: 12px;
    padding: 4px 0px;
}

.fade-dark {
    background: rgba(0,0,0,0.7);
    transition: opacity 0.15s linear 0s;
    transition: transform 0.3s ease-out 0s;
}

.validation-message {
    color: red;
}

.progress-bar {
    width: 100%;
    height: 5px;
}

.modal-content .nav-tabs li a {
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .nav-tabs li {
    border-bottom: 1px solid #e5e7eb;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

/* Stylingthe background color of each
        animation and border radius */

.percentage {
    display: block;
    height: 100%;
    background-color: blue;
    -webkit-animation: progress 1500ms ease-in 1;
    animation: progress 1500ms ease-in 1;
}

/* Assigning width of each languages*/

.onprogress {
    width: 100%;
    display: block;
    height: 100%;
    background-color: blue;
    -webkit-animation: progress 1500ms ease-in 1;
    animation: progress 1500ms ease-in 1;
}

@-webkit-keyframes progress {
    from {
        width: 0;
    }
}

@keyframes progress {
    from {
        width: 0;
    }
}

.bg-color {
    background-image: linear-gradient(90deg,#e60a46,#790f7c);
}

#loading-bar {
    pointer-events: none;
}

    #loading-bar .bar {
        transition: width 350ms linear, opacity 350ms;
        background: var(--toolbelt-loadingbar-color);
        border-bottom-right-radius: 1px;
        border-top-right-radius: 1px;
        position: fixed;
        z-index: 10002;
        top: 0;
        left: 0;
        height: 4px;
        opacity: 0;
        width: 100%;
    }

        #loading-bar .bar.in-progress {
            opacity: 1;
        }

        #loading-bar .bar.no-trans {
            transition: opacity 350ms;
        }

    /* Fancy blur effect */

    #loading-bar .peg {
        position: absolute;
        width: 70px;
        right: 0;
        top: 0;
        height: 4px;
        opacity: .45;
        box-shadow: var(--toolbelt-loadingbar-color) 1px 0 6px 1px;
        border-radius: 100%;
    }

@media (min-width: 768px) {
    .product-desc-max {
        max-height: 240px;
        overflow-y: auto;
    }
}

.panel-header {
    --tw-text-opacity: 1;
    color: rgb(176 187 199 / var(--tw-text-opacity));
}

.order-history-pop table tr {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(222 226 230 / var(--tw-border-opacity));
}

select.font-medium.form-input.order-history-pop table tr.view-only {
    padding: 0.6rem 0px;
}

.order-history-pop table td {
    border-style: none;
    padding: 0.75rem;
    vertical-align: top;
    --tw-text-opacity: 1;
    color: rgb(33 37 41 / var(--tw-text-opacity));
}

.order-history-pop table thead th {
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 244 / var(--tw-bg-opacity));
    padding: 0.5rem;
    vertical-align: bottom;
    --tw-text-opacity: 1;
    color: rgb(33 37 41 / var(--tw-text-opacity));
}

.order-status-wrapper {
    height: calc(100vh - 234px);
    overflow-y: auto;
}

.total-card {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    vertical-align: middle;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.order-collapse .accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    border-radius: 0px;
    transition: height 225ms cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

    .order-collapse .accordion-header .or-no {
        display: flex;
        flex-grow: 1;
        margin-right: 16px;
    }

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.address-wrap {
    height: calc(100vh - 120px);
    overflow-y: auto;
}

    .address-wrap .inner-address {
        background: #fff;
        border: 1px solid #eaeaea;
        border-radius: 6px 6px 0px 0px;
    }

    .address-wrap::-webkit-scrollbar {
        display: none;
    }

.active-orders {
    padding-bottom: 15px;
}

.supplier-pos .active-orders {
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.active-orders .active {
    background: #e60a46;
    color: #ffff;
}

.active-orders a {
    padding: 6px 10px !important;
    margin-right: 8px !important;
    margin-bottom: 8px;
    display: inline-block;
    min-width: 20%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .address-wrap {
        height: calc(100vh - 170px);
        overflow-y: auto;
    }

    .select-category-modal .modal-dialog {
        max-width: 100%;
        margin-top: 0;
    }

    .select-category-modal .modal-content {
        margin-top: 0rem !important;
    }

    .product-list {
        height: auto !important;
    }

    .cart {
        top: 48px;
    }

    .side-bar {
        top: 0px !important;
    }

    .order-history-pop {
        margin-left: 0px !important;
    }
}

.btn-btm-fixed {
    position: absolute;
    bottom: 4px;
    left: 0px;
    font-weight: 600;
    padding: 1rem 0;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.support-menu li a i {
    font-size: 1.2rem;
}

.form-select:focus {
    box-shadow: none !important;
}

.pop-pr-image {
    height: 420px;
    -o-object-fit: contain;
    object-fit: contain;
}

.image-area {
    height: 200px;
    border-radius: 4px;
}

.mobile-footer-menu {
    position: fixed;
    width: 100%;
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 0px 6px;
    height: 64px;
    bottom: -1px;
    z-index: 100;
}

.username-wrap {
    border-top: none;
}

.log-wrap {
    max-width: 120px;
    margin: auto;
    margin-bottom: 1.5rem;
}

input:focus-visible {
    outline: none;
}

.pls-minus-btn button {
    background: #dedede !important;
    color: #000;
    width: 17px;
    height: 17px;
}

.right-sidenav button:disabled, .right-sidenav button[disabled] {
    color: #bdbdbd !important;
    cursor: not-allowed;
    background: #e1e1e1 !important;
}

.pls-minus-btn span {
    margin-right: 1rem;
    margin-left: 1rem;
    position: relative;
}

    .pls-minus-btn span .spinner-border {
        position: absolute;
        left: -8px;
        right: 0px;
        margin: auto;
        background: #fff;
        top: 2px;
    }

.pls-minus-btn #productCount {
    display: none;
}

.phn-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30px;
    width: 30px;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: animate2 1.2s ease-in-out infinite;
    animation: animate2 1.2s ease-in-out infinite;
}

@-webkit-keyframes animate2 {
    0%, 10%, 100% {
        height: 30px;
        width: 30px;
    }

    65% {
        height: 60px;
        width: 60px;
    }
}

@keyframes animate2 {
    0%, 10%, 100% {
        height: 30px;
        width: 30px;
    }

    65% {
        height: 60px;
        width: 60px;
    }
}

.loading span {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-animation: rotate2 1.2s linear both infinite;
    animation: rotate2 1.2s linear both infinite;
}

@-webkit-keyframes rotate2 {
    0%, 30% {
        transform: rotate(0);
    }

    65% {
        transform: rotate(-40deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes rotate2 {
    0%, 30% {
        transform: rotate(0);
    }

    65% {
        transform: rotate(-40deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

.loading span:nth-child(1) {
    top: 0;
    left: 0;
    background: #ccc;
}

.loading span:nth-child(2) {
    top: 0;
    right: 0;
    background: #bdbdbd;
}

.loading span:nth-child(3) {
    bottom: 0;
    left: 0;
    background: #9e9e9e;
}

.loading span:nth-child(4) {
    bottom: 0;
    right: 0;
    background: #808080;
}

.register-form .btn-primary {
    background: #EE1D56 !important;
    text-transform: capitalize;
    border-radius: 4px;
}

.phn-wrap .no {
    width: 46px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e7eb !important;
    border-right: none !important;
    background: #e5e7eb;
}

.company-personal-details {
    overflow-y: auto;
    height: calc(100vh - 190px);
}

.btn-primary {
    border-style: none;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: rgba(72,185,38,var(--tw-bg-opacity)) !important;
    outline: 2px solid transparent;
}

.valid.modified:not([type=checkbox]) {
    outline: none;
}

textarea:focus-visible {
    outline: none;
}

.login-screen {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 0px;
}

@media only screen and (max-width: 1024px) {
    .gridView {
        padding-bottom: 80px !important;
    }

    .withresultview .gridView {
        margin-top: 0px;
    }

    .withresultview .inner-banner-ad {
        margin-top: 108px;
    }

    .card .w-full.overflow-hidden {
        background: #fff;
    }

    .listView {
        padding-bottom: 140px;
    }

    .bg-color {
        display: none;
    }

    .right-sidenav .developed {
        position: absolute !important;
        bottom: 48px;
    }
}

.error {
    font-size: 12px;
    color: red;
}

.gridbutton a.active i {
    color: #4b4e55 !important;
}

.listbutton a.listactive i {
    color: #4b4e55 !important;
}

.layout-padding {
    padding: 1.4rem;
    padding-bottom: 80px;
}

    .layout-padding .cms-content-wrapper p strong {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0.6rem;
        margin-top: 0.6rem;
        display: block;
    }

    .layout-padding .cms-content-wrapper ul {
        padding-left: 1rem;
        list-style: decimal !important;
        margin: 12px 0px;
    }

        .layout-padding .cms-content-wrapper ul li {
            line-height: 1.6;
            font-size: 0.875rem;
        }

    .layout-padding .cms-content-wrapper h5 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 0.6rem;
        line-height: 1;
    }

@media (min-width: 1024px) {
    .layout-padding {
        padding: 2rem;
        padding-bottom: 0px;
    }

        .layout-padding .cms-content-wrapper h5 {
            font-size: 1.8rem;
            font-weight: 600;
        }

        .layout-padding .cms-content-wrapper p strong {
            font-size: 1.2rem;
        }

        .layout-padding .cms-content-wrapper ul li {
            line-height: 1.6;
            font-size: 1rem;
        }
}

/*.login-screen form {
        width:90%;
        position: absolute;
        top: 44%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/

@media (min-width: 768px) {
    .login-screen .register-form {
        width: 450px;
    }
}

@media only screen and (max-width: 767.98px) {
    .login-screen .register-form {
        padding: 0px 30px;
    }

    .withresultview .inner-banner-ad {
        margin-top: 90px;
    }

        .withresultview .inner-banner-ad .result-show {
            font-size: 1rem;
            margin-bottom: 0px !important;
        }

    .withresultview .inner-banner-ad {
        padding: 0px;
        border-radius: 6px;
    }

    .menu-items-supplier h3, .product-list h3 span {
        font-size: 1rem;
    }

        .menu-items-supplier h3, .product-list h3 span.text-base.min-w-fit {
            font-size: 0.875rem;
        }

    .gridView {
        padding-bottom: 30px !important;
        padding-top: 0px !important;
    }
}

.register-form input {
    background: #f9f9f9;
}

@media (min-width: 1024px) {
    .mobile-footer-menu {
        display: none;
    }
}

.reports-wrap {
    padding-left: 2%;
}

.history-listing a {
    padding: 0.6rem 0px;
    display: block;
    color: #484848;
    font-size: 1rem;
    border-bottom: 1px solid #eee;
}

    .history-listing a.active {
        color: #e60a46;
    }

    .history-listing a:hover {
        color: #e60a46;
    }

.common-tab li {
    width: 50%;
}

    .common-tab li a {
        margin: 0px !important;
    }

.datepicker-style {
    border: 1px solid #ccc;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
}

.invoice-box.reports-invoice-wrap {
    margin-left: unset !important;
    max-width: 600px !important;
    padding: 0px !important;
    padding-bottom: 30px !important;
}

.icons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 64px;
}

    .icons-wrapper button {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        line-height: 0;
        display: flex;
        flex: 1 1 0%;
    }

        .icons-wrapper button i {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .icons-wrapper button.active img {
            filter: none;
        }

        .icons-wrapper button.active p {
            --tw-text-opacity: 1;
            color: rgb(255 2 82 / var(--tw-text-opacity));
        }

        .icons-wrapper button img {
            margin-bottom: 8px;
            filter: grayscale(100%);
        }

        .icons-wrapper button p {
            min-width: 100%;
            display: block;
            line-height: 1;
            margin-bottom: 0;
            max-width: 100px;
        }

@media only screen and (max-width: 767.98px) {
    .search-wrap .search-area .search-input {
        margin: 0rem 1.25rem !important;
        height: 42px !important;
    }

    .search-wrap .search-area {
        height: 42px !important;
    }

    .sort-wrap::before {
        height: 50px !important;
        background: none !important;
    }

    .grid-list {
        display: none !important;
    }

    .search-wrap .search-area .search-btn {
        height: 1rem !important;
    }

    .pos-right-area.supplier-pos {
        display: none;
    }

    .content-with-right-panel.supplier-content-area {
        right: 0rem !important;
    }

    .search-hamburg-wrapper {
        right: 0rem !important;
    }

    .mobile-orders-bottom-section {
        right: 0rem !important;
    }
}

@media only screen and (max-width: 640px) {
    .icons-wrapper button p {
        font-size: 12px;
    }

    .icons-wrapper button i {
        font-size: 18px;
    }

    .summary-button {
        width: 100% !important;
    }
}

.summary-button {
    height: 2.25rem;
    width: 11rem;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
    border: 1px solid #e5e7eb;
}

.search-wrap {
    margin: 0px;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

select.font-medium.form-input.search-wrap.view-only {
    padding: 0.6rem 0px;
}

.search-wrap .search-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9;
    height: 50px;
    width: 86%;
    padding: 0px;
}

@media (min-width: 768px) {
    .search-wrap .search-area {
        height: 3.75rem;
    }
}

.search-wrap .search-area {
    position: -webkit-sticky;
}

    .search-wrap .search-area::before {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgb(230 230 230 / var(--tw-bg-opacity));
        content: '';
    }

    .search-wrap .search-area .search-input {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        height: 2.75rem;
        width: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-style: none;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-right: 0.938rem;
        font-size: 0.875rem;
        line-height: 2.5rem;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

@media (min-width: 1280px) {
    .search-wrap .search-area .search-input {
        width: 100%;
    }
}

@media (min-width: 140em) {
    .search-wrap .search-area .search-input {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.search-wrap .search-area .search-btn {
    position: absolute;
    top: 0.75rem;
    right: 0.938rem;
    height: 2.25rem;
    width: 1.75rem;
    cursor: pointer;
    border-style: none;
}

    .search-wrap .search-area .search-btn i {
        font-size: 1.375rem;
        --tw-text-opacity: 1;
        color: rgb(83 89 111 / var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
    .image-area {
        border: none;
        border-radius: 0px;
    }
}

@media (min-width: 1536px) {
    .image-area {
        height: 100%;
    }
}

::-webkit-scrollbar {
    width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.outstock {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

.pos-top-search-area .outstock.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .outstock.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .outstock.justify-center {
    width: 50%;
}

.cooking-item .outstock.justify-center {
    width: 40%;
}

.outstock {
    letter-spacing: 0.6px;
}

    .outstock::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(185 28 28 / var(--tw-bg-opacity));
    }

.gridView {
    display: grid;
    height: auto;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem;
    padding-top: 0px;
}

.card .gridView.overflow-hidden {
    background: #fff;
}

@media (min-width: 140em) {
    .gridView {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.gridView {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    /*@apply grid w-full h-auto grid-cols-2 gap-6 p-5 4xl:px-8 md:grid-cols-3 lg:grid-cols-3 xl:grid-cols-3 2xl:grid-cols-4 4xl:grid-cols-6;*/
}

@media only screen and (min-width: 1024px) {
    .gridView {
        grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
    }
}

@media only screen and (min-width: 1280px) {
    .gridView {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
}

@media only screen and (min-width: 1500px) {
    .gridView {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    .gridView {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

.support-menu li a {
    transition-duration: 300ms;
}

    .support-menu li a:hover {
        --tw-text-opacity: 1;
        color: rgb(255 2 82 / var(--tw-text-opacity));
    }

        .support-menu li a:hover div {
            --tw-text-opacity: 1;
            color: rgb(255 2 82 / var(--tw-text-opacity));
            transition-duration: 300ms;
        }

.side-bar {
    position: fixed;
    left: 0px;
    display: flex;
    height: 100%;
    width: 18.75rem;
    overflow-x: hidden;
    overflow-y: hidden;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pos-top-search-area .side-bar.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .side-bar.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .side-bar.justify-center {
    width: 50%;
}

.cooking-item .side-bar.justify-center {
    width: 40%;
}

@media (min-width: 640px) {
    .side-bar {
        display: none;
    }

    .side-bar {
        width: 18.75rem;
    }
}

@media (min-width: 768px) {
    .side-bar {
        display: none;
    }
}

@media (min-width: 1024px) {
    .side-bar {
        display: block;
    }

    .side-bar {
        width: 15.625rem;
    }
}

@media (min-width: 1280px) {
    .side-bar {
        width: 20rem;
    }
}

@media (min-width: 25rem) and (max-width: 39.938rem) {
    .side-bar {
        display: none;
    }
}

@media (min-width: 1rem) and (max-width: 25rem) {
    .side-bar {
        display: none;
    }
}

@media (min-width: 140em) {
    .side-bar {
        width: 21.875rem;
    }
}

.side-bar {
    max-width: 100%;
}

.side-bar-overlay {
    position: fixed;
    left: 0px;
    z-index: 100;
    display: flex;
    height: 100%;
    width: 100%;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.card .side-bar-overlay.overflow-hidden {
    background: #fff;
}

.pos-top-search-area .side-bar-overlay.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .side-bar-overlay.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .side-bar-overlay.justify-center {
    width: 50%;
}

.cooking-item .side-bar-overlay.justify-center {
    width: 40%;
}

@media (min-width: 640px) {
    .side-bar-overlay {
        width: 18.75rem;
    }
}

@media (min-width: 1024px) {
    .side-bar-overlay {
        display: none;
    }
}

@media (max-width: 640px) {
    .side-bar {
        top: 0px;
    }
}

.order-info-btn {
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 6px;
    background: #ededed;
    font-weight: 600;
}

.mud-typography-body1 {
    font-family: 'Metropolis' !important;
    font-weight: 600 !important;
}

.side-nav-height {
    overflow-y: scroll;
    height: calc(100vh - 300px);
    padding-bottom: 60px;
}

.brunch-menu {
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
    border-radius: 6px;
}

    .brunch-menu li.active {
        background: #e1e1e1;
    }

    .brunch-menu li {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }

        .brunch-menu li svg {
            margin-right: 4px;
        }

.qty-no {
    background: #fff;
    color: #e60a46;
    margin-left: 0.6rem;
    border: 1px solid #dcdcdc !important;
    border-radius: 3px;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.processing-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 50%);
    z-index: 10;
}

.working-all span {
    font-size: 0.8125rem;
    font-weight: 500;
}

.opening-time .accordion-button {
    background: #f9f9f9;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 12px 12px;
    width: 100%;
}

    .opening-time .accordion-button:not(.collapsed) {
        box-shadow: none;
        --tw-text-opacity: 1;
        color: rgb(41 42 43 / var(--tw-text-opacity));
    }

    .opening-time .accordion-button span {
        font-size: 0.8125rem;
        font-weight: 500;
        line-height: 1;
    }

    .opening-time .accordion-button:after {
        margin-left: inherit;
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

.text-green {
    color: #25A878;
}

.section-two img {
    border-radius: 1.5625rem;
}

.mud-popover.mud-popover-open {
    min-width: 10rem;
}

@media only screen and (min-width: 2200px) {
    .qty-no {
        font-size: 14px;
    }
}

.side-nav-menu {
    height: calc(100vh - 142px);
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .side-nav-menu {
        height: calc(100vh - 300px);
    }
}

.left-icon {
    transform: rotate(180deg);
}

.reduce {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
    resize: none;
}

.left-dialog {
    left: 0;
    top: 0;
    height: 100%;
    width: 35rem !important;
    position: absolute !important;
    max-width: 100% !important;
    z-index: 100;
    margin-top: 0 !important;
}

.cooking-item .item-one span {
    font-weight: 600;
}

.cooking-item .done-btn {
    background: #64ad02;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
}

.new-order {
    color: #000;
    font-weight: 600;
    background: white;
    padding: 6px 10px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.cooking-item .back-btn {
    background: #eeeeee;
    color: #2a2828;
    padding: 6px 16px;
    border-radius: 4px;
}

#add-customer h5 {
    font-weight: 600;
    font-size: 1.2rem;
}

#add-customer form input {
    border: 1px solid #e5e7eb;
    padding: 0.8rem;
    border-radius: 6px;
}

#add-customer form .modal-body {
    padding: 2rem;
}

@media only screen and (max-width: 1280px) {
    .cooking-item {
        flex-wrap: wrap;
        height: auto !important;
        padding-bottom: 10px !important;
        justify-content: space-around !important;
        margin: 1%;
        width: 48%;
        display: inline-flex;
        padding: 10px !important;
    }

    .menu-items-supplier h3 {
        font-size: 1rem !important;
    }

    .preparation-dish .table-number {
        background: #f07c00;
        text-align: center;
        color: #fff;
        border-radius: 4px;
        display: inline-block;
        min-width: 100px !important;
        padding: 0.2rem 0px;
    }

    .cooking-item .table-number {
        min-width: 100%;
        margin-left: 0 !important;
        text-align: center;
        margin-bottom: 1rem;
        justify-content: center;
    }

    .cooking-item .item-numbers {
        min-width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .cooking-item .item-one {
        min-width: 100%;
        justify-content: center;
    }

    span.food-status-sticky {
        left: 0;
    }

    .menu-items-supplier .mt-6 {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-items-supplier .btn.btn-third.mt-6 {
        text-align: center;
        line-height: 1.2;
    }

    .cooking-item .item-one img {
        margin-right: inherit;
    }

    .cooking-item .item-one {
        flex-wrap: wrap;
    }

        .cooking-item .item-one span {
            margin-bottom: 10px;
            min-width: 100%;
            text-align: center;
            font-weight: 600;
        }

    .oder-status-btns {
        justify-content: center !important;
    }

        .oder-status-btns a.back-btn.text-center {
            margin-top: 0.6rem;
        }
}

@media (min-width: 1024px) {
    .left-dialog {
        margin-left: 15.6rem !important;
    }
}

@media (min-width: 1280px) {
    .left-dialog {
        margin-left: 20rem !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 140em) {
    .left-dialog {
        left: 0;
        margin-left: 21.875rem !important;
        width: 40rem;
    }
}

@media (max-width: 1024px) {
    .left-dialog {
        right: 0;
        margin: auto !important;
    }

    .search-products {
        width: 100% !important;
    }

    .right-sidenav .content-scroll {
        height: calc(100vh - 314px) !important;
    }

    .mbl-header {
        position: fixed;
        z-index: 10;
        background: #fff;
        width: 100%;
    }

        .mbl-header button {
            width: 100px;
            justify-content: flex-end !important;
        }
}

@media (max-width: 992px) {
    .cooking-item {
        width: 100%;
    }
}

.summary-head {
    font-size: 1rem;
    background: #e3e3e3;
    border-bottom: 1px solid #e5e7eb;
    padding: 6px 1rem;
    font-weight: 600;
}

select.font-medium.form-input.border-b-1.view-only {
    padding: 0.6rem 0px;
}

.about-links-wrap {
    border-top: 1px solid rgb(230, 230, 230);
    padding-top: 1rem;
}

.add-button {
    display: flex;
    align-items: center;
    border-width: 1px;
    background-color: rgba(250,250,250,var(--tw-bg-opacity));
    text-align: center;
    color: rgba(41,42,43,var(--tw-text-opacity));
}

button:disabled, button[disabled] {
    color: #bdbdbd !important;
    cursor: auto;
}

    button:disabled span, button:disabled span i, button[disabled] span, button[disabled] span i {
        color: #bdbdbd !important;
    }

.right-sidenav .content-scroll {
    height: calc(100vh - 266px);
    overflow-y: scroll;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 100px;
}

.mud-paper {
    width: 100% !important;
}

.mud-treeview-item-arrow {
    width: 1rem !important;
}

.mud-treeview.mud-treeview-selected-error .mud-treeview-item-content.mud-treeview-item-selected {
    background-color: #e7322b !important;
    color: #fff !important;
    border-radius: 8px;
}

.product-list {
    height: calc(100vh - 65px);
    overflow-y: auto;
}

    .product-list::-webkit-scrollbar {
        width: 6px;
    }

    .product-list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .product-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 0.25rem;
    }

        .product-list::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.category-menu-new {
    margin-top: 0.75rem;
}

.nav-left-side li a i {
    font-size: 1.25rem;
}

.nav-left-side li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrl-auto {
    margin-left: auto !important;
}

.left-dialog .form-input:focus-visible {
    outline: none;
}

.category-menu-new ul li .first-active {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}

.category-menu-new ul li .mud-treeview-item-selected .mud-icon-button-label {
    color: #fff;
}

.category-menu-new ul li.active .first-active {
    border-radius: 8px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: #e60a46;
}

.category-menu-new ul li .first-active:hover {
    background-color: rgb(246, 247, 248);
    border-radius: 8px;
}

@media only screen and (max-width: 640px) {
    .left-side-bottom-area {
        position: fixed !important;
        bottom: 64px !important;
    }
}

@media (min-width: 768px) {
    .fliter-mob {
        display: none;
    }
}

.fliter-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 62px;
    border-top: 6px solid #ccc;
    border-radius: 16px 16px 0 6px;
    background: #f3f3f3;
    z-index: 6;
}

    .fliter-mob ul li {
        padding: 6px 0;
        font-size: .875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgba(75,78,85,var(--tw-text-opacity));
    }

        .fliter-mob ul li.active {
            font-weight: 500;
            color: rgb(255 2 82 / var(--tw-text-opacity));
        }

    .fliter-mob .btn {
        width: 100%;
        display: block;
        margin-top: 8px;
        border-radius: 0.375rem;
        border-width: 1px;
        background-color: #fafafa;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-align: center;
        font-size: .875rem;
        line-height: 1.25rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgba(41,42,43,var(--tw-text-opacity));
    }

.edit-button-corner {
    height: 1.8rem;
    width: 4rem;
    border-radius: 0.25rem;
    border-width: 1px;
    background-color: rgba(250,250,250,var(--tw-bg-opacity)) !important;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(41,42,43,var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    border: 1px solid #e5e7eb;
}

.category-menu-new ul li ul {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

    .category-menu-new ul li ul li {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

        .category-menu-new ul li ul li .second-active {
            display: block;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1rem;
        }

            .category-menu-new ul li ul li .second-active:hover {
                background-color: rgb(246, 247, 248);
                border-radius: 8px;
            }

        .category-menu-new ul li ul li.active .second-active {
            border-radius: 8px;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            background: #e60a46;
        }

        .category-menu-new ul li ul li ul li .third-active:hover {
            background-color: rgb(246, 247, 248);
            border-radius: 8px;
        }

        .category-menu-new ul li ul li ul li .third-active {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 1.5rem;
            display: block;
        }

        .category-menu-new ul li ul li ul li.active .third-active {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            border-radius: 8px;
            background: #e60a46;
        }

.left-dialog label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(176 187 199 / var(--tw-text-opacity));
}

.left-dialog .nav-tabs .nav-link.active {
    background-color: rgba(219,224,229,var(--tw-bg-opacity)) !important;
    font-weight: 600 !important;
    color: rgba(41,42,43,var(--tw-text-opacity)) !important;
}

.left-dialog .form-input {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.card .left-dialog .form-input.overflow-hidden {
    background: #fff;
}

.left-dialog .form-input {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #e5e7eb;
}

.category-menu-new ul li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .category-menu-new ul li {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

@media (min-width: 140em) {
    .category-menu-new ul li {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }
}

.edit-button {
    height: 2.5rem;
    border-width: 1px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
    transition-duration: 300ms;
    border: 1px solid #e5e7eb;
    background-color: rgba(250,250,250,var(--tw-bg-opacity)) !important;
}

    .edit-button:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        background-color: rgba(112,112,112,var(--tw-bg-opacity)) !important;
    }

.btn-green {
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(147 51 234 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select.btn-green.form-input.border-b-1.view-only {
    padding: 0.6rem 0px;
}

.btn-green:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-green:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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);
}

.btn-green:active {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-green {
    background-color: rgba(72,185,38,var(--tw-bg-opacity)) !important;
    border: 1px solid rgb(72, 185, 38);
}

.cancel-button {
    margin-left: 0.25rem;
    display: inline-block;
    border-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select.cancel-button.form-input.border-b-1.view-only {
    padding: 0.6rem 0px;
}

.cancel-button:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cancel-button:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
    --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);
}

.cancel-button:active {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cancel-button {
    background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
    color: rgb(41 42 43 / var(--tw-text-opacity));
    border: 1px solid #ccc;
}

.mud-input.mud-input-underline:hover:not(.mud-disabled):before {
    border-bottom: none !important;
}

.mud-input:focus-within.mud-input-underline:after {
    display: none;
}

.sort-wrap .mud-icon-root.mud-svg-icon {
    display: none;
}

.mud-list .mud-typography-body1 {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 500 !important;
}

.mud-list .mud-list-item {
    padding-top: 4px;
    padding-bottom: 4px;
}

.mud-list .mud-primary-hover {
    background-color: rgb(226 74 74 / 6%) !important;
}

.mud-list .mud-primary-text {
    color: #e60a46 !important;
}

.modal-content select {
    padding: 0.4rem 0px;
}

.grid-list {
    display: flex;
    width: 6rem;
    align-items: center;
    justify-items: center;
    padding: 1.125rem;
}

.pos-top-search-area .grid-list.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .grid-list.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .grid-list.justify-center {
    width: 50%;
}

.cooking-item .grid-list.justify-center {
    width: 40%;
}

.grid-list svg {
    --tw-text-opacity: 1;
    color: rgb(201 201 201 / var(--tw-text-opacity));
}

.grid-list button:focus:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.grid-list i {
    --tw-text-opacity: 1 !important;
    color: rgb(201 201 201 / var(--tw-text-opacity)) !important;
    font-size: 0.8rem;
}

.sort-wrap {
    position: relative;
}

    .sort-wrap .mud-input.mud-input-underline:before {
        border-bottom: none;
    }

    .sort-wrap .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin-top: 0px;
    }

    .sort-wrap .mud-input-control {
        margin-top: 0px;
    }

        .sort-wrap .mud-input-control .mud-input.mud-input-filled {
            background: none;
            font-size: 1rem;
            line-height: 1.5rem;
        }

    .sort-wrap::before {
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        display: block;
        height: 60px;
        width: 1px;
        --tw-bg-opacity: 1;
        background-color: rgb(230 230 230 / var(--tw-bg-opacity));
        content: '';
    }

.nav-left-side li {
    background-color: rgba(75,78,85,var(--tw-bg-opacity));
}

    .nav-left-side li a {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.card .nav-left-side li a.overflow-hidden {
    background: #fff;
}

.nav-left-side li a:hover {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    background-color: #dcdcdc;
}

    .nav-left-side li a:hover i {
        color: rgb(255 2 82 / var(--tw-text-opacity));
    }

.nav-left-side li a.active {
    background-color: rgba(250,250,250,var(--tw-bg-opacity));
    color: rgba(75,78,85,var(--tw-text-opacity));
}

    .nav-left-side li a.active i {
        color: #e7322b;
    }

.nav-left-side li {
    height: 100%;
    width: 33.33%;
}

.cart {
    position: fixed;
    right: 0px;
    display: flex;
    height: 100%;
    width: 18.75rem;
    overflow-x: hidden;
    overflow-y: hidden;
    border-left-width: 1px;
    border-top-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}

.pos-top-search-area .cart.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .cart.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .cart.justify-center {
    width: 50%;
}

.cooking-item .cart.justify-center {
    width: 40%;
}

@media (min-width: 640px) {
    .cart {
        display: none;
    }
}

@media (min-width: 768px) {
    .cart {
        display: none;
    }
}

@media (min-width: 1024px) {
    .cart {
        display: block;
    }

    .cart {
        width: 15.625rem;
    }
}

@media (min-width: 1280px) {
    .cart {
        width: 20rem;
    }
}

@media (min-width: 25rem) and (max-width: 39.938rem) {
    .cart {
        display: none;
    }
}

@media (min-width: 1rem) and (max-width: 25rem) {
    .cart {
        display: none;
    }
}

@media (min-width: 140em) {
    .cart {
        width: 21.875rem;
    }
}

.cart {
    z-index: 100;
}

.product-list-wrap {
    z-index: 1;
    width: 100%;
    border-bottom-width: 1px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.card .product-list-wrap.overflow-hidden {
    background: #fff;
}

select.font-medium.form-input.product-list-wrap.view-only {
    padding: 0.6rem 0px;
}

.right-sidenav .developed {
    position: static;
}

.fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1030;
}

.cart-footer {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
    padding: 0px;
}

    .cart-footer .total-wrap {
        display: flex;
        min-height: 100%;
        flex: 1 1 0%;
        flex-wrap: wrap;
        border-top-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(230 230 230 / var(--tw-border-opacity));
        padding: 1rem;
    }

.pos-top-search-area .cart-footer .total-wrap.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .cart-footer .total-wrap.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.select-category-modal .select-category-supplier .flex.justify-center.cart-footer .total-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.supplier-pos .order-status-wrapper .cart-footer .total-wrap.pb-0 {
    padding: 0px;
}

.pos-top-search-area .cart-footer .total-wrap.justify-center {
    width: 50%;
}

.cooking-item .cart-footer .total-wrap.justify-center {
    width: 40%;
}

.cart-footer .total-wrap .total-left {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(130 143 159 / var(--tw-text-opacity));
}

.card .cart-footer .total-wrap .total-left.overflow-hidden {
    background: #fff;
}

.cart-footer .total-wrap .total-left small {
    font-size: 1rem;
    line-height: 1.5rem;
}

.cart-footer .total-wrap .total-right {
    width: 40%;
    text-align: right;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.cart-footer .checkout-btn {
    display: flex;
    height: 56px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: 300ms;
}

.card .cart-footer .checkout-btn.overflow-hidden {
    background: #fff;
}

.oder-status-btns a.back-btn.cart-footer .checkout-btn {
    margin-top: 0.6rem;
}

.pos-top-search-area .cart-footer .checkout-btn.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .cart-footer .checkout-btn.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.select-category-modal .select-category-supplier .flex.cart-footer .checkout-btn.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .cart-footer .checkout-btn.justify-center {
    width: 50%;
}

.pos-top-search-area .flex.cart-footer .checkout-btn {
    width: 50%;
}

.cooking-item .cart-footer .checkout-btn.justify-center {
    width: 40%;
}

.cooking-item .flex.cart-footer .checkout-btn {
    width: 40%;
}

.cart-footer .checkout-btn {
    background: rgba(230, 10, 70);
}

    .cart-footer .checkout-btn:hover {
        background: #790f7c;
    }

.cart-footer .order {
    position: relative;
    width: 100%;
}

.card .cart-footer .order.overflow-hidden {
    background: #fff;
}

.cart-footer .order .right-icon {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 1rem;
    margin: auto;
}

.listView {
    margin: 1.25rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .listView {
        margin: 2rem;
    }
}

.instock {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: #3bab37;
}

p.mat-tooltip-trigger.md\:\!mb-2.text-sm.md\:\!text-base.\34 xl\:\!text-lg.font-medium.cursor-pointer.text-dark-1.reduce {
    margin-bottom: 0px !important;
}

.pos-top-search-area .instock.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .instock.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .instock.justify-center {
    width: 50%;
}

.cooking-item .instock.justify-center {
    width: 40%;
}

.instock {
    letter-spacing: 0.6px;
}

    .instock::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(72 185 38 / var(--tw-bg-opacity));
    }

.right-sidenav .cart-footer textarea {
    height: 50px;
    margin-top: 1rem
}

    .right-sidenav .cart-footer textarea:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid rgb(209, 213, 219);
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

.right-sidenav .content-scroll.order-summary {
    height: calc(100vh - 465px);
    overflow-y: auto;
}

.summary-address {
    min-height: 100px;
    max-height: 100px;
    overflow-y: auto;
    margin-bottom: 0.5rem;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@-webkit-keyframes spinner-border {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width: 575px) {
    .pr-detail-pop {
        margin: 0px !important;
    }

        .pr-detail-pop .modal-header {
            position: fixed;
            z-index: 10;
            border-bottom: 1px solid #e5e7eb;
            background: #f3f3f3;
            width: 100%;
        }

        .pr-detail-pop .modal-body {
            margin-top: 50px;
        }

    .pop-pr-image {
        height: auto;
    }
}

.unit-price {
    width: 5.75rem;
    text-align: left;
}

@media only screen and (min-width: 1940px) {
    .pr-detail-pop {
        max-width: 90rem !important;
    }
}

@media only screen and (max-width: 1024px) {
    .order-status-wrapper {
        height: calc(100vh - 283px);
    }

    .right-sidenav .content-scroll.order-summary {
        height: calc(100vh - 398px) !important;
    }
}

/* POS Styles */

.left-sidebar {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 10rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
    border-right: 1px solid rgb(246, 247, 248);
}

.pos-right-area .right-scroll-area .blazored-typeahead__results {
    box-shadow: none;
    top: 42px;
    padding: 0.5rem;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-weight: 500;
}

.select-customer {
    background: #ffe3e5;
    color: #f00;
    padding: 6px 10px;
    border-radius: 4px;
    margin-top: 0.4rem;
    font-weight: 500;
}

.rz-datatable-loading {
    background-color: rgb(255 255 255 / 40%) !important;
}

.rz-datatable-loading-content {
    color: #e60a46 !important;
}

.pos-right-area .blazored-typeahead__result.blazored-typeahead__active-item {
    background-color: #ffecec;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #cf0417;
    cursor: pointer;
}

.pos-right-area .blazored-typeahead__active-item, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
    background-color: #fff5f5 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    color: #cf0417 !important;
    cursor: pointer !important;
}

.items-count-add button {
    background: #eee;
    color: #292A2B;
}

.items-count-add span {
    padding: 0px 10px;
}

.left-sidebar .pos {
    text-align: center;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.left-sidebar ul li {
    margin-bottom: 0.875rem;
}

    .left-sidebar ul li a:hover img {
        filter: grayscale(1) invert(1);
    }

    .left-sidebar ul li a.active img {
        filter: grayscale(1) invert(1);
    }

    .left-sidebar ul li a {
        text-align: center;
        padding: 1.2rem 10px;
        background: #eeeeee;
        word-break: break-all;
        display: block;
        width: 100%;
        border-radius: 0.375rem;
        --tw-text-opacity: 1;
        color: rgb(41 42 43 / var(--tw-text-opacity));
        transition-duration: 300ms;
    }

.card .left-sidebar ul li a.overflow-hidden {
    background: #fff;
}

.left-sidebar ul li a:hover {
    background: #e60a46;
    color: #fff;
    text-decoration: none;
}

.left-sidebar ul li a.active {
    background: #e60a46;
    color: #fff;
}

.left-sidebar ul li a svg {
    margin: auto;
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.left-sidebar ul li a:hover svg {
    color: #fff;
}

.left-sidebar ul li a.active svg {
    color: #fff;
}

.product-list-wrap-pos {
    padding: 0 2rem;
    height: calc(100vh - 75px);
    overflow-y: auto;
    margin: 71px 0px 0px;
}

.pos-grid-listing .stock {
    color: #36c200;
    font-weight: 500;
}

    .pos-grid-listing .stock span {
        font-size: 12px;
        margin-left: 0.4rem;
    }

.pos-grid-listing .out-stock {
    color: #e50016;
    font-weight: 500;
}

    .pos-grid-listing .out-stock span {
        font-size: 12px;
        margin-left: 0.4rem;
    }

.pos-grid-listing table {
    width: 100%;
}

.pos-grid-listing {
    padding: 0px !important;
}

    .pos-grid-listing table thead tr th {
        text-align: left;
        padding: 1rem;
        font-size: 1rem;
    }

    .pos-grid-listing table thead {
        background: #e6e6e6;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .pos-grid-listing tbody tr td {
        padding: 1.3rem 1rem;
        font-size: 1rem;
    }

    .pos-grid-listing tbody tr {
        border-bottom: 1px solid #dbdbdb;
        background: #fafafa;
        cursor: pointer;
    }

        .pos-grid-listing tbody tr:hover {
            background: #fff;
        }

    .pos-grid-listing table tr th {
        text-align: left;
    }

    .pos-grid-listing table .pr-name {
        font-weight: 600;
    }

.pos-top-search-area {
    padding: 1rem 2rem;
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgb(246, 247, 248);
    z-index: 1;
}

    .pos-top-search-area input {
        position: relative;
        margin: 0px;
        display: block;
        width: 100%;
        min-width: 0px;
        flex: 1 1 auto;
        border-radius: 0.25rem;
        background-clip: padding-box;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity));
        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-duration: 150ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.card .pos-top-search-area input.overflow-hidden {
    background: #fff;
}

.pos-top-search-area input:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.pos-top-search-area input {
    background: transparent;
    border: none;
}

.pos-top-search-area .items-stretch {
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 4px 0px inset;
    background-color: rgb(246, 247, 248);
    border-radius: 0.375rem !important;
}

.mobile-orders-bottom-section {
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #e9e9e9;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mobile-orders-bottom-section span {
        margin-left: 1rem;
    }

    .mobile-orders-bottom-section a {
        color: #fff;
        background: #000000;
        padding: 0.6rem;
    }

.pos-right-area.supplier-pos.open-order {
    display: block;
}

.btn13 {
    width: 25px;
    height: 60px;
    top: 0px;
    left: 0px;
    transition-duration: 0.5s;
}

    .btn13 .icon {
        transition-duration: 0.5s;
        position: absolute;
        height: 2px;
        width: 100%;
        top: 30px;
        background-color: #212121;
    }

        .btn13 .icon:before {
            transition-duration: 0.5s;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #212121;
            content: "";
            top: -7px;
        }

        .btn13 .icon:after {
            transition-duration: 0.5s;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #212121;
            content: "";
            top: 7px;
        }

    .btn13.open .icon {
        transition: 0.5s;
    }

        .btn13.open .icon:before {
            transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, -3px);
        }

        .btn13.open .icon:after {
            transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 3px);
        }

    .btn13:hover {
        cursor: pointer;
    }

.blazored-typeahead {
    border: none !important;
}

    .blazored-typeahead input {
        background: #f6f7f8;
    }

span.supplier-close {
    background: #000;
    color: #fff;
    padding: 6px 10px !important;
    display: inline-block;
    border-radius: 4px;
}

.pos-top-search-area input:focus {
    box-shadow: 0 0 0 1px #e9e9e9;
}

@media (min-width: 992px) {
    .mobile-orders-bottom-section {
        display: none !important;
    }

    .btn13 {
        display: none;
    }

    span.supplier-close {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .pos-top-search-area .flex.justify-content-end {
        min-width: 100%;
    }

    .pos-right-area.supplier-pos .right-top-headings {
        margin-top: 0.6rem;
        padding-top: 0.6rem;
    }

    .mobile-orders-bottom-section {
        left: 0;
        right: 20rem;
    }

    .search-hamburg-wrapper {
        display: flex;
        position: fixed !important;
        border-bottom: 1px solid rgb(246, 247, 248);
        padding-left: 1rem;
        background: #fff;
        z-index: 1;
        left: 0;
        right: 20rem;
    }

    .menu-items-supplier h3 {
        margin-top: 0px !important;
    }

    .product-list-area .css-15uwigl {
        font-size: 15px !important;
    }

    .pos-top-search-area .xl\:w-96 {
        width: 100%;
    }

    .product-list-area .css-coqxwd {
        font-weight: 500 !important;
    }

    .pos-top-search-area h2 {
        display: none;
    }

    .pos-top-search-area {
        padding: 10px !important;
        position: relative;
        border-bottom: none !important;
    }

    .product-list-wrap-pos.menu-items-supplier .product-list-area {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

        .product-list-wrap-pos.menu-items-supplier .product-list-area li {
            border-bottom: 1px solid #f3f3f3;
            padding-bottom: 0.4rem;
        }

            .product-list-wrap-pos.menu-items-supplier .product-list-area li img {
                display: none;
            }

    .product-list-area .css-15uwigl {
        padding-right: 4.6rem;
        line-height: 1.3;
        font-weight: 600 !important;
    }

    .add-btn {
        right: 0px !important;
    }

    .product-list-wrap-pos {
        margin: 60px 0px 0px !important;
        height: auto;
        padding-top: 1rem !important;
    }

    .pos-right-area.supplier-pos {
        position: fixed;
        background: #fff;
        z-index: 11;
        height: 100vh;
        overflow-y: auto;
    }

    .supplier-content-area {
        right: 20rem !important;
    }

    .left-sidebar {
        width: 5rem !important;
        padding: 0px;
        display: none;
        z-index: 1;
        background: #fff;
        top: 60px;
    }

    .content-with-right-panel.supplier-content-area {
        left: 0rem;
    }

    .left-sidebar a.select-btn.mb-4 {
        margin-bottom: 1px !important;
        font-size: 12px;
        border-radius: 0px !important;
        padding: 21px 6px;
    }

    .left-sidebar ul li {
        margin-bottom: 1px !important;
    }

        .left-sidebar ul li a {
            padding: 8px
        }

        .left-sidebar ul li a {
            font-size: 12px !important;
            border-radius: 0;
        }

    .select-category-modal .select-category-supplier .flex.justify-center.flex-wrap {
        justify-content: space-between !important;
        max-width: 320px;
    }

    .select-category-supplier .categorysingle {
        min-width: 140px !important;
        max-width: 140px !important;
        height: 116px !important;
        margin-right: 0px !important;
        padding: 10px;
    }

        .select-category-supplier .categorysingle h5 {
            font-size: 14px !important;
        }

    .select-category-modal .modal-dialog {
        margin-left: 0;
        margin-right: 0;
    }

    .modal.select-category-modal {
        background: #000;
    }
}

.product-list-area {
    list-style: none;
    padding: 0px;
    width: 100%;
    min-height: 304px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
    gap: 16px;
    justify-content: space-between;
    padding: 1.6rem 0;
}

    .product-list-area li {
        position: relative;
    }

        .product-list-area li img {
            height: 10rem;
            -o-object-fit: contain;
            object-fit: contain;
            margin-bottom: 0.6rem;
        }

    .product-list-area .css-s7rtpe {
        color: #3cb400;
        border-radius: 4px;
        text-align: left;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .product-list-area .css-coqxwd {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        color: rgb(52, 53, 56);
    }

    .product-list-area .css-15uwigl {
        font-size: 15px;
        line-height: 22px;
        font-weight: normal;
        color: rgb(52, 53, 56);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.content-with-right-panel {
    position: absolute;
    left: 0px;
    right: 0px;
    right: 30rem;
    left: 10rem;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dishes-assigned-chef {
    position: absolute;
    left: 0px;
    right: 0px;
    right: 38%;
    left: 10rem;
    overflow-x: hidden;
    overflow-y: hidden;
}

@media (max-width: 1199.98px) {
    .dishes-assigned-chef {
        right: 46% !important;
        left: 8rem;
    }

    .dishes-for-preparation {
        width: 46% !important;
    }

    .supplier-pos .active-orders {
        justify-content: end;
    }

    .right-scroll-area {
        padding-bottom: 350px !important;
    }
}

.dishes-assigned-chef h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
}

.dishes-for-preparation {
    width: 38%;
    position: fixed;
    right: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-left: 1px solid rgb(246, 247, 248);
}

.content-with-right-panel h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(41 42 43 / var(--tw-text-opacity));
    line-height: 1;
}

.pos-product-list-wrap {
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid rgb(246, 247, 248);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(75 78 85 / var(--tw-text-opacity));
}

.payable-pos {
    border-top: 1px solid rgb(246, 247, 248);
    border-bottom: 1px solid rgb(246, 247, 248);
}

.pos-right-area {
    width: 30rem;
    position: fixed;
    right: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 1rem;
    border-left: 1px solid rgb(246, 247, 248);
}

.reports-wrap .btn-black {
    border: 1px solid #000;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    background: #000;
    color: #fff;
    margin-left: 4.6rem;
    height: 36px;
}

.select-category-supplier {
    width: 100%;
    height: 100%;
    padding: 3rem;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

    .select-category-supplier .categorysingle {
        min-width: 200px;
        height: 180px;
        max-width: 200px;
        align-items: center;
        display: flex;
        margin-bottom: 1.3rem;
        position: relative;
        overflow: hidden;
        background: #000;
        flex-wrap: wrap;
        justify-content: center;
        transition-duration: 300ms;
    }

        .select-category-supplier .categorysingle:hover {
            background: #e60a46;
            color: #fff;
        }

        .select-category-supplier .categorysingle img {
            width: 40px;
            filter: brightness(0) invert(1);
            margin: auto;
            margin-bottom: 1rem;
        }

.left-sidebar .form-select {
    background-position: right 0.3rem center;
    border: 1px solid #ccc;
    padding: 8px 26px 8px 8px;
    margin-bottom: 1rem;
}

.select-category-supplier .categorysingle h5 {
    margin-bottom: 0px !important;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    min-width: 100%;
}

.supplier-pos .order-status-wrapper {
    height: auto;
}

    .supplier-pos .order-status-wrapper .p-4.pb-0 {
        padding: 0px !important;
    }

.right-top-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .right-top-headings h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
    }

        .right-top-headings h3 a {
            display: block;
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 400;
        }

.form-control {
    margin: 0px;
    display: block;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-clip: padding-box;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card .form-control.overflow-hidden {
    background: #fff;
}

.form-control:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.form-control {
    height: 38px;
}

.sucess-button {
    height: 3rem;
    width: 100%;
    border-style: none;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 2 82 / var(--tw-bg-opacity)) !important;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-duration: 300ms;
}

.card .sucess-button.overflow-hidden {
    background: #fff;
}

.cart-items-wrap {
    display: flex;
    justify-content: space-between;
}

    .cart-items-wrap h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
    }

        .cart-items-wrap h4 span {
            display: block;
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 400;
        }

.mode-payment {
    display: flex;
    justify-content: space-between;
}

    .mode-payment span {
        background: #fff;
        min-width: 31.4%;
        text-align: center;
        padding: 0.8rem 0.6rem;
        border-radius: 0.4rem;
        font-weight: 500;
        font-size: 0.875rem;
        cursor: pointer;
        color: #292A2B;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dcdcdc !important;
    }

        .mode-payment span svg {
            margin-right: 0.4rem;
        }

        .mode-payment span:hover {
            transition-duration: 300ms;
            background: #424242;
            color: #fff;
            border: 1px solid #424242 !important;
        }

        .mode-payment span.active {
            background: #424242;
            color: #fff;
            border: 1px solid #424242 !important
        }

.btn-third {
    border: 1px solid#e60a46;
    padding: 4px 12px;
    border-radius: 0.375rem;
    color: #e60a46;
}

.pos-btn-primary {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.card .pos-btn-primary.overflow-hidden {
    background: #fff;
}

select.pos-btn-primary.form-input.border-b-1.view-only {
    padding: 0.6rem 0px;
}

.pos-btn-primary: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);
}

.pos-btn-primary {
    background: #3cb400 !important;
    color: #fff;
}

.pos-right-area .pos-btn-primary {
    position: absolute;
    bottom: 4px;
    left: 0px;
    font-weight: 600;
    padding: 1rem 0;
}

.pos-right-area .right-scroll-area::-webkit-scrollbar {
    display: none;
}

.right-scroll-area {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 300px;
}

.pickup-delivery {
    display: flex;
    justify-content: space-between;
}

    .pickup-delivery span {
        background: #eeeeee;
        min-width: 48.5%;
        text-align: center;
        padding: 0.6rem;
        border-radius: 0.4rem;
        font-weight: 500;
        font-size: 0.875rem;
        cursor: pointer;
        color: #292A2B;
        text-transform: uppercase;
    }

        .pickup-delivery span.active {
            background: #e60a46;
            color: #fff;
        }

.pos-delivery-status {
    display: flex;
    justify-content: space-between;
}

.pos-right-area textarea:focus {
    border: 1px solid rgb(209 213 219);
    box-shadow: none;
}

.pos-delivery-status span {
    background: #eeeeee;
    min-width: 102px;
    text-align: center;
    padding: 0.6rem;
    border-radius: 0.4rem;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    color: #292A2B;
    text-transform: uppercase;
}

    .pos-delivery-status span.active {
        background: #3cb400;
        color: #fff;
    }

@media (max-width: 1599.98px) {
    .content-with-right-panel {
        left: 8rem;
        right: 24rem;
    }

    .pos-right-area {
        width: 24rem;
    }

    .left-sidebar {
        width: 8rem;
    }

    .dishes-assigned-chef {
        left: 8rem;
    }

    .product-list-wrap-pos {
        padding: 0 1rem;
    }

    .pos-top-search-area {
        padding: 1rem;
    }

    .pos-grid-listing table thead tr th {
        font-weight: 600;
        font-size: 14px;
    }

    .pos-grid-listing tbody tr td {
        font-weight: 500;
        font-size: 14px;
    }

    .product-list-area {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .product-list-area {
        grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
        padding: 1rem 0;
        gap: 10px;
    }

    .right-top-headings h3 {
        font-size: 1rem;
        line-height: 1;
    }

    .product-list-area li img {
        height: 7rem;
    }

    .pos-top-search-area .flex.justify-center {
        width: 50%;
    }

    .content-with-right-panel {
        left: 8rem;
        right: 24rem;
    }

    .supplier-content-area {
        right: 20rem;
    }

    .left-sidebar {
        width: 8rem;
    }

    .pos-right-area {
        width: 24rem;
    }

    .supplier-pos {
        width: 20rem;
    }

    /*.mode-payment span {
            min-width: 68px;
        }*/

    .pos-delivery-status span {
        min-width: 80px;
    }

    .pos-top-search-area {
        padding: 1rem 1rem;
    }

    .content-with-right-panel h2 {
        font-size: 1rem;
    }

    .left-sidebar ul li a {
        font-size: 0.875rem;
    }

    .product-list-wrap-pos {
        padding: 0 1.2rem;
        margin: 71px 0px 0px;
    }

    .menu-items-supplier h3 {
        font-size: 1rem !important;
    }

    .supplier-pos .btn-third {
        padding: 4px 10px !important;
    }
}

/* Supplier portel Styles */

.order-bill-area {
    height: 71px;
    display: flex;
    align-items: center;
}

.supplier-pos .btn-third {
    padding: 6px 6px;
}

.preparation-dish .table-number {
    background: #f07c00;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.order-history-top {
    padding-top: 1rem;
}

.rz-paginator-page.rz-state-active {
    background-color: rgb(230 10 70) !important;
    color: #fff !important;
}

.rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell), .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) > td:not(.rz-frozen-cell) {
    background-color: rgb(243 17 17 / 16%) !important;
}

.rz-selectable .rz-datatable-even:hover:not(.rz-state-highlight) .rz-cell-data, .rz-selectable .rz-datatable-odd:hover:not(.rz-state-highlight) .rz-cell-data {
    color: #da0000 !important;
}

.rz-button.btn-info, .btn-info.rz-paginator-element {
    background-color: #e9eaed !important;
    color: #242424 !important;
    border: 1px solid #bdbdbd;
}

.rz-datepicker-calendar td .rz-state-active {
    color: #ffffff;
    background-color: #e60a46 !important;
    padding: 0.5rem 0.875rem;
}

.rz-calendar input:focus {
    border: 1px solid #e60a46 !important;
}

.rz-calendar input:hover {
    border: 1px solid #e60a46 !important;
}

.rz-data-grid-data tbody tr {
    cursor: pointer;
}

.history-datepicker .rz-card {
    padding: 0px;
    box-shadow: none;
    margin-right: 1rem;
}

.choose-chair {
    flex-wrap: wrap;
}

.select-category-modal .select-category-supplier {
    height: auto;
    min-height: 500px;
}

.select-category-modal .modal-content {
    margin-top: 8rem;
}

.select-category-modal .btn-close {
    padding: 0;
    font-size: 1.4rem;
    padding-right: 0.6rem;
}

.choose-chair .form-check.form-check-inline {
    display: flex;
    align-items: center;
    min-width: 50px;
    height: 50px;
    justify-content: center;
    border: 1px solid #e60a46;
    border-radius: 4px;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.add-remark {
    color: #e60a46;
    padding: 0.4rem 0.5rem;
    font-weight: 500;
    background: #efefef !important;
    margin-bottom: 0.6rem;
    border-radius: 4px;
}

.select-btn {
    color: #ffffff;
    background: #000;
    padding: 0.6rem 0.6rem;
    border-radius: 0.375rem;
    text-align: center;
    font-weight: 600;
    background-color: #000 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .select-btn svg {
        background: #e60a46;
        border-radius: 50%;
        width: 16px;
        max-width: 16px;
        min-width: 16px;
        height: 16px;
        min-height: 16px;
        max-height: 16px;
        margin-left: 0.4rem;
    }

.choose-chair .disabled {
    border: 1px solid #ccc !important;
}

    .choose-chair .disabled label {
        color: #ccc !important;
    }

    .choose-chair .disabled input {
        background: #f5f5f5;
        cursor: not-allowed !important;
    }

.choose-chair .form-check.form-check-inline input {
    border: 1px solid #e3e3e3;
    width: 100%;
    margin-right: 0 !important;
    height: 100%;
}

.choose-chair .form-check.form-check-inline label {
    color: #e60a46;
    z-index: 2;
    position: absolute;
    font-weight: 600;
    cursor: pointer;
}

.choose-chair .form-check-input:checked[type=checkbox] {
    background: #ffdcdc;
}

.menu-items-supplier h3, .product-list h3 {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 600;
    color: #343538;
    margin-top: 26px;
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
}

    .menu-items-supplier h3 .head-wrap, .product-list h3 .head-wrap {
        display: flex;
        align-items: center;
        background: #fff;
        padding-right: 10px;
        line-height: 1.4;
    }

        .menu-items-supplier h3 .head-wrap .ticket-count {
            margin-left: 0.6rem;
            background: white !important;
            padding: 0px 12px;
        }

.min-w-fit {
    min-width: fit-content;
}

.horz-line {
    width: 100%;
    height: 1px;
    background: rgb(236 236 236);
    margin: 0 0.6rem;
}

.inner-banner-ad {
    padding: 1rem 0;
    padding-top: 0;
}

    .inner-banner-ad img {
        max-width: 100%;
        border-radius: 10px;
    }

.menu-items-supplier h3 img {
    margin-right: 0.5rem;
}

.add-btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    cursor: auto;
    transition: min-width 0.2s ease-in-out;
    min-width: 0%;
    background: white;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    border: 1px solid #e0e0e0;
    padding: 6px 12px;
    border-radius: 6px;
    color: #e60a46;
    cursor: pointer;
    transition: all 0.4s ease;
}

.dish-add-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    cursor: auto;
    transition: min-width 0.2s ease-in-out;
    min-width: 0%;
    background: white;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    border: 1px solid #e0e0e0;
    padding: 4px;
    border-radius: 30px;
    color: #e60a46;
    cursor: pointer;
    transition: all 0.4s ease;
}

    .dish-add-button button {
        background: #3a3a3a;
        color: #fff;
        font-weight: 600;
    }

        .dish-add-button button:disabled, button[disabled] {
            color: #bdbdbd !important;
            cursor: auto;
            background: #a5a5a5 !important;
        }

.card button:disabled, button[disabled] {
    background: #e8e8e8 !important;
}

.dish-add-button button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 2 82 / var(--tw-bg-opacity));
}

.dish-add-button span {
    width: 30px;
    text-align: center;
    font-weight: 500;
}

.add-btn:hover {
    background: #e60a46;
    color: #fff;
    border: 1px solid #fff;
}

.preparation-dish {
    border: 3px solid #eee;
}

    .preparation-dish .item-one {
        width: 50% !important;
    }

.pick {
    background: #e60a46;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
}

span.food-status-sticky {
    position: absolute;
    top: 0;
    background: #3cb400;
    color: #fff;
    padding: 2px 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 6px 0px 6px 0px;
    display: flex;
    align-items: center;
}

.bg-blue {
    background: #f4faff;
}

    .bg-blue h3 {
        background: none;
    }

        .bg-blue h3 span {
            background: none !important;
        }

.sticky-yellow {
    background: #d6aa00 !important;
}

.sticky-red {
    background: #ed0909 !important;
}

.cooking-item.preparation-dish {
    padding-left: 16px;
}

.Rtable .date-cell {
    width: 20%;
}

.Rtable .topic-cell {
    width: 41%;
}

.Rtable .access-link-cell {
    width: 13%;
}

.Rtable .replay-link-cell {
    width: 13%;
}

.Rtable .pdf-cell {
    width: 13%;
}

.Rtable {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .Rtable .Rtable-row {
        width: 100%;
        display: flex;
    }

        .Rtable .Rtable-row .Rtable-cell {
            box-sizing: border-box;
            flex-grow: 1;
            padding: 0.8em 1.2em;
            overflow: hidden;
            list-style: none;
        }

            .Rtable .Rtable-row .Rtable-cell.column-heading {
                background-color: #eeeeee;
                color: #424242;
                padding: 1em;
                font-weight: 600;
            }

            .Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
                display: none;
            }

            .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content a {
                font-size: 2em;
                color: #333;
            }

            .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
                font-weight: 700;
            }

.subtotal span b {
    font-weight: 600;
}

.pos-grid {
    padding: 0;
    width: auto !important;
    margin-left: 1rem;
}

.cooking-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 16px 0px 0px;
    border-radius: 6px;
    margin-bottom: 1rem;
    border: 1px solid #f0f0f0;
    position: relative;
    height: 102px;
    background: #fff;
    box-shadow: rgb(149 157 165 / 12%) 0px 8px 24px;
}

    .cooking-item .dropdown-menu li .in-progress {
        position: relative;
    }

    .cooking-item .dropdown-menu li a {
        padding-left: 20px;
        position: relative;
    }

        .cooking-item .dropdown-menu li a::before {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

    .cooking-item .dropdown-menu li .in-progress::before {
        background: #d6aa00;
    }

    .cooking-item .dropdown-menu li .completed::before {
        background: #3cb400;
    }

    .cooking-item .dropdown-menu li .pending::before {
        background: #e60a46;
    }

    .cooking-item.bg-green-100 {
        border: 3px solid rgb(183 240 203);
    }

    .cooking-item.bg-yellow-100 {
        border: 3px solid rgb(246 237 149);
    }

    .cooking-item .item-one {
        width: 30%;
        display: flex;
        align-items: center;
    }

.supplier-content-area .cooking-item .item-one {
    width: 220px;
}

    .supplier-content-area .cooking-item .item-one span {
        font-weight: 600;
        min-width: 100px;
        word-break: break-word;
    }

.cooking-item .table-number {
    width: 15%;
    margin-left: 1rem;
}

.cooking-item .item-quantity {
    width: 10%;
}

.cooking-item .item-numbers {
    width: 5%;
}

.cooking-item .flex.justify-center {
    width: 40%;
}

.cooking-item .item-one img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0.6rem;
    border-radius: 6px 0px 0px 6px;
}

.progress-dropdown button {
    display: flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select.progress-dropdown button.form-input.border-b-1.view-only {
    padding: 0.6rem 0px;
}

.pos-top-search-area .progress-dropdown button.justify-content-end {
    min-width: 100%;
}

.select-category-modal .select-category-supplier .progress-dropdown button.justify-center.flex-wrap {
    justify-content: space-between;
    max-width: 320px;
}

.pos-top-search-area .progress-dropdown button.justify-center {
    width: 50%;
}

.cooking-item .progress-dropdown button.justify-center {
    width: 40%;
}

.progress-dropdown button:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.progress-dropdown button {
    border: 1px solid #d3d3d3;
    color: #545454 !important;
    background-color: #eee;
}

.progress-dropdown ul {
    position: absolute;
    z-index: 50;
    float: left;
    margin: 0px;
    margin-top: 0.25rem;
    display: none;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    list-style-type: none;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-clip: padding-box;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .progress-dropdown ul li {
        display: block;
        width: 100%;
        white-space: nowrap;
        background-color: transparent;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity));
    }

.card .progress-dropdown ul li.overflow-hidden {
    background: #fff;
}

.progress-dropdown ul li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.list-display-area input, span {
    border-bottom: none !important;
}

.left-dialog .view-only label {
    font-size: 0.875rem;
    line-height: 1rem;
}

.left-dialog .modal-body {
    overflow-y: auto;
}

.add-new-adrs {
    float: right;
    display: flex;
    height: 1.8rem;
    width: auto;
    align-items: center;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(250,250,250,var(--tw-bg-opacity)) !important;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(41,42,43,var(--tw-text-opacity));
    border: 1px solid #e5e7eb !important;
}

.order-history-pop {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 1280px) {
    .order-history-pop {
        margin-left: 0px;
    }

    .order-history-pop {
        margin-right: 0px;
    }
}

.order-history-pop {
    overflow-y: auto;
}

    .order-history-pop .modal-dialog {
        max-width: 60rem;
    }

.product-list .mud-paper.mud-elevation-0.d-flex.flex-column.justify-space-between.py-6 {
    padding-top: 0px !important;
}

.kot-head {
    background: #e60a46;
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    border: 1px solid #e60a46;
    font-size: 12px;
    margin-top: 0.7rem;
    color: #fff;
}

.createkot-btn {
    color: #ffffff;
    background: #000;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    text-align: center;
    margin-top: 1rem;
    background-color: #000 !important;
}

.kot-head span {
    font-weight: 600;
}

.splr-pending {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #7373ef;
    letter-spacing: 0.6px;
}

    .splr-pending::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: #7373ef;
    }

.splr-confirm {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #49abc1;
    letter-spacing: 0.6px;
}

    .splr-confirm::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: #49abc1;
    }

.splr-prepairing {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #d6aa00;
    letter-spacing: 0.6px;
}

    .splr-prepairing::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        height: 0.5rem;
        width: 0.5rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: #d6aa00;
    }

.product-single-list {
    position: relative;
}

.result-show a {
    color: #e7322b;
}

.product-single-list button {
    position: absolute;
    top: 18px;
    background: #e7322b;
    color: #fff;
    padding: 0 0.6rem;
    border-radius: 6px;
    right: 0;
    height: 2rem;
    border: 2px solid #fff;
}

.result-show {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}

    .result-show b {
        background: #fff;
        margin-left: 0.4rem;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        font-weight: 600;
    }

@media only screen and (max-width:1400px) {
    .pos-top-search-area {
        padding: 1rem;
    }
}

@media only screen and (max-width:575px) {
    .addToCart button {
        position: fixed;
        width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        z-index: 10;
    }

    .product-list-area .css-15uwigl {
        font-size: 13px !important;
    }

    .gridView .card img.image-area {
        height: 150px;
    }

    .side-bar {
        width: 100%;
        border: none;
    }

    .pos-right-area.supplier-pos {
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .side-bar {
        width: 100%;
        border: none;
    }

    .cart {
        width: 100%;
    }

    .gridView {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

.active-cust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.6rem;
    background: #f4f4f4;
    border-radius: 6px;
}

    .active-cust p {
        text-transform: capitalize;
    }

    .active-cust a {
        cursor: pointer;
    }

.checked\:border-blue-600:checked {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.checked\:bg-blue-600:checked {
    --tw-bg-opacity: 1;
    background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.hover\:border-transparent:hover {
    border-color: transparent;
}

.hover\:bg-secondary-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#790f7c\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(121 15 124 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-red-1:hover {
    --tw-text-opacity: 1;
    color: rgb(255 2 82 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#e60a46\]:hover {
    --tw-text-opacity: 1;
    color: rgb(230 10 70 / var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}

.hover\:opacity-75:hover {
    opacity: 0.75;
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-600:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

.focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:opacity-100:focus {
    opacity: 1;
}

.focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.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);
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.active\:bg-primary-14:active {
    --tw-bg-opacity: 1;
    background-color: rgb(33 37 41 / var(--tw-bg-opacity));
}

.active\:text-white:active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.active\:shadow-lg:active {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (prefers-color-scheme: dark) {
    .dark\:bg-green-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(187 247 208 / var(--tw-bg-opacity));
    }

    .dark\:bg-red-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(254 202 202 / var(--tw-bg-opacity));
    }

    .dark\:text-green-800 {
        --tw-text-opacity: 1;
        color: rgb(22 101 52 / var(--tw-text-opacity));
    }

    .dark\:text-red-800 {
        --tw-text-opacity: 1;
        color: rgb(153 27 27 / var(--tw-text-opacity));
    }
}

@media (min-width: 640px) {
    .sm\:w-auto {
        width: auto;
    }

    .sm\:rounded-md {
        border-radius: 0.375rem;
    }

    .sm\:rounded-t-md {
        border-top-left-radius: 0.375rem;
        border-top-right-radius: 0.375rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 768px) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:mb-4 {
        margin-bottom: 1rem;
    }

    .md\:mt-4 {
        margin-top: 1rem;
    }

    .md\:\!mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .md\:block {
        display: block;
    }

    .md\:\!block {
        display: block !important;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-\[100vh\] {
        height: 100vh;
    }

    .md\:h-10 {
        height: 2.5rem;
    }

    .md\:w-\[9\.5rem\] {
        width: 9.5rem;
    }

    .md\:min-w-\[300px\] {
        min-width: 300px;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:object-scale-down {
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }

    .md\:pr-16 {
        padding-right: 4rem;
    }

    .md\:\!text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .md\:\!text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .lg\:right-\[250px\] {
        right: 250px;
    }

    .lg\:left-\[250px\] {
        left: 250px;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:\!ml-9 {
        margin-left: 2.25rem !important;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:h-1 {
        height: 0.25rem;
    }

    .lg\:h-\[90vh\] {
        height: 90vh;
    }

    .lg\:h-2 {
        height: 0.5rem;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1280px) {
    .xl\:right-\[320px\] {
        right: 320px;
    }

    .xl\:left-\[320px\] {
        left: 320px;
    }

    .xl\:w-96 {
        width: 24rem;
    }

    .xl\:w-\[11rem\] {
        width: 11rem;
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xl\:pt-8 {
        padding-top: 2rem;
    }

    .xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xl\:\!text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

@media (min-width: 1536px) {
    .\32xl\:\!ml-6 {
        margin-left: 1.5rem !important;
    }

    .\32xl\:\!inline {
        display: inline !important;
    }

    .\32xl\:h-\[90vh\] {
        height: 90vh;
    }

    .\32xl\:h-\[240px\] {
        height: 240px;
    }

    .\32xl\:h-full {
        height: 100%;
    }

    .\32xl\:\!w-24 {
        width: 6rem !important;
    }

    .\32xl\:min-w-\[34\%\] {
        min-width: 34%;
    }

    .\32xl\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .\32xl\:\!text-left {
        text-align: left !important;
    }

    .\32xl\:\!text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

@media (min-width: 120em) {
    .\33xl\:max-h-\[816px\] {
        max-height: 816px;
    }

    .\33xl\:\!w-32 {
        width: 8rem !important;
    }
}

@media (min-width: 140em) {
    .\34xl\:right-\[350px\] {
        right: 350px;
    }

    .\34xl\:left-\[350px\] {
        left: 350px;
    }

    .\34xl\:\!ml-12 {
        margin-left: 3rem !important;
    }

    .\34xl\:h-\[50\%\] {
        height: 50%;
    }

    .\34xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .\34xl\:\!text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }

    .\34xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .\34xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .\34xl\:\!text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }

    .\34xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .\34xl\:\!text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }
}

.register-form .text-base {
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {


    .product-list .mud-paper.mud-elevation-0.d-flex.flex-column.justify-space-between.py-6 {
        padding-top: 110px !important;
    }

    .product-list.withresultview .mud-paper.mud-elevation-0.d-flex.flex-column.justify-space-between.py-6 {
        padding-top: 0px !important;
    }

    .mbl-header button.btn-close {
        width: 6px;
    }
}

@media only screen and (max-width: 767.98px) {


    .product-list .mud-paper.mud-elevation-0.d-flex.flex-column.justify-space-between.py-6 {
        padding-top: 90px !important;
        padding-bottom: 80px !important;
    }

    .pr-detail .min-w-\[17px\] {
        min-width: 22px;
    }

        .pr-detail .min-w-\[17px\] img {
            width: 100%;
        }

    .pls-minus-btn button {
        width: 20px;
        height: 20px;
    }
}
